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