rails / commands

Run Rake/Rails commands through the console

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Options passed to rake are ignored

dhh opened this issue · comments

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.