-
**Describe the bug**
On the Create and Edit UIs the checkboxes for non nullable boolean fields does not seem to wokr, clicking on them does not show a checkmark.
**Reproduction steps**
Add a non …
-
Does `swagger_engine/app/assets/stylesheets/swagger_engine/application.scss` really need the sass extension? Everything it includes seems to be a CSS file.
The stack trace on failing to load is:
``…
-
```
~/.gem/gems/smt_rails-0.2.9/lib/smt_rails/engine.rb:9:in `block (2 levels) in ': undefined method `register_engine' for # (NoMethodError)
Did you mean? register_pipeline
from /home/fred/.gem/…
-
Our project still uses sprockets for managing js/css assets.
Actually we even use pretty old version sprockets, as we have in gemfile:
```
gem 'sprockets', '~> 3' # 4.x requires switching to a mani…
-
Hello,
This worked fine in Rails 4.2 and Ruby 2.1.4, but now I'm using Rails 4.2 and Ruby 2.2.0.
Any help on this problem is greatly appreciated.
Thank you,
---
Terminal result:
ubuntu@ip:~/app$…
ghost updated
8 years ago
-
### Steps to reproduce
1. Create a rails 7.1 application with ruby 3.2.2
2. Setup Rspec/Capybara/Cuprite Defaults
3. add capybara-screenshot
4. Install latest version of react-rails gem and create…
-
I have added the following to my `Gemfile`:
```rb
gem 'sabisu_rails', github: "IcaliaLabs/sabisu-rails"
gem 'compass-rails'
gem 'furatto'
gem 'font-awesome-rails'
gem 'simple_form'
```
And I…
-
Hi, I did fresh install rails 4.2.5 with coffee-rails 4.1.0 and when there is syntax error on my .coffee file, the error only shows error message without the filename on which file the error happen.
…
-
Problem:
When running graphiql-rails and sprockets 4.0.0, accessing graphiql raises `Sprockets::Rails::Helper::AssetNotPrecompiled in GraphiQL::Rails::Editors#show`
Following the suggestion of
…
-
In my Rails 3.2.x project that includes both active_scaffold and jquery-ui-rails gems, a CircularDependencyError is thrown when compiling asses with turbo-sprockets-rails3, while assets are compiled s…