aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/url_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix link_to with blockJeremy Kemper2010-03-151-4/+1
* Get rid of the instance-level URL rewriterwycats2010-03-091-2/+0
* Reinstate default_url_options and remove url_options= writerJeremy Kemper2010-03-081-1/+1
* Start refactoring the method of configuring ActionViewCarlhuda2010-03-031-7/+2
* Fix tests for the request refactorCarl Lerche2010-03-031-18/+34
* Tweak the semantic of various URL related methods of ActionDispatch::RequestCarlhuda2010-03-031-3/+0
* Silence test deprecation warningsCarlhuda2010-02-261-1/+1
* Require persisted? in ActiveModel::Lint and remove new_record? and destroyed?...José Valim2010-02-211-18/+18
* content_tag should escape its inputBruno Michel2010-02-141-1/+1
* data-remote needs to be on the form and not the submit when using button_to :...Erik St. Martin2010-01-311-0/+7
* Add rel=nofollow on non get remote linksJoshua Peek2010-01-301-2/+2
* updating link_to and button_to to support :remote => true and other options s...Erik St. Martin2010-01-301-9/+16
* Revert "Merge branch 'rails/master' into ujs"Joshua Peek2010-01-301-9/+9
* Deprecate link_to :popupJoshua Peek2010-01-291-30/+0
* modified helper that adds attributes for :method to include rel='nofollow' if...Erik St. Martin2010-01-271-3/+3
* making non remote versions of link_to, button_to, submit_tag and image_submit...Erik St. Martin2010-01-271-14/+14
* Use new routing dsl in testsJoshua Peek2009-12-081-4/+4
* Privatize Routing.possible_controllers and fix brittle url helperJoshua Peek2009-11-231-26/+19
* Fix brittle query string comparisonsJoshua Peek2009-10-191-6/+13
* Make sure non-escaped urls aren't considered safeMichael Koziarski2009-10-151-0/+5
* ActionView.url_for doesn't escape by defaultPhil Darnowsky2009-10-151-3/+13
* Start adding configuration to ActionView instead of using constants.Yehuda Katz2009-10-141-0/+3
* Switch to on-by-default XSS escaping for rails.Michael Koziarski2009-10-081-1/+1
* Move helpers specific to functional tests out of TestProcess into AC::TestCaseJoshua Peek2009-09-231-11/+3
* Define weblog controller for url helper testJoshua Peek2009-09-131-0/+1
* Cleanup hacky routing with controller_path in url helper tests. This doesn't ...Joshua Peek2009-09-061-62/+56
* Make sure link_to generates the form with the specified :href if any [#2254 s...Max Lapshin2009-08-101-0/+8
* AMo conversion helperJoshua Peek2009-07-211-2/+4
* Define ActiveModel API ComplianceYehuda Katz2009-07-201-2/+2
* Move model naming into ActiveModelJoshua Peek2009-06-171-0/+2
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-131-2/+35
|\
| * Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.Jeremy Kemper2009-03-081-1/+1
| * Added tests from Andrew Whites fix [#1385 state:committed]David Heinemeier Hansson2009-02-051-0/+21
| * Fix a syntax error in current_page?() that was prevent matches against URL's ...chris finne2009-02-051-1/+13
* | Temporarily modifies setup to call super directly. This can support more T::U...Yehuda Katz and Carl Lerche2009-04-081-0/+4
|/
* Cleaned up route optimisation guard condition generation code as it was getti...Tom Lea2008-11-011-0/+13
* modified current_page? to ignore extra parameters unless specified in optionsErik Andrejko2008-10-261-0/+10
* Ruby 1.9 compat: set source encodingJeremy Kemper2008-08-231-0/+1
* mail_to should use decodeURIcomponent instead of unescape to be utf friendly.miloops2008-08-081-3/+7
* Removed handling of string parameter in link_to to have all URL generation do...Clemens Kofler2008-07-191-1/+10
* Set global ActionController::Base.view_paths for test casesJoshua Peek2008-07-121-8/+0
* Ensure mail_to label is obfuscated for javascript encoding. [#294 state:resol...Johan Sørensen2008-07-121-0/+1
* Ensure url_for(nil) falls back to url_for({}). [#472 state:resolved]Cheah Chu Yeow2008-07-091-1/+10
* Set precompiled fixture load path constant to speed up testsJoshua Peek2008-06-251-4/+4
* Check whether blocks are called from erb using a special __in_erb_template va...Jeremy Kemper2008-06-191-8/+8
* Added block-call style to link_to [Sam Stephenson/DHH]David Heinemeier Hansson2008-06-171-0/+8
* Introduce ActionView::TestCase for testing view helpers.Joshua Peek2008-04-191-10/+8
* Ruby 1.9 compat: text helperJeremy Kemper2007-12-211-1/+1
* Test link_to 'back', :backJeremy Kemper2007-10-161-0/+10
* Add link_to :back which uses your referrer with a fallback to a javascript li...Michael Koziarski2007-10-081-1/+11