Sha256: 8e53060d8cf25a774d3ee869d269f7dbbc47703409a5e42f5ee8b0b571478097

Contents?: true

Size: 370 Bytes

Versions: 7

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

7 entries across 7 versions & 1 rubygems

Version Path
writefully-0.8.2 lib/template.rb
writefully-0.8.1 lib/template.rb
writefully-0.8.0 lib/template.rb
writefully-0.7.1 lib/template.rb
writefully-0.6.12 lib/template.rb
writefully-0.6.11 lib/template.rb
writefully-0.6.10 lib/template.rb