Pelle ten Cate
Pelle ten Cate
Right now, in order to check if something IS NULL, I have to use `field == nil` in the DSL. Wouldn't it be more ruby-esque to be able to say...
#### Issue `BabySqueel[:table]` returns an object that does not respond to `sift`. Now that I'm writing this, I realize it makes some sense, BabySqueel doesn't know anything about which model...
It would be great to have the DSL available in UPDATE queries, so I can assign SQL values to fields. Something like: ```rb # Inherit all venue's cities and countries...
Feature request: In an ORM I used to use in my former life, there was an [alternative to `.on` for joins that was called `.with`](http://doctrine.readthedocs.io/en/latest/en/manual/dql-doctrine-query-language.html#with-keyword). Basically, what it did was...
**Is your feature request related to a problem? Please describe.** I want to know which revision of the code is being published as several versions to the Marketplace **Describe the...
**Is your feature request related to a problem? Please describe.** I have multiple occurrences of events being valid in multiple states, having to call a background job only in one...
I added two little features to the Gallery component that I hope could go in. 1. Added TinyMCE for album descriptions 2. Added a placeholder for the Cover ID, which...
Solution stolen from RSpecs own DocumentationFormatter, which does not rely on `example_group` being set when handling individual examples.
I'd love to be able to keep my whitelist to what I need during a pomo, and implicitly block everything else by default, not just stuff I explicitly block.
The private method Error#i18n_set? calls `I18n::t(params, raise: true)`, which is no longer allowed (for good reason) since version 1.8.6. Either splat `t`, or move around.