This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Rails App Template | |
## Useful for Rails 3.0.x and Ruby 1.9.2 | |
## Run using $ rails new [appname] -JT -m tpl-basicapp.rb | |
# ======== | |
# = Gems = | |
# ======== | |
# pre-install spork, dydram and elastic_searchable | |
run "gem install spork -v 0.9.0.rc --pre" |