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