aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
Commit message (Expand)AuthorAgeFilesLines
* Set to `form_with_generates_remote_forms` only when config is explicitly spec...yuuji.yaginuma2017-04-221-2/+4
* Configure form_with_generates_remote_forms in its own initializerRafael Mendonça França2017-04-212-0/+29
* Fix all style guides violationsRafael Mendonça França2017-04-199-12/+12
* Reuse the Parameters#to_h check in the routing helpersRafael Mendonça França2017-04-182-6/+5
* Add `form_with_generates_remote_forms` config.Kasper Timm Hansen2017-04-161-1/+3
* Default embed_authenticity_token_in_remote_forms to nil.Kasper Timm Hansen2017-04-163-8/+10
* Fix module name [ci skip]yuuji.yaginuma2017-04-151-10/+10
* Merge pull request #28748 from DmytroVasin/rails-ujs-fix-ajax-response-parsingRafael França2017-04-132-3/+31
|\
| * Fix mistake in JS response parser:Dmytro Vasin2017-04-132-3/+31
* | Close form_for tag in FormHelper API docsAlex Muller2017-04-131-2/+2
|/
* Fix rubocop violationsyuuji.yaginuma2017-04-121-1/+1
* Set current page as default for ajax requestsDmytro Vasin2017-04-112-22/+46
* Correct typo in component nameAndrew White2017-03-311-1/+1
* Reorganize rails-ujs filesJavan Makhmali2017-03-3013-104/+104
* Restore rails-ujs.js UMD module supportJavan Makhmali2017-03-301-1/+42
* Update comment in sanitizer helper test [skip ci]Ross Kaffenberger2017-03-291-1/+1
* Fix link to rails-ujsRyunosuke Sato2017-03-302-2/+2
* Merge pull request #28367 from ptoomey3/ignore-disabled-buttonsAaron Patterson2017-03-273-1/+38
|\
| * Prevent event propogation if element is disabled when event chain begins.Patrick Toomey2017-03-093-1/+38
* | Fix `assert_logged` failureRyuta Kamizono2017-03-231-2/+2
* | Stop complaining about not being able to digest dynamic template partial name...David Heinemeier Hansson2017-03-221-2/+4
* | Start Rails 5.2 developmentMatthew Draper2017-03-223-219/+4
* | Merge pull request #28450 from adamgamble/bug_fix/fix_typo_in_actionviewRafael França2017-03-211-1/+1
|\ \
| * | Fix typo in actionview error messageadamgamble2017-03-171-1/+1
* | | Always use original url_for when generating direct routesAndrew White2017-03-171-0/+46
|/ /
* | Merge pull request #28407 from claudiob/changelog-skip-pipelineRichard Schneeman2017-03-131-0/+17
|\ \
| * | Add CHANGELOG for #26226 [ci skip]claudiob2017-03-131-0/+17
| |/
* / Small grammar change + new line for "fixes"Jon Moss2017-03-131-2/+4
|/
* Deprecate implicit coercion of `ActiveSupport::Duration`Andrew White2017-03-021-1/+1
* Remove `encode_special_chars` option from `strip_tags`Andrew Hood2017-02-273-4/+19
* Update package.jsonRafael Mendonça França2017-02-231-1/+1
* Preparing for 5.1.0.beta1 releaseRafael Mendonça França2017-02-232-1/+3
* Test rails-ujs in our travis matrixRafael Mendonça França2017-02-227-69/+170
* Move rails-ujs README and LICENCE to actionviewRafael Mendonça França2017-02-222-0/+69
* Add custom polymorphic mappingAndrew White2017-02-211-4/+4
* Import rails-ujs v0.1.0 from rails/rails-ujsGuillermo Iguaran2017-02-2011-255/+35
* Set correct "routes" in tests casesbogdanvlviv2017-02-202-4/+4
* Add assertion to polymorphic_routes_test.rbbogdanvlviv2017-02-201-2/+1
* Unfreeze interpolated string because it's useless.Stan Lo2017-02-191-1/+1
* Add `Style/EmptyLinesAroundMethodBody` in `.rubocop.yml` and remove extra emp...Ryuta Kamizono2017-02-122-2/+0
* Merge pull request #27870 from kenta-s/get-todo-done-in-render_testKasper Timm Hansen2017-02-111-2/+1
|\
| * Add information on `:formats` option in action_view_overview.mdkenta-s2017-02-061-2/+1
* | Correct spellingBenjamin Fleischer2017-02-051-1/+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
* module Blog; class Post appears twice in AV testsAkira Matsuda2017-02-021-3/+3
* DRY fake models for testingAkira Matsuda2017-02-022-37/+7
* call `gem` `erubis` before requireyuuji.yaginuma2017-02-011-0/+1
* Merge pull request #27795 from meagar/fix-missing-partial-iterationRafael França2017-01-314-1/+12
|\
| * Merge branch 'master' into fix-missing-partial-iterationMatthew Eagar2017-01-262-2/+2
| |\