Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a method for configuring abstract controllers | Carl Lerche | 2010-03-04 | 1 | -0/+4 |
| | |||||
* | Modifying configurations on the instance of a controller should not affect ↵ | Carl Lerche | 2010-03-03 | 1 | -1/+1 |
| | | | | the class | ||||
* | Tweak how ActionPack handles InheritableOptions | Carl Lerche | 2010-03-03 | 1 | -0/+2 |
| | |||||
* | Move the original config method onto AbstractController | Carl Lerche | 2010-03-03 | 1 | -0/+8 |
| | |||||
* | Merge _details_defaults and details_for_render | Carlhuda | 2010-03-01 | 2 | -3/+3 |
| | |||||
* | Fix controller_path returnsing an empty string in Ruby 1.8.7 [#4036 ↵ | José Valim | 2010-02-26 | 5 | -12/+4 |
| | | | | status:resolved] | ||||
* | Add missing require on abstract_controller/collector [#4061 status:resolved] | José Valim | 2010-02-26 | 1 | -0/+2 |
| | |||||
* | Renamed LocalizedCache to DetailsCache. | José Valim | 2010-02-24 | 3 | -52/+55 |
| | |||||
* | Update AP to start locking down a public API. This work is parallel to some ↵ | Yehuda Katz | 2010-02-16 | 2 | -3/+3 |
| | | | | docs I'm working on. | ||||
* | name.blank? -> anonymous? | Xavier Noria | 2010-02-14 | 1 | -1/+2 |
| | | | | Signed-off-by: Yehuda Katz <yehudakatz@YK.local> | ||||
* | Convert to class_attribute | Jeremy Kemper | 2010-02-01 | 3 | -13/+23 |
| | |||||
* | Fix some backward incompatible behavior on AM. | José Valim | 2010-01-30 | 2 | -1/+29 |
| | |||||
* | Added :format and :locale options to render. | José Valim | 2010-01-29 | 1 | -1/+10 |
| | |||||
* | Fix rendering of layouts. | José Valim | 2010-01-29 | 1 | -1/+2 |
| | |||||
* | ActionMailer should depend just on AbstractController. | José Valim | 2010-01-29 | 1 | -156/+0 |
| | |||||
* | Bring layouts with proc back alive. | José Valim | 2010-01-26 | 1 | -0/+3 |
| | |||||
* | Move double render check out of AbstractController. | José Valim and Mikel Lindsaar | 2010-01-23 | 1 | -4/+0 |
| | |||||
* | Added AbstractController::Collector. | José Valim and Mikel Lindsaar | 2010-01-23 | 1 | -0/+30 |
| | |||||
* | Ensure strings given to render with slash are rendered relative to the ↵ | José Valim | 2010-01-22 | 1 | -12/+25 |
| | | | | configured _prefix. | ||||
* | Move ActionController::Translation to AbstractController::Translation. | José Valim | 2010-01-20 | 2 | -1/+14 |
| | |||||
* | Bring normalize behavior to AbstractController::Rendering | José Valim | 2010-01-20 | 2 | -4/+20 |
| | |||||
* | Fix DoubleRenderError error message | Pratik Naik | 2010-01-19 | 1 | -1/+1 |
| | |||||
* | Clear out AS callback method pollution in AC::Base.action_methods | Joshua Peek | 2010-01-17 | 1 | -8/+12 |
| | |||||
* | Base#action_methods delegates to Base.action_methods | Joshua Peek | 2010-01-17 | 1 | -58/+62 |
| | |||||
* | Remove duplicated url_for code and move methods shared between ActionMailer ↵ | José Valim | 2010-01-07 | 1 | -0/+156 |
| | | | | and ActionController up to AbstractController. | ||||
* | @_formats initialization should be AbstractController::Base. | José Valim | 2010-01-04 | 2 | -6/+5 |
| | |||||
* | Expose a _render_partial hook as thhe _render_template one and make use of it. | José Valim | 2009-12-31 | 1 | -5/+9 |
| | |||||
* | controller_path is required by ActionView, so move it up to ↵ | José Valim | 2009-12-31 | 2 | -1/+172 |
| | | | | AbstractController and refactor AbstractController::Layouts. | ||||
* | Silence some trivial warnings: shadowed local vars, indentation mismatches | Jeremy Kemper | 2009-12-28 | 2 | -2/+2 |
| | |||||
* | Remove ActionView inline logging to ActiveSupport::Notifications and create ↵ | José Valim | 2009-12-26 | 1 | -20/+0 |
| | | | | ActionController::Base#log_event, so everything can be logged within one listener. Also expose log_process_action as a hook for different modules to include their own information during the action processing. This allow ActiveRecord to hook and any other ORM. Finally, this commit changes 'Processing' and 'Rendering' in logs to 'Processed' and 'Rendered' because at the point it's logged, everying already happened. | ||||
* | Make ActionMailer::Base inherit from AbstractController::Base | José Valim | 2009-12-22 | 2 | -32/+4 |
| | | | | Signed-off-by: Yehuda Katz <wycats@Yehuda-Katz.local> | ||||
* | Dont introspect inline templates for the logger and cleanup a few styling issues | David Heinemeier Hansson | 2009-12-21 | 1 | -5/+4 |
| | |||||
* | AC::Head now doesn't have an unfulfilled Rendering dependency, and instead ↵ | Yehuda Katz | 2009-12-20 | 2 | -1/+1 |
| | | | | works just fine standalone (which means that ConditionalGet also doesn't have a Rendering dependency) | ||||
* | Rename the RenderingController module to just plain Rendering | David Heinemeier Hansson | 2009-12-20 | 3 | -4/+4 |
| | |||||
* | Fix response_body warning in AC | Joshua Peek | 2009-12-14 | 1 | -0/+2 |
| | |||||
* | rendering controller needs base | Joshua Peek | 2009-12-12 | 1 | -0/+1 |
| | |||||
* | Relocate AbstractController exceptions into their proper parent modules | Joshua Peek | 2009-12-12 | 3 | -19/+17 |
| | |||||
* | Reorganize autoloads: | Carlhuda | 2009-12-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | * A new module (ActiveSupport::Autoload) is provide that extends autoloading with new behavior. * All autoloads in modules that have extended ActiveSupport::Autoload will be eagerly required in threadsafe environments * Autoloads can optionally leave off the path if the path is the same as full_constant_name.underscore * It is possible to specify that a group of autoloads live under an additional path. For instance, all of ActionDispatch's middlewares are ActionDispatch::MiddlewareName, but they live under "action_dispatch/middlewares/middleware_name" * It is possible to specify that a group of autoloads are all found at the same path. For instance, a number of exceptions might all be declared there. * One consequence of this is that testing-related constants are not autoloaded. To get the testing helpers for a given component, require "component_name/test_case". For instance, "action_controller/test_case". * test_help.rb, which is automatically required by a Rails application's test helper, requires the test_case.rb for all active components, so this change will not be disruptive in existing or new applications. | ||||
* | Revert "Revert "Eliminate warning with layout is unset"" | Jeremy Kemper | 2009-11-10 | 1 | -1/+1 |
| | | | | This reverts commit d8fd0499bfd6edc676ff3fbffc327656f6d5c320. | ||||
* | Revert "Eliminate warning with layout is unset" | Jeremy Kemper | 2009-11-10 | 1 | -1/+1 |
| | | | | This reverts commit 1fcf32f8fef8fb5a63a66edacf556a107d12c049. | ||||
* | Eliminate warning with layout is unset | Jeremy Kemper | 2009-11-10 | 1 | -1/+1 |
| | |||||
* | Revert "Eliminate warning with layout is unset" | Jeremy Kemper | 2009-11-10 | 1 | -1/+1 |
| | | | | This reverts commit 90be80361f26d717f9842170315dd8659f35429d. | ||||
* | Eliminate warning by initializing nil formats | Jeremy Kemper | 2009-11-10 | 1 | -0/+6 |
| | |||||
* | Eliminate warning with layout is unset | Jeremy Kemper | 2009-11-10 | 1 | -1/+1 |
| | |||||
* | If class doesn't have a name, there's no implied layout name, so don't set ↵ | Jeremy Kemper | 2009-11-05 | 1 | -10/+12 |
| | | | | up a _layout method | ||||
* | Extracted localized_cache.rb from ActionController, added it to ↵ | José Valim | 2009-11-01 | 1 | -0/+49 |
| | | | | AbstractController and made ActionMailer use it. | ||||
* | Add some basic render_test to AbstractController. | José Valim | 2009-11-01 | 2 | -8/+1 |
| | |||||
* | Improve AbstractController layouts coverage. | José Valim | 2009-11-01 | 1 | -3/+6 |
| | |||||
* | Move all render and layout pieces required in ActionMailer from ↵ | José Valim | 2009-11-01 | 2 | -0/+28 |
| | | | | ActionController to AbstractController. | ||||
* | Remove ActionMailer helpers and rely on AbstractController one. | José Valim | 2009-11-01 | 1 | -11/+70 |
| |