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
...
*
|
class Foo < Struct.new(:x) creates an extra unneeded anonymous class
Akira Matsuda
2017-01-13
6
-12
/
+10
*
|
Fix typo extention -> extension [ci skip]
kenta-s
2017-01-13
1
-1
/
+1
|
/
*
Reduce string objects by using \ instead of + or << for concatenating strings
Akira Matsuda
2017-01-12
9
-528
/
+528
*
Use Encoding::UTF_8 constant for default_{internal,external} in the tests
Akira Matsuda
2017-01-11
1
-2
/
+2
*
Remove unneeded Deprecation silence
Rafael Mendonça França
2017-01-06
1
-5
/
+3
*
`self.` is not needed when calling its own instance method
Akira Matsuda
2017-01-05
6
-7
/
+7
*
Merge pull request #27549 from mpugach/consider_params_in_current_page
Rafael França
2017-01-04
3
-2
/
+20
|
\
|
*
Add `check_parameters` option to `current_page?`
Maksym Pugach
2017-01-04
3
-2
/
+20
*
|
Fix typo s/permited/permitted/
Ryuta Kamizono
2017-01-04
1
-2
/
+2
*
|
Generate indexed names in input even when objects are not persisted
Rafael Mendonça França
2017-01-03
2
-6
/
+17
*
|
Prevent duplicate data-disable-with attributes
Tyler Hunt
2017-01-03
2
-14
/
+25
|
/
*
Bump license years for 2017
Jon Moss
2016-12-31
2
-2
/
+2
*
Merge pull request #27463 from y-yagi/fix_26931
Rafael França
2016-12-28
3
-2
/
+11
|
\
|
*
do not mutate `object_name` of class in `fields_for`
yuuji.yaginuma
2016-12-27
3
-2
/
+11
*
|
Fix Rubocop violations and fix documentation visibility
Rafael Mendonça França
2016-12-28
7
-33
/
+32
*
|
Fix typo in action_view/template.rb [ci skip]
kenta-s
2016-12-28
1
-1
/
+1
|
/
*
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
[prev]
[next]