psahni / base-app

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

base-app

A base Rails application. Features a user and admin system with Facebook login. It is instadeployable to Heroku.

Here’s one deployed to heroku. Note: Environment variables for Facebook login are not set so logging in that way will not work.

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 © 2012 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.

License:MIT License