select initial post after create/update.
Showing
| ... | ... | @@ -22,7 +22,7 @@ gem 'coffee-rails', '~> 4.0.0' |
| # gem 'jquery-rails' | ||
| # Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks | ||
| gem 'turbolinks' | ||
| # gem 'turbolinks' | ||
| # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder | ||
| gem 'jbuilder', '~> 1.2' | ||
| ... | ... | @@ -52,6 +52,8 @@ gem 'omniauth-google-oauth2' |
| gem 'redcarpet' | ||
| group :development do | ||
| gem "better_errors" | ||
| gem "binding_of_caller" | ||
| gem 'better_errors' | ||
| gem 'binding_of_caller' | ||
| gem 'thin' | ||
| end |
Please
register
or
sign in
to comment