Florian Dütsch

Results 6 issues of Florian Dütsch

I cannot re-open #42849 so I create a new issue… ### Steps to reproduce ```ruby # frozen_string_literal: true require 'bundler/inline' gemfile(true) do source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } gem...

actionmailer

Running rbspy against complex projects, in my case RSpec feature tests of a Rails app, the output is enormous. I'm usually just interested in own code, so I would like...

enhancement
help wanted

It is quite easy to break out of the sandbox, because the context doesn't restrict things like constants etc. . With e.g. https://github.com/tario/shikashi you can restrict them, but it isn't...

Hello Rails-Team, my 2 commits solve some issues with Rails 3 final. Perhaps you could merge some of the stuff back to the main repo. Thanks! der Flo

`Notifier._build_context()`: `mod.__version__` is outdated and leads to warnings with multiple packages: > UserWarning: The '__version__' attribute is deprecated and will be removed in AAA X.Y. Use feature detection, or `importlib.metadata.version("AAA")`,...

My changes: * `datetime.utcfromtimestamp` is [deprecated in Python 3.12](https://docs.python.org/3/library/datetime.html#datetime.datetime.utcfromtimestamp) - I fixed the warning with the officially suggested solution. * Starlette needs the `ExceptionMiddleware` to be imported differently since [0.45.0](https://github.com/Kludex/starlette/releases/tag/0.45.0),...