Skip to content

Commit

Permalink
Changes for Heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Sep 3, 2011
1 parent 964d30d commit 273b7cb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ end


group :production do group :production do
gem 'pg' gem 'pg'
gem 'therubyracer', :platforms => :ruby
gem 'thin' gem 'thin'
end end


Expand Down
4 changes: 0 additions & 4 deletions Gemfile.lock
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ GEM
i18n (0.6.0) i18n (0.6.0)
jruby-openssl (0.7.4) jruby-openssl (0.7.4)
bouncy-castle-java bouncy-castle-java
libv8 (3.3.10.2)
mail (2.3.0) mail (2.3.0)
i18n (>= 0.4.0) i18n (>= 0.4.0)
mime-types (~> 1.16) mime-types (~> 1.16)
Expand Down Expand Up @@ -111,8 +110,6 @@ GEM
hike (~> 1.2) hike (~> 1.2)
rack (~> 1.0) rack (~> 1.0)
tilt (!= 1.3.0, ~> 1.1) tilt (!= 1.3.0, ~> 1.1)
therubyracer (0.9.4)
libv8 (~> 3.3.10)
therubyrhino (1.72.8) therubyrhino (1.72.8)
thin (1.2.11) thin (1.2.11)
daemons (>= 1.0.9) daemons (>= 1.0.9)
Expand Down Expand Up @@ -147,7 +144,6 @@ DEPENDENCIES
pg pg
rails (~> 3.1.0.rc6) rails (~> 3.1.0.rc6)
simplecov simplecov
therubyracer
therubyrhino therubyrhino
thin thin
twitter twitter
Expand Down
2 changes: 1 addition & 1 deletion config/environments/production.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


# Specifies the header that your server uses for sending files # Specifies the header that your server uses for sending files
# (comment out if your front-end server doesn't support this) # (comment out if your front-end server doesn't support this)
config.action_dispatch.x_sendfile_header = "X-Sendfile" # Use 'X-Accel-Redirect' for nginx config.action_dispatch.x_sendfile_header = nil # Use 'X-Accel-Redirect' for nginx


# Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
# config.force_ssl = true # config.force_ssl = true
Expand Down

0 comments on commit 273b7cb

Please sign in to comment.