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
/
lib
/
action_view
/
helpers
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix module name [ci skip]
yuuji.yaginuma
2017-04-15
1
-10
/
+10
*
Close form_for tag in FormHelper API docs
Alex Muller
2017-04-13
1
-2
/
+2
*
Fix typo in actionview error message
adamgamble
2017-03-17
1
-1
/
+1
*
Remove `encode_special_chars` option from `strip_tags`
Andrew Hood
2017-02-27
1
-4
/
+10
*
Fix grammar 'an hyphen' -> 'a hyphen' [ci skip]
kenta-s
2017-01-25
1
-1
/
+1
*
Remove unnecessary comments in cache_helper.rb [ci skip]
kenta-s
2017-01-21
1
-2
/
+0
*
Merge pull request #27665 from kenta-s/improve-compute_asset_extname
Rafael França
2017-01-18
1
-1
/
+5
|
\
|
*
should explicitly returns nil in else clause
kenta-s
2017-01-13
1
-1
/
+5
*
|
Merge pull request #27693 from kenta-s/improve-to_sentence-method
Rafael França
2017-01-18
1
-1
/
+1
|
\
\
|
*
|
Fix unexpected behavior of with $,
kenta-s
2017-01-15
1
-1
/
+1
*
|
|
Remove unused variable 'regex'
kenta-s
2017-01-18
1
-1
/
+1
*
|
|
Update comment for Scrubber usage [ci skip]
kenta-s
2017-01-16
1
-6
/
+4
|
/
/
*
|
Fix broken sample code in action_view/helpers/output_safety_helper.rb [ci skip]
kenta-s
2017-01-15
1
-1
/
+1
*
|
Fix grammar in asset_url_helper.rb [ci skip]
kenta-s
2017-01-13
1
-3
/
+3
*
|
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
1
-1
/
+1
*
`self.` is not needed when calling its own instance method
Akira Matsuda
2017-01-05
2
-2
/
+2
*
Merge pull request #27549 from mpugach/consider_params_in_current_page
Rafael França
2017-01-04
1
-2
/
+7
|
\
|
*
Add `check_parameters` option to `current_page?`
Maksym Pugach
2017-01-04
1
-2
/
+7
*
|
Generate indexed names in input even when objects are not persisted
Rafael Mendonça França
2017-01-03
1
-2
/
+13
*
|
Prevent duplicate data-disable-with attributes
Tyler Hunt
2017-01-03
1
-14
/
+18
|
/
*
do not mutate `object_name` of class in `fields_for`
yuuji.yaginuma
2016-12-27
1
-1
/
+2
*
No need to nodoc private methods
Akira Matsuda
2016-12-24
4
-12
/
+12
*
Describe what we are protecting
Akira Matsuda
2016-12-23
1
-0
/
+2
*
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
1
-0
/
+2
*
[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
2
-4
/
+27
*
[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
1
-4
/
+0
|
\
|
*
Avoid invalid attribute on local forms generated by `form_with`
George Claghorn
2016-12-15
1
-4
/
+0
*
|
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
3
-6
/
+43
*
Update url_helper.rb, adjust link_to api doc
Andreas Maierhofer
2016-12-05
1
-4
/
+3
*
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
*
Add form_with to unify form_tag/form_for. (#26976)
Kasper Timm Hansen
2016-11-21
1
-2
/
+341
*
Minor corrections to #26905
Andrew White
2016-11-13
1
-1
/
+1
*
Merge pull request #26905 from bogdanvlviv/docs
Andrew White
2016-11-13
4
-7
/
+7
|
\
|
*
Add missing `+` around a some literals.
bogdanvlviv
2016-10-27
4
-7
/
+7
*
|
Fix spelling in API docs
Dave Powers
2016-11-12
1
-1
/
+1
*
|
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
11
-17
/
+17
*
|
[ci skip] Revise TagHelper only permitting symbols doc.
Kasper Timm Hansen
2016-10-28
1
-4
/
+3
*
|
let Regexp#match? be globally available
Xavier Noria
2016-10-27
4
-4
/
+0
*
|
Fix small typo in ActionView API documentation [ci skip]
Erol Fornoles
2016-10-25
1
-1
/
+1
|
/
*
Merge pull request #26810 from maclover7/jm-fix-26802
Rafael Mendonça França
2016-10-22
1
-0
/
+11
|
\
|
*
Convert ActionController::Parameters to a hash in button_to
Jon Moss
2016-10-17
1
-0
/
+6
|
/
[prev]
[next]