Skip to content

Releases: avogel3/rails-template

2018 Updates

17 Sep 15:15
Compare
Choose a tag to compare

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

17 Sep 14:55
Compare
Choose a tag to compare
  • Compatibility changes for Rails 5
  • Remove gems that weren't necessary
  • Update factory_girl to factory_bot #NameChanges

First Release

17 Sep 14:53
Compare
Choose a tag to compare
v0.0.1

Add gem_groups and rails commands.