aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/template
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #29897 from kirs/frozen-actionviewRafael França2017-07-2446-0/+91
|\
| * Use frozen string literal in actionview/Kir Shatrov2017-07-2446-0/+91
* | Delegate respond_to? in ActionView::Helpers::ControllerHelperLisa Ugray2017-07-191-0/+11
|/
* Enable `Layout/FirstParameterIndentation` copRyuta Kamizono2017-07-172-24/+24
* [Action View] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Expectation firstAkira Matsuda2017-07-022-8/+8
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-0246-46/+0
* Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-0246-0/+46
|\
| * Enforce frozen string in RubocopKir Shatrov2017-07-0146-0/+46
* | Merge pull request #29506 from pat/frozen-string-literalsMatthew Draper2017-07-0211-209/+209
|\ \
| * | Make ActionView frozen string literal friendly.Pat Allan2017-06-2011-209/+209
* | | Merge pull request #29349 from robertomiranda/responsive-imagesMatthew Draper2017-07-021-1/+4
|\ \ \
| * | | Add `srcset` option to `image_tag` helperRoberto Miranda2017-06-291-1/+4
| | |/ | |/|
* / | Fallback Parameters#to_s to Hash#to_sKir Shatrov2017-06-301-0/+6
|/ /
* / Fix current_page? helper issue with engine root pathsavroff2017-06-191-3/+13
|/
* Generate field ids in `collection_check_boxes` and `collection_radio_buttons`yuuji.yaginuma2017-06-111-18/+18
* Merge pull request https://github.com/rails/rails/pull/28637 from st0012/fix-...Kasper Timm Hansen2017-06-081-21/+26
* Use a hash to record every partial's cache hit status instead of sharing a bo...Stan Lo2017-06-081-0/+40
* Don't support namespace in form_with.Kasper Timm Hansen2017-06-071-18/+0
* Use mattr_accessor default: option throughout the projectGenadi Samokovarov2017-06-031-2/+1
* Merge pull request #29187 from robin850/remove-mathnRafael França2017-05-301-3/+11
|\
| * Remove requirement on mathnRobin Dupret2017-05-301-3/+11
* | Merge pull request #29176 from bogdanvlviv/define-path-with__dir__Matthew Draper2017-05-263-4/+4
|\ \
| * | Define path with __dir__bogdanvlviv2017-05-233-4/+4
| |/
* | Merge pull request #29119 from spohlenz/fix-select-with-enumerableMatthew Draper2017-05-241-0/+17
|\ \ | |/ |/|
| * Fix select tag helper used with Enumerable choicesSam Pohlenz2017-05-171-0/+17
* | Add :json type to auto_discovery_link_tagMike Gunderloy2017-05-201-0/+1
* | ERB::Util.url_encode no longer escapes ~ since ruby 2.5Akira Matsuda2017-05-191-2/+2
* | Use recyclable cache keys (#29092)David Heinemeier Hansson2017-05-182-4/+4
|/
* Should escape meta characters in regexpRyuta Kamizono2017-05-073-9/+9
* Merge pull request #28753 from st0012/add-render-with-variants-testKasper Timm Hansen2017-05-011-0/+8
|\
| * Add tests for render template/partial with variants option.Stan Lo2017-04-141-0/+8
* | Merge pull request #20701 from iamvery/date-helper-argument-errorAndrew White2017-04-271-0/+10
|\ \
| * | Ensure input to distance_of_time_in_words is not nilJay Hayes2017-04-271-0/+10
* | | Merge pull request #28844 from kyuden/remove_unnecessary_attributes_of_select...Kasper Timm Hansen2017-04-271-0/+2
|\ \ \
| * | | Remove unnecessary `skip_default_ids` and `allow_method_names_outside_object`...kyuden2017-04-241-0/+2
| |/ /
* | | Merge pull request #28848 from Edouard-chin/ec-remove-unused-methodRafael França2017-04-261-7/+0
|\ \ \
| * | | `sort_query_string_params` method is no more usedEdouard CHIN2017-04-231-7/+0
| |/ /
* / / Fix `current_page?` regression:Edouard CHIN2017-04-261-0/+18
|/ /
* | Configure form_with_generates_remote_forms in its own initializerRafael Mendonça França2017-04-211-0/+22
* | Reuse the Parameters#to_h check in the routing helpersRafael Mendonça França2017-04-181-1/+5
|/
* Update comment in sanitizer helper test [skip ci]Ross Kaffenberger2017-03-291-1/+1
* Fix `assert_logged` failureRyuta Kamizono2017-03-231-2/+2
* Deprecate implicit coercion of `ActiveSupport::Duration`Andrew White2017-03-021-1/+1
* Remove `encode_special_chars` option from `strip_tags`Andrew Hood2017-02-271-0/+2
* Set correct "routes" in tests casesbogdanvlviv2017-02-202-4/+4
* Add `Style/EmptyLinesAroundMethodBody` in `.rubocop.yml` and remove extra emp...Ryuta Kamizono2017-02-122-2/+0
* Add information on `:formats` option in action_view_overview.mdkenta-s2017-02-061-2/+1
* Fix CI failure caused by aa647b46cce55ec12f5895e403c0d1b85502c8e0Ryuta Kamizono2017-02-021-1/+1
* Fix test failures only seen when executed via bin/testAkira Matsuda2017-02-021-1/+1