| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Added support for pluralization with a different starting letter than the sin... | David Heinemeier Hansson | 2007-06-23 | 4 | -3/+15 |
* | Fixed that HTTP authentication should work if the header is called REDIRECT_X... | David Heinemeier Hansson | 2007-06-23 | 3 | -65/+87 |
* | Be specific about the Ruby on Rails part | David Heinemeier Hansson | 2007-06-23 | 1 | -1/+1 |
* | Mock the beginning of the transaction also. References #8642. | Jeremy Kemper | 2007-06-23 | 2 | -1/+2 |
* | Rollback if commit raises an exception. Closes #8642. | Jeremy Kemper | 2007-06-23 | 3 | -12/+33 |
* | Demote Hash#to_xml to use XmlSimple#xml_in_string so it can't read files or s... | Jeremy Kemper | 2007-06-23 | 2 | -1/+24 |
* | Remove deprecated Hash#create_from_xml. Use Hash#from_xml. | Jeremy Kemper | 2007-06-23 | 1 | -5/+0 |
* | Don't mistakenly interpret the request uri as the query string. Closes #8731. | Jeremy Kemper | 2007-06-23 | 3 | -2/+9 |