neo4jrb / devise_with_twitter

An example Rails application using devise to authenticate users with Twitter and Neo4j

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup:

Update ‘config/initializers/devise.rb`

* `config.mailer_sender`

Make sure your mailer is configured:

config.action_mailer.default_url_options = { host: 'localhost', port: 3000 }

If you are deploying on Heroku with Rails 3.2 only, you may want to set:

config.assets.initialize_on_precompile = false

On ‘config/application.rb` forcing your application to not access the DB or load models when precompiling your assets.

You can copy Devise views (for customization) to your app by running

rails g devise:views

About

An example Rails application using devise to authenticate users with Twitter and Neo4j


Languages

Language:Ruby 80.5%Language:HTML 12.7%Language:CSS 4.4%Language:JavaScript 1.4%Language:CoffeeScript 1.0%