Tommy Goode

Results 47 comments of Tommy Goode

My problem went away on its own a few months ago, but returned a few days ago. It looks like the latest firmware update broke the communications mechanism that this...

@00Greenwood thanks for this PR! Support for multiple fields in `identitySource` is a big improvement to Serverless Offline. I wanted to add a comment for anyone trying to use this...

I've written a `sed` command that automates @hex-spell's fix (thanks for it!). This adds the `'--no-build-isolation'` option at the end of the `install_args` array (including matching indent and trailing comma,...

I'm running into a similar problem. The template renders fine in normal use, but there is an error thrown when testing with `render_template`: ``` Failure/Error: expect(response).to render_template(file: "#{Rails.root}/public/404.html") Expected []...

I dug in a little bit and found that PR #46 has some discussion and a proposed fix: https://github.com/tconst/rails-controller-testing/commit/7c8f078c5ffe41bb41aec19192d47c29dccd19c6. I rebased it onto the newest commit in https://github.com/airdrummingfool/rails-controller-testing/commit/d5c05e711879301db89fc73fff4c81b2dcdf2416.

@rzr this change (at least as it is described in the post) was merged in #155 and released in v1.9.2-12. The diff for this PR is quite large, and contains...

It looks like the binary releases are no longer being generated - the only links are for source bundles. Previously: Now:

@tanus10 I'm looking into making a PR for this. Would the ability to set the log level for the file transport ( which writes `events.log`, `access.log`, and `error.log`) be enough?...

@nphil thanks for the nudge... I'd completely forgotten about this. I managed to find the code I was working with in my `git stash` - I tested it and it...