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 132394 - Add support for Warbler
Summary: Add support for Warbler
Status: STARTED
Alias: None
Product: ruby
Classification: Unclassified
Component: Rails (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Erno Mononen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-09 12:38 UTC by Erno Mononen
Modified: 2008-07-17 04:52 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Erno Mononen 2008-04-09 12:38:02 UTC
Warbler offers a more flexible way of packaging Rails apps as WAR files than the currently supported Goldspike.
Comment 1 Erno Mononen 2008-04-09 12:43:56 UTC
The support should cover at least the following:
- bundling Warbler
- running of 'pluginize' from the IDE 
- automatic refresh of rake tasks after that
Comment 2 Erno Mononen 2008-07-11 17:09:59 UTC
Implemented rudimentary support that covers installing Warbler in the Rails wizard and running of 'warble pluginize' 
when the user checks the "Add Rake Targets to Support App Server Deployment (.war)" check box. Changeset #84546331377b.
Comment 3 Quality Engineering 2008-07-17 04:52:14 UTC
Integrated into 'main-golden', available in NB_Trunk_Production #324 build
Changeset: http://hg.netbeans.org/main/rev/84546331377b
User: Erno Mononen <emononen@netbeans.org>
Log: #132394: Add support for Warbler