Sha256: 19133867a8956e7615de3dad85679e8eac910cf5ca026d1cee8e7031e1b2b979
Contents?: true
Size: 837 Bytes
Versions: 37
Compression:
Stored size: 837 Bytes
Contents
=============================================================================== Some setup you must do manually if you haven't yet: 1. Setup default url options for your specific environment. Here is an example of development environment: config.action_mailer.default_url_options = { :host => 'localhost:3000' } This is a required Rails configuration. In production it must be 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: <p class="notice"><%= notice %></p> <p class="alert"><%= alert %></p> ===============================================================================
Version data entries
37 entries across 37 versions & 8 rubygems