Releases: avogel3/rails-template
Releases · avogel3/rails-template
2018 Updates
Remove gems:
- sping_commands_rspec - Many people no longer user spring, therefore I'm not expecting rspec to be run with spring after gen-ing with this template
- faker - This is not a necessary dev dependency. You can easily get by without it.
- pry - Replaced with
pry-rails
Add gems:
- dotenv-rails - Manage environment variables
- pry-rails - (see above)
- rubocop - Code formatting and linting
Lastly, I added some new steps to the template:
- Generate an
.env.example
file - Convert all erb to haml
Update for Rails 5
- Compatibility changes for Rails 5
- Remove gems that weren't necessary
- Update
factory_girl
tofactory_bot
#NameChanges
First Release
v0.0.1 Add gem_groups and rails commands.