search results

  1. I\'ve got an application where the user can set up a folder to keep notes in. What I had previously was a hidden form field to store the id of the person who created ...
    stackoverflow.com/questions/15254044/​rails-passing... - Cached
  2. I am currently trying to populate hidden fields on a form ... have access to the parent_id of 2. If I click the new link, ... [Rails] Passing Parameters from one ...
    osdir.com/ml/RubyonRailsTalk/2009-12/​msg00878.html - Cached
  3. .field = f.hidden_field :user_id, @user_id ... rails, how to pass users id while on \'show\' action. 0. ... passing parameters in link_to to hidden form field for id. 0.
    stackoverflow.com/questions/8347202/how-​to-use-hidden... - Cached
  4. ... size: \"24x6\") %> <%= password_field_tag(:password) %> <%= hidden_field_tag(:pare nt_id, \"5 ... order it should pass these parameters to ... the Rails form helpers ...
    edgeguides.rubyonrails.org/form_​helpers.html - Cached
  5. Since the HTML specification says key/value pairs have to be sent in the same order they appear in the form, and parameters ... pass hidden_field_id: ... or link _to ...
    api.rubyonrails.org/classes/ActionView/​Helpers/Form... - Cached
  6. Passing parameters to a controller ... <%= f.hidden_field \"company_id\" %> # so we cache th ... generated by a link_to call...how would I pass a parameter to the ...
    railsforum.com/viewtopic.php?id=27174 - Cached
  7. Rails Form helpers. Forms in web ... tag(:password) %> <%= hidden_field_tag(:parent_id, \"5 ... to determine in which order it should pass these parameters to ...
    guides.rubyonrails.org/v2.3.11/form_​helpers.html - Cached
  8. A list of parameters to feed to the URL the form will ... Creates a hidden form input field used to transmit ... password_field_tag \'pass\' # => <input id=\"pass\" name ...
    api.rubyonrails.org/classes/ActionView/​Helpers/FormTag... - Cached
  9. ... Ruby on Rails Passing multiple parameters within ... GET\" ) %> To pass the id ... the first two items as hidden_field items on the second form.
    www.ruby-forum.com/topic/112814 - Cached
  10. ... nice site\", :size => \"24x6\") %> <%= password_field_tag(:password) %> <%= hidden_field_tag(:parent_id ... it should pass these parameters to ... Rails form helpers ...
    xprest.googlecode.com/svn-history/r32/​trunk/vendor/rails/... - Cached