Florian Dütsch

Results 4 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