Bumped VERSION to 0.2.0

Updated CHANGELOG
Rails 4.0.0rc1
Improved and fixed spec helper
This commit is contained in:
Cesidio Di Landa
2013-05-02 11:41:41 +02:00
parent 11ac794875
commit bc85296079
15 changed files with 82 additions and 80 deletions
+1 -1
View File
@@ -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 -1
View File
@@ -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'