From df5c4fcec3cb9a13c4a6874780c51725dba4e637 Mon Sep 17 00:00:00 2001 From: Manson Wang Date: Tue, 1 Apr 2014 20:50:52 +0800 Subject: [PATCH] Add ignore for frontend files and change database name --- .gitignore | 1 + config/mongoid.yml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5112e49..a14435c 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /tmp /Gemfile.lock +/app/views/frontend/* diff --git a/config/mongoid.yml b/config/mongoid.yml index e373b0a..e16bcd4 100644 --- a/config/mongoid.yml +++ b/config/mongoid.yml @@ -5,7 +5,7 @@ development: default: # Defines the name of the default database that Mongoid can connect to. # (required). - database: orbit_store_development + database: orbit_4_5 # Provides the hosts the default session can connect to. Must be an array # of host:port pairs. (required) hosts: @@ -60,7 +60,7 @@ development: test: sessions: default: - database: orbit_store_test + database: orbit_4_5 hosts: - localhost:27017 options: