saikiranmothe / backbone_sample

BackBone.Js with Rails Sample App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backbone.js Authentication UI with Ruby on Rails and Devise

Backbone Devise Screenshot

This is an example application that implements a user regisration, authentication, and password retrieval user interface using Backbone.js, Ruby on Rails, and Devise.

The front end also takes advantage of a few additional Backbone support libraries which include:

Demo Application

A demo application can be found at http://backbonedevise.herokuapp.com

Local Installation

  1. Clone the repository

git clone git://github.com/jhuckabee/backbone_devise.git

  1. Configure your database in config/database.yml. The current config assumes a custom local PostgreSQL configuration.

    vi config/database.yml

  2. Migrate the database

    rake db:migrate

  3. Start your webserver

rails server

Tests

Integration tests have been written using Capybara and Selenium

Run the tests using

rake test

About

BackBone.Js with Rails Sample App


Languages

Language:Ruby 69.2%Language:JavaScript 15.1%Language:CSS 9.3%Language:CoffeeScript 6.4%