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

Version Path
raygun-0.0.34 rails_40/db/sample_data.rb
raygun-0.0.34.pre2 rails_40/db/sample_data.rb
raygun-0.0.33 rails_40/db/sample_data.rb
raygun-0.0.32 rails_40/db/sample_data.rb
raygun-0.0.31 rails_40/db/sample_data.rb
raygun-0.0.30 rails_40/db/sample_data.rb
raygun-0.0.29 rails_40/db/sample_data.rb