[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Expected XYZcontroller.rb to define XYZ

Rajat Garg

5/11/2008 6:46:00 PM

[Note: parts of this message were removed to make it a legal post.]

Hi Guys,

I have a page - http://www.piloto.../flying_clu...

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.piloto...
-----------------------------------------------------------------------------------------------------
Flying is the second greatest thrill known to man. Landing is the first!

1 Answer

Jos Backus

5/11/2008 6:55:00 PM

0

On Mon, May 12, 2008 at 03:45:30AM +0900, Rajat Garg wrote:
> 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.

--
Jos Backus
jos at catnook.com