@ -35,6 +35,7 @@ gem 'therubyracer', '~> 0.12.0'
gem 'jquery-rails', '~> 3.0.4'
gem 'jquery-ui-rails', '~> 4.0.4'
gem 'dalli', '~> 2.6.2'
gem 'json', '~> 1.8.0'
gem 'active_scaffold', '~> 3.3.4.rc', github: 'activescaffold/active_scaffold'
gem 'turbolinks', '~> 1.3.0'
# gem 'rails_admin', '~> 0.5.0'
@ -159,6 +159,7 @@ GEM
jquery-ui-rails (4.0.4)
jquery-rails
railties (>= 3.1.0)
json (1.8.0)
kgio (2.8.0)
libv8 (3.16.14.3)
mail (2.5.4)
@ -292,6 +293,7 @@ DEPENDENCIES
faker (~> 1.2.0)
jquery-rails (~> 3.0.4)
jquery-ui-rails (~> 4.0.4)
json (~> 1.8.0)
mail_form (~> 1.5.0.rc)!
mysql2 (~> 0.3.13)
navigasmic (~> 0.5.6)!
@ -53,7 +53,7 @@ cp config/database.mysql.sample.yml config/database.yml
bundle install --without development test
# pre-compile assets
bundle exec rake RAILS_ENV=production RAILS_GROUPS=assets assets:precompile
bundle exec rake RAILS_ENV=production assets:precompile
rm -rf .bundle
bundle install --deployment --without development test assets