rails/commands

Options passed to rake are ignored

dhh opened this issue · 0 comments

dhh commented

You currently can't pass "--trace" and friends to the rake options. It's a bit tricky because we're reusing the Rake application instance, so if we just load the options from ARGV, they'll be sticky from run to run. Need a way to reset the option list.