Displaying 1 result from an estimated 1 matches for "rails_shared".
2006 Aug 10
4
1.1.5 Upgrade and config.load_path not working
Hey,
I am trying to upgrade to 1.1.5 and rails no longer finds my controllers the
live outside app/controllers. I was on 1.1.2 previously and here is my
setup
In environment.rb
config.load_paths += [File.join(File.expand_path(RAILS_ROOT),
"rails_shared/controllers") ]
config.load_paths += [File.join(File.expand_path(RAILS_ROOT),
"rails_shared/helpers") ]
config.load_paths += [File.join(File.expand_path(RAILS_ROOT),
"rails_shared/lib") ]
And within rails_shared/controllers I have a login_controller. When I hit
the...