firstdraft / appdev_template

A Rails template for generating homework projects
0 stars 1 forks source link

Rename `bin/server` to `bin/dev` #179

Closed raghubetina closed 1 year ago

raghubetina commented 2 years ago

Since Rails 7 now has a bin/server-esque thing out of the box, let's rename ours to match the new framework convention — bin/dev. Less typing, as well.

Let's wait until after Spring quarter ends to do this, since we've already started them on bin/server. (Or, if we're ready to switch projects to Rails 7 for summer quarter, then we need to modify the generated bin/dev with our enhancements.)

jelaniwoods commented 1 year ago

Completed in https://github.com/appdev-projects/rails-7-template/pull/2