aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/base_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in ignored_columns test [skip ci]Jon Atack2015-09-241-1/+1
* Implement ActiveRecord::Base.ignored_columnsJean Boussier2015-09-241-0/+18
* Don't attempt to specify datetime precision unless supportedSean Griffin2015-09-231-1/+1
* File encoding is defaulted to utf-8 in Ruby >= 2.1Akira Matsuda2015-09-181-2/+0
* Removed mocha from Active Record Part 2Ronak Jangir2015-09-161-10/+13
* Respect scale of the column in the Decimal typeRafael Mendonça França2015-09-011-0/+28
* Replaced `ActiveSupport::Concurrency::Latch` with concurrent-ruby.Jerry D'Antonio2015-07-131-7/+7
* deprecate `Relation#uniq` use `Relation#distinct` instead.Yves Senn2015-05-261-6/+4
* tests, sequences are derived from the base class.Yves Senn2015-03-061-7/+10
* tests, remove side effects on `Joke` during `base_test.rb`.Yves Senn2015-03-061-23/+28
* Do not test, document or use a private API methodRafael Mendonça França2015-02-201-1/+0
* Rm `Type#type_cast`Sean Griffin2015-02-171-1/+1
* Allow a symbol to be passed to `attribute`, in place of a type objectSean Griffin2015-02-061-2/+2
* Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...Vipul A M2015-02-031-1/+0
* Add firebird support to test suiteRay Zane2015-01-051-1/+2
* Correctly handle multiple attribute method prefix/suffixes which matchSean Griffin2014-12-041-0/+10
* tests, move pg geometric tests out of `base_test`.Yves Senn2014-12-021-87/+0
* Build fix when running in isolationArun Agrawal2014-11-141-0/+1
* Add a test case for range type castingSean Griffin2014-11-011-0/+4
* Treat strings greater than int max value as out of rangeSean Griffin2014-10-311-1/+0
* 💣Sean Griffin2014-10-281-1/+4
* Fixed find_by("sql fragment without bindings") on masterGodfrey Chan2014-08-251-14/+0
* Dont swallow errors when bad alias_methodArthur Neves2014-06-241-2/+20
* Merge pull request #15593 from sgrif/sg-attributeRafael Mendonça França2014-06-131-4/+3
|\
| * Introduce an Attribute object to handle the type casting danceSean Griffin2014-06-131-4/+3
* | Add a test to ensure we don't get a performance regression on #hashSean Griffin2014-06-121-0/+7
|/
* Rename `type_cast` to `type_cast_from_database`Sean Griffin2014-06-091-1/+1
* Rename `property` to `attribute`Sean Griffin2014-06-071-3/+3
* Bring type casting behavior of hstore/json in line with serializedSean Griffin2014-06-041-1/+1
* Deprecate decimal columns being automatically treated as integersSean Griffin2014-05-271-0/+4
* Add missing test case for quoting behaviorSean Griffin2014-05-261-0/+4
* Remove `Column#primary`Sean Griffin2014-05-231-2/+2
* test, inline `DeveloperWithAggregate`, which is used by a single test.Yves Senn2014-05-191-1/+7
* Remove dead test code for unsupported adaptersSean Griffin2014-05-171-25/+12
* Ensure that the comparison between 'CollectionProxy' and 'AssociationRelation...Lauro Caetano2014-04-121-0/+9
* Make the comparison between 'Relation' and 'AssociationRelation'Lauro Caetano2014-04-121-0/+9
* The comparison between `Relation` and `CollectionProxy` should be consistent.Lauro Caetano2014-04-111-0/+17
* Ensure we are returning either `true` or `false` for `#==`Godfrey Chan2014-03-291-6/+7
* Test microsecond on mysql 5.6Arthur Neves2014-03-121-1/+1
* 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