Always keep a CHANGELOG. See: http://keepachangelog.com
- Fix
Identity.named
to allow options to be optional.
- Allow
named_seeds
to take many names.
- Support Rails 5 edge.
- Added:
custom_seed_file
config. Use this to set a file other thandb/seeds.rb
for loading. - Added:
load_app_seed_file
config which defaults to true. Use to disabledb/seeds.rb
when callingNamedSeeds.load_seed
, typically for test env.
- New version tested for Rails v4.0 to v4.2.
- Many changes to support new Rails 4.2 sync test schema strategy.
- The test:prepare Task Might Be Useless Now? - http://git.io/mu2F2Q
- Bring back db:test:prepare - http://git.io/VKEwhg
- Make db:development:seed automatic based on Rails db:setup convention.
- Slacker rails dep version. 3.1 or up.
- Added a db:development:seed rake task.
- Update docs a bit more.
- Do nothing unless there is a seed file.
Initial release