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
/
test
/
controller
/
routing_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove checks for encodings availability
Sergey Nartimov
2011-12-25
1
-1
/
+1
*
adding an integration test for splat regexp substitutions. fixes #4138
Aaron Patterson
2011-12-22
1
-0
/
+13
*
Adding an integration test. Fixes #4136
Aaron Patterson
2011-12-22
1
-0
/
+9
*
rack bodies should be a list
Aaron Patterson
2011-12-22
1
-7
/
+7
*
refactoring routing tests
Aaron Patterson
2011-12-22
1
-34
/
+19
*
adding integration test for journey #7
Aaron Patterson
2011-12-21
1
-0
/
+22
*
caches should not be global, so no need to clear in the teardown
Aaron Patterson
2011-12-21
1
-4
/
+0
*
adding tests for #4029
Aaron Patterson
2011-12-19
1
-0
/
+51
*
Named Routes shouldn't override existing ones (currently route recognition go...
Andy Jeffries
2011-12-05
1
-2
/
+2
*
fix method redefined warnings in tests
lest
2011-11-30
1
-6
/
+0
*
moving test_generate to an integration test with one assert per test
Aaron Patterson
2011-08-12
1
-108
/
+0
*
remove extra require for 'active_support/dependencies' as it is required in a...
Vishnu Atrai
2011-07-31
1
-1
/
+0
*
raise an error if the old router draw method is used, along with a message ad...
Josh Kalderimis
2011-05-03
1
-0
/
+6
*
Action Pack typos.
R.T. Lechow
2011-03-05
1
-1
/
+1
*
cleaning up some warnings on 1.9.3
Aaron Patterson
2011-02-07
1
-2
/
+2
*
The redirect routing method now allows for a hash of options which only chang...
Josh Kalderimis
2010-11-30
1
-284
/
+297
*
Revert "Quick fix for not escaping []s (not ideal)"
Santiago Pastorino
2010-11-18
1
-3
/
+3
*
Anchors should be allowed on constraints that are not on path segments
Carl Lerche
2010-11-16
1
-0
/
+8
*
Remove deprecated stuff in ActionController
Carlos Antonio da Silva
2010-09-26
1
-7
/
+7
*
Remove a few tests from old router that do not make sense with the new one.
José Valim
2010-09-05
1
-16
/
+0
*
Deleted test with extended regexp - it fails with no reason, probably rack-mo...
Piotr Sarnacki
2010-09-05
1
-21
/
+0
*
Fixed 2 broken tests for router.
Łukasz Strzałkowski
2010-09-05
1
-3
/
+3
*
Removed tests for setting default value of *path in route
Łukasz Strzałkowski
2010-09-05
1
-25
/
+0
*
Made test_generate pass
Łukasz Strzałkowski
2010-09-05
1
-9
/
+1
*
If it's unused there's no reason to keep it commented. It will always remain ...
Łukasz Strzałkowski
2010-09-05
1
-11
/
+0
*
Removed rest of errors and failures in routing_test.rb. Almost all squashed, ...
Łukasz Strzałkowski
2010-09-05
1
-92
/
+79
*
Test for recognizing routes with http method set
Łukasz Strzałkowski
2010-09-05
1
-1
/
+40
*
Fixed about half of broken tests in routing_test
Łukasz Strzałkowski
2010-09-05
1
-125
/
+82
*
Removed deprecated RouteSet API, still many tests fail
Piotr Sarnacki
2010-09-05
1
-348
/
+327
*
Revert "Setup explicit requires for files with exceptions. Removed them from ...
José Valim
2010-09-02
1
-1
/
+0
*
Setup explicit requires for files with exceptions. Removed them from autoload...
Łukasz Strzałkowski
2010-09-02
1
-0
/
+1
*
Support routing constraints in functional tests
Andrew White
2010-08-20
1
-1
/
+1
*
1.9 seems to have a bug involving cloned classes and super. Fix it by not clo...
Carlhuda
2010-02-26
1
-8
/
+12
*
Rename named_url_helpers to url_helpers and url_helpers to url_for
Carlhuda
2010-02-26
1
-2
/
+2
*
Continued effort to deglobalize the router
Carlhuda
2010-02-25
1
-27
/
+7
*
optimise_named_routes is unnecessary
Joshua Peek
2010-01-13
1
-4
/
+0
*
Remove route loading tests since it should be tested by railties
Joshua Peek
2009-12-14
1
-72
/
+0
*
Remove fancy method not allowed resource exceptions since they are
Joshua Peek
2009-12-11
1
-6
/
+3
*
Kill RouteSet#recognize
Joshua Peek
2009-12-10
1
-126
/
+68
*
Deprecate recalling generation params when the defaults are nil
Joshua Peek
2009-12-06
1
-3
/
+1
*
Update rackmount to fix some pending tests
Joshua Peek
2009-12-05
1
-13
/
+9
*
Stop escaping "[]" in query string
Joshua Peek
2009-12-02
1
-3
/
+3
*
Make recognize try to constantize controller to see if it exists
Joshua Peek
2009-12-01
1
-2
/
+0
*
Fix generating params with optional defaults [#3404 state:resolved]
Joshua Peek
2009-12-01
1
-3
/
+1
*
Privatize Routing.possible_controllers and fix brittle url helper
Joshua Peek
2009-11-23
1
-24
/
+0
*
Remove inflection reloads routes test
Joshua Peek
2009-11-23
1
-7
/
+0
*
Pending test now passing
Jeremy Kemper
2009-11-23
1
-8
/
+6
*
Extended and case insensitive regexp routes aren't that important.
Joshua Peek
2009-11-19
1
-15
/
+24
*
Add pending test for generating routes with optional params that recall last
Joshua Peek
2009-11-09
1
-0
/
+36
*
Add pending test for route generation with default param
Joshua Peek
2009-11-09
1
-0
/
+16
[next]