| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify controller_path | Nicholas Seckar | 2006-03-13 | 1 | -7/+1 |
* | Always use application/xml, then the charset is determined by the XML doc | David Heinemeier Hansson | 2006-03-13 | 1 | -1/+1 |
* | The mere existance of a rjs file shouldnt cause the layout to disappear. Made... | David Heinemeier Hansson | 2006-03-13 | 1 | -1/+1 |
* | The mere existance of a rjs file shouldnt cause the layout to disappear. Made... | David Heinemeier Hansson | 2006-03-13 | 1 | -1/+3 |
* | Rendering xml shouldnt happen inside any layout. Added class proxying to RJS,... | David Heinemeier Hansson | 2006-03-13 | 1 | -0/+4 |
* | Mime types are separated by a comma, not semicolon, in the Accept header. Als... | David Heinemeier Hansson | 2006-03-12 | 1 | -4/+4 |
* | Added better support for using the same actions to output for different sourc... | David Heinemeier Hansson | 2006-03-11 | 1 | -2/+11 |
* | XmlSimple _should_ be the default since XmlNode is not compatible with regula... | David Heinemeier Hansson | 2006-03-07 | 1 | -9/+11 |
* | Doc fixes | David Heinemeier Hansson | 2006-03-05 | 1 | -4/+2 |
* | ActionController::Base.param_parsers now accept symbols. currently supported ... | Tobias Lütke | 2006-03-05 | 1 | -8/+3 |
* | Added new infrastructure support for REST webservices. | Tobias Lütke | 2006-03-05 | 1 | -2/+33 |
* | Remove ::Controllers related cruft; fix AP tests | Nicholas Seckar | 2006-02-26 | 1 | -2/+0 |
* | Ensure backwards compatibility with symbolized action names for render_action... | David Heinemeier Hansson | 2006-02-19 | 1 | -1/+1 |
* | Make RJS treat symbolic action names nicely #3861 [Rick Olson] | David Heinemeier Hansson | 2006-02-17 | 1 | -1/+1 |
* | Stopped the massive bleeding of concerns into ActionController::Base. Base no... | David Heinemeier Hansson | 2006-02-12 | 1 | -36/+39 |
* | The components module should also contain the options that pertain to it, so ... | David Heinemeier Hansson | 2006-02-12 | 1 | -17/+4 |
* | Major components cleanup and speedup. Closes #3527. | Jeremy Kemper | 2006-02-09 | 1 | -11/+35 |
* | Just go with Subclasses instead of OnlySubclasses | David Heinemeier Hansson | 2006-02-04 | 1 | -1/+1 |
* | Add Reloadable::OnlySubclasses which handles the common case where a base cla... | Nicholas Seckar | 2006-02-02 | 1 | -8/+3 |
* | Ensure assigns are copied to the template when using render :update. Closes ... | Nicholas Seckar | 2006-01-30 | 1 | -0/+3 |
* | Added reusable reloading support through the inclusion of the Relodable modul... | David Heinemeier Hansson | 2006-01-29 | 1 | -0/+7 |
* | Add the ability to call JavaScriptGenerator methods from helpers called in up... | Sam Stephenson | 2006-01-23 | 1 | -2/+3 |
* | Backing out of [3470] until visual_effect, et al can work | Sam Stephenson | 2006-01-23 | 1 | -3/+2 |
* | Add the ability to call JavaScriptGenerator methods from helpers called in up... | Sam Stephenson | 2006-01-23 | 1 | -2/+3 |
* | Raise a RedirectBackError if redirect_to :back is called when theres no HTTP_... | David Heinemeier Hansson | 2006-01-22 | 1 | -1/+8 |
* | Pass along blocks from render_to_string to render | Sam Stephenson | 2006-01-20 | 1 | -2/+2 |
* | Add render :update for inline RJS | Sam Stephenson | 2006-01-20 | 1 | -7/+30 |
* | Remove Upload Progress. Closes #2871. | Marcel Molina | 2006-01-13 | 1 | -6/+0 |
* | only log session_id if @session object responds to .session_id. | Tobias Lütke | 2005-12-22 | 1 | -1/+1 |
* | Add session ID to default logging, but remove the verbose description of ever... | David Heinemeier Hansson | 2005-12-22 | 1 | -0/+1 |
* | Don't try to strip out the controller name if default_action_name is nil | Marcel Molina | 2005-12-20 | 1 | -2/+4 |
* | Don't include a layout when rendering an rjs template using render's :templat... | Marcel Molina | 2005-12-17 | 1 | -0/+10 |
* | Make ActionController's render honor the :locals option when rendering a :fil... | Sam Stephenson | 2005-11-22 | 1 | -3/+7 |
* | Make rjs templates always implicitly skip out on layouts. | Marcel Molina | 2005-11-18 | 1 | -3/+8 |
* | Update documentation for render :file. References #2858. | Jeremy Kemper | 2005-11-14 | 1 | -8/+12 |
* | CGI::Session::ActiveRecordStore.data_column_name = 'foobar' to use a differen... | Jeremy Kemper | 2005-11-09 | 1 | -1/+5 |
* | Fix docs (closes #2725) | David Heinemeier Hansson | 2005-11-07 | 1 | -2/+2 |
* | Added redirect_to :back as a short-hand for redirect_to(request.env["HTTP_REF... | David Heinemeier Hansson | 2005-11-02 | 1 | -0/+6 |
* | ensure close_session in AC::Base#process | Jeremy Kemper | 2005-11-02 | 1 | -2/+2 |
* | Fix problem where redirecting components can cause an | Scott Barron | 2005-10-30 | 1 | -0/+1 |
* | Fixed docs (closes #2468) | David Heinemeier Hansson | 2005-10-26 | 1 | -11/+11 |
* | Reset template variables after using render_to_string. Closes #2559 | Nicholas Seckar | 2005-10-25 | 1 | -0/+2 |
* | Expose the session model backing CGI::Session | Jeremy Kemper | 2005-10-20 | 1 | -2/+2 |
* | Update/clean up AP documentation (rdoc) | Jamis Buck | 2005-10-16 | 1 | -2/+2 |
* | Raise an exception if an attempt is made to insert more session data into the... | Marcel Molina | 2005-10-15 | 1 | -0/+3 |
* | Added :locals support for render :inline #2463 [mdabney@cavoksolutions.com] | David Heinemeier Hansson | 2005-10-13 | 1 | -3/+3 |
* | Made the documentation about render template/file sane | David Heinemeier Hansson | 2005-10-03 | 1 | -6/+11 |
* | Use a nicer date format | David Heinemeier Hansson | 2005-10-01 | 1 | -1/+1 |
* | Log request method and response size / status code | David Heinemeier Hansson | 2005-09-28 | 1 | -2/+2 |
* | Optimized tag_options to not sort keys, which is no longer necessary when ass... | David Heinemeier Hansson | 2005-09-20 | 1 | -0/+1 |