[Rails] Re: Error: cannot load such file

2011-03-13 Thread Dave Castellano
Whoops, stupid error... require #{RAILS_ROOT}/lib/generators/parks_bielkowski_test.rb works! Thanks anyway DC -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To post to this group, send

Re: [Rails] Re: Error: cannot load such file

2011-03-13 Thread Curtis j Schofield
config.autoload_paths should include 'lib' to load you code - it is strange that this isn't happening. Rails.root is what we use in rails 2 On Sun, Mar 13, 2011 at 9:00 AM, Dave Castellano li...@ruby-forum.comwrote: Whoops, stupid error... require