This is Rails Template.
This creates rails project with some settings and useful gems such as rspec
, devise
and so on.
Please template.rb
if you want to know what settings will be installed in detail.
Create rails project with some settings and useful gems.
$ git clone [email protected]:yanagi0324/rails-template.git
$ rails new [your_app_name] -m ./rails-template/template.rb