Skip to content

Commit 3e2cb51

Browse files
committed
initial commit
1 parent 371e0ce commit 3e2cb51

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.rvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
rvm use ruby-1.9.3-p194@swarvy --create
1+
rvm use ruby-1.9.3-p194@tutorli --create

config/initializers/session_store.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Be sure to restart your server when you modify this file.
22

3-
Tutorli::Application.config.session_store :cookie_store, :key => '_swarvy_session'
3+
Tutorli::Application.config.session_store :cookie_store, :key => '_tutorli_session'
44

55
# Use the database for sessions instead of the cookie-based default,
66
# which shouldn't be used to store highly confidential information

db/create_databases.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11

22

33
From the command line:
4-
createuser swarvy
4+
createuser tutorli
55
Shall the new role be a superuser? (y/n) y
66

77

8-
createdb -Oswarvy -Eutf8 swarvy_dev
9-
createdb -Oswarvy -Eutf8 swarvy_test
8+
createdb -Otutorli -Eutf8 tutorli_dev
9+
createdb -Otutorli -Eutf8 tutorli_test
1010

0 commit comments

Comments
 (0)