aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added Time#end_of_day to get 23:59:59 of that day [DHH]David Heinemeier Hansson2006-11-122-0/+7
* Add grep-based fallback to reaper, so it can work in pidless setups (again)Jamis Buck2006-11-112-10/+26
* Remove JavaScriptLiteral in favor of ActiveSupport::JSON::Variable.Sam Stephenson2006-11-112-8/+3
* Don't quote hash keys in Hash#to_json if they're valid JavaScript identifiers.Sam Stephenson2006-11-114-5/+44
* Only wrap request processing with our USR1 signal handler so FastCGI can trap...Jeremy Kemper2006-11-112-11/+27
* Nested class gets qualified names.Jeremy Kemper2006-11-111-2/+2
* Sync ActionController::StatusCodes::STATUS_CODES with http://www.iana.org/ass...Jeremy Kemper2006-11-112-3/+17
* Oracle: fix limited id selection for eager loading. Closes #6515.Jeremy Kemper2006-11-106-26/+58
* Don't inspect unloaded associations. Closes #2905.Jeremy Kemper2006-11-103-0/+35
* SQLite: use AUTOINCREMENT primary key in >= 3.1.0. Closes #6588.Jeremy Kemper2006-11-093-1/+12
* Lazily load the Unicode Database in the UTF-8 Handler [Rick Olson]Rick Olson2006-11-092-22/+35
* Cache inheritance_column. Closes #6592.Jeremy Kemper2006-11-094-7/+22
* Multipart form values may have a content type without being treated as upload...Jeremy Kemper2006-11-092-37/+47
* Alter prior change to use require_dependency instead of require_or_load. Caus...Nicholas Seckar2006-11-092-1/+3
* Rake: use absolute paths to load lib and vendor tasks so they may be run outs...Jeremy Kemper2006-11-092-2/+4
* assert_response supports symbolic status codes. Closes #6569.Jeremy Kemper2006-11-073-11/+27
* Update dependencies to delete partially loaded constants.Nicholas Seckar2006-11-073-21/+41
* Update failing autoload tests.Jeremy Kemper2006-11-071-8/+18
* Firebird: decimal/numeric support. Closes #6408.Jeremy Kemper2006-11-073-11/+10
* Update changelogNicholas Seckar2006-11-071-0/+2
* Remove temporary crutch to help ApplicationController be unloaded. Closes #6496.Nicholas Seckar2006-11-071-1/+1
* make add_order a tad faster (Closes #6567)Jamis Buck2006-11-072-4/+8
* Find with :include respects scoped :order. Closes #5850.Jeremy Kemper2006-11-073-1/+13
* Fix warning and incorrect test triggerNicholas Seckar2006-11-062-2/+2
* Cache parsed query parameters. Closes #6559.Jeremy Kemper2006-11-062-7/+10
* Missed pluralize nil test in [5431].Jeremy Kemper2006-11-061-0/+1
* Failing test for autoloading shadowed exceptions.Jeremy Kemper2006-11-063-83/+128
* Deprecate JavaScriptHelper#update_element_function, which is superseeded by R...Thomas Fuchs2006-11-065-99/+72
* Add assert_emails and assert_no_emails to test the number of emails delivered...Jeremy Kemper2006-11-058-7/+165
* Support nil and Array in :conditions => { attr => value } hashes. Closes #6548.Jeremy Kemper2006-11-053-33/+50
* Consistently use LOWER() for uniqueness validations (rather than mixing with ...Jeremy Kemper2006-11-052-2/+4
* Fix unicode JSON regexp for Onigurama compatibility. Closes #6494.Jeremy Kemper2006-11-052-1/+3
* pluralize helper interprets nil as zero. Closes #6474.Jeremy Kemper2006-11-052-1/+3
* Fix invalid test fixture exposed by stricter Ruby 1.8.5 multipart parsing. Cl...Jeremy Kemper2006-11-052-0/+2
* scaffold_resource generator uses _path named routes and head instead of rende...Jeremy Kemper2006-11-052-21/+20
* SQLite: count(distinct) queries supported in >= 3.2.6, fix calculations worka...Jeremy Kemper2006-11-058-100/+79
* Turns out call_stack slows down the entire app, so just warn that breakpointsScott Barron2006-11-031-8/+2
* Set ActionView::Base.default_form_builder once rather than passing the :build...Jeremy Kemper2006-11-033-3/+36
* Test multiple timezones' DST. Closes #5617.Jeremy Kemper2006-11-031-17/+73
* Use US timezone for DST tests. Closes #5617.Jeremy Kemper2006-11-021-23/+43
* Dynamically generate reader methods for serialized attributes. Closes #6362.Jeremy Kemper2006-11-023-4/+22
* update XmlSimple to 1.0.10. Closes #6532. [nicksieger]Michael Koziarski2006-11-022-25/+29
* Deprecate expire_matched_fragments. Use expire_fragment instead. Closes #6535.Jeremy Kemper2006-11-022-0/+3
* Consistent default handling in ActionView render. Closes #6534.Jeremy Kemper2006-11-021-3/+2
* Remove dupe entry.Jeremy Kemper2006-11-021-4/+0
* umm ... who left that thereScott Barron2006-11-021-4/+0
* Resolved the conflictDavid Heinemeier Hansson2006-11-021-0/+4
* Deprecation: object transactions warning.Jeremy Kemper2006-11-023-11/+24
* Update bundled flexmock to latest 0.4.3.Jeremy Kemper2006-11-021-34/+1018
* has_one :dependent => :nullify ignores nil associates. Closes #6528.Jeremy Kemper2006-11-023-2/+14