Mike Perham

Results 235 comments of Mike Perham

The wiki is publicly editable. That looks like an issue in cloudflare-rails. They don’t actually require “rails” so they are assuming that Rails is loaded first. https://github.com/modosc/cloudflare-rails/blob/main/lib/cloudflare/rails/railtie.rb

Yeah, they are trying to extend Rails functionality at require time rather than in a Railtie initializer. Bad idea.

Open an issue with them. Ask them to modernize their Rails integration. On Thu, Dec 9, 2021 at 16:31 Nick Giancola ***@***.***> wrote: > I suppose rather than require: "rails/all"...

If you look at the top of the backtrace, the error starts in the `scenic` gem; the issue is almost always that they are integrating with Rails incorrectly. Update that...

@krschacht Because scenic is broken, you need to preload Rails before any other gems. It's been mentioned above: ```ruby gem "rails", require: "rails/all" ```

Did you open an issue with them? On Tue, Jan 25, 2022 at 21:03 Maxwell Salzberg ***@***.***> wrote: > running into this issue with latest version of Rails 7 support...

Not really but make sure you are using the latest version and include a backtrace. On Tue, Jan 25, 2022 at 21:39 Maxwell Salzberg ***@***.***> wrote: > is there a...

Add a comment here with the strings. > On Sep 21, 2018, at 02:49, はない wrote: > > @mperham I'd like to translate, but how can I make pull request...

thank you, this will go in the next release

Thank you @redwarewolf, these will be in the next Pro and Ent releases. 😎