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
*
assert_equal takes expectation first
Akira Matsuda
2016-12-26
1
-5
/
+5
*
"Use assert_nil if expecting nil. This will fail in minitest 6."
Akira Matsuda
2016-12-25
4
-16
/
+16
*
self. is not needed when calling its own instance method
Akira Matsuda
2016-12-24
1
-2
/
+1
*
Privatize unneededly protected methods in Action View
Akira Matsuda
2016-12-24
7
-39
/
+32
*
No need to nodoc private methods
Akira Matsuda
2016-12-24
9
-20
/
+20
*
Wrong rake task name in the document
Akira Matsuda
2016-12-24
1
-1
/
+1
*
Privatize unneededly protected methods in Action View tests
Akira Matsuda
2016-12-23
5
-5
/
+5
*
Describe what we are protecting
Akira Matsuda
2016-12-23
1
-0
/
+2
*
Unneeded attr_accessor with side effects
Akira Matsuda
2016-12-23
2
-8
/
+0
*
Fix grammar in asset tag documentation
eileencodes
2016-12-20
1
-1
/
+1
*
Improve `javascript_include_tag` documentation (#27403)
Pablo Ifrán
2016-12-20
1
-5
/
+24
*
fields: support attributes not on model.
Kasper Timm Hansen
2016-12-18
2
-0
/
+37
*
[ci skip] fields don't output ids by default anymore.
Kasper Timm Hansen
2016-12-18
1
-2
/
+2
*
form_with: allow methods outside the model.
Kasper Timm Hansen
2016-12-18
3
-16
/
+96
*
[ci skip] Replace remote with local in form_with doc.
Kasper Timm Hansen
2016-12-18
1
-1
/
+1
*
Make attributes output in html opt-in.
Kasper Timm Hansen
2016-12-18
1
-1
/
+1
*
Add missing option on numbers helper
Pablo Ifran
2016-12-17
1
-0
/
+6
*
Merge pull request #27367 from georgeclaghorn/local-form-with
Kasper Timm Hansen
2016-12-15
2
-4
/
+10
|
\
|
*
Avoid invalid attribute on local forms generated by `form_with`
George Claghorn
2016-12-15
2
-4
/
+10
*
|
Add missing spaces to button_tag api doc [ci skip] (#27369)
Andreas Maierhofer
2016-12-15
1
-1
/
+1
|
/
*
form_with/fields: Don't output ids by default
Kasper Timm Hansen
2016-12-13
4
-206
/
+243
*
split DELEGATION_RESERVED_METHOD_NAMES in half
Toshimaru
2016-12-09
4
-6
/
+12
*
Enable `block` variable in view
Toshimaru
2016-12-09
3
-1
/
+6
*
Merge pull request #27271 from printercu/permantent_digest_in_tests
Matthew Draper
2016-12-08
2
-1
/
+9
|
\
|
*
Fixed usage of cache_template_loading
Max Melentiev
2016-12-06
2
-1
/
+9
*
|
Update url_helper.rb, adjust link_to api doc
Andreas Maierhofer
2016-12-05
1
-4
/
+3
|
/
*
Merge pull request #27258 from y-yagi/stop_using_removed_render_text
Kasper Timm Hansen
2016-12-03
1
-1
/
+1
|
\
|
*
stop using removed `render :text`
yuuji.yaginuma
2016-12-03
1
-1
/
+1
*
|
Remove unused argument
Rafael Mendonça França
2016-12-02
2
-16
/
+5
|
/
*
use `Gem.win_platform?` to check windows Ruby platforms
yuuji.yaginuma
2016-11-30
1
-1
/
+1
*
Add asset compilation Rake task for UJS
Jon Moss
2016-11-26
1
-1
/
+9
*
Add UJS tests
Guillermo Iguaran
2016-11-26
22
-0
/
+5280
*
Add rails-ujs to Action View
Guillermo Iguaran
2016-11-26
14
-0
/
+649
*
Convert ActionView::Railtie into Engine
Guillermo Iguaran
2016-11-26
1
-1
/
+1
*
Merge pull request #27174 from kamipo/fix_require_dependency_message_format
Matthew Draper
2016-11-25
1
-1
/
+1
|
\
|
*
Fix `require_dependency` message format
Ryuta Kamizono
2016-11-25
1
-1
/
+1
*
|
Fix warning: method redefined; discarding old fields
Ryuta Kamizono
2016-11-25
1
-1
/
+1
|
/
*
form_helper typo fix [ci skip]
ota42y
2016-11-22
1
-1
/
+1
*
[ci skip] Mention `form_with` and `fields` in changelog.
Kasper Timm Hansen
2016-11-21
1
-0
/
+30
*
Add form_with to unify form_tag/form_for. (#26976)
Kasper Timm Hansen
2016-11-21
2
-2
/
+2475
*
update bin/test scripts to prevent double runs.
Yves Senn
2016-11-21
1
-2
/
+0
*
Minor corrections to #26905
Andrew White
2016-11-13
2
-2
/
+2
*
Merge pull request #27024 from vipulnsward/changelog-edits
Andrew White
2016-11-13
1
-3
/
+3
|
\
|
*
Changelog edits
Vipul A M
2016-11-12
1
-3
/
+3
*
|
Merge pull request #26905 from bogdanvlviv/docs
Andrew White
2016-11-13
6
-22
/
+22
|
\
\
|
*
|
Add missing `+` around a some literals.
bogdanvlviv
2016-10-27
6
-22
/
+22
*
|
|
Merge pull request #27019 from djpowers/patch-1
Jon Moss
2016-11-12
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Fix spelling in API docs
Dave Powers
2016-11-12
1
-1
/
+1
*
|
|
better docs for ActionView::ViewPaths#prepend_view_path
Alexander Kustov
2016-11-12
1
-0
/
+12
|
/
/
*
|
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
32
-160
/
+160
[next]