You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 2, 2017. It is now read-only.
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in gem_original_require': no such file to load -- rails/generators (MissingSourceFile) from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:inrequire'
The text was updated successfully, but these errors were encountered:
I was getting the same issue with Ruby 1.8.7 and Rails 2.3.2. I changed the first couple lines of vendor/plugins/fetcher/lib/generators/fetcher_daemon/fetcher_daemon_generator.rb to: require 'rails_generator'
class FetcherDaemonGenerator < Rails::Generator::NamedBase
This helped a little bit -- now the error I get is: undefined method `source_root' for FetcherDaemonGenerator:Class
As far as I can tell I have the Rails::Generator::Base class correctly inherited (through NamedBase) so I'm not sure what to do from here.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I get this error when I try to generate a daemon. I have ruby 1.8.7 and rails 2.3.8.
I installed the fetcher daemon by doing:
script/plugin install git://github.com/look/fetcher.git
What could I be doing wrong?
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in
gem_original_require': no such file to load -- rails/generators (MissingSourceFile) from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in
require'The text was updated successfully, but these errors were encountered: