app port from old version

This commit is contained in:
2015-09-18 15:50:52 -05:00
parent cb7e47a466
commit f8c03d6f5c
19 changed files with 167 additions and 6 deletions

View File

@ -1,4 +1,4 @@
a--
---
default: &default
adapter: mysql2
encoding: utf8

View File

@ -38,4 +38,7 @@ Rails.application.configure do
# Raises error for missing translations
# config.action_view.raise_on_missing_translations = true
# Add Rack::LiveReload to the bottom of the middleware stack with the default options.
config.middleware.insert_after ActionDispatch::Static, Rack::LiveReload
end