Skip to content

An app to help jumpstart a new Rails app. Features Ruby 1.9, PostgreSQL, jQuery, RSpec, Cucumber, user and admin system built with Devise, Facebook login.

License

redradiant/base-app

 
 

Repository files navigation

base-app

A base Rails application. Features a user and admin system with Facebook login.

Gemfile

For testing and development:

Setup

  • Make sure you have rvm and Ruby 1.9.2.
  • Install dependencies from Gemfile: bundle install --path vendor/bundle.
  • Create your config/database.yml, create the database and run the migrations.
  • For Facebook login to work, export environment variables FACEBOOK_APP_ID and FACEBOOK_APP_SECRET.

License

base-app is Copyright © 2011 Rendered Text. It is free software, and may be redistributed under the terms specified in the LICENSE file.

About

An app to help jumpstart a new Rails app. Features Ruby 1.9, PostgreSQL, jQuery, RSpec, Cucumber, user and admin system built with Devise, Facebook login.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 90.5%
  • JavaScript 9.5%