| Commit message (Expand) | Author | Age | Files | Lines |
* | Added follow_redirect method for functional tests that'll get-request the red... | David Heinemeier Hansson | 2005-02-12 | 1 | -1/+9 |
* | Fixed whitespace | David Heinemeier Hansson | 2005-02-11 | 1 | -7/+8 |
* | Fixed double requiring of models with the same name as the controller | David Heinemeier Hansson | 2005-02-11 | 1 | -1/+0 |
* | Make the store less verbose when saving the session data | David Heinemeier Hansson | 2005-02-07 | 1 | -1/+1 |
* | Fixed that query params could be forced to nil on a POST due to the raw post ... | David Heinemeier Hansson | 2005-02-07 | 1 | -4/+4 |
* | Fixed documentation snafus #575, #576, #577, #585 | David Heinemeier Hansson | 2005-02-07 | 18 | -34/+34 |
* | Fixed that cookies shouldn't be frozen in TestRequest #571 [Eric Hodel] | David Heinemeier Hansson | 2005-02-07 | 1 | -6/+2 |
* | Minor refactoring to prettify | David Heinemeier Hansson | 2005-02-06 | 1 | -8/+3 |
* | Catch ArgumentError not NameError | David Heinemeier Hansson | 2005-01-25 | 1 | -1/+1 |
* | Raise LoadErrors separately | David Heinemeier Hansson | 2005-01-25 | 1 | -1/+1 |
* | Comply to the new dependency reload system | David Heinemeier Hansson | 2005-01-25 | 1 | -1/+1 |
* | Fixed the ordering of attributes in the xml-decleration of Builder #540 [woeye] | David Heinemeier Hansson | 2005-01-25 | 1 | -6/+15 |
* | Added @request.raw_post as a convenience access to @request.env['RAW_POST_DAT... | David Heinemeier Hansson | 2005-01-25 | 3 | -13/+23 |
* | Applied the dblack patch | David Heinemeier Hansson | 2005-01-24 | 1 | -0/+6 |
* | Added :application_prefix to url_for and friends that makes it easier to setu... | David Heinemeier Hansson | 2005-01-24 | 1 | -1/+2 |
* | Added :encode option to mail_to that'll allow you to masquarede the email add... | David Heinemeier Hansson | 2005-01-24 | 1 | -1/+28 |
* | Another swing at reloading | David Heinemeier Hansson | 2005-01-24 | 1 | -2/+3 |
* | Fixed that the content-header was being set to application/octet_stream inste... | David Heinemeier Hansson | 2005-01-22 | 1 | -1/+1 |
* | Fixed no-binding fragment caching | David Heinemeier Hansson | 2005-01-20 | 3 | -8/+8 |
* | Removed the need for passing the binding when using CacheHelper#cache | David Heinemeier Hansson | 2005-01-20 | 2 | -7/+7 |
* | Deactivated RAW_POST_DATA pending fix | David Heinemeier Hansson | 2005-01-20 | 1 | -1/+1 |
* | A few missing files | David Heinemeier Hansson | 2005-01-20 | 1 | -0/+44 |
* | Added TestResponse#binary_content that'll return as a string the data sent th... | David Heinemeier Hansson | 2005-01-20 | 1 | -0/+17 |
* | Added @request.env['RAW_POST_DATA'] for people who need access to the data be... | David Heinemeier Hansson | 2005-01-20 | 1 | -0/+1 |
* | Fixed that all redirect and render calls now return true, so you can use the ... | David Heinemeier Hansson | 2005-01-20 | 2 | -7/+22 |
* | Fixed that a default fragment store wan't being set to MemoryStore as intended | David Heinemeier Hansson | 2005-01-20 | 1 | -1/+1 |
* | Fixed a bug where cookies wouldn't be set if a symbol was used instead of a s... | David Heinemeier Hansson | 2005-01-17 | 1 | -1/+1 |
* | Added assert_cookie_equal to assert the contents of a named cookie | David Heinemeier Hansson | 2005-01-17 | 1 | -0/+8 |
* | Fixed bug in page caching that prevented it from working at all | David Heinemeier Hansson | 2005-01-17 | 1 | -1/+1 |
* | Added more informative error message for "file not found" situation in send_f... | David Heinemeier Hansson | 2005-01-16 | 1 | -1/+1 |
* | Finished documentation for caching | David Heinemeier Hansson | 2005-01-15 | 1 | -64/+102 |
* | Added the option of passing a block to ActiveRecordHelper#form in order to ad... | David Heinemeier Hansson | 2005-01-15 | 2 | -5/+11 |
* | Fixed page caching problems with saving cached file fails for the index actio... | David Heinemeier Hansson | 2005-01-15 | 1 | -5/+17 |
* | Added arrays as a value option for params in url_for and friends #467 [Eric A... | David Heinemeier Hansson | 2005-01-13 | 1 | -1/+6 |
* | Fixed that controller tests can now assert on the use of cookies #466 [Alexey] | David Heinemeier Hansson | 2005-01-13 | 1 | -0/+9 |
* | Fixed that send_file would "remember" all the files sent by adding to the hea... | David Heinemeier Hansson | 2005-01-13 | 1 | -4/+4 |
* | Fixed url rewriter confusion when the controller or action name was a substri... | David Heinemeier Hansson | 2005-01-12 | 1 | -2/+2 |
* | Fixed url rewriter confusion when the controller name was a substring of the ... | David Heinemeier Hansson | 2005-01-12 | 1 | -2/+5 |
* | Added option to turn off caching | David Heinemeier Hansson | 2005-01-11 | 1 | -1/+16 |
* | Tweaks and tinkering | David Heinemeier Hansson | 2005-01-11 | 1 | -5/+10 |
* | Updated to new naming style | David Heinemeier Hansson | 2005-01-11 | 1 | -2/+2 |
* | Added conditional layouts like <tt>layout "weblog_standard", :except => :rss<... | David Heinemeier Hansson | 2005-01-11 | 1 | -21/+63 |
* | Added MemCacheStore to fragment caching #449 [Lucas Carlson] | David Heinemeier Hansson | 2005-01-11 | 1 | -0/+6 |
* | Fixed that MemCacheStore wasn't included by default and added default MemCach... | David Heinemeier Hansson | 2005-01-11 | 2 | -1/+2 |
* | Added fourth argument to render_collection_of_partials that allows you to spe... | David Heinemeier Hansson | 2005-01-11 | 1 | -2/+2 |
* | Fixed that host would choke when cgi.host returned nil #432 [Tobias Luetke] | David Heinemeier Hansson | 2005-01-11 | 1 | -1/+1 |
* | Added that form helpers now take an index option #448 [Tim Bates] | David Heinemeier Hansson | 2005-01-10 | 1 | -2/+25 |
* | Fixed three issues with retrying breakpoints #417 [Florian Gross] | David Heinemeier Hansson | 2005-01-10 | 1 | -4/+7 |
* | Some missing docs | David Heinemeier Hansson | 2005-01-10 | 1 | -4/+4 |
* | Updated caching to include action caching as well and simplified the name/key... | David Heinemeier Hansson | 2005-01-10 | 2 | -44/+184 |