aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* misc doc fixes + Add ActiveResource to Rails::Info. Closes #8741, #9008, #90...Rick Olson2007-07-255-48/+57
* Allow you to set custom :conditions on resource routes. [Rick]Rick Olson2007-07-253-10/+25
* Use Gem.find_name instead of search when freezing gems. Prevent false positi...Michael Koziarski2007-07-242-2/+4
* Fix load-order inconsistency (closes #9081) [themug]David Heinemeier Hansson2007-07-241-1/+1
* Refactored in use of extract_options! (closes #9079) [josh]David Heinemeier Hansson2007-07-2418-32/+24
* Added Array#extract_options! to encapsulate the pattern of getting an options...David Heinemeier Hansson2007-07-244-0/+32
* Automatically generate add/remove column commands in specially named migratio...Rick Olson2007-07-244-2/+31
* Added :unless clause to validations (closes #8003) [monki]David Heinemeier Hansson2007-07-243-9/+105
* assert_difference belongs in Assertions, not forced onto TestCase (closes #88...David Heinemeier Hansson2007-07-241-1/+1
* Fixed that file.content_type for uploaded files would include a trailing \r #...David Heinemeier Hansson2007-07-243-4/+6
* Its just ERb nowDavid Heinemeier Hansson2007-07-241-1/+1
* Fix #count on a has_many :through association so that it recognizes the :uniq...Rick Olson2007-07-203-1/+22
* * url_for now accepts a series of symbols representing the namespace of the r...Tobias Lütke2007-07-194-4/+76
* fix one line formatting bugMichael Koziarski2007-07-191-1/+1
* Let alias_attribute work with attributes with initial capital letters (legacy...Michael Koziarski2007-07-193-3/+28
* Fix and properly document/test count(column_name) usage. Closes #8999 [lifofifo]Rick Olson2007-07-173-10/+26
* Introduce fake_models.rb to avoid platform-specific code. [mpalmer] Closes #8714Michael Koziarski2007-07-173-10/+7
* Remove deprecated count(conditions=nil, joins=nil) usage. Closes #8993 [lifo...Rick Olson2007-07-166-40/+16
* Change belongs_to so that the foreign_key assumption is taken from the associ...Rick Olson2007-07-165-14/+18
* Remove spurious tests from deprecated_associations_test, most of these aren't...Michael Koziarski2007-07-152-220/+4
* 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