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
/
test
/
template
/
url_helper_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't expect defined protect_against_forgery? in {token,csrf_meta}_tag
Genadi Samokovarov
2018-12-27
1
-0
/
+10
*
respect path_only option when an array is passed into url_for
Joel Ambass
2018-10-01
1
-0
/
+9
*
Merge pull request #33973 from rails/remove-catch-all
Aaron Patterson
2018-09-25
1
-11
/
+33
|
\
|
*
Remove deprecated catch-all route in the AV tests
Aaron Patterson
2018-09-24
1
-11
/
+33
*
|
Enable `Performance/UnfreezeString` cop
yuuji.yaginuma
2018-09-23
1
-1
/
+1
|
/
*
Fix issue with `button_to`'s `to_form_params`
Georgi Georgiev
2018-07-16
1
-1
/
+8
*
Replace `assert !` with `assert_not`
Daniel Colson
2018-04-19
1
-6
/
+6
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
1
-1
/
+1
*
Use frozen string literal in actionview/
Kir Shatrov
2017-07-24
1
-0
/
+2
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Merge pull request #29540 from kirs/rubocop-frozen-string
Matthew Draper
2017-07-02
1
-0
/
+1
|
\
|
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
|
Merge pull request #29506 from pat/frozen-string-literals
Matthew Draper
2017-07-02
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Make ActionView frozen string literal friendly.
Pat Allan
2017-06-20
1
-1
/
+1
*
|
Fix current_page? helper issue with engine root path
savroff
2017-06-19
1
-3
/
+13
|
/
*
Use mattr_accessor default: option throughout the project
Genadi Samokovarov
2017-06-03
1
-2
/
+1
*
ERB::Util.url_encode no longer escapes ~ since ruby 2.5
Akira Matsuda
2017-05-19
1
-2
/
+2
*
Merge pull request #28848 from Edouard-chin/ec-remove-unused-method
Rafael França
2017-04-26
1
-7
/
+0
|
\
|
*
`sort_query_string_params` method is no more used
Edouard CHIN
2017-04-23
1
-7
/
+0
*
|
Fix `current_page?` regression:
Edouard CHIN
2017-04-26
1
-0
/
+18
|
/
*
Reuse the Parameters#to_h check in the routing helpers
Rafael Mendonça França
2017-04-18
1
-1
/
+5
*
Reduce string objects by using \ instead of + or << for concatenating strings
Akira Matsuda
2017-01-12
1
-1
/
+1
*
Merge pull request #27549 from mpugach/consider_params_in_current_page
Rafael França
2017-01-04
1
-0
/
+9
|
\
|
*
Add `check_parameters` option to `current_page?`
Maksym Pugach
2017-01-04
1
-0
/
+9
*
|
Fix typo s/permited/permitted/
Ryuta Kamizono
2017-01-04
1
-2
/
+2
|
/
*
Privatize unneededly protected methods in Action View tests
Akira Matsuda
2016-12-23
1
-1
/
+1
*
Merge pull request #26810 from maclover7/jm-fix-26802
Rafael Mendonça França
2016-10-22
1
-0
/
+27
|
\
|
*
Convert ActionController::Parameters to a hash in button_to
Jon Moss
2016-10-17
1
-0
/
+16
|
/
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-2
/
+2
*
code gardening: removes redundant selfs
Xavier Noria
2016-08-08
1
-1
/
+1
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-1
/
+0
*
modernizes hash syntax in actionview
Xavier Noria
2016-08-06
1
-2
/
+2
*
applies new string literal convention in actionview/test
Xavier Noria
2016-08-06
1
-78
/
+78
*
Fix ActionView::Helpers#current_page? with issue in https://github.com/rails/...
Stan Lo
2016-07-20
1
-0
/
+6
*
silence deprecation message for dynamic controller and actions on Action View...
yuuji.yaginuma
2016-03-13
1
-1
/
+3
*
Fix button_to's params option to support nested names.
James Coleman
2016-02-19
1
-2
/
+44
*
html_safe is not supposed to be public API for AV. This change removes usage ...
Vipul A M
2016-01-20
1
-10
/
+10
*
add option for per-form CSRF tokens
Ben Toews
2016-01-04
1
-1
/
+1
*
Prevent ActionController::Parameters from being passed to url_for directly
Jean Boussier
2015-12-15
1
-9
/
+0
*
Merge pull request #21241 from pdg137/master
Arthur Nogueira Neves
2015-11-26
1
-0
/
+4
|
\
|
*
In url_for, never append ? when the query string is empty anyway.
Paul Grayson
2015-10-29
1
-0
/
+4
*
|
Don’t allow arbitrary data in back urls
Damien Burke
2015-11-03
1
-0
/
+17
*
|
Add tests to make sure mail_to work with nil and SafeBuffer
Rafael Mendonça França
2015-11-03
1
-0
/
+14
|
/
*
`url_for` does not modify polymorphic options
Bernerd Schaefer
2015-09-04
1
-0
/
+14
*
no more require minitest mock
Gaurav Sharma
2015-08-27
1
-1
/
+0
*
Encode the email address as prescribed in RFC 6068 section 2.
Clayton Smith
2015-07-23
1
-0
/
+7
*
use the right assertions.
Yves Senn
2015-05-05
1
-2
/
+2
*
add test-case for `link_to_if` behavior with a block.
Yves Senn
2015-05-01
1
-0
/
+10
*
Revert "Merge pull request #19844 from stevenspiel/link_to_if_block_helper_ad...
Yves Senn
2015-05-01
1
-5
/
+0
*
Merge pull request #19844 from stevenspiel/link_to_if_block_helper_addition
Yves Senn
2015-05-01
1
-0
/
+5
[next]