-
First of all, big fan of this library. I've used it a few times now and it's just the best. Thank you so much for your continued work on it and attention to detail, Matt!
Just had one thought / que…
-
See activeadmin/activeadmin#2689
> The unused in-memory DOM representation more than doubles the memory usage required to service a request and complicates the implementation to having a seperate bu…
-
### What is happening?
The 'Assigned Articles' feature spec fails intermittently on CI. For example: https://github.com/WikiEducationFoundation/WikiEduDashboard/actions/runs/7889907818/job/215308…
-
I wanted to discuss the overall design of the macro APIs that people are coding against. Ultimately, my goal is to move them much closer to the existing APIs with the exception of the introspection AP…
-
Project is Rails 5.x with rspec.
When configuring simplecov via _spec/rails_helper.rb_ like this:
```
require 'simplecov'
SimpleCov.start 'rails'
```
running `rake` results in the expected…
-
Hello, our tests fail randomly at clean up phase for ThinkingSphinx. It seems it can not delete the indices directory (`db/sphinx/test`).
![image](https://github.com/pat/thinking-sphinx/assets/5126…
-
After bundle install
# bundle install --without development test
Using RedCloth 3.0.4
Using execjs 2.0.2
Using libv8 3.11.8.17
Using ref 1.0.5
Using therubyracer 0.11.4
Using bundler 1.6.1
Your bundl…
-
### Steps to reproduce
1. Follow https://guides.rubyonrails.org/getting_started.html up until the generation of the first view of the application
2. Look at the page source
3. See void elements u…
-
anybody else?
seems to be correct installed tho
```
tim@vm:~/rails/$ cat spec/rails_helper.rb | grep validate_url
require 'validate_url/rspec_matcher'
tim@vm:~/rails/$ cat Gemfile | grep va…
-
scheduler.rake seem to require a page helper that you haven't committed yet.
```
require "#{Rails.root}/app/helpers/static_pages_helper"
include StaticPagesHelper
```
Are you still running…