Code & Deploy
Code
Models
Repos
Sign in
@setoelkahfi
/
homebrew-tap
homebrew-tap
/
bin
/
rails
Code
Commits
Pulls
CI/CD
205
main
main
text
4 lines
141 Bytes
Copy permalink
Copy
Raw
1
#!/usr/bin/env ruby
2
APP_PATH
=
File
.
expand_path
(
"../config/application"
,
__dir__
)
3
require_relative
"../config/boot"
4
require
"rails/commands"