A Rails plugin to assist in bootstrapping and seeding your database.
Stars
59
Forks
17
Watchers
59
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
2
commits
Removed require of factories, since factory_girl should do it for you.
92931d9View on GitHubRails 2.3.1 compatibility. ActionController::Dispatcher methods cleanup_application and reload_application moved from instance methods to class methods.
e4696e9View on GitHubMade db:bootstrap:reset reload the rails environment before running db:bootstrap
73faaacView on GitHubAdding truncate_table to ActiveRecord::ConnectionAdapters::AbstractAdapter and using "DELETE FROM". Overriding truncate_table in the MysqlAdapter to use "TRUNCATE TABLE" instead.
e5bf675View on GitHubUpdating the license file and removing install and uninstall.
eddadc2View on GitHubReformatting slightly and removing the original README.
a37ecb2View on GitHub