-
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 …
-
I generated a new Rails 7.1 application, and made sure the Mysql gem was removed from the Gemfile. I did not include the Trilogy gem, as your docs said that the Trilogy adapter is included in Rails 7.…
-
### Environment
* Ruby Version: 3.2.2
* Semantic logger version: 4.16
* Application/framework names and versions: Rails 6.1.7.4, Puma: 5.6.9
* Rails Semantic Logger Version: 4.17.0.
### Desc…
-
### Step To Reproduce / Observed behavior
Using puppeteer in a Rails 7.2.1 application with external browserless Chrome container connection with `Puppeteer.connect(..) do |browser| .. end`. Memory…
-
### Steps to reproduce
- Submit an email to `Conductor::ActionMailbox::InboundEmails::SourcesController` (`/rails/conductor/action_mailbox/inbound_emails/sources/new`) with the same message id as a p…
-
**Current behaviour**
After upgrading to version 2.2.0 of this gem, I'm now seeing duplicate mysql spans for my Rails application. It seems that both `active_record` and `mysql2` components are produ…
-
### Steps to reproduce the problem
bundle exec rails yarn:install assets:precompile
### Expected behaviour
asset precompiling as I did daily
### Actual behaviour
compiling hanged
### Detailed …
-
I tried to `bundle install` without the development and test groups of gems, but then the application would not start. I reported this in https://github.com/benwbrum/fromthepage/issues/4291#issuecomme…
-
anyone run into this
```
undefined method `application' for Rails:Module
# xxxx/gems/ruby-2.2.3/gems/apivore-1.4.5/lib/apivore/swagger_checker.rb:75:in `fetch_swagger!'
```
running Rails 4.2.4 on R…
-
Possibly a dumb question, but just wanted to confirm..
Can this only be used within a rails project with the described directory structure?
I was just trying to set this up on a basic website, non …