[jruby-dev] [jira] Created: (JRUBY-5271) String#ljust taint bug

2010-12-22 Thread Daniel Berger (JIRA)
String#ljust taint bug -- Key: JRUBY-5271 URL: http://jira.codehaus.org/browse/JRUBY-5271 Project: JRuby Issue Type: Bug Components: Core Classes/Modules Affects Versions: JRuby 1.5.6 Environment:

[jruby-dev] [jira] Created: (JRUBY-5272) Warning from yield *args from pathname.rb

2010-12-22 Thread Daniel Berger (JIRA)
Warning from yield *args from pathname.rb --- Key: JRUBY-5272 URL: http://jira.codehaus.org/browse/JRUBY-5272 Project: JRuby Issue Type: Bug Components: Standard Library Affects

[jruby-dev] [jira] Created: (JRUBY-5273) [1.9] The . dir should not be in load path, but we also put it in CLASSPATH

2010-12-22 Thread Charles Oliver Nutter (JIRA)
[1.9] The . dir should not be in load path, but we also put it in CLASSPATH - Key: JRUBY-5273 URL: http://jira.codehaus.org/browse/JRUBY-5273 Project: JRuby Issue

[jruby-dev] Rails app showing HTML fragments in a rendered view

2010-12-22 Thread Michael Fromin
I am in the processes of deploying a RoR app to a server so people can test it on a live server. I am deploying using Tomcat 6 + JRuby 1.5.6 + MySQL + Rails 2.3.10. When I run this on the server I occasionally see small chunks of HTML in the view when looking at it using a browser. Anyone have