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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add `form_with_generates_remote_forms` config.
Kasper Timm Hansen
2017-04-16
1
-1
/
+3
*
Default embed_authenticity_token_in_remote_forms to nil.
Kasper Timm Hansen
2017-04-16
3
-8
/
+10
*
Fix module name [ci skip]
yuuji.yaginuma
2017-04-15
1
-10
/
+10
*
Merge pull request #28748 from DmytroVasin/rails-ujs-fix-ajax-response-parsing
Rafael França
2017-04-13
2
-3
/
+31
|
\
|
*
Fix mistake in JS response parser:
Dmytro Vasin
2017-04-13
2
-3
/
+31
*
|
Close form_for tag in FormHelper API docs
Alex Muller
2017-04-13
1
-2
/
+2
|
/
*
Fix rubocop violations
yuuji.yaginuma
2017-04-12
1
-1
/
+1
*
Set current page as default for ajax requests
Dmytro Vasin
2017-04-11
2
-22
/
+46
*
Correct typo in component name
Andrew White
2017-03-31
1
-1
/
+1
*
Reorganize rails-ujs files
Javan Makhmali
2017-03-30
13
-104
/
+104
*
Restore rails-ujs.js UMD module support
Javan Makhmali
2017-03-30
1
-1
/
+42
*
Update comment in sanitizer helper test [skip ci]
Ross Kaffenberger
2017-03-29
1
-1
/
+1
*
Fix link to rails-ujs
Ryunosuke Sato
2017-03-30
2
-2
/
+2
*
Merge pull request #28367 from ptoomey3/ignore-disabled-buttons
Aaron Patterson
2017-03-27
3
-1
/
+38
|
\
|
*
Prevent event propogation if element is disabled when event chain begins.
Patrick Toomey
2017-03-09
3
-1
/
+38
*
|
Fix `assert_logged` failure
Ryuta Kamizono
2017-03-23
1
-2
/
+2
*
|
Stop complaining about not being able to digest dynamic template partial name...
David Heinemeier Hansson
2017-03-22
1
-2
/
+4
*
|
Start Rails 5.2 development
Matthew Draper
2017-03-22
3
-219
/
+4
*
|
Merge pull request #28450 from adamgamble/bug_fix/fix_typo_in_actionview
Rafael França
2017-03-21
1
-1
/
+1
|
\
\
|
*
|
Fix typo in actionview error message
adamgamble
2017-03-17
1
-1
/
+1
*
|
|
Always use original url_for when generating direct routes
Andrew White
2017-03-17
1
-0
/
+46
|
/
/
*
|
Merge pull request #28407 from claudiob/changelog-skip-pipeline
Richard Schneeman
2017-03-13
1
-0
/
+17
|
\
\
|
*
|
Add CHANGELOG for #26226 [ci skip]
claudiob
2017-03-13
1
-0
/
+17
|
|
/
*
/
Small grammar change + new line for "fixes"
Jon Moss
2017-03-13
1
-2
/
+4
|
/
*
Deprecate implicit coercion of `ActiveSupport::Duration`
Andrew White
2017-03-02
1
-1
/
+1
*
Remove `encode_special_chars` option from `strip_tags`
Andrew Hood
2017-02-27
3
-4
/
+19
*
Update package.json
Rafael Mendonça França
2017-02-23
1
-1
/
+1
*
Preparing for 5.1.0.beta1 release
Rafael Mendonça França
2017-02-23
2
-1
/
+3
*
Test rails-ujs in our travis matrix
Rafael Mendonça França
2017-02-22
7
-69
/
+170
*
Move rails-ujs README and LICENCE to actionview
Rafael Mendonça França
2017-02-22
2
-0
/
+69
*
Add custom polymorphic mapping
Andrew White
2017-02-21
1
-4
/
+4
*
Import rails-ujs v0.1.0 from rails/rails-ujs
Guillermo Iguaran
2017-02-20
11
-255
/
+35
*
Set correct "routes" in tests cases
bogdanvlviv
2017-02-20
2
-4
/
+4
*
Add assertion to polymorphic_routes_test.rb
bogdanvlviv
2017-02-20
1
-2
/
+1
*
Unfreeze interpolated string because it's useless.
Stan Lo
2017-02-19
1
-1
/
+1
*
Add `Style/EmptyLinesAroundMethodBody` in `.rubocop.yml` and remove extra emp...
Ryuta Kamizono
2017-02-12
2
-2
/
+0
*
Merge pull request #27870 from kenta-s/get-todo-done-in-render_test
Kasper Timm Hansen
2017-02-11
1
-2
/
+1
|
\
|
*
Add information on `:formats` option in action_view_overview.md
kenta-s
2017-02-06
1
-2
/
+1
*
|
Correct spelling
Benjamin Fleischer
2017-02-05
1
-1
/
+1
|
/
*
Fix CI failure caused by aa647b46cce55ec12f5895e403c0d1b85502c8e0
Ryuta Kamizono
2017-02-02
1
-1
/
+1
*
Fix test failures only seen when executed via bin/test
Akira Matsuda
2017-02-02
1
-1
/
+1
*
module Blog; class Post appears twice in AV tests
Akira Matsuda
2017-02-02
1
-3
/
+3
*
DRY fake models for testing
Akira Matsuda
2017-02-02
2
-37
/
+7
*
call `gem` `erubis` before require
yuuji.yaginuma
2017-02-01
1
-0
/
+1
*
Merge pull request #27795 from meagar/fix-missing-partial-iteration
Rafael França
2017-01-31
4
-1
/
+12
|
\
|
*
Merge branch 'master' into fix-missing-partial-iteration
Matthew Eagar
2017-01-26
2
-2
/
+2
|
|
\
|
*
\
Merge branch 'master' into fix-missing-partial-iteration
Matthew Eagar
2017-01-25
10
-77
/
+197
|
|
\
\
|
*
|
|
Add partial iteration variable to template keys
Matthew Eagar
2017-01-25
4
-1
/
+12
*
|
|
|
Merge pull request #27858 from mtsmfm/fix-inherit-from-deprecated-erubis
Rafael França
2017-01-31
3
-1
/
+12
|
\
\
\
\
|
*
|
|
|
Fix inherit from deprecated `ActionView::Template::Handlers::Erubis`
Fumiaki MATSUSHIMA
2017-02-01
3
-1
/
+12
[next]