Sam Moore

Results 16 issues of Sam Moore

Currently, we don't have a Procfile for deployments to heroku, so heroku will use the default configuration for running the web server. That's probably good though because the current version...

In an effort to make local setup easier for newcomers, a lot of open-source projects have started providing `Dockerfile` and `docker-compose.yml` files. This simplifies often cumbersome setup tasks like installing...

We should have some shout-outs to the people that are using this software.

Hi there, I'm curious if you'd be open to a PR introducing a configuration option to make the `uri: nil` option on associations the default. I much prefer the `uri:...

Hi there, I'm curious if you'd be open to a PR (or possibly a few PRs) to add a suite of bang methods like `#save!`, `.create!`. These methods would provide...

fakes are instrumented with some nifty logging. we should talk about it briefly in the readme.

pinned

Sometimes you want to define an allowed url as a pattern instead of a prefix. We should support that. For example: aws s3 urls can contain a few wildcard-able subdomains,...

pinned

comment from @smudge https://github.com/Betterment/webvalve/pull/34#discussion_r341378683 > Got it -- so we say that `SERVICE_ENABLED=something_invalid` is neither explicitly enabled, nor explicitly disabled -- I buy it, but it doesn't feel like a...

pinned

based on this suggestion here from @smudge https://github.com/Betterment/webvalve/pull/34#discussion_r341619281 I wonder if in some earlier routine it would make sense to do something like this: ```ruby def set_defaults! if Webvalve.env.in?(ALWAYS_ENABLED_ENVS) if...

enhancement
pinned

it would be nice to have an integration test that shows how the railtie behavior works in rails apps and that rack apps can use this gem without the autoloading...

pinned