aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge pull request #1823 from gnarg/masterSantiago Pastorino2011-07-101-0/+8
|\ \ \
| * | | Log instrumentation name for exists? queriesJon Guymon2011-06-221-0/+8
* | | | to_key on a destroyed model should return nilSantiago Pastorino2011-07-091-1/+1
* | | | formatsAkira Matsuda2011-07-091-5/+5
* | | | fix AR having() not to raise NoMethodError when the given argument does not r...Akira Matsuda2011-07-091-0/+7
* | | | Foo.joins(:bar).includes(:bar) should result in a single query with :bar as a...Jon Leighton2011-07-091-0/+8
* | | | Merge pull request #2017 from Casecommons/active_record_lintJosé Valim2011-07-082-0/+12
|\ \ \ \
| * | | | ActiveRecord::Base should pass ActiveModel::Lint.Grant Hutchins & Peter Jaros2011-07-082-0/+12