Sha256: 1dc6d9ae750a43aff6bd4e07e0f94acf63ad9e01dd924e0a6a71a37b10af0dc7
Contents?: true
Size: 1.68 KB
Versions: 1
Compression:
Stored size: 1.68 KB
Contents
# Startblock Startblock is the base Rails application used at [Firmhouse](http://firmhouse.com). ## Installation First install the startblock gem: $ gem install startblock Then run: $ startblock projectname this will create a Rails app in `projectname` using the latest version of Rails. ## Gemfile To see the latest and greatest gems, look at Startblock' [Gemfile](templates/Gemfile.erb). ## Other goodies Startblock also comes with: * The `./bin/setup` convention for new developer setup based on the rails 4.2 standard. * Rails' flashes set up and in application layout * An automatically-created `SECRET_KEY_BASE` environment variable in all environments * Mixpanel integration * A basic README ## Dependencies Startblock requires Ruby 2.1.5. Some gems included in Startblock have native extensions. You should have GCC installed on your machine before generating an app with Startblock. Use [Command Line Tools for XCode](https://developer.apple.com/downloads/index.action) for Lion (OS X 10.7) or Mountain Lion (OS X 10.8). PostgreSQL needs to be installed and running for the `db:create` rake task. ## Issues If you have problems, please create a [GitHub Issue](https://github.com/firmhouse/startblock/issues). ## Credits This gem is cloned from the [Suspenders][suspenders] project and formatted to the wishes we have at Firmhouse. The main idea of this gem goes out to the amazing people at [Thoughtbot][thoughtbot]. [thoughbot]: http://thoughtbot.com [suspenders]: http://github.com/thoughtbot/suspenders ## License The original Suspenders gem is Copyright © 2008-2014 thoughtbot. It is free software, and may be redistributed under the terms specified in the LICENSE file.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
startblock-1.0 | README.md |