Git Product home page Git Product logo

prologue's Introduction

Prologue

Generate a Rails 3 app with the application templates Quick Left uses to start their projects off right!

What you get

Prologue provides a base Rails 3 application with Devise and Cancan for authentication and authorization. Roles are stored in the database with a HABTM relationship between the role and user models. You also get a basic admin to manage users. Prologue 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 prologue

prologue new my_app

Options

prologue new my_app --no-auth

prologue new my_app --no-roles

prologue new my_app --no-admin

Testing generated app

rake spec
rake cucumber
bundle exec autotest

Issues

Please report issues to the Prologue issue tracker.

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 prologue 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 Collin Schaafsma & Quick Left. See LICENSE for details.

prologue's People

Contributors

lminaudier avatar

Stargazers

Filipe Rocha avatar

Watchers

Filipe Rocha avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.