Skip to content

Commit

Permalink
Upgraded to Rails 2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiety committed Aug 24, 2008
1 parent 675afbd commit a0fe08e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/deploy.rb
Expand Up @@ -8,7 +8,7 @@
role :web, "cedar.synenterprises.com"
role :app, "cedar.synenterprises.com"
role :db, "cedar.synenterprises.com", :primary => true

set :rails_env, "production"
set :deploy_to, "/var/www/jazztoolbox.com/app"
set :user, "bhughes"
Expand Down
4 changes: 2 additions & 2 deletions config/environment.rb
Expand Up @@ -5,7 +5,7 @@
# ENV['RAILS_ENV'] ||= 'production'

# Specifies gem version of Rails to use when vendor/rails is not present
RAILS_GEM_VERSION = '2.0.2' unless defined? RAILS_GEM_VERSION
RAILS_GEM_VERSION = '2.1' unless defined? RAILS_GEM_VERSION

# Bootstrap the Rails environment, frameworks, and default configuration
require File.join(File.dirname(__FILE__), 'boot')
Expand Down Expand Up @@ -37,7 +37,7 @@
# Make sure the secret is at least 30 characters and all random,
# no regular words or you'll be exposed to dictionary attacks.
config.action_controller.session = {
:session_key => '_Jazzinator_session',
:session_key => '_jazztoolbox_session',
:secret => '35aba4b5464f6b1538698559e8d269635dc853070e29ad807ef166d922bde32a4a55440b5dca2fd9e30a0be91fa4f3cf6723ee8d04e21d31ba4cc99373c9cc0c'
}

Expand Down
1 change: 0 additions & 1 deletion config/environments/development.rb
Expand Up @@ -12,7 +12,6 @@
config.action_controller.consider_all_requests_local = true
config.action_view.debug_rjs = true
config.action_controller.perform_caching = false
config.action_view.cache_template_extensions = false

# Don't care if the mailer can't send
config.action_mailer.raise_delivery_errors = false

0 comments on commit a0fe08e

Please sign in to comment.