I need to find out if this bug [http://redmine.ruby-lang.org/issues/5564] is reproducible on a platform other than Linux. (I suspect it is, but want to check.)
You need:
- A Mac or Windows
- The Rails test suite / repo set up on your computer
- ruby-1.9.3p0
Here's what to do:
- cd into
actionpack/and do a git pull on the master branch - open
lib/action_view/template.rband comment the conditional block starting withif defined?(RUBY_ENGINE)(this disables a workaround for the bug) - Run
ruby -Itest test/template/template_test.rb -n test_default_external_works(using ruby-1.9.3p0, obviously) - Tell me if it passes or fails
Was able reproduce it on a mac (10.7.2)
without commenting:
With commenting: