Sha256: 9fdac77015c5b9388062d27e5f5e641c740acb581c2fae097d6c43f327aa73e9
Contents?: true
Size: 1.54 KB
Versions: 1
Compression:
Stored size: 1.54 KB
Contents
Mologue =========== Generate a Rails 3 app with all the right stuff. ### What you get Mologue provides a base Rails 3 application with Devise for authentication. You also get a basic admin to manage users. Mologue also rolls in all of the things we like to have setup in our apps like... haml, sass, jquery, cucumber, capybara, mocha, factory_girl, rspec, timecop, autotest, will_paginate, friendly_id, and hoptoad_notifier Everything is configured and ready to rock your next Rails 3 project. We hope it saves you a mess of time! ### Quick Start gem install mologue mologue new my_app ### Options mologue new my_app --no-auth mologue new my_app --no-admin ### Testing generated app rake spec rake cucumber bundle exec autotest ### Issues Please report issues to the [Mologue issue tracker](http://github.com/quickleft/mologue/issues/). ### Development bundle install bundle exec cucumber Running `bundle exec cucumber` will take some time. It runs the CLI tool with different option combinations and tests those outputs with aruba. ### Patches/Pull Requests * Fork it. * Add tests for it. * Make your changes. * Commit. * Send a pull request. ### Thanks All of the contributors to the many awesome open source projects that make up mologue and allow us to do our job everyday. Also, thanks go out to the crew at thoughtbot for writing suspenders. It's what gave us the idea to package up our templates into a gem in the first place. ### Copyright Copyright (c) 2010 Quick Left. See LICENSE for details.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mologue-0.0.1 | README.md |