Sha256: b5801b6708787c175381b6153169d13b248e3abe61507b1c829ee6f3e67ad6cc

Contents?: true

Size: 311 Bytes

Versions: 71

Compression:

Stored size: 311 Bytes

Contents

if Rails.env.development? || Rails.env.test?
  require "factory_girl"

  namespace :dev do
    desc "Sample data for local development environment"
    task prime: "db:setup" do
      include FactoryGirl::Syntax::Methods

      # create(:user, email: "user@example.com", password: "password")
    end
  end
end

Version data entries

71 entries across 71 versions & 11 rubygems

Version Path
slining-1.7.0 templates/dev.rake
suspenders-1.45.0 templates/dev.rake
voyage-1.44.0.14 templates/dev.rake
welaika-suspenders-2.26.0 templates/dev.rake
voyage-1.44.0.13 templates/dev.rake
voyage-1.44.0.11 templates/dev.rake
voyage-1.44.0.12 templates/dev.rake
voyage-1.44.0.10 templates/dev.rake
voyage-1.44.0.9 templates/dev.rake
voyage-1.44.0.8 templates/dev.rake
voyage-1.44.0.7 templates/dev.rake
voyage-1.44.0.6 templates/dev.rake
voyage-1.44.0.5 templates/dev.rake
voyage-1.44.0.4 templates/dev.rake
voyage-1.44.0.3 templates/dev.rake
voyage-1.44.0.2 templates/dev.rake
voyage-1.44.0.1 templates/dev.rake
suspenders-1.44.0 templates/dev.rake
armadura-0.1.2 templates/dev.rake
suspenders-1.43.0 templates/dev.rake