From 7a4d93873a690e7fa0b082a6707a8aaa9329d526 Mon Sep 17 00:00:00 2001 From: yasushiito Date: Mon, 19 Aug 2013 19:11:27 +0900 Subject: [PATCH] t#31892:heroku branch --- config/environment.rb | 1 + config/environments/production.rb | 2 +- config/profile.json | 6 +++--- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/config/environment.rb b/config/environment.rb index 942bf393..96eb9285 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -2,6 +2,7 @@ require File.expand_path('../application', __FILE__) require 'RMagick' require 'rest_client' +require 'aws/s3' require 'inspire' require 'picture_io' diff --git a/config/environments/production.rb b/config/environments/production.rb index cf85708f..a9692bee 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -1,6 +1,6 @@ Pettanr::Application.configure do # Settings specified here will take precedence over those in config/application.rb -#config.assets.precompile += %w( *.js ) +config.assets.precompile += %w(*.css *.js ) # Code is not reloaded between requests config.cache_classes = true diff --git a/config/profile.json b/config/profile.json index 84f875bc..26697fe2 100644 --- a/config/profile.json +++ b/config/profile.json @@ -3,17 +3,17 @@ "users": { "caption": "ぺったんR(開発者)", "url": "http://localhost:3001/", - "description": "ぺったんR開発者がテストに使うサイトです。", + "description": "ぺったんR開発者がテストに使うサイトです。" }, "admins": { "caption": "ぺったんR(開発者)", "url": "http://your.site.url/admins/", - "description": "ぺったんR開発者がテストに使うサイトです。", + "description": "ぺったんR開発者がテストに使うサイトです。" }, "demand_users": { "caption": "ぺったんR(開発者)", "url": "http://your.site.url/demanders/", - "description": "ぺったんR開発者がテストに使うサイトです。", + "description": "ぺったんR開発者がテストに使うサイトです。" } } } -- 2.11.0