commit
8b80165872
4 changed files with 7 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -90,6 +90,7 @@ gem 'browser'
|
|||
gem 'simple_form'
|
||||
|
||||
gem 'newrelic_rpm'
|
||||
gem 'skylight'
|
||||
|
||||
gem 'scenic'
|
||||
|
||||
|
|
|
@ -581,6 +581,8 @@ GEM
|
|||
rack (~> 2.0)
|
||||
rack-protection (= 2.0.0)
|
||||
tilt (~> 2.0)
|
||||
skylight (1.4.4)
|
||||
activesupport (>= 3.0.0)
|
||||
slop (3.6.0)
|
||||
smart_listing (1.2.0)
|
||||
coffee-rails
|
||||
|
@ -738,6 +740,7 @@ DEPENDENCIES
|
|||
sentry-raven
|
||||
shoulda-matchers
|
||||
simple_form
|
||||
skylight
|
||||
smart_listing
|
||||
spreadsheet_architect
|
||||
spring
|
||||
|
|
|
@ -34,6 +34,8 @@ module TPS
|
|||
URL = "http://localhost:3000/"
|
||||
end
|
||||
|
||||
config.skylight.environments += ["staging"]
|
||||
|
||||
config.active_job.queue_adapter = :delayed_job
|
||||
|
||||
config.action_view.sanitized_allowed_tags = ActionView::Base.sanitized_allowed_tags + ['u']
|
||||
|
|
|
@ -55,6 +55,7 @@ set :shared_paths, [
|
|||
'public/uploads',
|
||||
'config/database.yml',
|
||||
"config/newrelic.yml",
|
||||
"config/skylight.yml",
|
||||
"config/fog_credentials.yml",
|
||||
'config/initializers/secret_token.rb',
|
||||
'config/initializers/features.yml',
|
||||
|
|
Loading…
Reference in a new issue