Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OHR Support
Manage
Activity
Members
Labels
Plan
Issues
97
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Projects
OHR Support
Commits
0ed5cb3f
Commit
0ed5cb3f
authored
13 years ago
by
Holger Just
Browse files
Options
Downloads
Patches
Plain Diff
Set internal and external encoding to UTF-8
parent
3cc95353
Branches
Branches containing commit
Tags
v2.0.0
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
config/environment.rb
+5
-0
5 additions, 0 deletions
config/environment.rb
with
5 additions
and
0 deletions
config/environment.rb
+
5
−
0
View file @
0ed5cb3f
...
...
@@ -20,6 +20,11 @@
# Specifies gem version of Rails to use when vendor/rails is not present
RAILS_GEM_VERSION
=
'2.3.14'
unless
defined?
RAILS_GEM_VERSION
if
RUBY_VERSION
>=
'1.9'
Encoding
.
default_external
=
'UTF-8'
Encoding
.
default_internal
=
'UTF-8'
end
# Bootstrap the Rails environment, frameworks, and default configuration
require
File
.
join
(
File
.
dirname
(
__FILE__
),
'boot'
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment