projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Update to rails 5.2.0
[rails.git]
/
bin
/
rails
1
#!/usr/bin/env ruby
2
APP_PATH = File.expand_path("../config/application", __dir__)
3
require_relative "../config/boot"
4
require "rails/commands"