aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #29151 from onemanstartup/jquery_slim_fixGuillermo Iguaran2017-05-291-1/+1
|\
| * Check for jQuery ajaxDmitriy Plekhanov2017-05-191-1/+1
* | Add option for class_attribute default (#29270)David Heinemeier Hansson2017-05-295-24/+17
* | Merge pull request #29108 from inopinatus/ujs-sgjs-ie9-supportKasper Timm Hansen2017-05-281-1/+1
|\ \
| * | Fix server-generated JS response processing on IE9 when using rails-ujs and r...Josh Goodall2017-05-171-1/+1
* | | Update to rails-ujs documentation for yarn installAdrian Stainforth2017-05-261-0/+10
* | | Merge pull request #29176 from bogdanvlviv/define-path-with__dir__Matthew Draper2017-05-2614-37/+35
|\ \ \
| * | | Define path with __dir__bogdanvlviv2017-05-2314-37/+35
* | | | Merge pull request #29119 from spohlenz/fix-select-with-enumerableMatthew Draper2017-05-242-1/+18
|\ \ \ \
| * | | | Fix select tag helper used with Enumerable choicesSam Pohlenz2017-05-172-1/+18
| | |/ / | |/| |
* | | | Update test link in ActionView javascripts README.md.Josef Šimánek2017-05-221-1/+1
| |/ / |/| |
* | | Add :json type to auto_discovery_link_tagMike Gunderloy2017-05-203-5/+12
| |/ |/|
* | Merge pull request #29057 from koic/suppress_warning_assigned_but_unused_vari...Akira Matsuda2017-05-191-1/+1
|\ \
| * | Suppress `warning: assigned but unused variable - stdout`Koichi ITO2017-05-121-1/+1
| |/
* | ERB::Util.url_encode no longer escapes ~ since ruby 2.5Akira Matsuda2017-05-191-2/+2
* | Use recyclable cache keys (#29092)David Heinemeier Hansson2017-05-185-15/+23
|/
* Should escape meta characters in regexpRyuta Kamizono2017-05-074-10/+10
* Merge pull request #28753 from st0012/add-render-with-variants-testKasper Timm Hansen2017-05-013-0/+10
|\
| * Add tests for render template/partial with variants option.Stan Lo2017-04-143-0/+10
* | Cleanup CHANGELOGs [ci skip]Ryuta Kamizono2017-04-301-1/+2
* | Merge pull request #20701 from iamvery/date-helper-argument-errorAndrew White2017-04-273-18/+41
|\ \
| * | Ensure input to distance_of_time_in_words is not nilJay Hayes2017-04-273-18/+41
* | | Merge pull request #28844 from kyuden/remove_unnecessary_attributes_of_select...Kasper Timm Hansen2017-04-272-1/+3
|\ \ \
| * | | Remove unnecessary `skip_default_ids` and `allow_method_names_outside_object`...kyuden2017-04-242-1/+3
| |/ /
* | | 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-262-1/+19
|/ /
* | 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
|\ \