aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/form_tag_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* complementary options guidelines for f.file_field and file_field_tagThiago Pinto2012-12-061-0/+2
* Merge pull request #8218 from DawidJanczak/form-tag-docCarlos Antonio da Silva2012-11-141-1/+1
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-11-031-54/+54
|\
| * Hash Syntax to 1.9 related changesAvnerCohen2012-10-291-54/+54
* | Make caller attribute in deprecation methods optionalAlexey Gaziev2012-10-301-5/+5
* | Fix failing tests and use new hash style in deprecation messagesCarlos Antonio da Silva2012-10-291-10/+10
* | Provide a call stack for deprecation warnings where needed.Nikita Afanasenko2012-10-291-5/+15
|/
* Added example of using options_for_select() with select_tag()Kir Shatrov2012-08-301-0/+4
* option_tags coerced to "" instead of nilSandeep2012-08-211-0/+1
* Grammar fix in ActionView docs/commentsEdward Ocampo-Gooding2012-08-121-1/+1
* load active_support/core_ext/object/blank in active_support/railsXavier Noria2012-08-021-1/+0
* Add back `:disable_with` and change deprecation horizon to 4.1Carlos Galdino + Rafael Mendonça França2012-07-211-0/+22
* Add back `:confirm` and change deprecation horizon to 4.1Carlos Galdino + Rafael Mendonça França2012-07-211-0/+37
* Remove `:confirm` in favor of `:data => { :confirm => 'Text' }` optionCarlos Galdino2012-07-181-24/+5
* Add several HTML5 input helpersCarlos Galdino2012-05-211-0/+44
* Add HTML5 input[type="color"] helperCarlos Galdino2012-05-211-0/+8
* Add HTML5 input[type="time"] helperAlex Soulim2012-05-181-0/+11
* Revert "Revert "Remove `:disable_with` in favor of `'data-disable-with'` opti...José Valim2012-05-151-21/+3
* Revert "Remove `:disable_with` in favor of `'data-disable-with'` option from ...José Valim2012-05-151-3/+21
* Remove `:disable_with` in favor of `'data-disable-with'` option from `submit_...Carlos Galdino + Rafael Mendonça França2012-05-141-21/+3
* Revert "Merge pull request #6142 from spartan-developer/master"José Valim2012-05-121-1/+3
* Merge pull request #6142 from spartan-developer/masterJosé Valim2012-05-121-3/+1
|\
| * refactored extracting :size => 'XxY' into an extract_size! methodNicholas Yianilos2012-05-031-3/+1
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-05-081-0/+3
|\ \
| * | Add example for image_submit_tag with confirmation. [ci skip]Edward Tsech2012-05-081-0/+3
* | | Fix typo in submit_tag helper documentationAlex Soulim2012-05-061-1/+1
|/ /
* / Fix form tag with non GET/POST method exampleAlexey Vakhov2012-05-021-1/+1
|/
* Merge pull request #5182 from castlerock/content_tag_instead_stringXavier Noria2012-04-051-2/+2
|\
| * content_tag used instead string for optionVishnu Atrai2012-02-261-2/+2
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-04-011-1/+1
|\ \
| * | Fix quotes at select_tag examplesAnderson Dias2012-03-281-1/+1
* | | Cover one more case in auth_token and remote formsPiotr Sarnacki2012-03-281-1/+1
* | | config.action_view.embed_authenticity_token_in_remote_forms is true by defaultPiotr Sarnacki2012-03-281-1/+1
* | | Added config.action_view.embed_authenticity_token_in_remote_formsPiotr Sarnacki2012-03-281-8/+16
|/ /
* | Allow you to force the authenticity_token to be rendered even on remote forms...David Heinemeier Hansson2012-03-141-5/+9
* | Do not include the authenticity token in forms where remote: true as ajax for...David Heinemeier Hansson2012-03-141-2/+9
* | Allow fieldsets to be created without a block.Ben Pickles2012-03-011-2/+1
|/
* Refactored two methods to use delete with a blockRuben Fonseca2012-02-211-1/+1
* Add HTML5 input[type="date"] helperOlek Janiszewski2012-02-121-0/+8
* Extract method_tagRafael Mendonça França2012-01-191-1/+1
* Refactor button_to helper to use token_tag methodRafael Mendonça França2012-01-191-9/+0
* No need to call html_safe since concat two SaffeBuffers always results in a S...Rafael Mendonça França2012-01-171-1/+1
* No need to create a SafeBuffer since form_tag_html always rerturn a SafeBufferRafael Mendonça França2012-01-171-2/+1
* Fixed documentation error in code examples from form_tag_helper.rbAlejandro Andrés2011-12-301-2/+2
* revise some doc changesVijay Dev2011-12-291-9/+4
* Fixed formatting of code examples in form_tag_helper.rbAlejandro Andrés2011-12-281-4/+4
* Add missing type to number_field_tag documentationPaul McMahon2011-10-281-1/+1
* if ... nil? is more expensive than unlessMilan Dobrota2011-09-041-1/+1
* Tiny refactorSantiago Pastorino2011-08-251-4/+7
* Merge pull request #2491 from waynn/fix_symbolSantiago Pastorino2011-08-251-2/+2
|\