mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add comment in config/environment.rb explaining $KCODE and UTF-8 #1726 [Leon Bredt]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1875 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
bd558ef98e
commit
7ebdecfb89
1 changed files with 6 additions and 0 deletions
|
@ -3,6 +3,12 @@
|
|||
#
|
||||
# Be sure to restart your webserver when you modify this file.
|
||||
|
||||
# Uncomment to set UTF-8 as the encoding for strings. The Ruby default
|
||||
# is US-ASCII (may differ on different platforms though). This setting is
|
||||
# required if you need to return non-ASCII UTF-8 strings from ActionWebService.
|
||||
#
|
||||
# $KCODE = 'UTF8'
|
||||
|
||||
# The path to the root directory of your application.
|
||||
RAILS_ROOT = File.join(File.dirname(__FILE__), '..')
|
||||
|
||||
|
|
Loading…
Reference in a new issue