Andrew W. Lee

Results 39 comments of Andrew W. Lee

In my research I've found that Github Actions is currently not mature enough yet to handle the needs of the project. Things that would be nice to have: - caching...

Also need to setup RVM in Github CI to run integration tests.

@gingerlime thanks for reporting. I appreciate the time and detail in the issue. There were [some changes](https://github.com/ctran/annotate_models/blob/develop/CHANGELOG.rdoc) to the way model annotations were done in v3.0.0, so it's possible it's...

Also would you mind posting your generated `auto_annotate_models.rake` if you have one? I have a guess of what might be happening.

@gingerlime @kapso @bartoszkopinski @nesrual do yall think a post install message would be helpful? Or any thoughts on ways to make it easier for folks to upgrade from v2 to...

Sorry for the delay, had been on vacation and had some downtime. Now that I'm back I'm catching up on everything. @gingerlime there's not really any reason. Just happens to...

@TedTran2019 @MicMicMon I cut 3.0.3 and pushed it to Rubygems. It includes #671 so any new `rails g annotate:install` should produce a config that defaults to annotating.

@gingerlime yeah that makes sense. I'll add a note to the README for now. I'll tag you in the proposed changes if that's alright with you.

@KelseyDH yes you're right — this was a regression from previous work done. I'll have some time in next week or so during (American) holidays to add it. I was...

I didn't see any mention of CircleCI in the output. But is the fix here to migrate to the [non-ruby version of test-reporter?](https://github.com/codeclimate/test-reporter)?