I'm working on a plugin for running a Rails app directly in JRuby on Rails with Jetty. (I'm calling it Retty.) I would ideally want to get to the point where you could just do:
script/plugin install retty jruby script/server retty Unfortunately the server command is horribly unextensible. It would be very simple to make it more extensible by making each server be a class and the command could would simply ask the available servers to autodetect themselves. If I created such a patch is there any chance I could get it committed to the 1.2 line? Would I get it committed to trunk? This sort of stuff is notoriously hard to test. Are there any unit tests in that area? Would they be necessary? (I don't think so, there's diminishing returns for unit testing this sort of stuff.) Cheers, Jon --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---