[Rails] Re: New rails user - Trying to understand why console wont run save command

2011-11-26 Thread Steve Mr.
wow. The quote was the issue. Unbelievable. Thanks. I'm back to cranking out this tutorial -- 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@

[Rails] New rails user - Trying to understand why console wont run save command

2011-11-26 Thread Steve Mr.
Hi Everyone, I just found this forum today and I'm having trouble with a rails tutorial I'm working on. On all other rails console commands it runs when I hit enter such as: ">> subject.new_record? => true" However when I try to save a record using: >> subject = Subject.new(:name => "First Subj