Manuel Meurer
Manuel Meurer
Right now RocketPants only supports caching collections using "expires in". I would like to add the option to cache collections with etags. There have been several approaches: - http://www.saturnflyer.com/blog/jim/2009/10/27/cache-key-for-collections-in-activerecord/ -...
I'm using RocketPants with Rabl. When I render a URL in a Rabl template, the `version` parameter is always added by default: ``` ruby # config/routes.rb MyApp::Application.routes.draw do get 'foo'...
I noticed an error when "tagged_with" is used together with "includes". I added a failing test case here: krautcomputing/rocket_tag@e66410b0a9feac87a69aeb14bae90511847a3fcc The error occurs quite deep in Active Record: ``` NoMethodError: undefined...
The readme says > If both the hash key and the hash value are directories instead of files, it configures a directory to directory compliation, which compiles all public Sass...
Maybe I'm missing something, but shouldn't it be possible to have multiple separate importmaps? :) My app has three distinct parts/namespaces ("web" for the public marketing page, "admin" for the...
I implemented the idea mentioned in #240 of allowing multiple importmaps. It was pretty straightforward and so far works great (for my use-case). Instead of having one `Importmap::Map` in `Rails.application.importmap`,...
After merging #23 (and doing some cleanup), the master branch currently only works with Middleman v4. I would like it to work with Middleman v3 and v4 and then release...
I've been trying out Spike on two different Rails 3 apps with the same result: the log file is parsed without problems but most of the parameters in the main...
Hey, thanks for writing this fantastic gem! 😄 Are there any plans to support Capybara v3? I tried simply updating the dependency (und patching `minitest-capybara` to support Capybara v3 as...
### Describe the bug I'd like to add basic auth to accessing Avo, but when I try the most straightforward approach, an error occurs. ### Steps to Reproduce Steps to...