Shandy Nantz wrote: > I am trying to save data entered in a form and nothing seems to be > saving. What do you I have to look at to ensure everything is set-up > correctly? I have looked in my database.yml file and all looks good and > the database that I am trying to use exist. Thanks, > > -S > There should be a lot of good information in your log files like what was sent to the controller and what the sql for accessing the database looked like. It sounds like you did not get an error which means that your parameters and sql were ok. I would suspect you somehow are looking for your data in the wrong place. When you say it is not saving, do you mean that it is not fetched if you try to list it (or do something like a=Type.find :all in a script/console window).
--~--~---------~--~----~------------~-------~--~----~ 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 [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

