aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/defaults_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Cache database version in schema cacheAli Ibrahim2019-04-031-1/+1
* Support default expression for MySQLRyuta Kamizono2018-10-251-0/+7
* Subsecond precision is not supported until MySQL 5.6.4Ryuta Kamizono2018-07-091-13/+13
* Fix default value for mysql time types with specified precisionNikolay Kondratyev2018-07-041-2/+12
* Fix `CustomCops/AssertNot` to allow it to have failure messageRyuta Kamizono2018-05-131-1/+1
* Suppress `warning: BigDecimal.new is deprecated` in activerecordYasuo Honda2017-12-131-1/+1
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* PostgreSQL 10 allows `CURRENT_DATE` and `CURRENT_TIMESTAMP` as default functionsYasuo Honda2017-04-261-2/+7
* Correctly dump native timestamp types for MySQLRyuta Kamizono2017-02-231-1/+11
* Translate NOT NULL violation to the specific exceptionRyuta Kamizono2016-12-061-1/+1
* Remove text default treated as an empty string in non-strict modeRyuta Kamizono2016-08-191-56/+30
* modernizes hash syntax in activerecordXavier Noria2016-08-061-7/+7
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-14/+14
* Active Record supports MySQL >= 5.0Ryuta Kamizono2016-02-041-2/+1
* Fix extract default with CURRENT_TIMESTUMPRyuta Kamizono2016-01-131-0/+11
* Add expression support on the schema defaultRyuta Kamizono2016-01-131-0/+15
* Remove legacy mysql adapterAbdelkader Boudih2015-12-171-10/+3
* Closes rails/rails#18864: Renaming transactional fixtures to transactional testsBrandon Weiss2015-03-161-3/+3
* tests, use `drop_table if_exists: true` in our test suite.Yves Senn2015-01-201-1/+1
* pg tests, get rid of global schema `schema_1`.Yves Senn2014-12-021-45/+0
* tests, favor public API over inspecting columns where possible.Yves Senn2014-12-011-16/+19
* tests, run numeric default tests for every adapter.Yves Senn2014-12-011-15/+33
* tests, use public API to verify default parsing. #17863, #17856Yves Senn2014-12-011-1/+2
* Fix value extracted from negative integers for PostgreSQL.Guo Xiang Tan2014-12-011-0/+4
* Don't type cast the default on the columnSean Griffin2014-06-171-1/+1
* Collapse PG default extractoin of most types to single regexSean Griffin2014-06-041-0/+5
* Remove dead test code for unsupported adaptersSean Griffin2014-05-171-1/+1
* Use teardown helper method.Guo Xiang Tan2014-03-141-1/+1
* Handle single quotes in PostgreSQL default column valuesDylan Markow2013-06-191-0/+25
* Standardize the use of current_adapter?Rafael Mendonça França2013-01-011-1/+1
* Remove ActiveRecord::ModelJon Leighton2012-10-261-4/+4
* The default value of a text/blob in mysql strict mode should be nilJon Leighton2012-10-191-17/+55
* #7914 get default value when type uses schema nameArturo Pie2012-10-131-0/+40
* removes usage of Object#in? from the code base (the method remains defined by...Xavier Noria2012-08-061-1/+1
* load active_support/core_ext/object/inclusion in active_support/railsXavier Noria2012-08-021-1/+0
* please use ruby -I lib:test path/to/test.rb, or export RUBY_OPTAaron Patterson2011-06-061-1/+1
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-041-1/+1
* Remove `#among?` from Active SupportPrem Sichanugrist2011-04-131-1/+1
* Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg...David Heinemeier Hansson2011-04-121-1/+1
* Using Object#in? and Object#either? in various placesPrem Sichanugrist2011-04-111-1/+2
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-3/+3
* update tests for mysql2 supportBrian Lopez2010-08-021-1/+1
* edit pass: the names of Rails components have a space, ie, "Active Record", n...Xavier Noria2010-06-141-1/+1
* Use better assertion methods for testingNeeraj Singh2010-05-191-2/+2
* cleaning up a bunch of parse time warnings in AR [#4186 state:resolved]Aaron Patterson2010-03-151-2/+2
* Merge commit 'origin/master' into savepointsHongli Lai (Phusion)2008-12-031-6/+1
|\
| * Remove SQL Server cases from tests for latest adapter work to pass rails expe...Ken Collins2008-11-191-1/+1
* | Fix the final MySQL unit test failure that's related to savepoint support.Hongli Lai (Phusion)2008-11-031-28/+39