Sha256: 89ebd4a3c7cc955917313b09e45ca51a13282d31162f271526838d807c26431f
Contents?: true
Size: 662 Bytes
Versions: 34
Compression:
Stored size: 662 Bytes
Contents
Description: Generates a user model and sessions controller for authentication with omniauth and dailycred. Also includes migration file and initializer. Usage: This generator takes two arguments: client_id and secret_key. If you do not specify your Dailycred API keys they will default to "YOUR_CLIENT_ID" and "YOUR_SECRET_KEY", respectively. You can later specify them at /config/initializers/omniauth.rb Examples: rails g dailycred creates all files without your client_id and secret_key pre-inserted. rails g dailycred client-id-here secret-key-here creates all files with client_id "client-id-here" and secret_key "secret-key-here"
Version data entries
34 entries across 34 versions & 1 rubygems