Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarmis committed Mar 4, 2012
1 parent 54890b1 commit 7c79757
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,31 @@

I needed a template where all the cool "new" stuff is used, like RSpec2, Bundler and additonal support for multiple applications as well as Ruby 1.9.2 compatibility.

So here it is.
Coverage report generation and a development console are both great to have, so I wanted to integrate SimpleCov, IRB, and Pry.

So, here it is.

## Usage

- clone this repository

- run `bundle install` (add other gems you may need to the Gemfile beforehand)

- run `rake` or `rake help` to see available tasks

- run `rake spec` (just for fun)

- start building your project

- modify your app routes in `config.ru`

- `rackup config.ru` to start it
- `rackup` to run your app

## Development

- run `rake` or `rake help` to see available tasks

- run `rake console` for IRB console and `rake pry` for Pry console

- run `rake spec` for testing

- run `rake coverage` to generate coverage reports

## Thanks

Expand Down

0 comments on commit 7c79757

Please sign in to comment.