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
/
url_helper.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update url_helper.rb, adjust link_to api doc
Andreas Maierhofer
2016-12-05
1
-4
/
+3
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-2
/
+2
*
let Regexp#match? be globally available
Xavier Noria
2016-10-27
1
-1
/
+0
*
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
|
/
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-1
/
+1
*
applies new string literal convention in actionview/lib
Xavier Noria
2016-08-06
1
-29
/
+29
*
systematic revision of =~ usage in AV
Xavier Noria
2016-07-25
1
-1
/
+2
*
Fix ActionView::Helpers#current_page? with issue in https://github.com/rails/...
Stan Lo
2016-07-20
1
-0
/
+2
*
- Freeze strings in frequent used private method
Stan Lo
2016-03-08
1
-11
/
+11
*
Make per form token work when method is not provided
Rafael Mendonça França
2016-02-22
1
-1
/
+2
*
Do not pass more options that are needed.
Rafael Mendonça França
2016-02-22
1
-1
/
+1
*
Refactored Request Forgery CSRF PerFormTokensController tests and DRY'ed them...
Vipul A M
2016-02-22
1
-1
/
+1
*
Fixed passing of delete method on button_to tag, creating wrong form csrf token
Vipul A M
2016-02-21
1
-2
/
+2
*
Fix button_to's params option to support nested names.
James Coleman
2016-02-19
1
-2
/
+38
*
add option for per-form CSRF tokens
Ben Toews
2016-01-04
1
-3
/
+7
*
Don’t allow arbitrary data in back urls
Damien Burke
2015-11-03
1
-2
/
+12
*
Use ERB::Utils to percent encode `hfvalue` parts of mailto
Aaron Patterson
2015-09-05
1
-2
/
+2
*
use path escaping for email addresses
Aaron Patterson
2015-09-04
1
-1
/
+1
*
Cut string allocations in content_tag_string
schneems
2015-07-29
1
-2
/
+2
*
Optimize hash key
schneems
2015-07-29
1
-1
/
+1
*
Encode the email address as prescribed in RFC 6068 section 2.
Clayton Smith
2015-07-23
1
-1
/
+2
*
Revert "Merge pull request #19844 from stevenspiel/link_to_if_block_helper_ad...
Yves Senn
2015-05-01
1
-1
/
+1
*
Update url_helper.rb
Steven Spiel
2015-04-21
1
-1
/
+1
*
Merge pull request #19566 from aditya-kapoor/remove-dup-doc
Richard Schneeman
2015-04-11
1
-22
/
+10
|
\
|
*
[ci skip] remove duplicate doc for current_page?
Aditya Kapoor
2015-04-09
1
-22
/
+10
*
|
[skip ci] Update information about #link_to attributes
Anton Davydov
2015-04-04
1
-4
/
+3
*
|
[skip ci] Add information about #link_to target option
Anton Davydov
2015-04-01
1
-0
/
+6
|
/
*
Simplify setting button form options
Carlos Antonio da Silva
2015-03-22
1
-2
/
+3
*
Remove additional handling of boolean attributes on button to helper
Carlos Antonio da Silva
2015-03-18
1
-30
/
+0
*
Merge pull request #17143 from kuldeepaggarwal/fix-mailTo
Rafael Mendonça França
2015-02-20
1
-1
/
+1
|
\
|
*
do not generate blank options in mailTo
Kuldeep Aggarwal
2014-10-02
1
-2
/
+3
*
|
Indicate link_to creates an anchor element
Colin Rymer
2015-02-06
1
-2
/
+2
*
|
Add support for Reply-To field in mail_to helper
Mark Dodwell
2014-12-20
1
-2
/
+3
|
/
*
Remove wrapping <div> in form helpers from doc
claudiob
2014-09-22
1
-22
/
+14
*
In actionview, eliminate calls to tag that use html_safe parameter values. Th...
Paul Grayson
2014-06-13
1
-5
/
+3
*
eliminate more wasteful allocations
Aaron Patterson
2014-06-06
1
-2
/
+2
*
Remove wrapper div for inputs in button_to
Rafael Mendonça França
2014-04-17
1
-1
/
+1
*
Reorder conditional logic
David Pedersen
2014-03-18
1
-10
/
+10
*
[skip ci] Fix typo in link_to :method option description
Matt Campbell
2014-02-24
1
-1
/
+1
*
Adding an documentation example and a test to button_to with path
Attila Domokos
2014-02-02
1
-0
/
+5
*
Remove warning of shadowing outer local variable
Rafael Mendonça França
2013-10-27
1
-2
/
+2
*
Merge pull request #10471 from andyw8/button_to_params
Rafael Mendonça França
2013-10-24
1
-0
/
+7
|
\
|
*
Add params option for button_to
Andy Waite
2013-09-18
1
-0
/
+7
*
|
Change `map` to `map!` to save extra array creation on new array
Vipul A M
2013-10-13
1
-1
/
+1
*
|
Merge pull request #10773 from wangjohn/link_and_routing_options
Rafael Mendonça França
2013-09-23
1
-2
/
+3
|
/
*
Using URI.parser.unescape
Arun Agrawal
2013-08-03
1
-2
/
+2
*
Make current_page? compare binary strings
Rafael Mendonça França
2013-08-01
1
-3
/
+4
*
Fix `current_page?` when the URL contains escaped characters
Rafael Mendonça França
2013-08-01
1
-2
/
+2
*
Extract verbs array from helper to a constant
Vipul A M
2013-07-20
1
-2
/
+2
[next]