aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/base_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #6376 from jgaskins/timestamp-microsecondsJeremy Kemper2012-05-181-1/+1
|\
| * Increase `AR#cache_key` precision to nanosecondsJamie Gaskins2012-05-191-1/+1
* | quarantine more deprecated stuffJon Leighton2012-05-181-18/+0
|/
* SQLite3 doesn't actually support the 'time' type.Erich Menge2012-05-151-3/+9
* Remove unnecessary assertions. We should only test the before_seq isn't same ...kennyj2012-05-161-5/+1
* Duplicate column_defaults properly (closes #6115)Piotr Sarnacki2012-05-041-1/+7
* remove useless assertionsAaron Patterson2012-04-301-10/+3
* return value of block is returnedAaron Patterson2012-04-301-1/+9
* only yield to finder block if something is foundAaron Patterson2012-04-301-0/+10
* removed deprecation warningsAndrey Deryabin2012-04-281-1/+1
* find and replace deprecated keysJon Leighton2012-04-271-5/+5
* %s/find(:\(first\|last\|all\), \([^()]*\))/scoped(\2).\1/gcI amongst other th...Jon Leighton2012-04-271-22/+22