Sha256: c6e59c2be41b0fcd79a02f42bf648618ee80e2765c8e88afcf2608f95400f06d
Contents?: true
Size: 654 Bytes
Versions: 1
Compression:
Stored size: 654 Bytes
Contents
# Primo A better, configurable, default (prime) Rails stack. Inspired by Steve Klabnik's article ["Rails has Two Default Stacks"](http://words.steveklabnik.com/rails-has-two-default-stacks) ## Usage ``` gem install rails gem install primo primo app_name #instead of "rails new app_name" ``` This generates PostgreSQL/HAML/Rspec Rails app using [this template](https://github.com/cbetta/primo/blob/master/templates/prime.rb). ## Release notes * **0.0.3** Removed direct Rails dependency * **0.0.2** Added simple installer for "Prime stack" * **0.0.1** Gem skeleton ## License See [LICENSE](https://github.com/cbetta/primo/blob/master/LICENSE)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
primo-0.0.3 | README.md |