aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/base_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* | Revert "Merge pull request #27636 from mtsmfm/disable-referential-integrity-w...Rafael Mendonça França2017-04-261-1/+1
* | Merge pull request #28161 from bogdanvlviv/add_test_attributesRafael França2017-04-181-0/+11
|\ \
| * | Add test for method `#attributes`bogdanvlviv2017-02-251-0/+11
* | | Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p...Fumiaki MATSUSHIMA2017-03-261-1/+1
|/ /
* | `primary_key` and `references` columns should be identical typeRyuta Kamizono2017-02-071-0/+7
* | Revert "Merge pull request #21233 from mtsmfm/disable-referential-integrity-w...Rafael Mendonça França2017-01-031-1/+1
* | Merge pull request #21233 from mtsmfm/disable-referential-integrity-without-s...Rafael França2017-01-031-1/+1
|\ \
| * | Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p...Fumiaki MATSUSHIMA2016-12-031-1/+1
* | | Merge pull request #27335 from kamipo/remove_duplicated_model_definitionSean Griffin2017-01-031-10/+1
|\ \ \
| * | | Remove duplicated model class definitions in `test/cases/base_test.rb`Ryuta Kamizono2016-12-121-10/+1
| |/ /
* | | Remove deprecated `#uniq`, `#uniq!`, and `#uniq_value`Ryuta Kamizono2016-12-301-6/+0
* | | Remove deprecated support to query using commas on LIMITRafael Mendonça França2016-12-291-12/+2
* | | "Use assert_nil if expecting nil. This will fail in minitest 6."Akira Matsuda2016-12-251-1/+1
|/ /
* | allow ActiveRecord::Core#slice to use array argCohen Carlisle2016-10-311-0/+10
* | Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-14/+14
|/
* improve error message when include assertions failMichael Grosser2016-09-161-1/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-161-3/+3
* Pass along original attribute to save later recursionAaron Patterson2016-08-141-0/+7
* Fix broken alignments caused by auto-correct commit 411ccbdRyuta Kamizono2016-08-101-1/+2
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+1
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-12/+10
* modernizes hash syntax in activerecordXavier Noria2016-08-061-53/+53
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-123/+123
* Removed a forgotten `with_exclusive_scope` test:Edouard CHIN2016-06-241-6/+0
* Remove unnecessary model requiresJon Moss2016-06-101-2/+0
* `ActiveRecord::Base#hash` should differ between classesSean Griffin2016-05-311-0/+4
* Support for unified Integer class in Ruby 2.4+Jeremy Daer2016-05-181-2/+2
* Revert "Deprecate table names containing dots"Sean Griffin2016-03-311-8/+0
* Deprecate table names containing dotsSean Griffin2016-03-311-0/+8
* Typos in AR testsAkira Matsuda2016-02-031-1/+1
* Active scopes apply to child classes, though not parents/siblingsMatthew Draper2016-01-121-2/+3
* Fixes LoggerSilence#silence threadsafetyCarl P. Corliss2015-12-231-0/+1
* Remove legacy mysql adapterRyuta Kamizono2015-12-211-1/+0
* Merge pull request #22653 from matthewd/find_array_orderedMatthew Draper2015-12-181-1/+2
|\
| * [#20338] improving implementation, fixing and adding some more specsMiguel Grazziotin2015-06-031-1/+2
* | Remove legacy mysql adapterAbdelkader Boudih2015-12-171-1/+1
* | Fix test failures on WindowsSean Griffin2015-12-161-4/+12
* | Use a bind param for `LIMIT` and `OFFSET`Sean Griffin2015-12-141-6/+0
* | Deprecate limit strings with commasSean Griffin2015-12-141-3/+7
* | add `ActiveRecord::Base.has_attribute?`Yves Senn2015-12-021-0/+13
* | Require only necessary concurrent-ruby classes.Jerry D'Antonio2015-11-041-1/+1
* | Move some AR test cases to inheritance_test.rbyui-knk2015-10-311-79/+0
* | 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