aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/template
Commit message (Expand)AuthorAgeFilesLines
* 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
* Privatize unneededly protected methods in Action View testsAkira Matsuda2016-12-233-3/+3
* Unneeded attr_accessor with side effectsAkira Matsuda2016-12-232-8/+0
* fields: support attributes not on model.Kasper Timm Hansen2016-12-181-0/+35
* form_with: allow methods outside the model.Kasper Timm Hansen2016-12-181-12/+69
* Avoid invalid attribute on local forms generated by `form_with`George Claghorn2016-12-151-0/+10
* form_with/fields: Don't output ids by defaultKasper Timm Hansen2016-12-131-200/+200
* split DELEGATION_RESERVED_METHOD_NAMES in halfToshimaru2016-12-091-4/+10
* Enable `block` variable in viewToshimaru2016-12-091-0/+4
* Remove unused argumentRafael Mendonça França2016-12-021-12/+2
* Add form_with to unify form_tag/form_for. (#26976)Kasper Timm Hansen2016-11-211-0/+2134
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-298-122/+122
* Merge pull request #26810 from maclover7/jm-fix-26802Rafael Mendonça França2016-10-221-0/+27
|\
| * Convert ActionController::Parameters to a hash in button_toJon Moss2016-10-171-0/+16
|/
* Merge pull request #26578 from jeremy/undeprecate-plural-positional-argRafael França2016-10-101-6/+2
|\
| * Undeprecate plural positional argumentJeremy Daer2016-09-211-6/+2
* | Remove deprecated support to :text in renderRafael Mendonça França2016-10-102-2/+2
* | Change render to support any hash keys in localsPeter Schilling2016-10-021-0/+19
|/
* Merge pull request #26516 from grosser/grosser/assertRafael França2016-09-164-11/+11
|\
| * improve error message when include assertions failMichael Grosser2016-09-164-11/+11
* | Rename test to match what it doesclaudiob2016-09-151-1/+1
|/