aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/template/date_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Require integer conversion for this testRafael Mendonça França2019-08-021-0/+1
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-187/+187
* Add `year_format` option to date_select tag. This option makes it possible to...Koki Ryu2018-06-101-0/+9
* Fix occurrences Fixnum|Bignumbogdanvlviv2018-03-041-3/+3
* Rails 6 requires Ruby 2.4.1+Jeremy Daer2018-02-171-4/+2
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-11/+11
* Enable `Layout/SpaceBeforeComma` rubocop rule, and fixed moreRyuta Kamizono2017-12-121-2/+2
* Fix RuboCop offensesKoichi ITO2017-08-161-26/+26
* Use frozen string literal in actionview/Kir Shatrov2017-07-241-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-021-0/+1
|\
| * Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* | Make ActionView frozen string literal friendly.Pat Allan2017-06-201-187/+187
|/
* Remove requirement on mathnRobin Dupret2017-05-301-3/+11
* Ensure input to distance_of_time_in_words is not nilJay Hayes2017-04-271-0/+10
* Deprecate implicit coercion of `ActiveSupport::Duration`Andrew White2017-03-021-1/+1
* Add `Style/EmptyLinesAroundMethodBody` in `.rubocop.yml` and remove extra emp...Ryuta Kamizono2017-02-121-1/+0
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-46/+46
* Add three new rubocop rulesRafael Mendonça França2016-08-161-16/+16
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-2/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-3/+3
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-17/+17
* modernizes hash syntax in actionviewXavier Noria2016-08-061-296/+296
* applies new string literal convention in actionview/testXavier Noria2016-08-061-76/+76
* Bring Boolean Attributes list for AV Tags helper upto speed with current spec.Vipul A M2016-06-281-4/+0
* Make select_year work with include_position: true option, fix #25267Marek2016-06-051-0/+7
* date_select helper with_css_classes option also accept a hashneumayr2016-04-051-0/+404
* html_safe is not supposed to be public API for AV. This change removes usage ...Vipul A M2016-01-201-1/+1
* deletes commented code introduced in db045db (initial commit)Tony Ta2015-12-151-17/+0
* deletes commented code introduced in 4673c47dTony Ta2015-12-151-5/+0
* making selected value to accept Hash like the default option. E.g. selected: ...Lecky Lao2015-10-291-0/+20
* :put_litter_in_its_place: Unused methodsAkira Matsuda2015-04-251-8/+0
* Silence warning from requiring mathnPrem Sichanugrist2015-04-221-1/+1
* Use directly TZInfo::Timezone without proxybrainopia2015-01-041-1/+1
* Duplicated Hash key :promptAkira Matsuda2014-11-191-1/+1
* All these tests are passing nowRafael Mendonça França2014-07-151-4/+0
* Change date helper tests to expect attributes with double quoted strings.Timm2014-06-161-14/+15
* Added related Nokogiri issue link to tests that fail with unknown encoding AS...Timm2014-06-161-4/+4
* Marked some tests as pending in date_helper_test.rb.Timm2014-06-151-0/+4
* Fix date_select option overwriting html classesIzumi Wong-Horiuchi2014-03-241-0/+16
* implements new option :month_format_string for date select helpers [Closes #1...Xavier Noria2014-02-151-0/+10
* Remove privatizing of Fixnum#/ from assert_distance_of_time_in_wordsAlex Tambellini2013-08-051-5/+7
* Move template tests from actionpack to actionviewPiotr Sarnacki2013-06-201-0/+3199