Skip to content

mat2maa/rails3-bootstrap-devise-cancan-mysql

Repository files navigation

Rails3 Bootstrap Devise Cancan MySQL

This application was generated with the rails_apps_composer gem provided by the RailsApps Project.

To make it work from here

  • Create MySQL databases for development and test mode
  • Configure config/database.yml
  • Change values in config/application.yml
  • Fill in senders email address in config/initializers/devise.rb in the line:
    config.mailer_sender = “please-change-me-at-config-initializers-devise@example.com”
  • rake db:migrate
  • rake db:seed

Notes

config.action_mailer.perform_deliveries = true to allow sending emails from development

Devise confirmable is enabled in user.rb and the DeviseCreateUsers migration

Releases

No releases published

Packages

No packages published

Languages