Chris Drane

Results 14 issues of Chris Drane

Bullet is triggering when previewing emails using ```ActionMailer::Preview```. For some people (like me) this will not be a desirable behaviour. The main purpose of action mailer previews is to view...

In the README, there is an example, however I found some aspects of this confusing: - Twice there is a line ```expect(response_body).to eq()```, but the angle brackets do not appear...

Using ```rails 5.2.2.1``` and ```ruby 2.5.5``` with ``` apitome 0.3.0```, am getting the following error when access the documentation path: ``` Failure/Error: click_link 'Documentation' ActionView::Template::Error: undefined method `simulated_path' for #...

I was seeing the following deprecation warning upon starting my development server ``` DEPRECATION WARNING: Initialization autoloaded the constants ActionText::ContentHelper and ActionText::TagHelper. Being able to do this is deprecated. Autoloading...

I have asked the following [question](http://stackoverflow.com/questions/38092028/cannot-read-cookies-set-by-ios-from-rails-server) on stack overflow with no answer, so am asking here. I am using [react-native-cookies](https://github.com/joeferraro/react-native-cookies). I can use the getAll method to read cookies that...

In ```magcalMPU9250()```, are the following lines: ``` dest1[0] = (float) mag_bias[0]*mRes*magCalibration[0]; // save mag biases in G for main program dest1[1] = (float) mag_bias[1]*mRes*magCalibration[1]; dest1[2] = (float) mag_bias[2]*mRes*magCalibration[2]; // Get...

Capybara is now at version 3.0.2, but the capybara-user_agent is gemspec is locked to version 2 of capybara. I have forked the gem and it appears to work with capybara...

On using rails-composer, with the rails-devise-pundit option, I had the following error ``` Sass::SyntaxError - ".authform form" failed to @extend ".bg-faded". The selector ".bg-faded" was not found. Use "@extend .bg-faded...

This warning appears to be produced by the aws-s3 gem when I run using ruby 2.1.0p0 (2013-12-25 revision 44422). This appears to be related to this isssue: https://github.com/aws/aws-sdk-ruby/pull/434 By the...

I have asked this [SO question](https://stackoverflow.com/questions/51488679/use-swagger-api-documentation-on-a-ruby-on-rails-app-with-versioning-done-in-hea) about the use of swagger for versioning using the HTTP header rather than the uri method. I have received no response, so would the...