aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases
Commit message (Expand)AuthorAgeFilesLines
...
* | Reverse order fix when using function for ActiveRecord::QueryMethods Fixes #1697Samer Masry2011-07-271-0/+5
* | Fixed failing query when performing calculation with having based on select.Dmitriy Kiriyenko2011-07-271-0/+7
* | Add a proxy_association method to association proxies, which can be called by...Jon Leighton2011-07-271-0/+5
* | remove deprication warning: ambiguous first argument; put parentheses or even...Vishnu Atrai2011-07-261-1/+1
* | Revert "allow select to have multiple arguments"Piotr Sarnacki2011-07-261-5/+0
* | Merge pull request #2271 from slawosz/enhance_select_method_apiPiotr Sarnacki2011-07-261-0/+5
|\ \
| * | allow select to have multiple argumentsSławosz Sławiński2011-07-261-0/+5
* | | Simplify the test by using id and name. `id` will be the only real sort crite...Franck Verrot2011-07-261-1/+1
|/ /
* | Merge pull request #2236 from cldwalker/after_initializeSantiago Pastorino2011-07-251-0/+13
|\ \
| * | use existing model for testing Base.create with #after_initializeGabriel Horner2011-07-241-9/+7
| * | simplify and be more explicit about create and after_initialize testsGabriel Horner2011-07-241-18/+10
| * | fix after_initialize edge case (close #2074 and close #2175)Les Fletcher2011-07-241-0/+23
* | | 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
* | | bigdecimal should be typecast to a float on sqlite3. fixes #2162Aaron Patterson2011-07-202-1/+12
* | | 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
|/ /
* | 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 exception if old and new targets are both nil. Fixes #1471.Jon Leighton2011-07-121-0/+9
* | | 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-081-0/+10
|\ \ \ \
| * | | | ActiveRecord::Base should pass ActiveModel::Lint.Grant Hutchins & Peter Jaros2011-07-081-0/+10
* | | | | Destroy association habtm record before destroying the record itself. Fixes i...Tomas D'Stefano2011-07-081-0/+10
* | | | | Ensure that the foreign key gets set when doing record.create_association or ...Jon Leighton2011-07-081-0/+14
* | | | | Refactor PostgreSQLAdapter a bitDaniel Schierbeck2011-07-081-2/+2
|/ / / /