aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test
Commit message (Expand)AuthorAgeFilesLines
* Privatize unneededly protected methods in Action View testsAkira Matsuda2016-12-235-5/+5
* 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-093-5/+11
* Enable `block` variable in viewToshimaru2016-12-092-0/+5
* Merge pull request #27258 from y-yagi/stop_using_removed_render_textKasper Timm Hansen2016-12-031-1/+1
|\
| * stop using removed `render :text`yuuji.yaginuma2016-12-031-1/+1
* | Remove unused argumentRafael Mendonça França2016-12-021-12/+2
|/
* use `Gem.win_platform?` to check windows Ruby platformsyuuji.yaginuma2016-11-301-1/+1
* Add UJS testsGuillermo Iguaran2016-11-2620-0/+5266
* Fix `require_dependency` message formatRyuta Kamizono2016-11-251-1/+1
* 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-2911-127/+127
* let Regexp#match? be globally availableXavier Noria2016-10-271-1/+0
* 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-024-0/+22
|/
* 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
|/
* Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-143-3/+3
* fix RuboCop errors re \xFCXavier Noria2016-09-021-2/+4
* fixes remaining RuboCop issues [Vipul A M, Xavier Noria]Xavier Noria2016-09-011-2/+2
* Add three new rubocop rulesRafael Mendonça França2016-08-1625-111/+111
* Ensure values are strings before calling gsubMike Virata-Stone2016-08-121-0/+8
* ensure tag/content_tag escapes " in attribute valsAndrew Carpenter2016-08-111-0/+10
* Fix actionview test failureRyuta Kamizono2016-08-111-2/+2
* Fix broken alignments caused by auto-correct commit 411ccbdRyuta Kamizono2016-08-102-4/+7
* code gardening: removes redundant selfsXavier Noria2016-08-085-6/+6
* Extract common view cache dependency setup.Kasper Timm Hansen2016-08-071-8/+9
* Modify LogSubscriber for single partial's cache message.Stan Lo2016-08-081-6/+53
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-075-6/+0
* applies remaining conventions across the projectXavier Noria2016-08-0615-31/+13
* normalizes indentation and whitespace across the projectXavier Noria2016-08-0612-167/+166
* remove redundant curlies from hash argumentsXavier Noria2016-08-0613-72/+64
* modernizes hash syntax in actionviewXavier Noria2016-08-0642-1027/+1027
* applies new string literal convention in actionview/testXavier Noria2016-08-0657-1207/+1207
* Use Ruby >= 1.9 hash syntax as is the preferenceSteven Harman2016-07-261-1/+1
* Fix collection_from_options to allow EnumeratorsSteven Harman2016-07-261-0/+8
* systematic revision of =~ usage in AVXavier Noria2016-07-251-1/+2
* Merge pull request #25520 from st0012/fix-current-pageRafael França2016-07-201-0/+6
|\
| * Fix ActionView::Helpers#current_page? with issue in https://github.com/rails/...Stan Lo2016-07-201-0/+6
* | Store the old logger before calling superRafael Mendonça França2016-07-171-1/+1
* | - Added select tag test for verifying passing html options to f.select helperVipul A M2016-06-281-1/+10