search for: railsfid

Displaying 4 results from an estimated 4 matches for "railsfid".

2008 Nov 18
4
How to read the logs?
Can anyone tell me where I can learn how to read and decipher the logs? I''ve done a few google searches and nothing comes up. Specifically, I just uploaded my first app to a production server and it doesn''t work and I got the following even though it works perfectly fine on my development machine: ctionView::TemplateError (uninitialized constant
2008 Sep 10
0
wrong number of arguments
I am a newbie at rails and can''t figure out the following problem. Can anyone help? I am running the following: Ruby version 1.8.6 (powerpc-darwin9.4.0) RubyGems version 1.2.0 Rails version 2.1.0 Active Record version 2.1.0 Action Pack version 2.1.0 Active Resource version 2.1.0 Action Mailer version 2.1.0 Active Support version 2.1.0 I created three models using the:
2011 Jun 17
0
gem error?
ruby 1.9.2dev (2010-07-02 revision 28524) [x86_64-darwin10.5.0] rails 3.0.1 No matter what gem command I give I am getting this response. What does this mean and how to fix? /usr/local/lib/ruby/site_ruby/1.9.1/rubygems/gem_runner.rb:86:in `<top (required)>'': undefined method `load_plugins'' for Gem:Module (NoMethodError) from /usr/local/bin/gem:9:in `require''
2013 Mar 25
0
Web Search and filter
What is the best design way to do this? I''m creating a web form to receive input. The input data will be stored in the database and then a search is done over three web services for some corresponding data. Is it correct to create in one model all the fields from the initial input and the three fields of information I will receive back form the web services search? Or should I create