This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 190432 - Add support for Trinidad server
Summary: Add support for Trinidad server
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Rails (show other bugs)
Version: 7.0
Hardware: PC All
: P1 normal (vote)
Assignee: Erno Mononen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-18 12:08 UTC by calavera
Modified: 2010-10-14 02:58 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
support for Trinidad server (27.46 KB, patch)
2010-09-18 12:08 UTC, calavera
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description calavera 2010-09-18 12:08:06 UTC
Created attachment 102068 [details]
support for Trinidad server

since Glassfish gem was almost abandoned by its creators most of the jruby users have been migrating their environments to Trinidad, a jruby on rails server based on Apache Tomcat, and that already supports rails 3 out of the box.

http://github.com/calavera/trinidad

I include a patch that cleans the code a little bit and adds Trinidad as a ruby server.
Comment 1 calavera 2010-10-07 09:13:26 UTC
Any news about this issue? The patch is ready to go. It just needs to be applied.
Comment 2 Erno Mononen 2010-10-08 16:41:46 UTC
Sorry for the delay, I hadn't noticed this before. Thanks for the patch, it looks good. I'm currently away and can't push it until next week (earliest on Tue); I'll push it then and will also notify here in the issue.
Comment 3 Erno Mononen 2010-10-13 11:51:57 UTC
I've pushed the patch to web-main in 1541ac9aea5d, it'll take a day or two before it'll be integrated into daily builds. There'll be an automatic notification here in the issue then. Thanks for the patch once again!
Comment 4 Quality Engineering 2010-10-14 02:58:37 UTC
Integrated into 'main-golden', will be available in build *201010140000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/1541ac9aea5d
User: Erno Mononen <emononen@netbeans.org>
Log: #190432 - Add support for Trinidad server
- applied the patch by calavera