| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Added DoubleRenderError exception that'll be raised if render* is called twic... | David Heinemeier Hansson | 2005-05-21 | 1 | -2/+10 |
* | Fixed use of an integer as return code for renders, so render_text "hello wor... | David Heinemeier Hansson | 2005-05-21 | 1 | -1/+1 |
* | Changed RAILS_ASSET_HOST to become ActionController::Base.asset_host | David Heinemeier Hansson | 2005-05-06 | 1 | -0/+6 |
* | Doc fix #1200 | David Heinemeier Hansson | 2005-04-30 | 1 | -1/+1 |
* | Fixed render_partial_collection to output an empty string instead of nil when... | David Heinemeier Hansson | 2005-04-30 | 1 | -1/+1 |
* | Added that render_partial called from a controller will use the action name a... | David Heinemeier Hansson | 2005-04-17 | 1 | -1/+9 |
* | Changed render_partial to take local assigns as the second parameter instead ... | David Heinemeier Hansson | 2005-04-16 | 1 | -5/+5 |
* | Fixed that the content-type for some browsers could include an additional \r ... | David Heinemeier Hansson | 2005-04-10 | 1 | -1/+1 |
* | Added trailing_slash option to url_for, so you can generate urls ending in a ... | David Heinemeier Hansson | 2005-03-26 | 1 | -0/+2 |
* | Added documentation on models in sessions #929 [c.r.mcgrath@gmail.com] | David Heinemeier Hansson | 2005-03-26 | 1 | -0/+7 |
* | Added a bit more to the session documentation on how to clear sessions | David Heinemeier Hansson | 2005-03-20 | 1 | -2/+5 |
* | Added render_partial/render_partial_collection from controllers for easier Aj... | David Heinemeier Hansson | 2005-03-09 | 1 | -0/+10 |
* | Fixed rails_generator to be usable without RubyGems #686 [Cristi BALAN]. Move... | David Heinemeier Hansson | 2005-03-06 | 1 | -3/+0 |
* | Updated documentation | David Heinemeier Hansson | 2005-02-24 | 1 | -26/+24 |
* | Added Base#render_to_string to parse a template and get the result back as a ... | David Heinemeier Hansson | 2005-02-23 | 1 | -4/+8 |
* | Fixed that send_file/data can work even if render* has been called before in ... | David Heinemeier Hansson | 2005-02-23 | 1 | -39/+64 |
* | Keep the singular style, like before_filter, etc | David Heinemeier Hansson | 2005-02-23 | 1 | -1/+1 |
* | Added new keyword to specify load paths as being component based. Added bette... | David Heinemeier Hansson | 2005-02-20 | 1 | -1/+15 |
* | Fixed that a bunch of methods from ActionController::Base was accessible as a... | David Heinemeier Hansson | 2005-02-17 | 1 | -3/+15 |
* | Moved Active Support into its own gem | David Heinemeier Hansson | 2005-02-15 | 1 | -3/+3 |
* | A hopefully more successful attempt at the Routing branch merge | David Heinemeier Hansson | 2005-02-15 | 1 | -6/+26 |
* | Backed out of routing merge.. investigating missing patches | David Heinemeier Hansson | 2005-02-15 | 1 | -22/+5 |
* | Merged back the Routing branch | David Heinemeier Hansson | 2005-02-15 | 1 | -5/+22 |
* | Fixed documentation snafus #575, #576, #577, #585 | David Heinemeier Hansson | 2005-02-07 | 1 | -1/+1 |
* | Fixed that the content-header was being set to application/octet_stream inste... | David Heinemeier Hansson | 2005-01-22 | 1 | -1/+1 |
* | Fixed that all redirect and render calls now return true, so you can use the ... | David Heinemeier Hansson | 2005-01-20 | 1 | -3/+18 |
* | Added more informative error message for "file not found" situation in send_f... | David Heinemeier Hansson | 2005-01-16 | 1 | -1/+1 |
* | Fixed that send_file would "remember" all the files sent by adding to the hea... | David Heinemeier Hansson | 2005-01-13 | 1 | -4/+4 |
* | Added that all renders and redirects now return false, so they can be used as... | David Heinemeier Hansson | 2005-01-10 | 1 | -0/+2 |
* | Added authentication framework to protect actions behind a condition and redi... | David Heinemeier Hansson | 2005-01-09 | 1 | -1/+1 |
* | Added first stab at page and fragment caching | David Heinemeier Hansson | 2005-01-08 | 1 | -2/+8 |
* | Added class declaration for the MissingFile exception #388 [Kent Sibilev] | David Heinemeier Hansson | 2005-01-01 | 1 | -1/+3 |
* | Added second boolean parameter to Base.redirect_to_url and Response#redirect ... | David Heinemeier Hansson | 2004-12-31 | 1 | -3/+4 |
* | Tagged the 0.9.1 release | David Heinemeier Hansson | 2004-12-17 | 1 | -2/+2 |
* | Updated documentation | David Heinemeier Hansson | 2004-12-16 | 1 | -1/+1 |
* | Added the option of passing false to :module or :controller_prefix in order t... | David Heinemeier Hansson | 2004-12-13 | 1 | -1/+3 |
* | Fixed CgiRequest#out to fall back to #write if doesn't have #syswrite [bitsw... | David Heinemeier Hansson | 2004-12-12 | 1 | -4/+10 |
* | Syntax errors and other exceptions thrown outside of an action are now gracef... | David Heinemeier Hansson | 2004-12-06 | 1 | -18/+3 |
* | Moved the global require_* out of the classes so they actually work without s... | David Heinemeier Hansson | 2004-11-30 | 1 | -2/+4 |
* | Abolished ActionController::Base.require_or_load in favor of require_dependen... | David Heinemeier Hansson | 2004-11-30 | 1 | -1/+3 |
* | Silenced warnings from reloading files | David Heinemeier Hansson | 2004-11-30 | 1 | -1/+1 |
* | Added a new container for cookies that makes them more intuative to use. The ... | David Heinemeier Hansson | 2004-11-26 | 1 | -27/+5 |
* | Added ActionController#cookies[]= as an alias for cookie "name", "value" -- y... | David Heinemeier Hansson | 2004-11-26 | 1 | -2/+8 |
* | Added ActionController#cookies[] as a reader for @cookies that'll return the ... | David Heinemeier Hansson | 2004-11-26 | 1 | -4/+5 |
* | Added the opportunity to defined method_missing on a controller which will ha... | David Heinemeier Hansson | 2004-11-25 | 1 | -1/+1 |
* | Initial | David Heinemeier Hansson | 2004-11-24 | 1 | -0/+689 |