I just moved my app from development to test, and now getting the following error on my form: undefined method ''find'' for Status:Class The only difference between the two environments is that test is using Mongrel and we were running WEBrick in dev. We are on Rails 1.2.5 . Any suggestions? Thanks, Brian -- 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 email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Brian Penrose wrote:> I just moved my app from development to test, and now getting the > following error on my form: > > undefined method ''find'' for Status:Class > > The only difference between the two environments is that test is using > Mongrel and we were running WEBrick in dev. We are on Rails 1.2.5 . > Any suggestions? > > Thanks, > BrianForgot to include that we are using ActiveRecord 1.15.5., and I''ve verified that the ActiveRecord gem successfully installed. -- 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 email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Brian Penrose wrote:> Brian Penrose wrote: >> I just moved my app from development to test, and now getting the >> following error on my form: >> >> undefined method ''find'' for Status:Class >> >> The only difference between the two environments is that test is using >> Mongrel and we were running WEBrick in dev. We are on Rails 1.2.5 . >> Any suggestions? >> >> Thanks, >> Brian > > Forgot to include that we are using ActiveRecord 1.15.5., and I''ve > verified that the ActiveRecord gem successfully installed.Sorry...one more thing...I am using Status.find(:all) within my collection select for status field. -- 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 email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Seemingly Similar Threads
- mongrel startup fails now: already initialized constant OPTIONS
- Undefined method `store_full_sti_class=' for ActiveRecord::Base:Class (NoMethodError)
- 1 error(s) on assignment of multiparameter attributes - Very Strange
- undefined method <name> for Service:Module
- undefined method `each'' for #<Mysql:0x3874b20>