Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Drop unneeded drb require | Jeremy Kemper | 2008-11-23 | 1 | -1/+0 | |
| | ||||||
* | Use autoload instead of explicit requires for ActionController | Joshua Peek | 2008-11-23 | 1 | -7/+7 | |
| | ||||||
* | Revert "Simplify benchmarking and rescue". Need a different approach. | Pratik Naik | 2008-11-20 | 1 | -15/+1 | |
| | | | | This reverts commit 3be9134d1cb882f4be3be8d57b2f8bde5ecde887. | |||||
* | Simplify benchmarking and rescue | Pratik Naik | 2008-11-20 | 1 | -1/+15 | |
| | ||||||
* | Remove deprecated ActionController::Base#assign_default_content_type_and_charset | Pratik Naik | 2008-11-19 | 1 | -5/+0 | |
| | ||||||
* | Remove deprecated render_component. Please use the plugin from ↵ | Pratik Naik | 2008-11-19 | 1 | -1/+1 | |
| | | | | http://github.com/rails/render_component/tree/master | |||||
* | Merge docrails. | Pratik Naik | 2008-11-14 | 1 | -3/+3 | |
| | ||||||
* | Dont bother logging the parameters hash if there are no parameters | David Heinemeier Hansson | 2008-11-06 | 1 | -1/+1 | |
| | ||||||
* | Dont log the _method attribute either. Its already available in the header | David Heinemeier Hansson | 2008-11-04 | 1 | -13/+4 | |
|\ | ||||||
| * | Remove unused debug_routes | Pratik Naik | 2008-11-02 | 1 | -6/+0 | |
| | | ||||||
| * | Dont dup params twice when filter_parameters is present | Pratik Naik | 2008-11-02 | 1 | -2/+2 | |
| | | ||||||
| * | Dont document internals | Pratik Naik | 2008-11-02 | 1 | -3/+0 | |
| | | ||||||
| * | Backwards compatibility fixes for relative_url_root | Michael Koziarski | 2008-11-02 | 1 | -5/+2 | |
| | | | | | | | | | | * Make the old deprecated relative_url_root still set the value as it's still used by mongrel * Set the default from the ENV value when the file is required, not at runtime. | |||||
| * | Merge with docrails | Pratik Naik | 2008-11-02 | 1 | -0/+3 | |
| | | ||||||
* | | Dont log the _method attribute either. Its already available in the header | David Heinemeier Hansson | 2008-11-04 | 1 | -2/+2 | |
|/ | ||||||
* | Simplified the logging format for parameters (don't include controller, ↵ | David Heinemeier Hansson | 2008-11-01 | 1 | -6/+23 | |
| | | | | action, and format as duplicates) [DHH] | |||||
* | Make sure habtm use class variable to list association valid keys | Luca Guidi | 2008-11-01 | 1 | -1/+2 | |
| | | | | | Signed-off-by: Michael Koziarski <michael@koziarski.com> [#1310 state:committed] | |||||
* | Remove the logging of the Session ID when the session store is CookieStore [DHH] | David Heinemeier Hansson | 2008-11-01 | 1 | -1/+5 | |
| | ||||||
* | Accidently nixed a doc header | David Heinemeier Hansson | 2008-11-01 | 1 | -0/+1 | |
| | ||||||
* | Added render :js for people who want to render inline JavaScript replies ↵ | David Heinemeier Hansson | 2008-11-01 | 1 | -1/+23 | |
| | | | | without using RJS [DHH] | |||||
* | Ensure content type gets reset after render_to_string [#1182 state:resolved] | Joshua Peek | 2008-10-30 | 1 | -0/+1 | |
| | ||||||
* | Fixed regex in redirect_to to fully support URI schemes [#1247 state:committed] | Seth Fitzsimmons | 2008-10-30 | 1 | -1/+4 | |
| | | | | Signed-off-by: David Heinemeier Hansson <david@loudthinking.com> | |||||
* | No use case handy for justifying fresh? any more | David Heinemeier Hansson | 2008-10-21 | 1 | -5/+0 | |
| | ||||||
* | Let fresh_when actually do the head(:not_modified). Cleaner and we get the ↵ | David Heinemeier Hansson | 2008-10-21 | 1 | -10/+8 | |
| | | | | filter halting for free then. | |||||
* | Added stale?/fresh? and fresh_when methods to provide a layer of abstraction ↵ | David Heinemeier Hansson | 2008-10-21 | 1 | -17/+53 | |
| | | | | above request.fresh? and friends [DHH] | |||||
* | Make sure last_modified! works with <= rather than just equality. | Michael Koziarski | 2008-10-07 | 1 | -1/+3 | |
| | ||||||
* | Merge docrails | Pratik Naik | 2008-10-05 | 1 | -4/+12 | |
| | ||||||
* | Return processing lock to dispatcher, the finer grained lock was ↵ | Aliaksey Kandratsenka | 2008-10-04 | 1 | -8/+1 | |
| | | | | | | | | | | incompatible with the reloading in development mode. This commit also adds ActionController::Dispatcher#dispatch_unlocking -- non-locking version of dispatch. It's named anologously to POSIX {getc,getchar,...}_unlocked functions. Signed-off-by: Michael Koziarski <michael@koziarski.com> [#1170 state:committed] | |||||
* | Call controller_path instance method so it can be easily overridden [#1141 ↵ | David Masover | 2008-09-30 | 1 | -2/+2 | |
| | | | | | | state:resolved] Signed-off-by: Joshua Peek <josh@joshpeek.com> | |||||
* | Fix etag! and last_modified! to work as advertised. | Michael Koziarski | 2008-09-30 | 1 | -2/+4 | |
| | | | | Add tests too. | |||||
* | Check for uninitialized instance variables | Jeremy Kemper | 2008-09-08 | 1 | -1/+1 | |
| | ||||||
* | Use defined? check since @view_paths may be uninitialized | Jeremy Kemper | 2008-09-08 | 1 | -1/+5 | |
| | ||||||
* | Moved layout exemption logic into the view | Joshua Peek | 2008-08-31 | 1 | -16/+2 | |
| | ||||||
* | Prefix ActionView::Base private methods with an underscore | Joshua Peek | 2008-08-31 | 1 | -1/+1 | |
| | ||||||
* | Fix AM tests and add tests for rendering logging | Pratik Naik | 2008-08-31 | 1 | -0/+2 | |
| | ||||||
* | Add lost log messages about template rendering | Pratik Naik | 2008-08-31 | 1 | -1/+0 | |
| | ||||||
* | Move layout rendering logic to ActionView::Base | Pratik Naik | 2008-08-31 | 1 | -10/+17 | |
| | ||||||
* | Move copying ivar logic from ActionController::Base to ActionView::Base | Pratik Naik | 2008-08-31 | 1 | -32/+5 | |
| | ||||||
* | Remove unused use_full_path argument | Pratik Naik | 2008-08-31 | 1 | -5/+5 | |
| | ||||||
* | Dont pass controller partial layout option to view | Pratik Naik | 2008-08-30 | 1 | -1/+1 | |
| | ||||||
* | Remove double layout check | Pratik Naik | 2008-08-30 | 1 | -6/+1 | |
| | ||||||
* | Deprecate render_component. | Pratik Naik | 2008-08-29 | 1 | -2/+6 | |
| | | | | | Please install render_component plugin from http://github.com/rails/render_component/tree/master if your application uses this functionality. | |||||
* | Store application and other context specific helper modules in ↵ | Joshua Peek | 2008-08-26 | 1 | -1/+1 | |
| | | | | ActionView::Base#helpers | |||||
* | Removed template_public? because it will always be true since the default ↵ | Joshua Peek | 2008-08-21 | 1 | -5/+1 | |
| | | | | template is never a partial | |||||
* | Cleanup around partial rendering | Ryan Bates | 2008-08-21 | 1 | -17/+3 | |
| | | | | Signed-off-by: Joshua Peek <josh@joshpeek.com> | |||||
* | deprecate Base#assign_default_content_type_and_charset | Jeremy Kemper | 2008-08-21 | 1 | -0/+5 | |
| | ||||||
* | Move default content type and charset from Base to Response. Handle charset ↵ | Jeremy Kemper | 2008-08-21 | 1 | -10/+0 | |
| | | | | = nil. | |||||
* | Return nil instead of a space when passing an empty collection or nil to ↵ | Ryan Bates | 2008-08-19 | 1 | -3/+6 | |
| | | | | | | 'render :partial' [#791 state:resolved] Signed-off-by: Joshua Peek <josh@joshpeek.com> | |||||
* | Be more careful about deducing action_methods | Jeremy Kemper | 2008-08-06 | 1 | -6/+10 | |
| | ||||||
* | Ensure public superclass methods don't shadow public controller methods. ↵ | Jeremy Kemper | 2008-08-05 | 1 | -3/+3 | |
| | | | | Case in point, ruby-debug's Kernel#start shadowing a controller's start action. |