Sha256: eab5dd84dc22bc5b6bcade8c6d4c3799a564ee99b2e4b5c8083b9b5ca6f942b7
Contents?: true
Size: 869 Bytes
Versions: 10
Compression:
Stored size: 869 Bytes
Contents
================================================== Steps to finish up installation: 1. Ensure you have defined default url options in your environments files. Here is an example of default_url_options appropriate for a development environment in config/environments/development.rb: config.action_mailer.default_url_options = { :host => 'localhost:3000' } In production, :host should be set to the actual host of your application. 2. Migrate your database and run `db:seed` too. For example: $ rake db:migrate db:seed 4. Make sure you take a look and configured config/initializers/devise.rb (optional) NOTE: if you want to use devise with omniauth configure them in config/initializers/devise.rb according to devise wiki 5. Make sure you take a look and configured config/initializers/formtastic.rb (optional)
Version data entries
10 entries across 10 versions & 2 rubygems