repo.or.cz
/
ecs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Routes.
[ecs.git]
/
bin
/
rails
blob
7feb6a30e696bf9b94f204c6abb5c4d75f965046
1
#!/usr/bin/env ruby
2
begin
3
load File
.
expand_path
(
"../spring"
,
__FILE__
)
4
rescue
LoadError
5
end
6
APP_PATH
=
File
.
expand_path
(
'../../config/application'
,
__FILE__
)
7
require_relative
'../config/boot'
8
require
'rails/commands'