We have looked at using code coverage tools in the past, and while they're useful they don't help us ensure we're behaving correctly. We mostly have to run and re-run tests and applications to find all the holes. We will try to look at JIRA though...and I think it's been mentioned in the past.
There is a bug list on SourceForge that has most of our current known bugs. Anything you come across that's not listed there, you should feel free to enter, and ideally please try to include a short test case that exhibits the bug. You will also want to run against the most current source from CVS if you intend to help out with the effort, since many things have been fixed since the last release. Let us know if you need help with that...there are instructions on the SF pages. - Charlie On 2/17/06, ben kittrell <[EMAIL PROTECTED]> wrote: > Do you have a list of existing bugs, so I don't send you things that > have already been logged? Have you considered using JIRA > (http://www.atlassian.com/software/jira/)? You can get a free license > for Open Source projects. I use it here at work, and it's really a > phenomenal application. > > -Ben > > On 2/15/06, Charles O Nutter <[EMAIL PROTECTED]> wrote: > > The "March" timeframe is perhaps from previous presentations? We are > > still targeting March to get Rails working, but exactly what it will > > look like is not set in stone. We are looking at a scenario similar to > > what you describe, with an app server acting to send requests into > > Rails as Apache would normally. We're actively fixing JRuby issues > > that prevent Rails from working, but we're not sure when we'll have it > > up and going. > > > > Rest assured that it's a top priority right now, and we're working > > pretty heavily to get it working. Any help you can offer would also be > > useful...if you can test out other Rails scripts (we're mainly focused > > on running the "generate" script and executing a generated Rails app > > right now) and report any bugs or failures (or successes), it would > > help further our work. > > > > - Charlie > > > > On 2/15/06, ben kittrell <[EMAIL PROTECTED]> wrote: > > > Hello, > > > > > > I'm interested in getting Ruby on Rails running under Java. It looks > > > like you have support slated for March, so I'm wondering if any work > > > has been done on it. I'd be interested in helping out, but I'm > > > figured you guys would know where to start, cause I'm starting from > > > scratch. > > > > > > I'm thinking you'd have to have some sort of Java server that would > > > send raw http requests to ruby/rails through stdin/out. > > > > > > Let me know if you have some direction for me. > > > > > > Thanks, > > > -Ben Kittrell > > > > > > > > > ------------------------------------------------------- > > > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > > > files > > > for problems? Stop! Download the new AJAX search engine that makes > > > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > > > http://sel.as-us.falkag.net/sel?cmdlnk&kid3432&bid#0486&dat1642 > > > _______________________________________________ > > > Jruby-devel mailing list > > > [email protected] > > > https://lists.sourceforge.net/lists/listinfo/jruby-devel > > > > > > > > > -- > > Charles Oliver Nutter @ headius.blogspot.com > > JRuby Developer @ jruby.sourceforge.net > > Application Architect @ www.ventera.com > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > > for problems? Stop! Download the new AJAX search engine that makes > > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > > http://sel.as-us.falkag.net/sel?cmdlnk&kid3432&bid#0486&dat1642 > > _______________________________________________ > > Jruby-devel mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/jruby-devel > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmdlnk&kid3432&bid#0486&dat1642 > _______________________________________________ > Jruby-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/jruby-devel > -- Charles Oliver Nutter @ headius.blogspot.com JRuby Developer @ jruby.sourceforge.net Application Architect @ www.ventera.com ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642 _______________________________________________ Jruby-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jruby-devel
