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