mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-12 07:32:37 +01:00
update configs for rails 4
This commit is contained in:
parent
d1de2998de
commit
65859807ea
15 changed files with 226 additions and 239 deletions
|
|
@ -1,10 +1,5 @@
|
|||
# Load the rails application
|
||||
# Load the rails application.
|
||||
require File.expand_path('../application', __FILE__)
|
||||
|
||||
if RUBY_VERSION.to_f >= 1.9
|
||||
Encoding.default_external = Encoding::UTF_8
|
||||
Encoding.default_internal = Encoding::UTF_8
|
||||
end
|
||||
|
||||
# Initialize the rails application
|
||||
Tracksapp::Application.initialize!
|
||||
# Initialize the rails application.
|
||||
Tracksapp::Application.initialize!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue