Follow Rails main branch
This commit is contained in:
parent
a705b07d01
commit
70703b42eb
8 changed files with 38 additions and 26 deletions
10
bin/dev
10
bin/dev
|
@ -1,8 +1,2 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
if ! gem list foreman -i --silent; then
|
||||
echo "Installing foreman..."
|
||||
gem install foreman
|
||||
fi
|
||||
|
||||
exec foreman start -f Procfile.dev "$@"
|
||||
#!/usr/bin/env ruby
|
||||
exec "./bin/rails", "server", *ARGV
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue