aboutsummaryrefslogtreecommitdiffstats
path: root/lib/no_constraint_disabling.rb
Commit message (Collapse)AuthorAgeLines
* Add source file encoding for all ruby files.Louise Crow2015-05-15-0/+1
| | | | | | This is important under ruby 1.9 in order to determine the encoding that will be used for new strings created in the code in the file.
* Disambiguate File from ActiveRecord::Fixture::FileLouise Crow2013-11-12-1/+1
|
* Disable referential integrity disabling in the test database, if a config ↵Louise Crow2013-05-28-0/+110
param 'constraint_disabling' is set to false in the test section of database.yml, and pay attention to the order in which fixtures are defined when deleting and loading them.