aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/form_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Added documentation for usage of associative resources with form_forRizwan Reza2010-07-011-1/+11
* Do not wrap hidden fields with error proc [#4962 state:resolved]Carlos Antonio da Silva2010-06-251-1/+0
* make text_field and hidden_field omit the value attribute if the developer ex...Jeff Dean2010-06-231-4/+4
* adds minus to value part of id [#4862 state:resolved]RainerBlessing2010-06-221-1/+1
* removed 'unless const_defined?' code smellJosh Kalderimis2010-06-211-9/+9
* Merge remote branch 'rails/master'Xavier Noria2010-06-201-1/+1
|\
| * form_for without :html and with :remote should not errorDavid Genord II2010-06-181-1/+1
* | Adds title and description where needed.Rizwan Reza2010-06-161-0/+1
* | Fix a bunch of minor spelling mistakesEvgeniy Dolzhenko2010-06-111-3/+3
|/
* refactor evals and adds some __FILE__ and __LINE__Santiago Pastorino2010-05-201-3/+2
* Sending :id => nil to form helpers now properly omits the "id" html element [...Jeff Dean2010-05-151-5/+11
* Improve previous patch a bit [#3645 state:resolved]José Valim2010-05-151-3/+3
* Let label helpers accept blocks.Stephen Celis2010-05-151-15/+30
* Favor %{} in all code instead of (deprecated) {{}} as interpolation syntax fo...Lawrence Pit2010-05-031-1/+1
* Use %{} syntax in I18n (faster) instead of {{}}.José Valim2010-05-011-3/+3
* Let capture handle the yielding.José Valim2010-04-121-4/+1
* fields_for returns block result when outside ERBRyan Bates2010-04-111-1/+1
* your beloved typo only spotted in github diff no matter how careful you were ...Xavier Noria2010-04-111-1/+1
* second pass to the intro rdoc of form_helper.rbXavier Noria2010-04-111-13/+55
* removes some duplication in previous editXavier Noria2010-04-101-5/+0
* makes a pass to the intro rdoc of form_helper.rb, will revise form_for tomorrowXavier Noria2010-04-101-74/+38
* form_for :as rubydoc and tidy up a bit the form_for docSantiago Pastorino2010-04-101-32/+19
* Remove input, form, error_messages_for and error_message_on from the framewor...José Valim2010-04-101-8/+0
* fix stack trace lines on class_evalSantiago Pastorino2010-04-091-2/+2
* Merge commit 'rails/master'Xavier Noria2010-04-061-4/+67
|\
| * Added all the new HTML5 form types as individual form tag methods (search, ur...David Heinemeier Hansson2010-04-051-0/+58
| * changed from :object_name to :as on form_for apiSantiago Pastorino2010-04-051-7/+7
| * deprecate form_for(symbol_or_string, ...) in favor of :object_name optionSantiago Pastorino2010-04-051-4/+9
* | We don't need explicit :url => { :action => "create" } in form_for when follo...Rizwan Reza2010-04-051-7/+7
|/
* :action => "create" added to form_for with name only to show appropiate behaviorSantiago Pastorino2010-04-031-6/+6
* :action => "update" used in a non RESTful way confusesSantiago Pastorino2010-04-031-11/+11
* Refactored url_for in AV to have its own instances of the helpers instead of ...wycats2010-04-031-0/+1
* Replace the placeholder base_hook API with on_load. To specify some code thatwycats2010-03-291-1/+1
* adds missing requires for Object#blank? and Object#present?Xavier Noria2010-03-281-0/+1
* Merge branch 'master' into docrailswycats2010-03-261-3/+3
|\
| * Remove some 1.9 warnings (resulting in some fixed bugs). Remaining AM warning...wycats2010-03-171-3/+3
* | Update of block helpers examples in form_helper.rbJeroen van Dijk2010-03-131-32/+32
* | Merge remote branch 'mainstream/master'Pratik Naik2010-03-121-19/+29
|\|
| * Make form helpers work with <%= wycats2010-03-091-7/+16
| * Make many parts of Rails lazy. In order to facilitate this,wycats2010-03-071-3/+5
| * Require persisted? in ActiveModel::Lint and remove new_record? and destroyed?...José Valim2010-02-211-9/+8
* | Merge remote branch 'mainstream/master'Pratik Naik2010-02-141-8/+12
|\|
| * Fix nested attributes with specified collection.José Valim2010-02-071-7/+11
| * More html_safe strings now use the safe_concat methodSantiago Pastorino and José Ignacio Costa2010-02-051-1/+1
* | Merge remote branch 'mainstream/master'Pratik Naik2010-02-041-17/+4
|\|
| * Configuration values should be on AV::Base.José Valim2010-02-021-17/+4
* | Merge remote branch 'mainstream/master'Pratik Naik2010-02-011-2/+31
|\|
| * For performance reasons, you can no longer call html_safe! on Strings. Instea...Yehuda Katz2010-01-311-2/+2
| * UJS documentation.Stefan Penner2010-01-311-0/+27
| * form_for should pass :remote to form_tag through html_optionsStephen St. Martin2010-01-311-0/+2