Skip to content

Commit

Permalink
include bundler stuff in config.ru to make it work with pow
Browse files Browse the repository at this point in the history
  • Loading branch information
fiedl committed Sep 21, 2016
1 parent 1fc6b6a commit a04cc40
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions config.ru
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# This file is used by Rack-based servers to start the application.

require 'rubygems'
require 'bundler'
Bundler.setup

require "rack-timeout"
use Rack::Timeout
Rack::Timeout.timeout = 120
Expand Down
2 changes: 1 addition & 1 deletion config/environments/development.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
# Raises helpful error messages.
config.assets.raise_runtime_errors = true

config.asset_host = "http://localhost:3000"
#config.asset_host = "http://localhost:3000"


# Plugin Reload
Expand Down

0 comments on commit a04cc40

Please sign in to comment.