R
Rajat Garg
[Note: parts of this message were removed to make it a legal post.]
Hi Guys,
I have a page - http://www.pilotoutlook.com/flying_club/dosearch
which was working fine and then I changed the code and I started having some
issues. So, I reverted it back but I am still having following errors -
Processing ApplicationController#dosearch (for 24.16.111.232 at 2008-05-11
01:23:12) [GET]
Session ID: 879c894e2c7e646b380cd53b259833db
Parameters: {"action"=>"dosearch", "controller"=>"flying_club"}
LoadError (Expected /usr/rails/app/controllers/flying_club_controller.rb to
define FlyingClubController):
/usr/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:249:in
`load_missing_constant'
/usr/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:452:in
`const_missing'
/usr/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:464:in
`const_missing'
/usr/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/inflector.rb:250:in
`constantize'
I have a flying_club_controller.rb which has following code -
class FlyingClubController < ApplicationController
def dosearch
...
end
...
end
FlyingClubController is defined, so why is it complaining. Please advise.
--
Rajat Garg
Ph: 206-499-9495
Add: 16140 SE EastGate Way APT E-204
Bellevue, WA 98008
Web: http://www.pilotoutlook.com
Hi Guys,
I have a page - http://www.pilotoutlook.com/flying_club/dosearch
which was working fine and then I changed the code and I started having some
issues. So, I reverted it back but I am still having following errors -
Processing ApplicationController#dosearch (for 24.16.111.232 at 2008-05-11
01:23:12) [GET]
Session ID: 879c894e2c7e646b380cd53b259833db
Parameters: {"action"=>"dosearch", "controller"=>"flying_club"}
LoadError (Expected /usr/rails/app/controllers/flying_club_controller.rb to
define FlyingClubController):
/usr/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:249:in
`load_missing_constant'
/usr/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:452:in
`const_missing'
/usr/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:464:in
`const_missing'
/usr/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/inflector.rb:250:in
`constantize'
I have a flying_club_controller.rb which has following code -
class FlyingClubController < ApplicationController
def dosearch
...
end
...
end
FlyingClubController is defined, so why is it complaining. Please advise.
--
Rajat Garg
Ph: 206-499-9495
Add: 16140 SE EastGate Way APT E-204
Bellevue, WA 98008
Web: http://www.pilotoutlook.com