HaysHopkins / aural-pleasures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aural-pleasures

Installing active_admin generated this notice:

Some setup you must do manually if you haven't yet:

  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', port: 3000 }

    In production, :host should be set to the actual host of your application.

  2. Ensure you have defined root_url to something in your config/routes.rb. For example:

    root to: "home#index"

  3. Ensure you have flash messages in app/views/layouts/application.html.erb. For example:

    <%= notice %>

    <%= alert %>

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

    rails g devise:views

About

License:MIT License


Languages

Language:Ruby 88.4%Language:JavaScript 7.4%Language:HTML 2.7%Language:CSS 1.5%