aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
Commit message (Expand)AuthorAgeFilesLines
* Avoid invalid attribute on local forms generated by `form_with`George Claghorn2016-12-152-4/+10
* form_with/fields: Don't output ids by defaultKasper Timm Hansen2016-12-134-206/+243
* split DELEGATION_RESERVED_METHOD_NAMES in halfToshimaru2016-12-094-6/+12
* Enable `block` variable in viewToshimaru2016-12-093-1/+6
* Merge pull request #27271 from printercu/permantent_digest_in_testsMatthew Draper2016-12-082-1/+9
|\
| * Fixed usage of cache_template_loadingMax Melentiev2016-12-062-1/+9
* | Update url_helper.rb, adjust link_to api docAndreas Maierhofer2016-12-051-4/+3
|/
* 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-022-16/+5
|/
* use `Gem.win_platform?` to check windows Ruby platformsyuuji.yaginuma2016-11-301-1/+1
* Add asset compilation Rake task for UJSJon Moss2016-11-261-1/+9
* Add UJS testsGuillermo Iguaran2016-11-2622-0/+5280
* Add rails-ujs to Action ViewGuillermo Iguaran2016-11-2614-0/+649
* Convert ActionView::Railtie into EngineGuillermo Iguaran2016-11-261-1/+1
* Merge pull request #27174 from kamipo/fix_require_dependency_message_formatMatthew Draper2016-11-251-1/+1
|\
| * Fix `require_dependency` message formatRyuta Kamizono2016-11-251-1/+1
* | Fix warning: method redefined; discarding old fieldsRyuta Kamizono2016-11-251-1/+1
|/
* form_helper typo fix [ci skip]ota42y2016-11-221-1/+1
* [ci skip] Mention `form_with` and `fields` in changelog.Kasper Timm Hansen2016-11-211-0/+30
* Add form_with to unify form_tag/form_for. (#26976)Kasper Timm Hansen2016-11-212-2/+2475
* update bin/test scripts to prevent double runs.Yves Senn2016-11-211-2/+0
* Minor corrections to #26905Andrew White2016-11-132-2/+2
* Merge pull request #27024 from vipulnsward/changelog-editsAndrew White2016-11-131-3/+3
|\
| * Changelog editsVipul A M2016-11-121-3/+3
* | Merge pull request #26905 from bogdanvlviv/docsAndrew White2016-11-136-22/+22
|\ \
| * | Add missing `+` around a some literals.bogdanvlviv2016-10-276-22/+22
* | | Merge pull request #27019 from djpowers/patch-1Jon Moss2016-11-121-1/+1
|\ \ \ | |_|/ |/| |
| * | Fix spelling in API docsDave Powers2016-11-121-1/+1
* | | better docs for ActionView::ViewPaths#prepend_view_pathAlexander Kustov2016-11-121-0/+12
|/ /
* | Add more rubocop rules about whitespacesRafael Mendonça França2016-10-2932-160/+160
* | [ci skip] Revise TagHelper only permitting symbols doc.Kasper Timm Hansen2016-10-281-4/+3
* | removes requires already present in active_support/railsXavier Noria2016-10-271-1/+0
* | let Regexp#match? be globally availableXavier Noria2016-10-2710-10/+0
* | Fix small typo in ActionView API documentation [ci skip]Erol Fornoles2016-10-251-1/+1
|/
* Merge pull request #26810 from maclover7/jm-fix-26802Rafael Mendonça França2016-10-222-0/+38
|\
| * Convert ActionController::Parameters to a hash in button_toJon Moss2016-10-172-0/+22
|/
* Docs: `tag` only accept attribute names as symbolsclaudiob2016-10-111-2/+3
* Removed deprecated `#original_exception` in `ActionView::Template::Error`.Rafael Mendonça França2016-10-102-11/+5
* Merge pull request #26578 from jeremy/undeprecate-plural-positional-argRafael França2016-10-102-14/+3
|\
| * Undeprecate plural positional argumentJeremy Daer2016-09-212-14/+3
* | Remove deprecated support to :text in renderRafael Mendonça França2016-10-104-6/+4
* | Avoid bumping the class serial when invoking executorMatthew Draper2016-10-032-1/+7
* | Change render to support any hash keys in localsPeter Schilling2016-10-026-1/+47
|/
* [ci skip] Replace to closing tagAndrey Molchanov2016-09-201-1/+1
* [ci skip] Fixed commas according to Oxford comma in rdoc and guidesAndrey Molchanov2016-09-171-1/+1
* 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
* | Merge pull request #26509 from claudiob/rename-asRafael França2016-09-161-1/+1
|\ \
| * | Rename test to match what it doesclaudiob2016-09-151-1/+1
| |/