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
/
actionpack
/
lib
/
action_view
/
helpers
/
url_helper.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add back `:disable_with` and change deprecation horizon to 4.1
Carlos Galdino + Rafael Mendonça França
2012-07-21
1
-2
/
+17
*
Add back `:confirm` and change deprecation horizon to 4.1
Carlos Galdino + Rafael Mendonça França
2012-07-21
1
-0
/
+19
*
Remove `:confirm` in favor of `:data => { :confirm => 'Text' }` option
Carlos Galdino
2012-07-18
1
-22
/
+16
*
Fix misprint in UrlHelper module
Alexey Vakhov
2012-06-18
1
-1
/
+1
*
Simplify link_to using content_tag
Carlos Antonio da Silva
2012-05-31
1
-12
/
+6
*
Make link_to arguments explicit
Carlos Antonio da Silva
2012-05-31
1
-8
/
+4
*
Make button_to arguments explicit and refactor a bit
Carlos Antonio da Silva
2012-05-31
1
-10
/
+6
*
accept a block in button_to helper
Sergey Nartimov
2012-05-30
1
-3
/
+28
*
Revert "Revert "Remove `:disable_with` in favor of `'data-disable-with'` opti...
José Valim
2012-05-15
1
-4
/
+2
*
Revert "Remove `:disable_with` in favor of `'data-disable-with'` option from ...
José Valim
2012-05-15
1
-2
/
+4
*
Use merge! instead reverse_merge! here
Santiago Pastorino
2012-05-14
1
-1
/
+1
*
Remove `:disable_with` in favor of `'data-disable-with'` option from `submit_...
Carlos Galdino + Rafael Mendonça França
2012-05-14
1
-4
/
+2
*
Switch token_tag if block
Oscar Del Ben
2012-05-05
1
-3
/
+3
*
fix doc [ci skip]
Vijay Dev
2012-05-04
1
-1
/
+1
*
Update documentation for button_to.
Shalva Usubov
2012-05-04
1
-1
/
+6
*
Remove unnecessary in HTML 5 type attribute with default value
Andrey A.I. Sitnik
2012-04-05
1
-2
/
+2
*
use content_tag in button_to helper
Sergey Nartimov
2012-03-14
1
-2
/
+3
*
Remove Active Resource source files from the repository
Prem Sichanugrist
2012-03-13
1
-1
/
+1
*
Optimize url helpers.
Sergey Nartimov + José Valim
2012-03-02
1
-9
/
+14
*
consistently mention first patch, then put
Xavier Noria
2012-02-24
1
-1
/
+1
*
Add config.default_method_for_update to support PATCH
David Lee
2012-02-22
1
-4
/
+4
*
Refactor button_to to avoid calling method#to_s twice
Carlos Antonio da Silva
2012-01-25
1
-23
/
+13
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-01-19
1
-1
/
+1
|
\
|
*
Fix small typo in mail_to docs in url_helper.rb
Simon Baird
2012-01-19
1
-1
/
+1
*
|
Extract method_tag
Rafael Mendonça França
2012-01-19
1
-1
/
+5
*
|
Refactor button_to helper to use token_tag method
Rafael Mendonça França
2012-01-19
1
-4
/
+10
|
/
*
remove unused private methods
Sergey Nartimov
2012-01-13
1
-16
/
+0
*
use Rack::Utils.escape_path
Sergey Nartimov
2012-01-13
1
-1
/
+1
*
Refactor url_for helper to check for nil in the case statement only
Carlos Antonio da Silva
2012-01-12
1
-8
/
+8
*
Make button_to helper support "form" option which is the form attributes.
Wen-Tien Chang
2011-09-29
1
-5
/
+15
*
Merge pull request #2815 from avakhov/current-page-non-get-requests
Santiago Pastorino
2011-09-05
1
-0
/
+8
|
\
|
*
current_page? returns false for non-GET requests
Alexey Vakhov
2011-09-02
1
-0
/
+8
*
|
if ... nil? is more expensive than unless
Milan Dobrota
2011-09-04
1
-3
/
+3
|
/
*
Use typewriter styling on url_for in documentation
asmega
2011-08-21
1
-1
/
+1
*
Missed a few instances of British English spelling in the last commit
Oemuer Oezkir
2011-07-24
1
-1
/
+1
*
Changed a few instances of of words in the API docs written in British Englis...
Oemuer Oezkir
2011-07-24
1
-4
/
+4
*
Merge branch 'master' of git://github.com/lifo/docrails
Xavier Noria
2011-06-23
1
-10
/
+10
|
\
|
*
grammar changes in named routes description and clarity around possibilities ...
Matt Jankowski
2011-06-22
1
-10
/
+10
*
|
Minor refactor
Santiago Pastorino
2011-06-23
1
-2
/
+2
*
|
Allow additional link relations when using method attribute with link_to
Josh
2011-06-20
1
-1
/
+3
|
/
*
Add proper fix to `mail_to` helper.
Prem Sichanugrist
2011-06-08
1
-2
/
+2
*
Remove extra white spaces on ActionPack docs.
Sebastian Martinez
2011-05-23
1
-6
/
+6
*
Documentation fix. Corrected a copy/paste mistake for link_to_if documentation.
Ryan Sandridge
2011-05-08
1
-1
/
+1
*
Replace example hostname with "example.com".
Joost Baaij
2011-04-21
1
-1
/
+1
*
Fixing more spacing inconsistencies
Matt Duncan
2011-04-15
1
-2
/
+2
*
Merge branch 'master' of github.com:lifo/docrails
Ryan Bigg
2011-04-05
1
-1
/
+1
|
\
|
*
s/ERb/ERB/g
Akira Matsuda
2011-04-03
1
-1
/
+1
*
|
Correct documentation on url_for. It doesn't call to_s, but rather to_param
Ryan Bigg
2011-04-05
1
-1
/
+4
|
/
*
Be sure to javascript_escape the email address to prevent apostrophes inadver...
Michael Koziarski
2011-02-08
1
-5
/
+6
*
Allow customization of form class for button_to
Andrei Bocan
2011-02-01
1
-3
/
+13
[next]