An app to help jumpstart a new Rails 4 app. Features Ruby 2.0, PostgreSQL, jQuery, RSpec, Cucumber, user and admin system built with Devise, Facebook login.
A base Rails 4 application. Features user and admin system with Facebook login. It is instadeployable to Heroku.
The view is implemented using Bootstrap 3.
Here's a live demo. Just note that environment variables for Facebook login are not set so logging in that way will not work.
For testing and development:
bundle install --path .bundle.
config/database.yml, create the database and run the migrations.
FACEBOOK_APP_IDand
FACEBOOK_APP_SECRET.
config/initializers/secret_token.rband set
DEVISE_SECRET_KEY(see
config/initializers/devise.rb).
base-app is Copyright © 2011-2014 Rendered Text. It is free software, and may be redistributed under the terms specified in the LICENSE file.