So I have the same award nomination project in several locations with several servers and I''m getting a NoMethodError when using find_by on only some of them. With webrick and FastCGI on my remote server, the line find_by_nominee_id_and_award_id works fine. With Lighttpd on my remote server and CGI on the local server I''m currently putting together, I''m getting a NoMethodError. This leads me to believe my lighttpd install and my local server are missing some gem or plugin to allow find_by to work, but I''ve yet to find any documentation starting so or otherwise. Anyone have a clue why this method seems so finnicky? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---