aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/base_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* rename `Relation#uniq` to `Relation#distinct`. `#uniq` still works.Yves Senn2013-03-151-0/+6
* hide more data in the schema cacheAaron Patterson2013-03-141-2/+2
* Address ActiveRecord::StatementInvalid: OCIError: ORA-00979Yasuo Honda2013-03-111-2/+2
* Merge pull request #9105 from bemurphy/cache_key_updated_onRafael Mendonça França2013-03-071-2/+20
|\
| * cache_key consults updated_on timestamp if presentBrendon Murphy2013-02-261-2/+20
* | More helpful error message when instantiating an abstract classAaron Weiner2013-03-031-0/+14
|/
* Raising an ActiveRecordError when one tries to use .touch(name) on a newwangjohn2013-02-251-0/+7
* delete duplicated tests in AR base_test.rbTakehiro Adachi2013-02-191-23/+0
* add tests for ActiveRecord::Base#createTakehiro Adachi2013-02-181-0/+8
* Remove unnecessary begin..rescue..end, use only rescueAkira Matsuda2013-01-061-7/+5
* Rename update_attributes method to update, keep update_attributes as an aliasAmparo Luna + Guillermo Iguaran2013-01-031-2/+2
* Merge pull request #8682 from amatsuda/rm_as_frozen_object_errorGuillermo Iguaran2013-01-011-1/+0
|\
| * remove meaningless AS::FrozenObjectErrorAkira Matsuda2013-01-021-1/+0
* | Standardize the use of current_adapter?Rafael Mendonça França2013-01-011-4/+4
|/
* Alias refute methods to assert_not and perfer assert_not on testsRafael Mendonça França2012-12-311-1/+1
* Improve test name related to cache timestamp format [ci skip]Carlos Antonio da Silva2012-12-111-1/+1
* Allow users to choose the timestamp format in the cache keyRafael Mendonça França2012-12-101-0/+5
* Make sure the tests pass in the case closer to described in #8195Rafael Mendonça França2012-12-101-0/+12
* arel columns can be used for grouping so that "weird" column names are usableAaron Patterson2012-11-151-0/+6
* Add a regression test on #8195Nikita Afanasenko2012-11-131-0/+7
* Remove ActiveRecord::ModelJon Leighton2012-10-261-14/+0
* Move multiparameter attributes related tests to its own fileRafael Mendonça França2012-10-061-337/+0
* Remove mass assignment security from ActiveRecordGuillermo Iguaran2012-09-161-4/+0
* Deprecate ActiveSupport::Benchmarkable#silence.Steve Klabnik2012-09-151-12/+18
* Fix for time type columns with invalid timeAdam Meehan2012-09-051-0/+12
* test cleanup, remove ruby_type because it's no longer neededYves Senn2012-09-031-1/+1