aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Refactor HasManyThroughAssociation to inherit from HasManyAssociation. Associ...Pratik Naik2008-04-0610-95/+301
* Ensure HABTM#create and HABTM#build do not load entire association. [Pratik]Pratik Naik2008-04-055-34/+48
* Avoid modifying the sendmail_settings hash when using the return path. Closes...Michael Koziarski2008-04-051-2/+3
* Fix more typos and changelogPratik Naik2008-04-054-4/+4
* Improve documentation.Pratik Naik2008-04-0530-115/+177
* Replaced callback method evaluation in AssociationCollection class to use Act...Josh Peek2008-04-044-32/+23
* Make HABTM#create behave the same as << with after_add callbacks. Closes #11...Michael Koziarski2008-04-042-4/+18
* Don't double include DISTINCT when the user has already specified it. Closes...Michael Koziarski2008-04-042-1/+8
* Tiny change to allow AR based creation of TIME columns in sqlite. Closes #114...Michael Koziarski2008-04-041-1/+1
* Time #yesterday and #tomorrow behave correctly crossing DST boundary. Closes ...Geoff Buesing2008-04-043-2/+56
* Update fcgi dispatcher test cases. Closes #11471 [guillaume]Jeremy Kemper2008-04-031-7/+23
* Bah, don't test TMail in AMJeremy Kemper2008-04-033-19/+0
* Ruby 1.9 compat: compare with same encodingJeremy Kemper2008-04-032-11/+18
* Ruby 1.9 compat: ascii encoding for quoted-printable regexpsJeremy Kemper2008-04-031-0/+2
* missed an added fileRick Olson2008-04-022-1/+21
* Flesh out rake gems:unpack to unpack all gems, and add rake gems:build for na...Rick Olson2008-04-024-8/+40
* TimeWithZone: Adding tests for dst and leap day edge cases when advancing timeGeoff Buesing2008-04-022-0/+37
* Ensure RJS redirect_to doesn't html-escapes string argument. Closes #8546Pratik Naik2008-04-024-1/+26
* Fix that config.to_prepare dependency error. Closes #10520 [akaspick, Pratik]Pratik Naik2008-04-021-2/+4
* Revert [9209] Use Hash#exceptPratik Naik2008-04-023-50/+0
* Adding Hash#without Closes #7369 [eventualbuddha]Pratik Naik2008-04-023-0/+50
* TimeWithZone#method_missing: send to utc to advance with dst correctness, oth...Geoff Buesing2008-04-023-18/+72
* spell checkRick Olson2008-04-011-1/+1
* Add config.active_support for future configuration options. Also, add more n...Rick Olson2008-04-013-0/+15
* Add config.active_support.use_standard_json_time_format setting so that Times...Rick Olson2008-04-016-6/+31
* Tweak ActiveRecord::Base#to_json to include a root value in the returned hash...Rick Olson2008-04-013-1/+47
* Use class << selfDavid Heinemeier Hansson2008-04-011-18/+20
* Add efficient #include? to AssociationCollection (for has_many/has_many :thro...Rick Olson2008-04-015-1/+98
* gems should be specified before pluginsDavid Heinemeier Hansson2008-04-011-5/+5
* Added examples for config.gemDavid Heinemeier Hansson2008-04-011-0/+6
* Improving railties test coverage. Closes #11496 [miloops]Jeremy Kemper2008-04-015-3/+26
* Partial updates off by defaultJeremy Kemper2008-04-011-1/+1
* Ruby 1.9 compat: toplevel AS reference within BasicObjectJeremy Kemper2008-04-011-1/+1
* Ruby 1.9 compat: encoding and multibyte test fixesJeremy Kemper2008-04-013-28/+28
* Ruby 1.9 compat: force encoding for binary comparison testsJeremy Kemper2008-04-012-2/+6
* Ruby 1.9 compat: work around YAML serialization error exposed by validations ...Jeremy Kemper2008-04-012-20/+20
* Ruby 1.9 compat: delete DEFAULTS key from Hash not Omap arrayJeremy Kemper2008-04-012-2/+5
* Ruby 1.9 compat: proc arityJeremy Kemper2008-04-011-4/+4
* style & whitespaceJeremy Kemper2008-04-011-8/+4
* Ruby 1.9 compat: don't confuse with headers method callJeremy Kemper2008-04-011-3/+3
* Ruby 1.9: no args is 0 arity, not -1 as in 1.8Jeremy Kemper2008-04-011-2/+2
* Ruby 1.9 compat: anonymous class name is nil not '' nowJeremy Kemper2008-04-011-1/+1
* Ruby 1.9 compat: anonymous class name is nil not '' nowJeremy Kemper2008-04-011-5/+5
* force_encoding to ascii-8bit instead of nilJeremy Kemper2008-04-011-20/+18
* PostgreSQL: use create_ and drop_database for rake tasks. Closes #9045 [ez, n...Jeremy Kemper2008-04-011-18/+26
* PostgreSQL: create_ and drop_database support. Closes #9042.Jeremy Kemper2008-04-013-0/+70
* Add Rails.logger, Rails.root, Rails.env and Rails.cache shortcuts for RAILS_*...Pratik Naik2008-04-012-0/+18
* Remove unnecessary arguments. References #11491.Pratik Naik2008-04-011-4/+4
* Missed adds. References #11491.Jeremy Kemper2008-04-012-0/+2
* Support render :partial => collection of heterogeneous elements. Closes #11491.Jeremy Kemper2008-04-015-10/+63