Sha256: 75c8b484b6924888a5883f3556abf7f765e798757103eb7d89e5d66857593985
Contents?: true
Size: 370 Bytes
Versions: 2
Compression:
Stored size: 370 Bytes
Contents
gem "writefully" inside app_name do run "bundle install" run "bundle binstubs writefully" end rake "writefully:install:migrations" generate :model, "Post", "--skip-migration --parent=writefully/post" route "root to: 'posts#index'" route "resources :posts, only: [:index, :show]" route "mount Writefully::Engine, at: '/writefully'" generate :controller, "posts"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
writefully-0.6.9 | lib/template.rb |
writefully-0.6.7 | lib/template.rb |