Wolfgang Wedelich-John

Results 10 comments of Wolfgang Wedelich-John

Hi @mcclayton , I have several use cases for this: 1. We have an versioned API based on request headers, so the Controller-Action is always the same (and so the...

With Rails 7 on the horizon, this will no longer work: https://weblog.rubyonrails.org/2021/9/3/autoloading-in-rails-7-get-ready/

@davidwessman I think I have a similar issue: ViewComponents (https://viewcomponent.org) is a framework from Github for building reusable view components for use with Rails. One core concept is that code...

Hi @lessthanjacob , a lot of time has passed since the initial PR :wink: I now also prefer designated error classes and adapted the code and the test cases accordingly....

@FooBarWidget Thank you very much!

Oh man, I am very sorry 😔 It was a different gem holding back the update...

@ddoherty03 Gemstash needs a private key for pushing (see https://github.com/rubygems/gemstash/blob/main/docs/gemstash-private-gems.7.md ). You can specify this for the `rake release` task by adding the `GEM_HOST_API_KEY` environment variable like this: ``` GEM_HOST_API_KEY=the_gemstash_private_key...

When this feature is implemented add a deprecation warning to switch over to new usage when an argument is passed to the class methods.

Solution found: Using `current_scope` method of AR we can access the current relation when calling the method.

Hi @rosa, we have some cron like jobs, where the user is able to * Disable/Enable running the job * Change the schedule on when and how often the job...