Rob Lacey

Results 20 issues of Rob Lacey

Hi, I'm trying to add in asset_url into our SCSS in our Jekyll project however ``` body { background-image: asset-url("dave.png"); background-image: asset_url("dave.png"); } ``` I'm wanted to add support for...

Adding BlahController.strategies config to allow only specific strategies to be run on a per-controller basis. The best example of this is we have at least 5 strategies for our User...

Allow usage of wrapper_mapping sets whilst maintaining backwards compatible config as per issue/suggestion https://github.com/heartcombo/simple_form/issues/1632

I've just spent the evening mulling over this one, I was looking at our Swagger documentation and it's Schemas section has a whole bunch of data that should really be...

Appears all that is needed is a gemspec change.

I was looking for a way include the using the association_proxy.owner in a the scope for an association. Little did I know that it was already there in *associaton.rb* just...

docs

Has this ever supported templates for building models? I can't see any reference in the code for it and the command just generates another skeleton application. Many thanks

Added support for Haml 6.x. It really boils down to the 6.x change ``` Haml::Engine.new(str, options) # -> Haml::Template.new(options) { str } ```

I've just come to upgrade Haml to 6.x in a project. This didn't work since the way templates are rendered has changed in 6.x I've submitted a PR to add...

Is there any information how to get React components to render after Turbo Stream updates? I'm got a few components which don't render when our modals update and since turbo...

enhancement