aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/defaults_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix what looks like a Mysql bug with transactions, savepoints, and create table.Jonathan Viney2008-11-031-21/+26
|/
* Deal with MySQL's quirky handling of defaults and blob/text columnsFrederick Cheung2008-09-141-0/+31
* Include mysql older than 5.1.23 in the 5.1 series in the list of those that c...Tarmo Tänav2008-08-261-1/+1
* Fix default nil tests for MySQL 5.0.51 [#192 state:resolved]Ryan Bates2008-05-311-1/+1
* PostgreSQL: support server versions 7.4 through 8.0 and the ruby-pg driver. C...Jeremy Kemper2008-02-221-1/+3
* Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/railsJeremy Kemper2008-01-211-2/+2
* Fix pathsJeremy Kemper2008-01-181-2/+2
* Move tests to casesJeremy Kemper2008-01-181-0/+67