| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged back the Routing branch | David Heinemeier Hansson | 2005-02-15 | 58 | -362/+1042 |
* | Small indent | David Heinemeier Hansson | 2005-02-15 | 1 | -1/+1 |
* | Stringify the parameters on follow_redirect | David Heinemeier Hansson | 2005-02-12 | 2 | -2/+4 |
* | Added Hash#stringify_keys and Hash#stringify_keys! | David Heinemeier Hansson | 2005-02-12 | 3 | -0/+35 |
* | Added follow_redirect method for functional tests that'll get-request the red... | David Heinemeier Hansson | 2005-02-12 | 3 | -1/+40 |
* | Added IndifferentAccess as a way to wrap a hash by a symbol-based store that ... | David Heinemeier Hansson | 2005-02-11 | 6 | -2/+55 |
* | 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 |
* | Added keyword-style approach to defining the custom relational bindings #545 ... | David Heinemeier Hansson | 2005-02-07 | 3 | -1/+132 |
* | Fixed that query params could be forced to nil on a POST due to the raw post ... | David Heinemeier Hansson | 2005-02-07 | 2 | -4/+6 |
* | Fixed documentation snafus #575, #576, #577, #585 | David Heinemeier Hansson | 2005-02-07 | 35 | -92/+94 |
* | Added that the 'fixture :posts' syntax can be used for has_and_belongs_to_man... | David Heinemeier Hansson | 2005-02-07 | 1 | -2/+9 |
* | Added that running test_units and test_functional now performs the clone_stru... | David Heinemeier Hansson | 2005-02-07 | 2 | -1/+5 |
* | Added an Oracle adapter that works with the Oracle bindings by Yoshida (http:... | David Heinemeier Hansson | 2005-02-07 | 18 | -32/+558 |
* | Dont call id explicitly to do reloading that way we get rid of the warnings #... | David Heinemeier Hansson | 2005-02-07 | 2 | -11/+11 |
* | Fixed that cookies shouldn't be frozen in TestRequest #571 [Eric Hodel] | David Heinemeier Hansson | 2005-02-07 | 2 | -6/+7 |
* | Fixed Base#clone for use with PostgreSQL #565 [hanson@surgery.wisc.edu] | David Heinemeier Hansson | 2005-02-07 | 3 | -4/+13 |
* | Added new generator framework that informs about its doings on generation and... | David Heinemeier Hansson | 2005-02-07 | 61 | -644/+1850 |
* | Minor refactoring to prettify | David Heinemeier Hansson | 2005-02-06 | 1 | -8/+3 |
* | Prepared for 0.9.5 release | David Heinemeier Hansson | 2005-01-25 | 8 | -8/+14 |
* | Catch ArgumentError not NameError | David Heinemeier Hansson | 2005-01-25 | 1 | -1/+1 |
* | Updated documentation for serialize | David Heinemeier Hansson | 2005-01-25 | 1 | -2/+0 |
* | Updated documentation for serialize | David Heinemeier Hansson | 2005-01-25 | 2 | -4/+5 |
* | Fixed dependency reloading by switching to a remove_const approach where all ... | David Heinemeier Hansson | 2005-01-25 | 3 | -20/+17 |
* | Raise LoadErrors separately | David Heinemeier Hansson | 2005-01-25 | 2 | -2/+4 |
* | Moved subclass reloading responsibilities to Dependencies | David Heinemeier Hansson | 2005-01-25 | 2 | -3/+5 |
* | Comply to the new dependency reload system | David Heinemeier Hansson | 2005-01-25 | 1 | -1/+1 |
* | New approach to reloading that uses remove_const on ARs and AOs as well as ACs | David Heinemeier Hansson | 2005-01-25 | 2 | -35/+10 |
* | Added methods for removing subclasses -- couldnt make it work with the regula... | David Heinemeier Hansson | 2005-01-25 | 2 | -0/+45 |
* | Fixed the ordering of attributes in the xml-decleration of Builder #540 [woeye] | David Heinemeier Hansson | 2005-01-25 | 2 | -6/+17 |
* | Added the option of supplying an array of ids and attributes to Base#update, ... | David Heinemeier Hansson | 2005-01-25 | 6 | -74/+81 |
* | Fixed documentation #538 | David Heinemeier Hansson | 2005-01-25 | 1 | -1/+1 |
* | Added @request.raw_post as a convenience access to @request.env['RAW_POST_DAT... | David Heinemeier Hansson | 2005-01-25 | 4 | -13/+25 |
* | The create and build methods are only available for has_one/belongs_to if an ... | David Heinemeier Hansson | 2005-01-25 | 1 | -2/+3 |
* | Fixed that /Recipe/new and /recipe/new points to the same thing [Lyle Johnson] | David Heinemeier Hansson | 2005-01-24 | 2 | -2/+4 |
* | Applied the dblack patch | David Heinemeier Hansson | 2005-01-24 | 2 | -0/+32 |
* | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@498 5ecf4fe2-1ee6-0... | David Heinemeier Hansson | 2005-01-24 | 1 | -0/+2 |
* | Fetch from current dir | David Heinemeier Hansson | 2005-01-24 | 1 | -518/+518 |
* | Added Base.update_collection that can update an array of id/attribute pairs, ... | David Heinemeier Hansson | 2005-01-24 | 2 | -1/+59 |
* | Added support for automatic id-based indexing for lists of items #532 [dblack] | David Heinemeier Hansson | 2005-01-24 | 1 | -0/+14 |
* | Added :application_prefix to url_for and friends that makes it easier to setu... | David Heinemeier Hansson | 2005-01-24 | 3 | -1/+25 |
* | Added :encode option to mail_to that'll allow you to masquarede the email add... | David Heinemeier Hansson | 2005-01-24 | 3 | -1/+42 |
* | Added Florian Gross' latest version of Breakpointer and friends that fixes a ... | David Heinemeier Hansson | 2005-01-24 | 6 | -838/+841 |
* | Added ActiveRecord::Base.timestamps_gmt that can be set to true to make the a... | David Heinemeier Hansson | 2005-01-24 | 2 | -7/+14 |
* | Fixed skeleton Rakefile to work with sqlite3 out of the box #521 [rasputnik] | David Heinemeier Hansson | 2005-01-24 | 2 | -26/+40 |
* | Added that update_all calls sanitize_sql on its updates argument, so stuff li... | David Heinemeier Hansson | 2005-01-24 | 3 | -1/+6 |
* | Fixed that the dynamic finders didnt treat nil as a "IS NULL" but rather "= N... | David Heinemeier Hansson | 2005-01-24 | 3 | -1/+28 |
* | Fixed install.rb files | David Heinemeier Hansson | 2005-01-24 | 2 | -4/+20 |
* | Fixed that script/breakpointer didn't get the Ruby path rewritten as the othe... | David Heinemeier Hansson | 2005-01-24 | 2 | -1/+5 |