| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge | David Heinemeier Hansson | 2009-12-24 | 2 | -3/+12 |
|\ |
|
| * | Allow named_routes to be used with root, and with new DSL short-form. | Sam Ruby | 2009-12-23 | 1 | -0/+9 |
| * | Routing: fix that route shorthand shouldn't ignore other options. Raise if :a... | Jeremy Kemper | 2009-12-23 | 1 | -2/+4 |
| * | Fix bare string Rack response bodies | Jeremy Kemper | 2009-12-23 | 1 | -2/+2 |
* | | Extract Mapping class from monster match method | David Heinemeier Hansson | 2009-12-24 | 1 | -1/+12 |
|/ |
|
* | AD::StatusCodes support is now part of rack | Joshua Peek | 2009-12-22 | 1 | -2/+2 |
* | Add test for root | David Heinemeier Hansson | 2009-12-21 | 1 | -0/+9 |
* | Merge branch 'master' of github.com:rails/rails | David Heinemeier Hansson | 2009-12-21 | 1 | -12/+12 |
|\ |
|
| * | reset_session needs to be a real method so flash can override it | Joshua Peek | 2009-12-21 | 1 | -12/+12 |
* | | Merge branch 'master' of github.com:rails/rails | David Heinemeier Hansson | 2009-12-21 | 6 | -8/+39 |
|\| |
|
| * | Its now possible to use match 'stuff' => 'what#stuff' instead of using the :t... | David Heinemeier Hansson | 2009-12-20 | 1 | -3/+13 |
| * | Rename the RenderingController module to just plain Rendering | David Heinemeier Hansson | 2009-12-20 | 5 | -5/+5 |
| * | :to => redirect() can take a String using 1.9-style interpolation or proc tha... | Yehuda Katz | 2009-12-20 | 1 | -0/+21 |
* | | Added cookies.permanent, cookies.signed, and cookies.permanent.signed accesso... | David Heinemeier Hansson | 2009-12-20 | 1 | -0/+35 |
|/ |
|
* | Pending tests for AD Response | Joshua Peek | 2009-12-17 | 1 | -0/+113 |
* | Don't need response prepare! | Joshua Peek | 2009-12-17 | 1 | -8/+0 |
* | Added alert/notice from 2-3-stable and refactored redirect_to into just livin... | David Heinemeier Hansson | 2009-12-17 | 1 | -1/+28 |
* | Fully expand relative rails framework paths and make sure we aren't | Joshua Peek | 2009-12-16 | 1 | -8/+7 |
* | Move route reloading into railties | Joshua Peek | 2009-12-14 | 1 | -13/+0 |
* | Remove route loading tests since it should be tested by railties | Joshua Peek | 2009-12-14 | 1 | -72/+0 |
* | Hush loading AR unless it fails | Joshua Peek | 2009-12-14 | 1 | -6/+2 |
* | TestProcess belongs in AD | Joshua Peek | 2009-12-12 | 2 | -5/+5 |
* | "new" and "edit" name routes always need to be prepend to the | Joshua Peek | 2009-12-11 | 1 | -0/+14 |
* | Remove fancy method not allowed resource exceptions since they are | Joshua Peek | 2009-12-11 | 2 | -10/+7 |
* | Kill RouteSet#recognize | Joshua Peek | 2009-12-10 | 1 | -126/+68 |
* | Merge branch 'master' of github.com:rails/rails | Yehuda Katz | 2009-12-10 | 18 | -121/+112 |
|\ |
|
| * | Check block arity passed to routes draw so you don't need to use | Joshua Peek | 2009-12-09 | 1 | -1/+1 |
| * | Simpler RenderOption API -- removes the need for registering the types and ex... | Carlhuda | 2009-12-09 | 1 | -0/+14 |
| * | More test porting | Joshua Peek | 2009-12-08 | 3 | -10/+9 |
| * | Tack format onto resource routes | Joshua Peek | 2009-12-08 | 1 | -3/+15 |
| * | Use new routing dsl in tests | Joshua Peek | 2009-12-08 | 15 | -67/+56 |
| * | Fix ambiguous access_token scoping example | Joshua Peek | 2009-12-08 | 1 | -5/+5 |
| * | Routes added under resource collection should be prefixed with | Joshua Peek | 2009-12-08 | 1 | -13/+4 |
| * | Fixed named prefix scope in resource member and collection actions | Joshua Peek | 2009-12-07 | 1 | -16/+6 |
| * | named_prefix doesn't join with "_" | Joshua Peek | 2009-12-07 | 1 | -1/+1 |
| * | Allow name_prefix to be pass into scope | Joshua Peek | 2009-12-07 | 1 | -8/+4 |
| * | Allow scope to take :path and :controller options | Joshua Peek | 2009-12-07 | 1 | -1/+1 |
* | | Responder redirects to resource if destroy fails. | José Valim | 2009-12-07 | 1 | -8/+34 |
|/ |
|
* | 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 |
* | Reorganize autoloads: | Carlhuda | 2009-12-02 | 5 | -20/+20 |
* | Stop escaping "[]" in query string | Joshua Peek | 2009-12-02 | 1 | -3/+3 |
* | Ensure Cache-Control max-age is an integer | Jeremy Kemper | 2009-12-02 | 1 | -1/+1 |
* | Fix parens warning in ajax test | Joshua Peek | 2009-12-01 | 1 | -6/+6 |
* | Make recognize try to constantize controller to see if it exists | Joshua Peek | 2009-12-01 | 2 | -3/+12 |
* | Merge branch 'master' of github.com:rails/rails | Joshua Peek | 2009-12-01 | 2 | -0/+18 |
|\ |
|
| * | Fix caching test to ensure notifications are all delivered | Jeremy Kemper | 2009-12-01 | 1 | -0/+1 |
| * | Allow ActionController::Responder to have a common entry point for all formats. | José Valim | 2009-12-01 | 1 | -0/+17 |
* | | Fix generating params with optional defaults [#3404 state:resolved] | Joshua Peek | 2009-12-01 | 1 | -3/+1 |
|/ |
|
* | Fix some nested resource generation tests | Joshua Peek | 2009-11-29 | 1 | -6/+2 |