Expected XYZcontroller.rb to define XYZ

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
 
J

Jos Backus

LoadError (Expected /usr/rails/app/controllers/flying_club_controller.rb to
define FlyingClubController):

One scenario: flying_club_controller.rb require's some file (perhaps in a
helper) which has a problem. Look there.

Btw, this is the Ruby language list; please ask Rails-related questions on the
Rails mailing lists/fora.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,076
Latest member
OrderKetoBeez

Latest Threads

Top