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

Summary: Custom run command for ruby projects
Product: ruby Reporter: killerg <killerg>
Component: ProjectAssignee: issues@ruby <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.0   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

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.