Justin Perkins

Results 18 comments of Justin Perkins

Some things I've been tossing around for ... Scheduled cron job (gross but effective), begin ... rescue around creates to check for missing partitions (also gross, and slow), manually checking...

> Is this still relevant? If so, just comment with any updates and we'll leave it open. Otherwise, if there is no further activity, it will be closed. Has the...

Year+ later, this is still an issue. I just added the `github` bot to a new channel and found that this command `/github subscribe ` did nothing for me. I...

Lame Stalebot, this is very much still relevant and a problem. Draft PRs sending PR ready for review announcements is noise and takes away from the "ready for review" state...

`draft` is a boolean state on the [pull request object](https://developer.github.com/v3/pulls/#get-a-single-pull-request)

> > `pulls` - New or merged pull requests, as well as draft pull requests marked "Ready for Review" > > New draft pull requests are still new pull requests,...

Would really like to see this. Generating a model without the migration, then running the task to create the secondbase migration is really clunky.

In environments that rely on the schema to load up the database (test, for example), this issue is a real problem.

You're right, we tweaked our schema loader to run that post process, fixed the issues. Was not completely obvious at the time what to do.

Good feature request. Until this gem is forked, updated and merged, you can get around the limitation by doing the following: ```ruby # turning this on will return the raw...