|
|
|
@ -19,8 +19,8 @@ gem 'therubyracer', platforms: :ruby
|
|
|
|
|
|
|
|
|
|
# Use jquery as the JavaScript library |
|
|
|
|
gem 'jquery-rails' |
|
|
|
|
# Turbolinks makes following links in your web application faster. Read more: |
|
|
|
|
# https://github.com/rails/turbolinks |
|
|
|
|
# Turbolinks makes following links in your web application |
|
|
|
|
# faster. Read more: https://github.com/rails/turbolinks |
|
|
|
|
gem 'turbolinks' |
|
|
|
|
gem 'jquery-turbolinks' |
|
|
|
|
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder |
|
|
|
@ -94,13 +94,6 @@ gem 'meta-tags'
|
|
|
|
|
gem 'twitter' |
|
|
|
|
|
|
|
|
|
group :development do |
|
|
|
|
# Spring speeds up development by keeping your application running in the |
|
|
|
|
# background. Read more: https://github.com/rails/spring |
|
|
|
|
gem 'spring' |
|
|
|
|
# Removed, because requires ruby > 2 |
|
|
|
|
# gem 'better_errors' |
|
|
|
|
# gem 'binding_of_caller' |
|
|
|
|
|
|
|
|
|
gem 'sqlite3' |
|
|
|
|
gem 'guard-livereload' |
|
|
|
|
gem 'guard-migrate' |
|
|
|
@ -119,6 +112,19 @@ group :test do
|
|
|
|
|
gem 'simplecov' |
|
|
|
|
end |
|
|
|
|
|
|
|
|
|
group :development, :test do |
|
|
|
|
# Call 'byebug' anywhere in the code to stop execution and get a debugger |
|
|
|
|
# console |
|
|
|
|
gem 'byebug' |
|
|
|
|
|
|
|
|
|
# Access an IRB console on exception pages or by using <%= console %> in views |
|
|
|
|
gem 'web-console', '~> 2.0' |
|
|
|
|
|
|
|
|
|
# Spring speeds up development by keeping your application running in the |
|
|
|
|
# background. Read more: https://github.com/rails/spring |
|
|
|
|
gem 'spring' |
|
|
|
|
end |
|
|
|
|
|
|
|
|
|
group :production do |
|
|
|
|
# Use mysql as the database for Active Record |
|
|
|
|
gem 'mysql2' |
|
|
|
|