aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Mysql::Result#all_hashes compatibility with Mysql C driver 2.6.x. Closes #6601.Jeremy Kemper2006-11-162-21/+23
* ARStore needs a data reader method. Closes #4795.Jeremy Kemper2006-11-151-0/+2
* Remove dead abort_tests method.Jeremy Kemper2006-11-151-9/+0
* assert_select_rjs :removeJeremy Kemper2006-11-153-7/+44
* Fix failing test fallback when neither SQLite 2 or 3 is available.Jeremy Kemper2006-11-151-3/+3
* Fix end of dayDavid Heinemeier Hansson2006-11-141-1/+1
* Hash#to_xml handles keys with the same name as Kernel methods. Closes #6613.Jeremy Kemper2006-11-143-1/+14
* Cleanup SQLite AUTOINCREMENT: exclude sqlite_sequence table, factor out featu...Jeremy Kemper2006-11-144-4/+25
* Update Oracle performance credits.Jeremy Kemper2006-11-141-1/+1
* Make sure that exceptions which are thrown outside of the user code try their...Tobias Lütke2006-11-132-1/+4
* Oracle: automatically detect the primary key. Closes #6594.Jeremy Kemper2006-11-133-5/+26
* Always clear model associations from session. Closes #4795.Jeremy Kemper2006-11-136-13/+87
* Oracle: to increase performance, prefetch 100 rows and enable similar cursor ...Jeremy Kemper2006-11-133-3/+18
* Rails::VERSION::STRING on trunk is 1.2.0Jeremy Kemper2006-11-131-2/+2
* Rails::VERSION::STRING should always be available. Closes #6244.Jeremy Kemper2006-11-132-73/+81
* Allow mailer actions named send by using __send__ internally. Closes #6467.Jeremy Kemper2006-11-133-2/+26
* test controller rescuesJeremy Kemper2006-11-135-70/+306
* silence const_set warningJeremy Kemper2006-11-131-4/+7
* update_element_function is deprecatedJeremy Kemper2006-11-131-10/+12
* Update to Prototype 1.5.0_rc2Sam Stephenson2006-11-124-358/+482
* 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