Class: Bootlace::Base
- Inherits:
-
Object
- Object
- Bootlace::Base
- Defined in:
- lib/bootlace.rb
Instance Attribute Summary
Attributes included from Package
Instance Method Summary collapse
Methods included from Bundler
Methods included from Logger
Methods included from Rake
Methods included from Package
#install_package_from_hash, #install_package_from_string, #noop!, #package
Methods included from OS
Instance Method Details
#rails ⇒ Object
16 17 18 19 20 21 22 |
# File 'lib/bootlace.rb', line 16 def rails bundler rake 'db:create' rake 'db:schema:load' rake 'db:seed' rake 'db:test:prepare' end |