[Rails] Re: Re: form_for, submit, and parameters disappearing

2010-03-13 Thread Ralph Shnelvar
Marnen Laibow-Koser wrote: Why not store the locale in the session, instead of passing around hidden fields? From http://guides.rubyonrails.org/i18n.html - - - - You may be tempted to store the chosen locale in a session or a cookie. Do not do so. The locale should be transparent and a part

[Rails] Re: Re: form_for, submit, and parameters disappearing

2010-03-09 Thread Marnen Laibow-Koser
Ralph Shnelvar wrote: Colin Law wrote: I think maybe you cannot include query terms in form_for :url. An alternative is to use hidden fields in the form. Colin, thank you. You appear to be correct. So for the next poor person fighting to get internationalization to work (I18n. See

[Rails] Re: Re: form_for, submit, and parameters disappearing

2010-03-07 Thread Ralph Shnelvar
Colin Law wrote: I think maybe you cannot include query terms in form_for :url. An alternative is to use hidden fields in the form. Colin, thank you. You appear to be correct. So for the next poor person fighting to get internationalization to work (I18n. See

Re: [Rails] Re: Re: form_for, submit, and parameters disappearing

2010-03-07 Thread Colin Law
On 7 March 2010 11:00, Ralph Shnelvar li...@ruby-forum.com wrote: Colin Law wrote: I think maybe you cannot include query terms in form_for :url.  An alternative is to use hidden fields in the form. Colin, thank you.   You appear to be correct. So for the next poor person fighting to get