Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

root/trunk/actionpack/lib/action_controller/routing.rb


Mode:

Legend:

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