| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Define a convention for descendants and subclasses. | José Valim | 2010-07-05 | 1 | -6/+0 |
* | Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework... | José Valim | 2010-06-24 | 1 | -0/+2 |
* | Add an asset_host accessor for consistency. | José Valim | 2010-06-02 | 1 | -2/+1 |
* | Extract assets paths and make them available to Action Mailer as well | David Heinemeier Hansson | 2010-06-02 | 1 | -1/+2 |
* | add HTTP Token Authorization support to complement Basic and Digest Authoriza... | rick | 2010-04-30 | 1 | -0/+1 |
* | Clean up the config object in ActionPack. Create config_accessor which just d... | José Valim | 2010-04-22 | 1 | -1/+4 |
* | Move verification to a plugin as well: http://github.com/rails/verification.git | José Valim | 2010-04-10 | 1 | -1/+0 |
* | Rename config.cookie_secret to config.secret_token and pass it as configurati... | José Valim | 2010-04-05 | 1 | -1/+1 |
* | Make it easier to subclass AC::Metal with most, but not all, of the modules i... | wycats | 2010-04-04 | 1 | -43/+45 |
* | Whitespace | wycats | 2010-04-04 | 1 | -1/+1 |
* | Replace the placeholder base_hook API with on_load. To specify some code that | wycats | 2010-03-29 | 1 | -2/+1 |
* | Move application configuration to the application configuration object, remov... | José Valim | 2010-03-26 | 1 | -0/+1 |
* | Ensure controller filters are executed before stuff starts to happen. | José Valim | 2010-03-13 | 1 | -2/+6 |
* | Reinstate dom_id in controllers. | Justin Ko | 2010-03-09 | 1 | -0/+1 |
* | Make many parts of Rails lazy. In order to facilitate this, | wycats | 2010-03-07 | 1 | -0/+2 |
* | Move stuff from compatibility.rb to deprecated.rb | Carlhuda | 2010-03-04 | 1 | -0/+2 |
* | Remove a failed attempt at refactoring AC configuration | Carlhuda | 2010-03-03 | 1 | -1/+0 |
* | Actually move ImplicitRender into it's own file | Carl Lerche | 2010-03-03 | 1 | -23/+0 |
* | Change AV formats so they can delegate to the controller. Now users (or plugi... | Carlhuda | 2010-03-01 | 1 | -1/+1 |
* | Continued effort to deglobalize the router | Carlhuda | 2010-02-25 | 1 | -8/+1 |
* | WIP: Remove the global router | Carlhuda | 2010-02-25 | 1 | -1/+1 |
* | Update AP to start locking down a public API. This work is parallel to some d... | Yehuda Katz | 2010-02-16 | 1 | -1/+1 |
* | ActionMailer should depend just on AbstractController. | José Valim | 2010-01-29 | 1 | -0/+8 |
* | Ensure helpers work from configured path. | José Valim | 2010-01-24 | 1 | -1/+1 |
* | Ensure strings given to render with slash are rendered relative to the config... | José Valim | 2010-01-22 | 1 | -23/+0 |
* | Make filter parameters based on request, so they can be modified for anything... | José Valim | 2010-01-21 | 1 | -1/+5 |
* | Tidy up new filter_parameters implementation. | José Valim | 2010-01-21 | 1 | -1/+5 |
* | Move ActionController::Translation to AbstractController::Translation. | José Valim | 2010-01-20 | 1 | -1/+1 |
* | Bring normalize behavior to AbstractController::Rendering | José Valim | 2010-01-20 | 1 | -21/+8 |
* | Move parameters to the top on logging. | José Valim | 2010-01-19 | 1 | -1/+1 |
* | Do not send the whole controller in notifications, cherry pick required pieces. | José Valim | 2010-01-15 | 1 | -1/+1 |
* | Add subscriber for ActionPack and move all logging inside it. | José Valim | 2010-01-13 | 1 | -1/+4 |
* | Added that ActionController::Base now does helper :all instead of relying on ... | David Heinemeier Hansson | 2010-01-03 | 1 | -0/+2 |
* | ActionController::Logger should include AbstractController::Logger and sort a... | José Valim | 2009-12-31 | 1 | -1/+0 |
* | controller_path is required by ActionView, so move it up to AbstractControlle... | José Valim | 2009-12-31 | 1 | -1/+1 |
* | Remove ActionView inline logging to ActiveSupport::Notifications and create A... | José Valim | 2009-12-26 | 1 | -1/+0 |
* | AD::StatusCodes support is now part of rack | Joshua Peek | 2009-12-22 | 1 | -1/+1 |
* | Make ActionMailer::Base inherit from AbstractController::Base | José Valim | 2009-12-22 | 1 | -0/+1 |
* | AC::Head now doesn't have an unfulfilled Rendering dependency, and instead wo... | Yehuda Katz | 2009-12-20 | 1 | -1/+1 |
* | Merge branch 'master' of github.com:rails/rails | David Heinemeier Hansson | 2009-12-20 | 1 | -2/+1 |
|\ |
|
| * | Rename RackConvenience => RackDelegation | Joshua Peek | 2009-12-20 | 1 | -1/+1 |
| * | Merge Session stuff into RackConvenience | Joshua Peek | 2009-12-20 | 1 | -1/+0 |
* | | Rename RenderOptions to Renderers | David Heinemeier Hansson | 2009-12-20 | 1 | -1/+1 |
|/ |
|
* | Renamed Redirector to Redirecting (its a module, not a class) | David Heinemeier Hansson | 2009-12-20 | 1 | -1/+1 |
* | Rename the RenderingController module to just plain Rendering | David Heinemeier Hansson | 2009-12-20 | 1 | -1/+1 |
* | Added alert/notice from 2-3-stable and refactored redirect_to into just livin... | David Heinemeier Hansson | 2009-12-17 | 1 | -66/+0 |
* | Reduce usage of interpret_status. It should also return a integer | Joshua Peek | 2009-12-10 | 1 | -4/+12 |
* | Reorganize autoloads: | Carlhuda | 2009-12-02 | 1 | -1/+1 |
* | Base setup for config object in AC. | Yehuda Katz | 2009-10-26 | 1 | -0/+1 |
* | Resurrect AC::Benchmarking [#3140 state:resolved] | Joshua Peek | 2009-09-24 | 1 | -0/+1 |