9c7146820c
Sessions helper methods, login and signup modals, load partial views with stimulus Situmuls usersController, Create and Destroy user sessions
9 lines
112 B
Bash
9 lines
112 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
bundle check || bundle install --jobs 20 --retry 5
|
|
|
|
rm -f $APP_PATH/tmp/pids/server.pid
|
|
|
|
${@} |