-
We use `jQuery` via the `jquery-rails` gem. Upgrading the debugbar to 0.3.2 just completely breaks the jQuery installation (via the `debugbar_head` helper where it loads the script).
With this issu…
-
LESSON STATES: "Let's create a new file: spec/models/post_spec.rb. In that file, place the following code:
require 'rails_helper'
describe Post do
end"
Results in:
"An error occurred …
-
### Usecase / What to achieve
Because this seems to me that it is more related to Capybara, but related to your docs, i post it as question here:
I want to use Playwright without Capybara DSL [l…
-
Rails 6.0.3.3
This may be a Rails 6 issue. But the assets from the component are not being added to the Asset Pipeline, for some reason.
I followed the instructions:
1. `rails new sportsball…
-
Failure/Error: config.include Neo4j::RSpec::Matchers
NameError:
uninitialized constant Neo4j
./spec/spec_helper.rb:21:in `block in '
./spec/spec_helper.rb:20:in `'
./spec/rails_helper.rb:2:i…
-
Error:
`Rails::Generators::Error: The template [/usr/local/bundle/gems/cssbundling-rails-1.4.1/lib/install/bootstrap/install.rb] could not be loaded. Error: No such file or directory - npx (Rails::Ge…
-
## Ausgangslage/Problem
- Aktuell wird für das Bundling und CSS Preprocessing Webpacker eingesetzt. Dieses Projekt [wird allerdings nicht mehr maintained](https://github.com/rails/webpacker#webpack…
-
This works:
```ruby
gem "actionview", "6.0.3.2"
gem "rails-html-sanitizer", "1.4.3"
require "action_view"
require "rails-html-sanitizer"
include ActionView::Helpers::SanitizeHelper
puts…
-
I want the `rails-new` can be installed via Homebrew for macOS users.
### Expected behavior
macOS users can create a new Rails application as follows.
```
% brew install rails-new
% rails-new …
-