aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/tags/base.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Move slicing to initializer.Kasper Timm Hansen2017-06-071-1/+1
* Remove unnecessary `skip_default_ids` and `allow_method_names_outside_object`...kyuden2017-04-241-1/+1
* Generate indexed names in input even when objects are not persistedRafael Mendonça França2017-01-031-2/+13
* form_with: allow methods outside the model.Kasper Timm Hansen2016-12-181-3/+14
* form_with/fields: Don't output ids by defaultKasper Timm Hansen2016-12-131-3/+11
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-3/+3
* Add three new rubocop rulesRafael Mendonça França2016-08-161-2/+2
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-99/+99
* modernizes hash syntax in actionviewXavier Noria2016-08-061-3/+3
* applies new string literal convention in actionview/libXavier Noria2016-08-061-3/+3
* New syntax for tag helpers i.e. tag.br instead of tag(br) #25195Marek2016-06-271-2/+2
* Raise an ArgumentError when `include_blank` is false for a required field inGrey Baker2015-06-081-3/+9
* Remove code duplication in ActionView::Helpers::Tags::BaseBogdan Gusiev2015-02-111-25/+24
* Only use the `_before_type_cast` in the form when from user inputSean Griffin2015-01-141-2/+9
* Revert "Don't use the `_before_type_cast` version of attributes in the form"Sean Griffin2015-01-141-0/+10
* Don't use the `_before_type_cast` version of attributes in the formSean Griffin2015-01-141-10/+0
* Honor public/private in ActionView::Helpers::Tags::Base#valueTobias Pfeiffer2014-10-311-1/+1
* Fix some edge cases for AV `select` helper with `:selected` optionBogdan Gusiev2013-09-231-1/+2
* Move actionpack/lib/action_view* into actionview/libPiotr Sarnacki2013-06-201-0/+147