Sha256: 54b6b3592671473bff3c136aa19b6c446b242016b04433f8a7d1d99e52d094b6

Contents?: true

Size: 683 Bytes

Versions: 1

Compression:

Stored size: 683 Bytes

Contents

Stocktwits Generator
=====================

The Stocktwits generator allows you to generate the components necessary to implement Twitter as a Single Sign-On provider for your site.

To run it, you simply need to call it:

script/generate stocktwits

This will generate the migration necessary for the users table as well as generate a User model that extends the appropriate Stocktwits model template and a config/stocktwits.yml that allows you to set your OAuth consumer key and secret (if required). 

By default, Stocktwits uses Plain as its authentication strategy. If you wish to use HTTP Basic you can pass in the --basic option or OAuth if you pass the -O or --oauth option.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
stocktwits-1.0.0 generators/stocktwits/USAGE