Tim Diggins
Tim Diggins
Having worked on this for a bit I think we're splitting this into two parts: Customizable Notifiers - as an app owner, be able to add and customize extra notifiers...
@jayroh @glebm this (equivalent to #238) is on my hitlist -- will reopen it when I have a PR to offer. I'm thinking of a option which is: notify me...
@glebm can you use that rescue-scheduler file on heroku? I was thinking of something as basic as `rake periodic:hourly` and `rake periodic:daily` and then leave it up to the provisioner...
Just stopping by (not yet a user of this gem), but I think the problem here is that rails is trying to access to the database to generate assets -...
I was having a look at this and unfortunately the travis log is no longer present. I've run specs locally against rails-6.0 and rails-5.2 and they give only failures if...
Ah ok. Sounds good. Some follow-on questions: * shall I/we make an issue for "Run tests on Github actions"? * are you interested in PR attempt on that? * are...
I've got a first version of this as #159 This encorporates #158, which is actually nothing to do with github actions (but without it, there are multiple failures)
Sounds great -- another big bonus of YARD docs if they have fully annotated tags (`@param` and `@return` with type information) is that it massively increases the power of any...
Ah ok, I didn't see that. But it would be helpful to make it a development dependency pinned to the version being used. (just to make it easier to develop...
Have made this change in case helpful