All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Drop
highline
dependency since it's not used anymore
- Update this repo to work with ruby 2.7.8 (ryan throwing frozen error)
- Release 2.0 finally so that readme matches default gem download
- Convenience methods
RSpec::Scaffold.testify_file
andRSpec::Scaffold.testify_text
which allow making scaffolds from within code. - rspec-scaffold CLI
- Scaffolds no longer produce the 'require spec/rails_helper' line - devs should keep it in .rspec file.
- Updates to Rails controller scaffolds
- Updates to Rails Model scaffolds
Core functionality, rake rspec:scaffold[app/models/ability.rb]
.