-
_This issue was automatically created by [Allstar](https://github.com/ossf/allstar/)._
**Security Policy Violation**
Security policy not enabled.
A SECURITY.md file can give users information about w…
-
Using
- ruby (2.6.3)
- rails (5.2.6.3)
- rails-web-console (0.4.0)
- web-console (3.7.0)
```ruby
ActionView::MissingTemplate (Missing template rails_web_console/console/run with {:locale=>[:en…
-
**Describe the Housekeeping**
Currently, each Vue component in Limber Rails application has its own index.js file for initialization. This leads to code duplication and file redundancy makes it harde…
-
I am using view_component in a Rails application with `config.action_view.annotate_rendered_view_with_filenames` set to `true`. For view components with templates, the HTML is annotated with the usual…
-
I've got a database with 100+ tables and hundreds of schemas including public schema which is the one with shared data of other schemas ( data that is the same for all schemas ), mostly codebooks, cur…
-
From the Rails way of doing things writing props in controllers feels a little out of place, Consider [this example from PingCRM](https://github.com/ledermann/pingcrm/blob/master/app/controllers/conta…
-
We need some fix in file "actionview_extension.rb" (http://github.com/brynary/rack-bug/blob/master/lib/rack/bug/panels/templates_panel/actionview_extension.rb)
ActionView::Template now has method "re…
-
Using sir-trevor-rails with fix by @maxmcd (https://github.com/maxmcd/sir-trevor-rails).
Working well in development, but in production I have
```
ActionView::Template::Error (undefined method `sir_t…
-
If you run `rails-new main --js esbuild`, you'll get the following error because `npx` is not available.
```bash
rails javascript:install:esbuild
apply /usr/local/bundle/gems/jsbu…
-
When I run `bin/setup` in a newly generated app, I get the following error:
```
rails db:prepare
Created database 'fail_development'
Created database 'fail_test'
Congratulations! You…