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 189150 - Custom run command for ruby projects
Summary: Custom run command for ruby projects
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.0
Hardware: PC Linux
: P3 normal (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-03 09:13 UTC by killerg
Modified: 2011-01-28 20:14 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 killerg 2010-08-03 09:13:42 UTC
Till now in project properties=>run one can only choose to add ruby options, rake arguments and a main script to execute. This falls short for projects using custom run commands like:

thin start
padrino start
script/rails server
bundle exec .. whatever

So to make NB more versatile and easier it would be nice if one could set a whole run command instead.
Comment 1 triemstr 2010-10-19 04:56:00 UTC
Would love to be able to use 'thin start'.  Thanks for logging this enhancement.