| Commit message (Expand) | Author | Age | Files | Lines |
* | Default to plural table name in Rails Generator if ActiveRecord is not presen... | Rick Olson | 2007-07-12 | 2 | -1/+3 |
* | Make create! on a has_many :through association return the association objec... | Michael Koziarski | 2007-07-11 | 3 | -2/+5 |
* | Make sure missing template exceptions actually say which template they were l... | Michael Koziarski | 2007-07-11 | 3 | -2/+19 |
* | Fix errors with around_filters which do not yield, restore 1.1 behaviour with... | Michael Koziarski | 2007-07-11 | 3 | -54/+126 |
* | Allow for optional messages on assert_difference [nicwilliams] Closes #8928 | Tobias Lütke | 2007-07-09 | 1 | -4/+16 |
* | Support for non heterogeneous arrays when serializing to xml. Unless guessabl... | Tobias Lütke | 2007-07-09 | 5 | -13/+65 |
* | Added Hash#except which is the inverse of Hash#slice -- return the hash excep... | David Heinemeier Hansson | 2007-07-09 | 4 | -1/+41 |
* | Make [7169] work as expected with indented XML. | Tobias Lütke | 2007-07-09 | 2 | -4/+9 |
* | Include empty has_many/has_and_belongs_to_many associations as empty array ta... | Tobias Lütke | 2007-07-09 | 2 | -7/+12 |
* | Don't blow up when using nested fields_for and the source object is nil | Tobias Lütke | 2007-07-09 | 1 | -1/+1 |
* | Move from select * to select tablename.* to avoid clobbering IDs. Closes #888... | Michael Koziarski | 2007-07-07 | 4 | -1/+13 |
* | Allow you to delete cookies with options. Closes #3685 [josh, Chris Wanstrath] | Michael Koziarski | 2007-07-01 | 3 | -3/+18 |
* | Allow you to render views with periods in the name. Closes #8076 [norbert] | Rick Olson | 2007-07-01 | 3 | -4/+23 |
* | Don't call unsupported methods on associated objects when using :include, :me... | Michael Koziarski | 2007-06-30 | 4 | -4/+24 |
* | Temporary fix for formatted_polymorphic_urls and other polys that have additi... | David Heinemeier Hansson | 2007-06-28 | 2 | -9/+9 |
* | Allow symbols as name | David Heinemeier Hansson | 2007-06-28 | 1 | -1/+1 |
* | Drop the trailing slash | David Heinemeier Hansson | 2007-06-28 | 1 | -0/+1 |
* | Added rake routes for listing all the defined routes in the system (closes #8... | David Heinemeier Hansson | 2007-06-28 | 2 | -0/+18 |
* | Improve capture helper documentation. Closes #8796. | Jeremy Kemper | 2007-06-28 | 2 | -25/+43 |
* | db:create creates the database for the current environment if it's on localho... | Jeremy Kemper | 2007-06-28 | 2 | -91/+109 |
* | Add the type="array" moniker to has_many / has_and_belongs_to_many associatio... | Tobias Lütke | 2007-06-27 | 3 | -6/+6 |
* | Fixes that using a subclass of an ARes object would cache a connection object... | Tobias Lütke | 2007-06-27 | 2 | -3/+37 |
* | Generators: look for generators in all gems, not just those suffixed with _ge... | Jeremy Kemper | 2007-06-27 | 4 | -9/+45 |
* | Prefix nested resource named routes with their action name, e.g. new_group_us... | Jeremy Kemper | 2007-06-27 | 5 | -44/+204 |
* | Define collection singular ids method for has_many :through associations. Clo... | Jeremy Kemper | 2007-06-27 | 3 | -7/+18 |
* | Array attribute conditions work with proxied association collections. Closes ... | Jeremy Kemper | 2007-06-27 | 3 | -2/+8 |
* | Allow sweepers to be created solely for expiring after controller actions, no... | David Heinemeier Hansson | 2007-06-26 | 3 | -3/+16 |
* | Give the legacy X-POST_DATA_FORMAT header greater precedence during params pa... | Jeremy Kemper | 2007-06-26 | 3 | -6/+20 |
* | Fix polymorphic has_one associations declared in an abstract class. Closes #8... | Jeremy Kemper | 2007-06-25 | 7 | -12/+37 |
* | Improve various test coverage. Closes #8676 [kamal] | Jeremy Kemper | 2007-06-25 | 7 | -1/+52 |
* | MySQL, PostgreSQL: database.yml defaults to utf-8. Closes #8701. | Jeremy Kemper | 2007-06-25 | 3 | -0/+8 |
* | Added db:version to get the current schema number [via Err The Blog] | David Heinemeier Hansson | 2007-06-25 | 1 | -1/+1 |
* | Added db:version to get the current schema number [via Tim Bray] | David Heinemeier Hansson | 2007-06-25 | 3 | -4/+11 |
* | Missing test | David Heinemeier Hansson | 2007-06-23 | 1 | -0/+106 |
* | Added --skip-migration option to scaffold and resource generators (closes #86... | David Heinemeier Hansson | 2007-06-23 | 5 | -40/+83 |
* | Docfix (closes #8096) | David Heinemeier Hansson | 2007-06-23 | 1 | -3/+15 |
* | Massive documentation update for all helpers (closes #8223, #8177, #8175, #81... | David Heinemeier Hansson | 2007-06-23 | 9 | -261/+1005 |
* | Docfix (closes #8353) | David Heinemeier Hansson | 2007-06-23 | 1 | -1/+7 |
* | Docfix (closes #8480) | David Heinemeier Hansson | 2007-06-23 | 1 | -5/+5 |
* | Docfix (closes #8518) | David Heinemeier Hansson | 2007-06-23 | 1 | -0/+4 |
* | Docfixes (closes #7348, #7778, #8669) | David Heinemeier Hansson | 2007-06-23 | 3 | -11/+8 |
* | Docfix (closes #8674) | David Heinemeier Hansson | 2007-06-23 | 1 | -2/+2 |
* | Docfix (closes #8321) | David Heinemeier Hansson | 2007-06-23 | 1 | -4/+15 |
* | Docfix (closes #8585) | David Heinemeier Hansson | 2007-06-23 | 1 | -1/+1 |
* | Big documentation upgrade for ARes (closes #8694) [jeremymcanally] | David Heinemeier Hansson | 2007-06-23 | 5 | -189/+674 |
* | Docfix (closes #8715) | David Heinemeier Hansson | 2007-06-23 | 1 | -2/+2 |
* | Fixed that link_to with an href of # when using :method will not allow for cl... | David Heinemeier Hansson | 2007-06-23 | 3 | -9/+28 |
* | Fix that FCGIs would leave log files open when asked to shut down by USR2 (cl... | David Heinemeier Hansson | 2007-06-23 | 2 | -0/+7 |
* | Fixed validates_associated should not stop on the first error (closes #4276) ... | David Heinemeier Hansson | 2007-06-23 | 3 | -5/+9 |
* | Fixed that radio_button_tag should generate unique ids (closes #3353) [BobSil... | David Heinemeier Hansson | 2007-06-23 | 3 | -1/+7 |