Sha256: 5f0c9c270b66134ae5d08891057fd7dd9145e11c5f8038429cfa8d2b03ce6dc1
Contents?: true
Size: 712 Bytes
Versions: 7
Compression:
Stored size: 712 Bytes
Contents
# Populate the database with a small set of realistic sample data so that as a developer/designer, you can use the # application without having to create a bunch of stuff or pull down production data. # # After running db:sample_data, a developer/designer should be able to fire up the app, sign in, browse data and see # examples of practically anything (interesting) that can happen in the system. # # It's a good idea to build this up along with the features; when you build a feature, make sure you can easily demo it # after running db:sample_data. # # Data that is required by the application across all environments (i.e. reference data) should _not_ be included here. # That belongs in seeds.rb instead.
Version data entries
7 entries across 7 versions & 1 rubygems