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:
parent
febd3451ad
commit
f29a15b8e4
11 changed files with 216 additions and 28 deletions
3
Gemfile
3
Gemfile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue