| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #17685 from claudiob/document-form-for-extra-options | Rafael Mendonça França | 2014-11-20 | 1 | -0/+15 |
|\ |
|
| * | Document *all* the options accepted by form_for | claudiob | 2014-11-20 | 1 | -0/+15 |
* | | Add `:enforce_utf8` option to form_for | claudiob | 2014-11-20 | 1 | -0/+3 |
|/ |
|
* | Add space in :start_year description for date_select | Ryan Bigg | 2014-11-19 | 1 | -1/+1 |
* | Call gsub with a Regexp instead of a String for better performance | Pablo Herrero | 2014-11-01 | 1 | -1/+1 |
* | Honor public/private in ActionView::Helpers::Tags::Base#value | Tobias Pfeiffer | 2014-10-31 | 1 | -1/+1 |
* | Fix typo at form_helper docs [ci skip] | Pablo Herrero | 2014-10-29 | 1 | -2/+2 |
* | Fix doc markup for `NumberHelper` [ci skip] | Ryunosuke SATO | 2014-10-29 | 1 | -5/+5 |
* | Use new hash syntax | Rafael Mendonça França | 2014-10-25 | 1 | -2/+3 |
* | :scissors: | Rafael Mendonça França | 2014-10-25 | 1 | -2/+1 |
* | Merge pull request #17064 from frenkel/fix_select_tag_include_blank | Rafael Mendonça França | 2014-10-25 | 1 | -2/+8 |
|\ |
|
| * | Use include_blank value as option label | Frank Groeneveld | 2014-10-17 | 1 | -2/+8 |
* | | Clarify comments about sanitized_allowed_tags | Prathamesh Sonpatki | 2014-10-25 | 1 | -2/+2 |
* | | Fix how file_ and password_field_tag edit options | claudiob | 2014-10-15 | 1 | -2/+2 |
* | | Merge pull request #17271 from claudiob/remove-duplicate-stringify-keys | Rafael Mendonça França | 2014-10-15 | 1 | -13/+13 |
|\ \ |
|
| * | | Remove duplicate stringify_keys in text_field_tag | claudiob | 2014-10-15 | 1 | -13/+13 |
* | | | Replace Enumerable#reverse.each with Enumerable#reverse_each | Erik Michaels-Ober | 2014-10-13 | 1 | -1/+1 |
|/ / |
|
* | | remove un-needed sort | schneems | 2014-10-07 | 1 | -1/+1 |
* | | Use #tr instead of #gsub where possible | Alex Weidmann | 2014-10-02 | 1 | -1/+1 |
* | | Added processing of `nil` to `highlight` helper method | igor04 | 2014-09-30 | 1 | -1/+1 |
|/ |
|
* | Remove wrapping <div> in form helpers from doc | claudiob | 2014-09-22 | 2 | -35/+19 |
* | Revert "Merge pull request #15312 from JuanitoFatas/action_view/asset_path" | Matthew Draper | 2014-09-14 | 1 | -1/+1 |
* | fix the undefined method content_tag #15245 | Rajarshi Das | 2014-09-06 | 1 | -0/+1 |
* | Extract data/aria attribute prefixes to a constant | Rafael Mendonça França | 2014-09-03 | 1 | -1/+3 |
* | Add support for ARIA attributes in tags | PaoMar | 2014-09-03 | 1 | -4/+4 |
* | Ship with rails-html-sanitizer instead. | Kasper Timm Hansen | 2014-09-03 | 1 | -8/+3 |
* | Move implementation to the gems | Rafael Mendonça França | 2014-09-01 | 1 | -22/+10 |
* | Merge pull request #16488 from agrobbin/form-label-builder | Jeremy Kemper | 2014-08-25 | 1 | -22/+46 |
|\ |
|
| * | provide a builder for form labels to customize wrapping around I18n content | Alex Robbin | 2014-08-20 | 1 | -22/+46 |
* | | Merge pull request #16639 from agrobbin/input-placeholder-i18n | Jeremy Kemper | 2014-08-24 | 3 | -0/+42 |
|\ \ |
|
| * | | just use the placeholder tag value if it is passed as a String | Alex Robbin | 2014-08-22 | 1 | -1/+3 |
| * | | add I18n support for `:placeholder` HTML option is passed to form fields | Alex Robbin | 2014-08-22 | 3 | -0/+40 |
* | | | Remove erroneous form_tag option docs | T.J. Schuck | 2014-08-22 | 1 | -1/+0 |
* | | | Clarify that unknown keys will become HTML attrs | T.J. Schuck | 2014-08-22 | 1 | -0/+1 |
|/ / |
|
* / | Revert "Add I18n support for `:placeholder` HTML option is passed to form fie... | Jeremy Kemper | 2014-08-21 | 3 | -40/+0 |
|/ |
|
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2014-08-19 | 7 | -18/+18 |
|\ |
|
| * | Uppercase HTML in docs. | Hendy Tanata | 2014-08-08 | 7 | -18/+18 |
* | | Merge pull request #15889 from carnesmedia/model-name | Rafael Mendonça França | 2014-08-17 | 2 | -3/+3 |
|\ \ |
|
| * | | Use #model_name on instances instead of classes | Amiel Martin | 2014-06-24 | 2 | -3/+3 |
* | | | Merge branch 'master' into loofah | Rafael Mendonça França | 2014-08-17 | 4 | -0/+41 |
|\ \ \ |
|
| * \ \ | Merge pull request #16438 from agrobbin/input-placeholder-i18n | Jeremy Kemper | 2014-08-14 | 3 | -0/+40 |
| |\ \ \ |
|
| | * | | | add I18n support for `:placeholder` HTML option is passed to form fields | Alex Robbin | 2014-08-12 | 3 | -0/+40 |
| * | | | | Missing ActiveSupport require for calling String#first | Akira Matsuda | 2014-08-14 | 1 | -0/+1 |
| |/ / / |
|
* | | | | Prepare for partial release. | Kasper Timm Hansen | 2014-08-17 | 1 | -3/+8 |
* | | | | Merge branch 'master' into loofah | Rafael Mendonça França | 2014-08-12 | 5 | -94/+92 |
|\| | | |
|
| * | | | Fixed #select form builder helper to support block with html output | Bogdan Gusiev | 2014-08-05 | 1 | -1/+1 |
| | |/
| |/| |
|
| * | | docs, cleanup mixed indents within `form_options_helper.rb` RDoc. | Yves Senn | 2014-07-29 | 1 | -81/+81 |
| * | | docs, `select` and friends with `multiple=true` include a blank string. | Yves Senn | 2014-07-17 | 1 | -5/+3 |
| * | | Fix broken list formatting [ci skip] | noinkling | 2014-07-17 | 1 | -5/+5 |
| * | | Merge pull request #16161 from jpawlyn/master | Andrew White | 2014-07-15 | 1 | -1/+1 |
| |\ \ |
|