rake setup
bundle exec rails server
Let's say that the project name is Pump. Execute the command below to
replace all occurrences of Quiz with Pump.
perl -e "s/Quiz/Pump/g;" -pi $(find . -type f)
| Name | Name | Last commit date | ||
|---|---|---|---|---|
rake setup
bundle exec rails server
Let's say that the project name is Pump. Execute the command below to
replace all occurrences of Quiz with Pump.
perl -e "s/Quiz/Pump/g;" -pi $(find . -type f)