aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/url_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into docrailswycats2010-03-261-3/+9
|\
| * Remove data-url support from url_helper [#4236 state:resolved]Denis Odorcic2010-03-211-2/+0
| * Fix missing requirewycats2010-03-161-0/+1
| * Do not always include the named URL helpers into AC::Base and AV::Base.Carl Lerche2010-03-161-0/+7
| * Fix link_to with blockJeremy Kemper2010-03-151-1/+1
* | Merge remote branch 'mainstream/master'Pratik Naik2010-03-151-1/+1
|\|
| * Making escaped things more readableSantiago Pastorino2010-03-141-1/+1
* | Merge remote branch 'mainstream/master'Pratik Naik2010-03-121-13/+10
|\|
| * Tweak the semantic of various URL related methods of ActionDispatch::RequestCarlhuda2010-03-031-2/+3
| * Use ActionDispatch::Routing everywhereMartin Schürrer2010-02-211-1/+1
| * Require persisted? in ActiveModel::Lint and remove new_record? and destroyed?...José Valim2010-02-211-1/+1
| * Remove empty line and trailing hash, breaks documentation generationDirkjan Bussink2010-02-191-2/+0
| * Explicit html_escape removed when not neededSantiago Pastorino and José Ignacio Costa2010-02-141-1/+1
| * html_escape mail_to when encode javascript and not hexSantiago Pastorino and José Ignacio Costa2010-02-141-5/+3
| * content_tag should escape its inputBruno Michel2010-02-141-1/+1
* | Updated documentation for block helpers in url_helper.rbJeroen van Dijk2010-03-121-1/+1
|/
* For performance reasons, you can no longer call html_safe! on Strings. Instea...Yehuda Katz2010-01-311-4/+4
* UJS documentation.Stefan Penner2010-01-311-25/+30
* data-remote needs to be on the form and not the submit when using button_to :...Erik St. Martin2010-01-311-1/+3
* Add rel=nofollow on non get remote linksJoshua Peek2010-01-301-1/+1
* Generate UJS code for :disable_withJoshua Peek2010-01-301-4/+0
* updating link_to and button_to to support :remote => true and other options s...Erik St. Martin2010-01-301-31/+46
* Revert "Merge branch 'rails/master' into ujs"Joshua Peek2010-01-301-0/+45
* Deprecate link_to :popupJoshua Peek2010-01-291-16/+2
* making non remote versions of link_to, button_to, submit_tag and image_submit...Erik St. Martin2010-01-271-52/+2
* Make @controller an internal ivar in the viewJoshua Peek2010-01-221-6/+6
* From now on, parameters defined in default_url_options can be absent from nam...José Valim2010-01-071-0/+5
* Remove CGI.escape in function of Rack::Mount.escapeJosé Valim2010-01-061-4/+4
* Make sure non-escaped urls aren't considered safeMichael Koziarski2009-10-151-1/+1
* ActionView.url_for doesn't escape by defaultPhil Darnowsky2009-10-151-1/+1
* Switch to on-by-default XSS escaping for rails.Michael Koziarski2009-10-081-5/+5
* AV::UrlHelper depends on Array#secondJoshua Peek2009-09-131-0/+1
* Make sure link_to generates the form with the specified :href if any [#2254 s...Max Lapshin2009-08-101-1/+1
* Merge docrailsPratik Naik2009-07-251-49/+48
* Uses Hash#symbolize_keysJeremy Kemper2009-06-081-0/+1
* ActionPack components should no longer have undeclared dependencies.Yehuda Katz + Carl Lerche2009-06-081-3/+3
* Fix a syntax error in current_page?() that was prevent matches against URL's ...chris finne2009-02-051-2/+25
* modified current_page? to ignore extra parameters unless specified in optionsErik Andrejko2008-10-261-3/+14
* mail_to should use decodeURIcomponent instead of unescape to be utf friendly.miloops2008-08-081-2/+2
* Removed handling of string parameter in link_to to have all URL generation do...Clemens Kofler2008-07-191-43/+50
* Merge with docrails.Pratik Naik2008-07-161-1/+1
* Ensure mail_to label is obfuscated for javascript encoding. [#294 state:resol...Johan Sørensen2008-07-121-1/+1
* Ensure url_for(nil) falls back to url_for({}). [#472 state:resolved]Cheah Chu Yeow2008-07-091-4/+2
* Performance: javascript helper tweaks to speed up escaping and reduce object ...Jeremy Kemper2008-06-211-1/+1
* Added block-call style to link_to [Sam Stephenson/DHH]David Heinemeier Hansson2008-06-171-18/+42
* Merge docrails.Pratik Naik2008-05-251-1/+1
* Merge documentation changes from docrails.Pratik Naik2008-05-161-4/+59
* Merge docrails:Pratik Naik2008-05-091-14/+14
* Improve documentation coverage and markupXavier Noria2008-05-021-8/+8
* Improve documentation.Pratik Naik2008-04-051-1/+1