Sha256: 373411e68746086126de3f6ddcb1215df77ae4cbd322cfc41152309d5305ec32
Contents?: true
Size: 810 Bytes
Versions: 104
Compression:
Stored size: 810 Bytes
Contents
=============================================================================== Some setup you must do manually if you haven't yet: 1. Ensure you have defined your external database URI, in config/initializers/user_mgmt.rb. For example: config.external_database_URI = "http://localhost:3000/" 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.haml. For example: %body #main - if flash[:notice] #notice.message= flash[:notice] - elsif flash[:warning] #warning.message= flash[:warning] ===============================================================================
Version data entries
104 entries across 104 versions & 1 rubygems