Sha256: 3f443bd9d902209df115a5a6bbfba44c00bbd0eb4c7678fb4686ad3abac1ef3d

Contents?: true

Size: 660 Bytes

Versions: 7

Compression:

Stored size: 660 Bytes

Contents

IceBreaker
===========
Generate a Rails 3.1 app with the Mongoid ORM (or OM) and RSpec for BDD testing.


### What you get

IceBreaker provides a base Rails 3 application with the Mongoid ORM (or OM) and RSpec for BDD testing.

### Quick Start

    gem install icebreaker

    ice new my_app


### Options

    None at the moment


### Testing generated app

    cd myapp/
    rspec spec/


### Issues

Please report issues to the [IceBreaker issue tracker](http://github.com/markdillon/icebreaker/issues/).


### Development

    bundle install


### Patches/Pull Requests

* Fork it.
* Add tests for it.
* Make your changes.
* Commit.
* Send a pull request.

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
icebreaker-0.1.6 README.md
icebreaker-0.1.5 README.md
icebreaker-0.1.4 README.md
icebreaker-0.1.3 README.md
icebreaker-0.1.2 README.md
icebreaker-0.1.1 README.md
icebreaker-0.1.0 README.md