|
|
|
@9226
|
[9226]
|
04/05/08 03:52:58 |
pratik |
Improve documentation. |
|
|
|
@9115
|
[9115]
|
03/28/08 20:01:21 |
david |
Added support for regexp flags like ignoring case in the :requirements … |
|
|
|
@9069
|
[9069]
|
03/21/08 22:44:04 |
bitsweat |
Fix an edge case with extra periods in Routing.normalize_paths. Closes … |
|
|
|
@8738
|
[8738]
|
01/26/08 08:41:19 |
nzkoz |
Make it simpler to make the root route an alias for another route. Closes … |
|
|
|
@8674
|
[8674]
|
01/19/08 05:25:20 |
bitsweat |
Performance: optimize route recognition. Large speedup for apps with many … |
|
|
|
@8652
|
[8652]
|
01/17/08 22:45:54 |
nzkoz |
Restructure routing into several smaller files. References #10835 … |
|
|
|
@8496
|
[8496]
|
12/28/07 03:58:01 |
bitsweat |
Use extract_options! rather than Hash test + pop. Closes #10628 [ssoroka] |
|
|
|
@8387
|
[8387]
|
12/14/07 18:12:08 |
david |
Docfix (closes #10429) [jamesh/ssoroka] |
|
|
|
@8380
|
[8380]
|
12/13/07 18:21:19 |
marcel |
Make the routes rake task more discoverable but documenting it in the … |
|
|
|
@8216
|
[8216]
|
11/26/07 22:41:28 |
david |
Fixed to_s bug with namespace routes (closes #10283) [johnb] |
|
|
|
@8206
|
[8206]
|
11/25/07 22:24:23 |
david |
Fixed that named routes living under resources shouldn't have double … |
|
|
|
@8169
|
[8169]
|
11/20/07 21:25:25 |
nzkoz |
Ensure that the routing optimisation code isn't used when additional … |
|
|
|
@8094
|
[8094]
|
11/06/07 18:54:33 |
marcel |
Add documentation for route conditions. Closes #9041 [innu, manfred] |
|
|
|
@8082
|
[8082]
|
11/06/07 08:09:39 |
nzkoz |
Minor documentation enhancements and white-space fixes. Closes #9819 … |
|
|
|
@7849
|
[7849]
|
10/13/07 03:28:35 |
nzkoz |
Make sure that custom inflections are picked up by map.resources by … |
|
|
|
@7776
|
[7776]
|
10/07/07 19:12:02 |
bitsweat |
Fix url_for, redirect_to, etc. with :controller => :symbol instead of … |
|
|
|
@7724
|
[7724]
|
10/03/07 05:47:41 |
rick |
Move ActionController::Routing.optimise_named_routes to … |
|
|
|
@7719
|
[7719]
|
10/02/07 05:32:14 |
bitsweat |
Ruby 1.9 compat, consistent load paths |
|
|
|
@7599
|
[7599]
|
09/23/07 21:58:02 |
bitsweat |
Remove , and ; (comma and semicolon) from routing separators again. … |
|
|
|
@7571
|
[7571]
|
09/22/07 19:02:51 |
ulysses |
Remove use of & logic operator. Closes #8114. |
|
|
|
@7523
|
[7523]
|
09/21/07 04:52:18 |
ulysses |
Don't warn when a path segment precedes a required segment. Closes #9615. |
|
|
|
@7501
|
[7501]
|
09/17/07 09:30:18 |
nzkoz |
Disable optimisation code for UrlWriter as request.host doesn't make sense … |
|
|
|
@7487
|
[7487]
|
09/15/07 22:10:20 |
bitsweat |
Fixed optimized route segment escaping. Closes #9562. |
|
|
|
@7438
|
[7438]
|
09/09/07 23:12:57 |
david |
Random hits from the style nazi |
|
|
|
@7421
|
[7421]
|
09/09/07 00:18:55 |
nzkoz |
Optimise named route generation when using positional arguments. Closes … |
|
|
|
@7415
|
[7415]
|
09/06/07 14:28:32 |
xal |
Remove deprecated named routes [pixeltrix] |
|
|
|
@7411
|
[7411]
|
09/05/07 23:37:17 |
nzkoz |
Allow additional parameters to be passed to named route helpers when using … |
|
|
|
@7372
|
[7372]
|
08/29/07 03:43:08 |
nzkoz |
Fix incorrectly named instance variable. |
|
|
|
@7370
|
[7370]
|
08/29/07 03:14:15 |
nzkoz |
Use mocha to avoid the sleep calls in the compiled_template tests. [tarmo] … |
|
|
|
@7369
|
[7369]
|
08/29/07 03:01:11 |
nzkoz |
Only reload routes.rb if its been modified. [Dreamer3] |
|
|
|
@7138
|
[7138]
|
06/27/07 08:38:55 |
bitsweat |
Prefix nested resource named routes with their action name, e.g. … |
|
|
|
@6888
|
[6888]
|
05/29/07 06:40:33 |
bitsweat |
Routing: drop semicolon and comma as route separators. |
|
|
|
@6863
|
[6863]
|
05/26/07 20:29:05 |
marcel |
Fix syntax error in code example for routing documentation. #8377. … |
|
|
|
@6862
|
[6862]
|
05/26/07 20:07:34 |
bitsweat |
Routing: respond with 405 Method Not Allowed status when the route path … |
|
|
|
@6783
|
[6783]
|
05/19/07 16:26:44 |
xal |
Allow routes to be declared off namespaces |
|
|
|
@6730
|
[6730]
|
05/14/07 11:14:30 |
bitsweat |
Rationalize route path escaping according to RFC 2396 section 3.3. Closes … |
|
|
|
@6729
|
[6729]
|
05/12/07 21:12:31 |
david |
Removed deprecated parameters_for_method_reference concept (legacy from … |
|
|
|
@6722
|
[6722]
|
05/12/07 04:18:46 |
ulysses |
Add ActionController::Routing::Helpers, a module to contain common URL … |
|
|
|
@6673
|
[6673]
|
05/06/07 04:26:49 |
marcel |
More documentations for typos in routes. Closes #8228 [pam] |
|
|
|
@6672
|
[6672]
|
05/06/07 04:24:27 |
marcel |
Fix documentation typo in routes. Closes #8250. [norbert] |
|
|
|
@6465
|
[6465]
|
03/26/07 19:02:19 |
minam |
Make sure the expiry hash is built by comparing the to_param-ized values … |
|
|
|
@6343
|
[6343]
|
03/06/07 07:47:23 |
bitsweat |
Allow array and hash query parameters. Array route parameters are … |
|
|
|
@6185
|
[6185]
|
02/21/07 10:05:07 |
bitsweat |
Routing: better support for escaped values in route segments. Closes … |
|
|
|
@6113
|
[6113]
|
02/04/07 19:07:08 |
rick |
fix form_for example in ActionController::Resources documentation. Closes … |
|
|
|
@6082
|
[6082]
|
01/28/07 17:29:51 |
ulysses |
Allow Routes to generate all urls for a set of options by specifying … |
|
|
|
@6071
|
[6071]
|
01/28/07 14:52:25 |
bitsweat |
Improve routes documentation. Closes #7095. |
|
|
|
@6057
|
[6057]
|
01/28/07 07:16:55 |
bitsweat |
Use a consistent load path to avoid double requires. Fix some scattered … |
|
|
|
@6044
|
[6044]
|
01/26/07 21:37:38 |
david |
Nodoc the irrelevant (from 1.2) |
|
|
|
@5803
|
[5803]
|
12/28/06 21:04:44 |
bitsweat |
Routing uses URI escaping for path components and CGI escaping for query … |
|
|
|
@5709
|
[5709]
|
12/09/06 04:42:32 |
ulysses |
Fix a bug in Routing where a parameter taken from the path of the current … |
|
|
|
@5671
|
[5671]
|
12/04/06 00:12:00 |
david |
Dropped the idea of automatically routing :format for the vanilla routes … |
|
|
|
@5607
|
[5607]
|
11/22/06 16:31:00 |
ulysses |
Update Routing to complain when :controller is not specified by a route. … |
|
|
|
@5548
|
[5548]
|
11/17/06 22:29:02 |
ulysses |
Reuse named route helper module between Routing reloads to prevent memory … |
|
|
|
@5325
|
[5325]
|
10/20/06 18:00:20 |
rick |
Force *_url named routes to show the host in ActionView [Rick] |
|
|
|
@5314
|
[5314]
|
10/16/06 19:52:21 |
ulysses |
Fix routing to correctly determine when generation fails. Closes #6300. |
|
|
|
@5304
|
[5304]
|
10/15/06 03:11:08 |
minam |
remove an obsolete #dup call. avoid double negatives, to make the code … |
|
|
|
@5283
|
[5283]
|
10/11/06 04:31:57 |
ulysses |
Install named routes into ActionView::Base instead of proxying them to the … |
|
|
|
@5169
|
[5169]
|
09/23/06 17:25:06 |
ulysses |
Clear the cache of possible controllers whenever Routes are reloaded. |
|
|
|
@5151
|
[5151]
|
09/20/06 17:45:03 |
ulysses |
Fix routing to respect user provided requirements and defaults when … |
|
|
|
@5000
|
[5000]
|
09/04/06 20:34:19 |
david |
Documentation for routes (closes #5165) [rramdas@gmail.com] |
|
|
|
@4998
|
[4998]
|
09/04/06 20:09:15 |
david |
Fixed default routing NoMethodError downcase for nil when default … |
|
|
|
@4763
|
[4763]
|
08/15/06 02:04:11 |
ulysses |
Relax Routing's anchor pattern warning; it was preventing use of [/] … |
|
|
|
@4762
|
[4762]
|
08/15/06 01:28:06 |
ulysses |
Add controller_paths variable to Routing; Assign Routing.controller_paths … |
|
|
|
@4756
|
[4756]
|
08/13/06 18:00:08 |
rick |
Tweak RoutingError message to show option diffs, not just missing named … |
|
|
|
@4733
|
[4733]
|
08/09/06 00:02:08 |
rick |
Add RoutingError exception when RouteSet fails to generate a path from a … |
|
|
|
@4700
|
[4700]
|
08/07/06 06:13:01 |
ulysses |
it's me, john wayne |
|
|
|
@4677
|
[4677]
|
08/05/06 22:12:50 |
ulysses |
Make Routing noisy when an anchor regexp is assigned to a segment. Closes … |
|
|
|
@4637
|
[4637]
|
07/31/06 18:59:58 |
david |
Added map.resources from the Simply Restful plugin (backwards incompatible … |
|
|
|
@4625
|
[4625]
|
07/27/06 15:31:07 |
minam |
Don't search a load-path of '.' for controller files, since it may include … |
|
|
|
@4611
|
[4611]
|
07/17/06 17:03:47 |
ulysses |
Remove leak in development mode |
|
|
|
@4518
|
[4518]
|
06/30/06 02:36:17 |
ulysses |
Add route_name_path method to generate only the path for a named routes. … |
|
|
|
@4454
|
[4454]
|
06/17/06 00:25:24 |
rick |
Fix that routes with *path segments in the recall can generate URLs. … |
|
|
|
@4444
|
[4444]
|
06/07/06 16:27:14 |
minam |
Make sure passed routing options are not mutated by routing code. (closes … |
|
|
|
@4443
|
[4443]
|
06/07/06 16:16:37 |
minam |
Do some path normalization to prevent the possible_controllers list from … |
|
|
|
@4442
|
[4442]
|
06/06/06 19:09:56 |
minam |
Make sure named routes are never generated relative to some containing … |
|
|
|
@4441
|
[4441]
|
06/06/06 17:59:54 |
minam |
Improve parameter expiry handling to fix sticky-id issue. Add a more … |
|
|
|
@4439
|
[4439]
|
06/05/06 16:01:50 |
minam |
Remove dependency on Pathname in new routes |
|
|
|
@4438
|
[4438]
|
06/05/06 15:48:29 |
minam |
Make sure changing the controller from foo/bar to bing/bang does not … |
|
|
|
@4436
|
[4436]
|
06/05/06 15:30:09 |
minam |
Escape the entire path before trying to recognize it (closes #3671) |
|
|
|
@4435
|
[4435]
|
06/05/06 14:51:27 |
minam |
Make sure :id and friends are properly unescaped (closes #5275). |
|
|
|
@4434
|
[4434]
|
06/05/06 14:31:38 |
minam |
Make sure regexp chunks are grouped when the segment has a regexp … |
|
|
|
@4395
|
[4395]
|
06/01/06 16:00:15 |
minam |
Add RouteSet::Mapper#named_route for compatibility with adding … |
|
|
|
@4394
|
[4394]
|
06/01/06 15:42:08 |
minam |
New routes implementation. Simpler, faster, easier to understand. The … |
|
|
|
@4381
|
[4381]
|
05/31/06 04:48:46 |
david |
If not passing a hash, assume :id => whatever |
|
|
|
@4319
|
[4319]
|
04/30/06 21:06:49 |
rick |
Small fix in routing to allow dynamic routes (broken after [4242]) [Rick] |
|
|
|
@4244
|
[4244]
|
04/21/06 17:21:26 |
minam |
fix to ';' interpretation in route recognition--only follow a route with … |
|
|
|
@4242
|
[4242]
|
04/21/06 15:17:02 |
minam |
Add support in routes for semicolon delimited "subpaths", like … |
|
|
|
@4209
|
[4209]
|
04/13/06 05:44:23 |
minam |
Modify routing so that you can say :require => { :method => :post } for a … |
|
|
|
@3893
|
[3893]
|
03/16/06 04:09:18 |
ulysses |
Explain thyself |
|
|
|
@3883
|
[3883]
|
03/16/06 02:48:25 |
david |
Breakpoints in running code makes for no fun ;) |
|
|
|
@3879
|
[3879]
|
03/15/06 22:48:22 |
xal |
Fixes a bug in routes controller traversing which caused it to fail on for … |
|
|
|
@3636
|
[3636]
|
02/22/06 17:29:22 |
ulysses |
Check NameErrors and re-raise if they do not match the expected constant |
|
|
|
@3542
|
[3542]
|
02/04/06 23:59:37 |
ulysses |
Don't let arbitrary classes match as controllers |
|
|
|
@3539
|
[3539]
|
02/04/06 23:09:26 |
ulysses |
Fix Routing tests. Fix routing where failing to match a controller would … |
|
|
|
@3538
|
[3538]
|
02/04/06 22:04:19 |
xal |
fixed small bug in routing which caused the traverse_to_controller … |
|
|
|
@3531
|
[3531]
|
02/04/06 05:41:58 |
ulysses |
Remove unneeded logging |
|
|
|
@3530
|
[3530]
|
02/04/06 05:20:25 |
ulysses |
Fix controller resolution to avoid accidentally inheriting a controller … |
|
|
|
@3526
|
[3526]
|
02/03/06 20:29:39 |
ulysses |
Remove LoadingModule |
|
|
|
@3163
|
[3163]
|
11/22/05 22:24:25 |
ulysses |
Initialize @optional in routing code to avoid warnings |
|
|
|
@2254
|
[2254]
|
09/17/05 06:37:50 |
david |
Add "#:nodoc:" for ActionController::Routing::PathComponent::Result #2209 … |