Bumped VERSION to 0.2.0
Updated CHANGELOG Rails 4.0.0rc1 Improved and fixed spec helper
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Be sure to restart your server when you modify this file.
|
||||
|
||||
# Your secret key for verifying the integrity of signed cookies.
|
||||
# Your secret key is used for verifying the integrity of signed cookies.
|
||||
# If you change this key, all old signed cookies will become invalid!
|
||||
|
||||
# Make sure the secret is at least 30 characters and all random,
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# Be sure to restart your server when you modify this file.
|
||||
|
||||
Starterapp::Application.config.session_store :encrypted_cookie_store, key: '_starterapp_session'
|
||||
Starterapp::Application.config.session_store :cookie_store, key: '_starterapp_session'
|
||||
|
||||
Reference in New Issue
Block a user