Sha256: 441f0ab205787e05bb6c5e7ca44b3cfe25815810f13cf957628ac27e39cda59d

Contents?: true

Size: 848 Bytes

Versions: 11

Compression:

Stored size: 848 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 is must be the
     actual host of your application

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

       map.root :controller => 'home'

 3. Ensure you have a default layout in app/views/layouts and it shows
     flash messages. For example:

       <p class="notice"><%= flash[:notice] %></p>
       <p class="alert"><%= flash[:alert] %></p>

===============================================================================

Version data entries

11 entries across 11 versions & 5 rubygems

Version Path
rich_cms-3.0.2 rails_generators/rich_cms_admin/templates/devise/README
rich_cms-3.0.1 rails_generators/rich_cms_admin/templates/devise/README
graffititracker_devise-1.0.11 generators/devise_install/templates/README
devise-1.0.11 generators/devise_install/templates/README
devise-1.0.10 generators/devise_install/templates/README
rich_cms-3.0.0 rails_generators/rich_cms_admin/templates/devise/README
devise-1.0.9 generators/devise_install/templates/README
dcu-devise-1.0.7 generators/devise_install/templates/README
devise-1.0.8 generators/devise_install/templates/README
ivanvc-devise-1.0.7.1 generators/devise_install/templates/README
devise-1.0.7 generators/devise_install/templates/README