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 100604

Summary: Launch a console window with Ruby/Rails/Rake environment variables set
Product: ruby Reporter: callagga <callagga>
Component: RailsAssignee: issues@ruby <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: Macintosh   
OS: Mac OS X   
Issue Type: ENHANCEMENT Exception Reporter:

Description callagga 2007-04-11 12:54:32 UTC
Hi,

This is a feature request for Netbeans to Launch a console window with
Ruby/Rails/Rake environment variables set.  This is possible in Mac Locomotive,
so you highlight the project you're working on then Command-T which opens a
terminal window at the project root with all environment variables and paths set
ready to do ruby/rails/rake/cap type commands etc.

Regards
Greg
Comment 1 Torbjorn Norbye 2007-06-20 05:16:24 UTC
Is this the same as a rails console (e.g. running script/console in a Rails app) ? If so, I recently added that.
Comment 2 callagga 2007-06-20 06:36:31 UTC
not quite - I just meant opening up a terminal window but (a) with rails environment variables set and (b) at your rails
application home directory.  From here you should be then able to run commands like "ruby script/console", "rake
db:migrate", "rails -v" etc.   This is what Locomotive allows you to do.
Comment 3 Jiri Kovalsky 2007-07-03 14:15:06 UTC
Reassigning this issue to newly created 'ruby' component.