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

Version Path
user_mgmt-2.1.5 lib/generators/templates/README
user_mgmt-2.1.4 lib/generators/templates/README
user_mgmt-2.1.3 lib/generators/templates/README
user_mgmt-2.1.2 lib/generators/templates/README
user_mgmt-2.1.1 lib/generators/templates/README
user_mgmt-2.1.0 lib/generators/templates/README
user_mgmt-2.0.0 lib/generators/templates/README
user_mgmt-1.1.1 lib/generators/templates/README
user_mgmt-1.1.0 lib/generators/templates/README
user_mgmt-1.0.9 lib/generators/templates/README
user_mgmt-1.0.8 lib/generators/templates/README
user_mgmt-1.0.7 lib/generators/templates/README
user_mgmt-1.0.6 lib/generators/templates/README
user_mgmt-1.0.5 lib/generators/templates/README
user_mgmt-1.0.4 lib/generators/templates/README
user_mgmt-1.0.3 lib/generators/templates/README
user_mgmt-1.0.2 lib/generators/templates/README
user_mgmt-1.0.1 lib/generators/templates/README
user_mgmt-1.0 lib/generators/templates/README
user_mgmt-0.9.3 lib/generators/templates/README