aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/form_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove namespace for isolated namespaced models in formsPiotr Sarnacki2010-09-031-5/+5
* Added :format option for form_for helper and spec for this [#5226 state:resol...Alex Chrome2010-09-011-1/+9
* Speed up form_for by specializing extract_options! (at asakusa.rb)wycats2010-08-311-6/+8
* password_field renders with nil value by defaultSantiago Pastorino2010-08-281-5/+5
* type="password" for password_fieldsSantiago Pastorino2010-08-281-4/+4
* Make InstanceTagMethods#value_before_type_cast raise if the model don't respo...Santiago Pastorino2010-08-271-3/+8
* Fix label form helper to use I18n and html options, without the need of 'nil'...Carlos Antonio da Silva2010-08-011-3/+4
* Makes form_helper use overriden model accessorsSantiago Pastorino2010-08-011-3/+3
* doc: form_for does return output rather than merely evaluate its blockWincent Colaiuta2010-07-221-4/+0
* Moved a few methods from RecordIdentifier to ActiveModel::NamingPiotr Sarnacki2010-07-211-5/+5
* remove size attribute from tag generated by file_field helper [#5084 state:re...Miles Egan2010-07-131-1/+1
* 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