used --dev option on rails init

This commit is contained in:
Albert Yi 2010-02-04 15:53:59 -05:00
parent 9bb07046cd
commit 130810e21f
3 changed files with 4 additions and 5 deletions

View File

@ -2,10 +2,9 @@
source 'http://gemcutter.org'
gem "rails", "3.0.0.beta"
## Bundle edge rails:
# gem "rails", :git => "git://github.com/rails/rails.git"
path "/Users/ayi/Projects/personal/rails3", :glob => "{*/,}*.gemspec"
gem "rails", "3.0.0.beta"
# ActiveRecord requires a database adapter. By default,
# Rails has selected sqlite3.

View File

@ -4,4 +4,4 @@
# If you change this key, all old signed cookies will become invalid!
# Make sure the secret is at least 30 characters and all random,
# no regular words or you'll be exposed to dictionary attacks.
ActionController::Base.cookie_verifier_secret = 'f888ad1c8bff9ad0a688abbce6ec8fe72ca53ff767fcf79433b1711aa435b210b486a2d4edcd9ac73dbe63829d921ac80ea4cad9171e1ea390eee679443e36d2'
ActionController::Base.cookie_verifier_secret = '9d3404d788351e80007345ca60b0cc4484e1906a2feab4be105e0637946c220e1f7239902b4234892923b9b45cf6f9a0a818302d81f890849e9bfe19ce03a30d'

View File

@ -6,7 +6,7 @@
# no regular words or you'll be exposed to dictionary attacks.
ActionController::Base.session = {
:key => '_danbooru2_session',
:secret => '2e7aa03574da0a384e847826daad111ef0d32b0f7000868ddb75e5573edf222601c63c4b6082a2e07dd6e71de194eaa5d06dfed686b6e71335f985db9ca5334d'
:secret => '8c46b9a05b0222b74454c6f4bd461be89cc762d9ef3dab4513997670ffed45086bc7a025d45ead5accca656cfb9ab64e70dd44c4379653cf8d4ca45f455ac8ec'
}
# Use the database for sessions instead of the cookie-based default,