aboutsummaryrefslogtreecommitdiffstats
path: root/spec/helpers/link_to_helper_spec.rb
Commit message (Expand)AuthorAgeLines
* Switch routing-filter (which takes locale out of the params and puts it in th...Louise Crow2013-07-18-5/+0
* admin_url was removed in 902631ec4f5e1a16b8f08a2ed0ccc86ad2b72c6cHenare Degan2013-03-15-26/+0
* main_url was removed in 4c9f7f7f12a47b516137bf000c3f36120033a077Henare Degan2013-03-15-12/+0
* Merge remote-tracking branch 'mysociety/develop' into rails-3-developHenare Degan2013-03-14-2/+2
|\
| * Stop using admin_url to generate absolute url for the admin interfaceMatthew Landauer2013-02-15-26/+0
| * Stop using main_url to generate absolute urls for the main siteMatthew Landauer2013-02-15-12/+0
| * Rename helper methodMatthew Landauer2013-02-15-2/+2
* | Rename Configuration class to avoid conflict with ActiveSupport::ConfigurableHenare Degan2013-03-03-1/+1
* | Disable routing filter in tests by using RoutingFilter.active rather than wri...Matthew Landauer2013-01-25-3/+2
|/
* Fix regression by allowing Date objects tooHenare Degan2012-11-21-0/+4
* Make simple_date respect the time zoneHenare Degan2012-11-18-0/+8
* Change the behaviour of admin_url to always return a full URLHenare Degan2012-10-04-2/+2
* Correct default value for ADMIN_BASE_URLHenare Degan2012-10-04-2/+2
* Describe the current behavior of admin_urlHenare Degan2012-10-04-0/+25
* Update spec for previous commit.Louise Crow2012-08-29-2/+2
* Fix for the case where an external request has no user_nameLouise Crow2012-08-29-11/+21
* Let admin users use auto-login URLsRobin Houston2012-02-06-3/+3
* Be sure to restore RoutingFiltersRobin Houston2012-01-20-1/+6
* Don't choke on unescaped characters in URIs. Fixes #335.Seb Bacon2012-01-11-0/+12
* changes to get tests to pass with IZ fork and new routing-filter gemSeb Bacon2011-07-11-1/+2
* Make path work in Ruby 1.9Francis Irving2010-09-15-1/+1
* Allowing extra parameters to be passed to request_urllouise2009-04-03-0/+23