Richard Hurt

Results 27 issues of Richard Hurt

I am using add_child_link() in several places around my project to add a common "address" partial, however when I try to move it to a central location (/app/views/shared/_address.erb) I get...

After failing to find how to not include the log group name and stream name in the output, I found this issue #75 and thought it might be good to...

On May 24,2022 AWS announced the ability to protect instances from unintentional stop actions. This PR adds that ability to bash-my-aws. It's a pretty simple update, generally mirroring the existing...

In our Slack integration we limit notifications to a certain label. Creating the PR and then changing the label doesn't trigger a notification. It doesn't even trigger the notification if...

Currently, the only way to get logging information out of Systemd services is to port the information to (r)syslog or use something like [Datadog's Vector product](https://vector.dev/blog/datadog-acquisition/). However, it would be...

enhancement

I know that you can style each cell based on the value of another cell, however I would like to know if there is a way to style a whole...

Is this plugin still necessary in the Rails 2.2 world or is there something in the core that has this functionality?

Just wondering if there is any hope that this project will be updated or any PRs be merged any time in the near future. It looks like it's been abandoned...

Is there any facility for Dynamoid to throw ActiveRecord::RecordNotFound errors? Am I missing it somewhere? This functionality would help me clean up my controller code and make this a much...

I have two models (ShoppingCart & Item) where ShoppingCart has_many :items and Item belongs_to :shopping_cart. Without validations on the Item everything works beautifully. But as soon as I add a...