Hi, ich watched the tutorial complex forms 3 (http://railscasts.com/ episodes/75) and included it into my application. everything works fine so far but if i want to change Code : ruby - fold - unfold 1. <%= f.text_field :installed_since%> in Code : ruby - fold - unfold 1. <%= f.date_select :installed_since %> it comes to the following error message when i run the function create or update: "We''re sorry, but something went wrong. We''ve been notified about this issue and we''ll take a look at it shortly." I can see the date_select component and change the date everything is fine, just when i hit the button it comes to this wiered message. can anyone help me ? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
where do you see this message? it''s what users get to see for EVERY error in production environment. how are you developing? on your live server? what about development.log, what error message do you see there? -- 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 -~----------~----~----~----~------~----~------~--~---
the message shows up when create or update is excecuted. eg you hit a button update then you get to the side with the text "We''re sorry, but something went wrong. We''ve been notified about this issue and we''ll take a look at it shortly." the error appeared for the first time and only when date_select is involved. i am just developing on my own machine and i am running the developer mode. i could not find anything in the log yet but i am still looking. the question is if i am the only one where this message appears? the problem ist date_select but what is my mistake? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---