Description:
RSG is a Rails app generator with Doximity's basic defaults configured. For full details on the changes we've made compared to a vanilla Rails app, check our GitHub project: https://github.com/doximity/rsg
Example:
rsg ~/Code/weblog [options] Is the equivalent of running `rails new ~/Code/weblog [options]` with most Rails components disabled by default. This will generate a minimal Rails app in ~/Code/weblog configured with our preferred defaults. Some questions might be asked along the way to fine tune the generated app.