index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionview
/
app
/
assets
/
javascripts
Commit message (
Expand
)
Author
Age
Files
Lines
*
NPM -> npm [ci skip]
Xavier Noria
2019-05-12
1
-1
/
+1
*
Revert "Pass HTML responses as plain-text in rails-ujs"
razh
2019-03-17
1
-1
/
+1
*
Merge pull request #35529 from abhaynikam/35492-follow-up-to-updates-links-to...
Ryuta Kamizono
2019-03-09
1
-2
/
+2
|
\
|
*
Updated links from http to https in guides, docs, etc
Abhay Nikam
2019-03-09
1
-2
/
+2
*
|
Read the CSP nonce on page load
George Claghorn
2019-03-08
2
-4
/
+10
|
/
*
[ci skip] actionview typo fixes.
alkesh26
2019-02-21
1
-1
/
+1
*
Minimize boilerplate setup code for JavaScript libraries
Javan Makhmali
2019-01-16
1
-2
/
+1
*
Move all npm packages to @rails scope
Javan Makhmali
2019-01-10
1
-5
/
+5
*
Bump license years for 2019
Arun Agrawal
2018-12-31
1
-1
/
+1
*
Do not disable previously disabled elements
WoH
2018-12-06
1
-0
/
+2
*
Prevent unintended mouse keys from firing click events
WoH
2018-12-05
2
-5
/
+10
*
Do not enable disabled elements for XHR redirects
Patrik Bóna
2018-09-27
1
-1
/
+10
*
Throw if ujs loaded twice
Kazuhiro NISHIYAMA
2018-07-31
1
-1
/
+2
*
Merge pull request #31881 from yewton/rails-ujs-with-yarn-autoclean
Rafael França
2018-04-23
1
-0
/
+2
|
\
|
*
Update rails-ujs readme
Yuto SASAKI
2018-02-04
1
-0
/
+2
*
|
Make JS views rendered work with content security policy
yuuji.yaginuma
2018-04-20
1
-1
/
+1
*
|
Merge pull request #32404 from mathieumahe/master
Guillermo Iguaran
2018-04-02
1
-1
/
+5
|
\
\
|
*
|
Extract the confirm call in its own, overridable method in rails_ujs
Mathieu
2018-04-01
1
-1
/
+5
*
|
|
Pass HTML responses as plain-text in rails-ujs
Raymond Zhou
2018-03-19
1
-1
/
+1
|
/
/
*
/
Add support for automatic nonce generation for Rails UJS
Andrew White
2018-02-19
2
-1
/
+7
|
/
*
Update rails-ujs readme
Mike Fiedler
2018-01-29
1
-1
/
+1
*
Revert unintentional change in 41e3bbd
Javan Makhmali
2018-01-01
1
-1
/
+1
*
Improve `preventDefault` fix for rails-ujs
Javan Makhmali
2018-01-01
1
-6
/
+11
*
Bump license years for 2018
Yoshiyuki Hirano
2017-12-31
1
-1
/
+1
*
Fix IE 10 and IE 11's broken `preventDefault`
Yuri S
2017-12-27
1
-0
/
+5
*
Enable to call Rails.ajax without beforeSend
ta1kt0me
2017-10-28
1
-1
/
+1
*
Merge pull request #30513 from y-yagi/fix_30444
Akira Matsuda
2017-10-25
1
-1
/
+1
|
\
|
*
Does not include disabled element in params
yuuji.yaginuma
2017-09-03
1
-1
/
+1
*
|
Merge pull request #29710 from padi/rails-ujs-docs
Guillermo Iguaran
2017-10-22
2
-0
/
+25
|
\
\
|
*
|
Adds descriptions to rails-ujs methods [ci skip]
Marc Rendl Ignacio
2017-07-07
2
-0
/
+25
|
|
/
*
|
Merge pull request #29127 from DmytroVasin/rails-ujs-remote-callbacks
Guillermo Iguaran
2017-10-19
2
-6
/
+5
|
\
\
|
*
|
Fix callback in rails ujs
Vasin Dmitriy
2017-06-07
2
-6
/
+5
|
|
/
*
/
rails-ujs: Update README
Elliot Winkler
2017-10-02
1
-23
/
+18
|
/
*
Grammar fixes
Jon Moss
2017-05-29
1
-2
/
+3
*
Merge pull request #29151 from onemanstartup/jquery_slim_fix
Guillermo Iguaran
2017-05-29
1
-1
/
+1
|
\
|
*
Check for jQuery ajax
Dmitriy Plekhanov
2017-05-19
1
-1
/
+1
*
|
Merge pull request #29108 from inopinatus/ujs-sgjs-ie9-support
Kasper Timm Hansen
2017-05-28
1
-1
/
+1
|
\
\
|
*
|
Fix server-generated JS response processing on IE9 when using rails-ujs and r...
Josh Goodall
2017-05-17
1
-1
/
+1
|
|
/
*
|
Update to rails-ujs documentation for yarn install
Adrian Stainforth
2017-05-26
1
-0
/
+10
*
|
Update test link in ActionView javascripts README.md.
Josef Šimánek
2017-05-22
1
-1
/
+1
|
/
*
Fix mistake in JS response parser:
Dmytro Vasin
2017-04-13
1
-3
/
+3
*
Set current page as default for ajax requests
Dmytro Vasin
2017-04-11
1
-0
/
+1
*
Reorganize rails-ujs files
Javan Makhmali
2017-03-30
13
-104
/
+104
*
Fix link to rails-ujs
Ryunosuke Sato
2017-03-30
1
-1
/
+1
*
Prevent event propogation if element is disabled when event chain begins.
Patrick Toomey
2017-03-09
2
-1
/
+10
*
Move rails-ujs README and LICENCE to actionview
Rafael Mendonça França
2017-02-22
2
-0
/
+69
*
Import rails-ujs v0.1.0 from rails/rails-ujs
Guillermo Iguaran
2017-02-20
5
-51
/
+12
*
s/an/a/
Akira Matsuda
2017-01-26
1
-1
/
+1
*
Add rails-ujs to Action View
Guillermo Iguaran
2016-11-26
11
-0
/
+600