mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
10 lines
No EOL
277 B
Ruby
10 lines
No EOL
277 B
Ruby
# 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! |