/bootstrap

starter scripts to bootstrap a project

Primary LanguageRuby

bootstrap

starter scripts to bootstrap a project

objectives

  • smoother workflow
  • team members can create projects using a base stack
    we do this by vendorizing Gemfile and Gemfile.lock for rails project
  • use rvm. works well enough for local development to isolate
    dependencies
  • use application templates. could have committed an initial rails
    project, but can ask user feedback in an application template
  • can document some stuff in the README
    eg. configure rubygems to not install rdoc and ri so that gems
    install are faster

script

Other much better projects

patches and feedback welcome

TODO. Stuff i could not figure out

  • how do it modify the rails CLI arguments inside the rails
    application template ?
  • how do i change the rvm gemset inside the rails application
    template?