twitter gem and a partial added to embed tweets about a conference and new layout added for conference info screen

This commit is contained in:
AnithaPal 2016-07-20 15:11:50 -04:00
parent febd3451ad
commit f29a15b8e4
11 changed files with 216 additions and 28 deletions

View file

@ -183,9 +183,10 @@ gem 'dotenv-rails'
gem 'faker'
# for seeds
gem 'factory_girl_rails'
# for integrating Stripe payment gateway
gem 'stripe'
#For embedding tweets
gem 'twitter'
# Use guard and spring for testing in development
group :development do