Dennis Paagman

Results 7 issues of Dennis Paagman

### Motivation / Background In line with the improvements made in #49095, implements the same lazily yielding backtrace frame for `ActiveJob::LogSubcriber`. This will improve the performance of `verbose_enqueue_logs`. ### Detail...

activejob

It now redirects to all kind of weird scammy websites. Consider removing the link all together, or maybe link to the Github repo? Downside of that is that the Github...

### Motivation / Background This introduces a new config setting: `action_dispatch.verbose_redirect_logs`. It logs the source location of redirects. It works similarly to `active_record.verbose_query_logs` and `active_job.verbose_enqueue_logs`. Redirects are of course used...

actionpack
railties
docs
ready

I semi-often look up the latest Ruby version (for example: when setting or updating the version in `.ruby-version`). I always get confused and can't find it immediately, needing to scan...

### Motivation / Background I noticed that the filters that you can give as arguments to`rails routes`: https://github.com/rails/rails/blob/972a52d127ae90915fe68a6802c3213e28d80d45/railties/lib/rails/commands/routes/routes_command.rb#L8-L9 Do not actually filter routes that come from engines and gives false...

actionpack

This adds a simple icalendar export of the upcoming conferences. This way you can have an up-to-date list of upcoming conferences in your calendar. http://localhost:3000/events.ics This file can be read...

_Opening an issue as there's no discussion board on this repo._ I was thinking if you're interested in having podcasts as a category on the site. I think it fits...

enhancement