issues
search
cbeer
/
engine_cart
Rake tasks to generate test applications for Rails Engines
MIT License
18
stars
16
forks
source link
[EXPERIMENTAL WIP] Refactor fingerprint methods
#78
Open
dazza-codes
opened
7 years ago
dazza-codes
commented
7 years ago
No review requested at this time.
Experimental branch to play with fingerprints used to update the engine-cart app.
Changed fingerprint to use an MD5 instead of File.mtime
Might look into using
https://github.com/ioquatix/fingerprint
Applied some rubocop suggestions in some places.
Figured out how to run specs locally, checking they also run on travis in this PR
discovered some weird spec failures because of rails version inconsistencies
clarified some of the destination values - removed some hard-coded values in specs
No review requested at this time.