aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/base_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix order dependent test in AR::BasicsTestFrancesco Rodriguez2012-08-271-5/+5
* Move the serialized attribute tests to their own fileRafael Mendonça França2012-08-261-196/+0
* Move test to the correct fileRafael Mendonça França2012-08-261-0/+6
* Use instance_accessor: false instead of instance_writer.kennyj2012-08-211-0/+6
* Fix occasional microsecond conversion inaccuracyAri Pollak2012-08-151-0/+1
* Remove ActiveRecord::Base.to_aJon Leighton2012-08-031-11/+3
* Revert "Removing composed_of from ActiveRecord."Rafael Mendonça França2012-07-271-0/+65
* Deprecate ActiveRecord::Base.scoped.Jon Leighton2012-07-271-24/+24
* ActiveRecord::Base.all returns a Relation.Jon Leighton2012-07-271-25/+33
* Refactor ActiveRecord::Inheritance.base_class logicbeerlington2012-07-261-12/+0
* Deprecate update_column in favor of update_columns.Rafael Mendonça França2012-07-241-2/+2
* AR::Integration must be included after AM::ConversionJohn Firebaugh2012-07-171-0/+6
* Remove some aggregation tests related to composed_ofCarlos Antonio da Silva2012-06-281-20/+0
* Move newly added multiparameter tests to base_test fileCarlos Antonio da Silva2012-06-281-0/+35
* Setup each test with default ActiveRecord timezone settings to ensure each te...Erich Menge2012-06-261-20/+8
* Revert "Merge pull request #6344"Piotr Sarnacki2012-06-251-9/+3
* Merge pull request #6743 from steveklabnik/remove_composed_ofRafael Mendonça França2012-06-181-44/+0
|\
| * Removing composed_of from ActiveRecord.Steve Klabnik2012-06-181-44/+0
* | Add ensure Joke.reset_sequence_nameYasuo Honda2012-06-191-0/+2
|/
* Remove update_attribute.Steve Klabnik2012-06-141-1/+1
* Fix #5797. Error calling dup method on AR model with serialized fieldkennyj2012-05-301-0/+9