Sha256: ba604db2d364c598a7119b963a9464651e976b8afd1d2e1b454b4b17441a00a0

Contents?: true

Size: 475 Bytes

Versions: 25

Compression:

Stored size: 475 Bytes

Contents

if yes? 'Do you want to prepare database config for mysql?'
  apply 'recipes/mysql.rb'
end

if yes? 'Do you want to add rspec generators to application.rb?'
  apply 'recipes/rspec_generators.rb'
end

if yes? 'Do you want to add exception notification?'
  apply 'recipes/exception_notification.rb'
end

if yes? 'do you want to drop and create a database?'
  rake 'db:drop'
  rake 'db:create'
end

if yes? 'Do you want to add devise to project?'
  apply 'recipes/devise.rb'
end

Version data entries

25 entries across 25 versions & 2 rubygems

Version Path
r5-0.5.0.0 lib/r5/recipes/install_questions.rb
r5-0.4.0.5 lib/r5/recipes/install_questions.rb
r5-0.4.0.4 lib/r5/recipes/install_questions.rb
r5-0.4.0.2 lib/r5/recipes/install_questions.rb
r5-0.4.0.1 lib/r5/recipes/install_questions.rb
r5-0.4.0.0 lib/r5/recipes/install_questions.rb
r5-0.3.0.0 lib/r5/recipes/install_questions.rb
r5-0.2.6.2 lib/r5/recipes/install_questions.rb
r5-0.2.6.1 lib/r5/recipes/install_questions.rb
r5-0.2.6.0 lib/r5/recipes/install_questions.rb
r5-0.2.5.2 lib/r5/recipes/install_questions.rb
r5-0.2.5 lib/r5/recipes/install_questions.rb
r5-0.2.4 lib/r5/recipes/install_questions.rb
r5-0.2.3 lib/r5/recipes/install_questions.rb
r5-0.2.0 lib/r5/recipes/install_questions.rb
r5-0.1.9 lib/r5/recipes/install_questions.rb
r5-0.1.8 lib/r5/recipes/install_questions.rb
r5-0.1.7 lib/r5/recipes/install_questions.rb
r5-0.1.6 lib/r5/recipes/install_questions.rb
r5-0.1.5 lib/r5/recipes/install_questions.rb