aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/base_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Ensure #second acts like #first AR finderJason Meller2014-01-201-1/+1
* set encoding to binmode for pipeAnna Carey2014-01-171-0/+2
* reset column information after fiddling with `Encoding.default_internal`Yves Senn2014-01-161-0/+1
* no need to `return skip` in tests. `skip` is enough.Yves Senn2014-01-161-1/+1
* Set NameError#nameChulki Lee2014-01-131-1/+3
* test case for #limit added - picking latest value from limitAkshay Vishnoi2013-12-171-0/+4
* Don't skip tests if we don't need to.Rafael Mendonça França2013-11-081-31/+29
* Remove private API testRafael Mendonça França2013-11-051-10/+0
* Add test verifying that you can only sort ARs of the same typeDavid Heinemeier Hansson2013-11-021-1/+7
* Revert "ActiveRecord::Base#<=> has been removed. Primary keys may not be in ...David Heinemeier Hansson2013-11-021-0/+7
* fix code typo in `MysqlAdapter` .Closes #12647.Yves Senn2013-10-301-0/+15
* prevent global timezone state from leaking out of test cases.Yves Senn2013-10-251-50/+47
* fix `test_sqlite3_mem` test run.Yves Senn2013-09-301-0/+1
* Fixed issue #12327Marc Lennox2013-09-271-0/+9
* remove unused variableAaron Patterson2013-09-181-1/+0
* support objects with blank string primary keysAaron Patterson2013-09-181-0/+6
* ActiveRecord::Base#<=> has been removed. Primary keys may not be in order,Aaron Patterson2013-09-181-7/+0
* do what the superclass does in the case that objects do not matchAaron Patterson2013-09-181-0/+8
* Check if the SQL is not a prepared statementRafael Mendonça França2013-09-111-0/+8
* clear all connections before forkingAaron Patterson2013-08-311-0/+3
* Revert "Do not dup the binds when visiting the AST"Rafael Mendonça França + Kassio Borges2013-08-311-8/+0
* Revert "reconnect after the fork returns"Rafael Mendonça França2013-08-311-2/+0
* Do not dup the binds when visiting the ASTRafael Mendonça França2013-08-311-0/+8
* reconnect after the fork returnsAaron Patterson2013-08-301-0/+2
* remove unused variableAaron Patterson2013-08-301-1/+1
* add a failing test for marshal + cache problemsAaron Patterson2013-08-301-0/+26
* chmod -xAkira Matsuda2013-08-121-0/+0
* Set field encoding to client_encoding for mysql adapter.Koichi Sasada2013-08-081-2/+0
* use `skip` so we can see what tests are not runAaron Patterson2013-08-081-6/+5
* skip `test_unicode_column_name` for `MysqlAdapter`.Yves Senn2013-08-071-3/+6
* adding a weird test caseAaron Patterson2013-08-061-0/+7
* use latches rather than mucking with the schedulerAaron Patterson2013-07-081-7/+7
* Remove instance level attr_readonly setting was deprecated.kennyj2013-06-021-6/+0
* Remove ActiveSupport::Benchmarkable#silence was deprecated.kennyj2013-06-011-32/+0
* Extract AR::Persistence#becomes's test code out from base_test.rbTakehiro Adachi2013-05-221-13/+0
* Extract AR::AttributeMethods#attribute_for_inspect's test code out from base_...Takehiro Adachi2013-05-221-8/+0
* Extract AR::Core#inspect and AR::Core.inspect's test code from base_test.rbTakehiro Adachi2013-05-221-24/+0
* Fix tests which started to fail due to commit 0123c39f41e2062311b2197e6e230ef...Takehiro Adachi2013-05-181-1/+1
* Extract tests code out from AR's base_test.rb to integration_test.rbTakehiro Adachi2013-05-021-73/+0
* hides the per thread registry instance, and caches singleton methodsXavier Noria2013-04-131-2/+2
* Changed the ScopeRegistry and the InstrumentationRegistry to use thewangjohn2013-04-091-2/+2
* Grouping thread locals in the ActiveRecord scopes so that thewangjohn2013-04-081-2/+2
* Remove duplicated require from AR base testCarlos Antonio da Silva2013-04-031-1/+0
* Fix typo: overriden => overriDDenAlexander Balashov2013-03-281-1/+1
* Make connection_handler overridable per threadSam Saffron2013-03-271-0/+57
* Make Postgres point type correspond to ruby array with two floats insideMartin Schürrer2013-03-251-2/+25
* Add Error#full_message test; Fix typosVipul A M2013-03-221-1/+1
* Commas aren't comas.Josh Adams2013-03-191-2/+2
* move tests out from base_test.rbTakehiro Adachi2013-03-181-14/+0
* Deprecate the `:distinct` option for `Relation#count`.Yves Senn2013-03-151-1/+1