aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/template
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Merge pull request #27795 from meagar/fix-missing-partial-iterationRafael França2017-01-311-0/+9
|\
| * Merge branch 'master' into fix-missing-partial-iterationMatthew Eagar2017-01-253-2/+14
| |\
| * | Add partial iteration variable to template keysMatthew Eagar2017-01-251-0/+9
* | | Merge pull request #27858 from mtsmfm/fix-inherit-from-deprecated-erubisRafael França2017-01-311-0/+2
|\ \ \
| * | | Fix inherit from deprecated `ActionView::Template::Handlers::Erubis`Fumiaki MATSUSHIMA2017-02-011-0/+2
* | | | Merge pull request #27758 from kenta-s/neglected-todo-in-render_testArthur Nogueira Neves2017-01-311-2/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Get neglected TODO done in render_testkenta-s2017-01-241-2/+1
| |/ /
* | / Improve insufficient test for `safe_join`kenta-s2017-01-301-2/+13
| |/ |/|
* | Merge pull request #27796 from yui-knk/keep_separator_wasAndrew White2017-01-251-1/+2
|\ \
| * | Keep the value of `$,` and restore ityui-knk2017-01-251-1/+2
| |/
* / Change ActionView ERB Handler from Erubis to ErubiJeremy Evans2017-01-252-1/+12
|/
* Add missing tests for ActionView::Template::Textkenta-s2017-01-201-0/+16
* :warning: "Use assert_nil if expecting nil. This will fail in MT6."Akira Matsuda2017-01-181-1/+6
* Merge pull request #27693 from kenta-s/improve-to_sentence-methodRafael França2017-01-181-0/+10
|\
| * Fix unexpected behavior of with $,kenta-s2017-01-151-0/+10
* | Merge pull request #27688 from kenta-s/add-test-for-safe_joinRafael França2017-01-181-0/+5
|\ \
| * | Add test for safe_joinkenta-s2017-01-151-0/+5
| |/
* / Allow render locals to be assigned to instance variablesAndrew White2017-01-151-0/+4
|/
* class Foo < Struct.new(:x) creates an extra unneeded anonymous classAkira Matsuda2017-01-133-4/+3
* Reduce string objects by using \ instead of + or << for concatenating stringsAkira Matsuda2017-01-125-522/+522
* Remove unneeded Deprecation silenceRafael Mendonça França2017-01-061-5/+3
* Merge pull request #27549 from mpugach/consider_params_in_current_pageRafael França2017-01-041-0/+9
|\
| * Add `check_parameters` option to `current_page?`Maksym Pugach2017-01-041-0/+9
* | Fix typo s/permited/permitted/Ryuta Kamizono2017-01-041-2/+2
* | Prevent duplicate data-disable-with attributesTyler Hunt2017-01-031-0/+7
|/
* Merge pull request #27463 from y-yagi/fix_26931Rafael França2016-12-281-1/+3
|\
| * do not mutate `object_name` of class in `fields_for`yuuji.yaginuma2016-12-271-1/+3
* | Fix Rubocop violations and fix documentation visibilityRafael Mendonça França2016-12-283-10/+9
|/
* assert_equal takes expectation firstAkira Matsuda2016-12-261-5/+5
* "Use assert_nil if expecting nil. This will fail in minitest 6."Akira Matsuda2016-12-254-16/+16