Sha256: 2800f9cb3d224b74e9ec9b8e17fb7e153f8607deebd8f9b2391e4ab9b984195a

Contents?: true

Size: 965 Bytes

Versions: 4

Compression:

Stored size: 965 Bytes

Contents

## Get RSpec Working

https://semaphoreci.com/community/tutorials/getting-started-with-rspec


## Prepare for v2

http://chriskottom.com/blog/2014/11/fixing-fixtures/


## Alternative Solutions

There are no absolutes, especially when it comes to software. That said, we think NamedSeeds is the best way to use fixtures. It encourages... (good factoies)

Everyone loves their own brand :poop:


* Seedbank gives your Rails seed data a little structure.
  https://github.com/james2m/seedbank


* Relational seeding for Rails apps
  https://github.com/vigetlabs/sprig
* Rails 4 task to dump (parts) of your database to db/seeds.rb
  https://github.com/rroblak/seed_dump
* Allows composing fixture sets
  https://github.com/optoro/composable_fixtures
* Advanced seed data handling for Rails, combining the best practices of several methods together.
  https://github.com/mbleigh/seed-fu
* Auto generate factories from data
  https://github.com/markburns/to_factory


Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
named_seeds-2.2.1 TODO.md
named_seeds-2.2.0 TODO.md
named_seeds-2.1.0 TODO.md
named_seeds-2.0.1 TODO.md