aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* ActiveRecord::Base#sum defaults to 0 if no rows are returned. Closes #11550 ...Rick Olson2008-04-083-1/+7
* Automatically parse posted JSON content for Mime::JSON requests. [rick]Rick Olson2008-04-085-8/+47
* add json_escape ERB util to escape html entities in json strings that are out...Rick Olson2008-04-083-14/+30
* Don't require rails/gem_builder during rails initialization, it's only needed...Rick Olson2008-04-085-7/+17
* set ActiveSupport.escape_html_entities_in_json = false for new rails appsRick Olson2008-04-081-1/+5
* Add config.active_support.escape_html_entities_in_json to allow disabling of ...Rick Olson2008-04-085-4/+31
* Improve ActiveRecord::Base#table_name unit tests for nested classes. Closes #...Josh Peek2008-04-072-0/+7
* script/performance/profiler compatibility with the ruby-prof >= 0.5.0. Closes...Josh Peek2008-04-072-1/+3
* Ensure that respond_to? considers dynamic finder methods. Closes #11538. [flo...Pratik Naik2008-04-064-13/+106
* Provide a helper proxy to access helper methods from outside views. Closes #1...Josh Peek2008-04-063-0/+28
* Split associations_test.rb into multiple files based on association type. [Pr...Pratik Naik2008-04-067-2382/+2445
* Ensure that save on parent object fails for invalid has_one association. Clos...Pratik Naik2008-04-063-0/+27
* Remove duplicate code from associations. [Pratik]Pratik Naik2008-04-066-164/+72
* 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