/Twitter-App-in-Rails

Not a bad place to start your Twitter app.

Primary LanguageRuby

Rails boilerplate for Twitter apps:


Required gems:

gem 'rails', '3.0.7'
gem 'oauth'
gem 'twitter'

Instructions:

  1. Clone the repo
  2. Add your own database.yml
  3. Add your own tokens to config/app_config_sample.yml and rename it to config/app_config.yml
  4. Add your own tokens to config/initializers/secret_token_sample.rb and rename it to config/initializers/secret_token.rb