summaryrefslogtreecommitdiffstats
path: root/doc/UPGRADING
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2013-03-19 19:22:22 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2013-03-19 19:22:22 +0000
commit067aebab766e6275fb3c2df3460fef787bd4ba8e (patch)
tree1719d410494c78e2ef3e0c5e8504a31fc6c1456c /doc/UPGRADING
parentaa583b414404c90b6377de9f949190e9bdb81245 (diff)
downloadredmine-067aebab766e6275fb3c2df3460fef787bd4ba8e.tar.gz
redmine-067aebab766e6275fb3c2df3460fef787bd4ba8e.zip
Updates for 2.3.0 release.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11657 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'doc/UPGRADING')
-rw-r--r--doc/UPGRADING10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/UPGRADING b/doc/UPGRADING
index fe628e612..2afef483c 100644
--- a/doc/UPGRADING
+++ b/doc/UPGRADING
@@ -32,6 +32,16 @@ http://www.redmine.org/
of the rmagick gem using:
bundle install --without development test rmagick
+ Only the gems that are needed by the adapters you've specified in your database
+ configuration file are actually installed (eg. if your config/database.yml
+ uses the 'mysql2' adapter, then only the mysql2 gem will be installed). Don't
+ forget to re-run `bundle install` when you change config/database.yml for using
+ other database adapters.
+
+ If you need to load some gems that are not required by Redmine core (eg. fcgi),
+ you can create a file named Gemfile.local at the root of your redmine directory.
+ It will be loaded automatically when running `bundle install`.
+
6. Generate a session store secret
Redmine stores session data in cookies by default, which requires