Robert Rawlins

Results 11 issues of Robert Rawlins

I've been experimenting today and found that if you have a HABTM association which is set through disposable such as `tag_ids` then the underlying active record will save itself when...

Great gem folks 👍 However, I'm struggling a little to see how to work this with draft associations, and I think it's something which could perhaps be covered in the...

At the moment the `value` option is used to generate the content within the `content_tag` output, however, I find myself often wanting to display cropped or truncated content i.e. ```html...

A great looking gem. 👍 I was hoping to use `wrap_and_check` around some `sendgrid-ruby` requests, which return non-2XX response codes rather than raising exceptions. However the `SendGrid::Response` object exposes its...

Hello People, I'm seeing this error in my logs on occasion, and when it occurs my system CPU spikes and sits at 100% until it's restarted. The app can run...

Hi All, I'd like to propose that we bundle `pdftk` source code in with the gem to drop the requirement that it be pre-installed on the system. I think this...

Hello Guys, Got caught out this afternoon by a file which was called 'example (1).pdf' whereby the path is not escaped before sending to bash and therefore throws a syntax...

I'm running clockwork using `clockwork lib/clock.rb` and have a custom error_handler which reraises the exception in development, or quietly logs to Sentry.io in staging/production. ```ruby # # Implement a custom...

Hi, I'm trying to get inverted sections working, but for some reason the content within the inverted section is always rendered, even if the key exists. e.g. {{#replacement}} Thank you...

Hi There, I'm using Devise/Warden to do token authentication on the API. When calling the authenticate_user! before filter in my API controller with invalid credentials a 401 appears to be...