summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-01-21 12:54:51 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-01-21 12:54:51 +0000
commitbd3458da6ec438c2f468436e848944670f9aa2d7 (patch)
tree3903cd8b9e12a71d778896c77091b5aa7800273e /config
parent4ccbc65628efd10cb83ddcc884dc0a4aba3e0b92 (diff)
downloadredmine-bd3458da6ec438c2f468436e848944670f9aa2d7.tar.gz
redmine-bd3458da6ec438c2f468436e848944670f9aa2d7.zip
added Redmine::VERSION module
git-svn-id: http://redmine.rubyforge.org/svn/trunk@170 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r--config/environment.rb19
1 files changed, 0 insertions, 19 deletions
diff --git a/config/environment.rb b/config/environment.rb
index 3edc93ed7..90cdb8310 100644
--- a/config/environment.rb
+++ b/config/environment.rb
@@ -59,25 +59,6 @@ Rails::Initializer.run do |config|
config.action_mailer.delivery_method = :smtp
end
-# Add new inflection rules using the following format
-# (all these examples are active by default):
-# Inflector.inflections do |inflect|
-# inflect.plural /^(ox)$/i, '\1en'
-# inflect.singular /^(ox)en/i, '\1'
-# inflect.irregular 'person', 'people'
-# inflect.uncountable %w( fish sheep )
-# end
-
-# IMPORTANT !!! DO NOT MODIFY PARAMETERS HERE
-# Instead, rename config_custom.example.rb to config_custom.rb
-# and set your own configuration in that file
-# Parameters defined in config_custom.rb override those defined below
-
-# application name
-RDM_APP_NAME = "redMine"
-# application version
-RDM_APP_VERSION = "0.4.1"
-
ActiveRecord::Errors.default_error_messages = {
:inclusion => "activerecord_error_inclusion",
:exclusion => "activerecord_error_exclusion",