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 - Launch a console window with Ruby/Rails/Rake environment variables set
Summary: Launch a console window with Ruby/Rails/Rake environment variables set
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Rails (show other bugs)
Version: 6.x
Hardware: Macintosh Mac OS X
: P3 blocker (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-11 12:54 UTC by callagga
Modified: 2011-01-28 20:10 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 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.