aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
* Quote these dates to prevent intermittent test failure. Suppose local time is...Jon Leighton2011-08-132-4/+4
* Ensure that .up and .down work as well.Christopher Meiklejohn2011-08-131-2/+13
* Support backwards compatible interface for migration down/up with rails 3.0.x.Christopher Meiklejohn2011-08-131-0/+24
* remove extra require for 'stringio' as it is required in helper.rbVishnu Atrai2011-08-131-1/+0
* magic comment test only if encoding_aware?.Arun Agrawal2011-08-131-3/+4
* Resolve warnings by instantizing @attrubtes as nilBrian Cardarella2011-08-131-0/+1
* dump IO encoding value along with schema.rb so the file can be reloaded. fixe...Aaron Patterson2011-08-131-3/+12
* Revert "Merge pull request #2309 from smasry/master"Jon Leighton2011-08-131-5/+0
* Reverse order fix when using function for ActiveRecord::QueryMethods Fixes #1697Samer Masry2011-08-131-0/+5
* Fixed failing query when performing calculation with having based on select.Dmitriy Kiriyenko2011-08-131-0/+7
* Add a proxy_association method to association proxies, which can be called by...Jon Leighton2011-08-131-0/+5
* remove deprication warning: ambiguous first argument; put parentheses or even...Vishnu Atrai2011-08-131-1/+1
* Revert "allow select to have multiple arguments"Piotr Sarnacki2011-08-131-5/+0
* allow select to have multiple argumentsSławosz Sławiński2011-08-131-0/+5
* Simplify the test by using id and name. `id` will be the only real sort crite...Franck Verrot2011-08-131-1/+1
* Merge pull request #2236 from cldwalker/after_initializeSantiago Pastorino2011-07-252-0/+18
|\
| * use existing model for testing Base.create with #after_initializeGabriel Horner2011-07-244-23/+12
| * simplify and be more explicit about create and after_initialize testsGabriel Horner2011-07-242-24/+12
| * fix after_initialize edge case (close #2074 and close #2175)Les Fletcher2011-07-243-0/+41
* | Bring back the ability to provide :order for update_all.thedarkone2011-07-251-0/+20
* | Merge pull request #2238 from cesario/order-with-extra-spacesAaron Patterson2011-07-241-0/+4
|\ \
| * | Ordering with extra spaces was raising a SQL exceptionFranck Verrot2011-07-241-0/+4
| |/
* | Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-07-242-4/+4
|\ \ | |/ |/|
| * Changed a few instances of of words in the API docs written in British Englis...Oemuer Oezkir2011-07-242-4/+4
* | Merge pull request #2086 from amatsuda/date_multiparameter_nilXavier Noria2011-07-231-24/+9
|\ \ | |/ |/|
| * convert multiple Date parameters into a nil if any of its bits were blankAkira Matsuda2011-07-151-24/+9
* | forgot to add this test caseAaron Patterson2011-07-221-0/+14
* | adding more tests around database uri parsingAaron Patterson2011-07-211-0/+34
* | move around testsAaron Patterson2011-07-212-30/+10
* | fix postgres connection url testTerence Lee2011-07-201-1/+1
* | Added test for postgres connections as URL. Fixed query param parsing.Glenn Gillen2011-07-201-0/+13
* | Provide database connection settings as a URL.Glenn Gillen2011-07-201-0/+11
* | assign_nested_attributes_for_collection_association should work with Ruby 1.9...Franck Verrot2011-07-201-0/+5
* | Revert "this fixes a brittle test in fixtures_test.rb which fails when you ar...Aaron Patterson2011-07-201-2/+2
* | bigdecimal should be typecast to a float on sqlite3. fixes #2162Aaron Patterson2011-07-202-1/+12
* | this fixes a brittle test in fixtures_test.rb which fails when you are in a t...Josh Kalderimis2011-07-201-2/+2
* | ActiveRecord: Fix eager loading so that giving a blank order clause generates...Elliot Winkler2011-07-181-0/+12
* | Merge pull request #195 from bigfix/active_model_include_serializationJosé Valim2011-07-182-143/+133
|\ \
| * | Move to_xml tests to xml_serialization_test.rbJohn Firebaugh2011-07-172-143/+133
| |/
* | Refactor test case to use anonymous class - Thank you @tenderlovePrem Sichanugrist2011-07-181-13/+8
* | Raise an ArgumentError if user passing less number of argument in the dynamic...Prem Sichanugrist2011-07-172-0/+23
* | Revert "Fix failure in test_preserves_existing_fixture_data from test/cases/f...Jon Leighton2011-07-171-2/+2
|/
* Merge pull request #2063 from elight/masterSantiago Pastorino2011-07-141-2/+27
|\
| * Fix and unit test for https://github.com/rails/rails/issues/2059Evan Light2011-07-141-2/+27
* | Merge pull request #1807 from caius/find_in_batches_id_bugSantiago Pastorino2011-07-141-0/+16
|\ \ | |/ |/|
| * Stop find_in_batches using the records after yielding.Caius Durling2011-06-211-0/+16
* | Fix failure in test_preserves_existing_fixture_data from test/cases/fixtures_...Jon Leighton2011-07-121-2/+2
* | Fix exception if old and new targets are both nil. Fixes #1471.Jon Leighton2011-07-123-1/+14
* | Merge pull request #1929 from sobrinho/masterSantiago Pastorino2011-07-111-0/+14
|\ \
| * | Create a test case for disable_referential_integrityGabriel Sobrinho2011-07-011-0/+14