Releases: rubyatscale/packs-rails
Releases · rubyatscale/packs-rails
v0.0.5
What's Changed
- Update README.md to add clarification on the factorybot integration by @yesthesoup in #78
- Rename deprecated_references.yml to package_todo.yml by @euglena1215 in #74
- Revert to FactoryBot initialization without Rails lifecycle methods (was: Create factories earlier in the lifecycle) by @shageman in #76
- Update version.rb for release by @shageman in #79
New Contributors
- @yesthesoup made their first contribution in #78
- @euglena1215 made their first contribution in #74
Full Changelog: v0.0.4...v0.0.5
v0.0.4
What's Changed
- Clarify installation is in all environments by @jarredhawkins in #62
- Docs/fix for rails 6.0 by @sgringwe in #66
- Added possibility to set custom engine name by @timfsw in #65
- Update routes documentation in README.md by @kpumuk in #70
- Add Rails 6.1 tests to matrix strategy by @schoblaska in #72
- Fix factory bot integration and add minitest support by @matiaseche in #71
- Bump version for release by @shageman in #75
New Contributors
- @jarredhawkins made their first contribution in #62
- @sgringwe made their first contribution in #66
- @timfsw made their first contribution in #65
- @schoblaska made their first contribution in #72
- @shageman made their first contribution in #75
Full Changelog: v0.0.3...v0.0.4
v0.0.3
What's Changed
- Fix Readme typo by @morissetcl in #55
- Skip gems in RSpec integration by @alexevanczuk in #56
New Contributors
- @morissetcl made their first contribution in #55
Full Changelog: v0.0.2...v0.0.3
v0.0.2
v0.0.1
What's Changed
- Rename
stimpack
topacks-rails
by @alexevanczuk in #51
Full Changelog: v0.8.3...v0.0.1
Upgrade Guide from stimpack
To upgrade from stimpack
to packs-rails
, please do the following:
- Replace
stimpack
withpacks-rails
in yourGemfile
(or.gemspec
if using within a gem) andbundle install
- Change
require 'stimpack'
torequire 'packs-rails'
- If you are using a custom root or would like to use multiple roots, please configure
packs
- If you are using
Stimpack::Packs.all
, replace it withPacks.all
.
v0.8.3
What's Changed
- Skip gems when adding load paths by @alexevanczuk in #50
Full Changelog: v0.8.2...v0.8.3
v0.8.2
What's Changed
- Allow packs configuration to be set in one place and defer to packs.yml by @alexevanczuk in #48
Full Changelog: v0.8.1...v0.8.2
v0.8.1
stimpack 0.8.0
What's Changed
- Fix typo in README [ci skip] by @olleolleolle in #34
- Include parallel test libraries integration docs by @iMacTia in #35
- Update README.md to clarify what "engine" does by @alexevanczuk in #36
- Update CI and CD by @alexevanczuk in #41
- Update CD to only run after CI has completed by @alexevanczuk in #42
- Fix
Stimpack::Packs.find
by returning thePack
(6f79f14)
New Contributors
- @olleolleolle made their first contribution in #34
- @iMacTia made their first contribution in #35
Full Changelog: v0.7.1...v0.8.0
stimpack 0.7.1
What's Changed
- Update non-dev dependencies to not need rails by @alexevanczuk in #32
Full Changelog: v0.7.0...v0.7.1