-
If you have a situation where you have a presence validation with a custom message and you say `it { should_not validate_presence_of(:attribute) }` when in fact the validation is being run, the test w…
-
We have an issue right now where some proposals just give a hostname, while others give a full URL. For simplicity's sake, let's just add a validation to the `Proposal` model that requires the `websi…
-
I'm unable to get a `bundle install` for this project to complete, either on macOS (Big Sur), or on Linux (Ubuntu 18.04.1)
I've tried various versions of bundler, 2.1.x to a few different 2.2.x ver…
-
Not sure if I'm missing something...
Scope in model:
```
has_many :active_website_resources, -> {
joins(:resource)
.where(is_active: true)
.where(resource: { status: :active }) },
cla…
-
I'm trying to have a test for a HBTM association where the join table name includes the schema:
> 1) Application associations is expected to have and belong to many segments
> Failure/Error:
…
-
my favorite gems
-
I have isolated this error, please take a look at the example here: https://github.com/PizzaPill/spork-error
If I add a module to the rails **/config/initializer**s that skips a `before_filter` spork…
-
Hi,
I have openshift origin latest master.
Although this tool is more focused on hawkular. I saw this blog post using this tool.
I attempted this before and it seemed to work
```
[zhassan@local…
-
-