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 142103 - Parameters text box in rake runner does not seem to be working
Summary: Parameters text box in rake runner does not seem to be working
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Rake (show other bugs)
Version: 6.x
Hardware: PC All
: P1 blocker (vote)
Assignee: Erno Mononen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-29 17:17 UTC by Chris Kutler
Modified: 2008-07-30 04:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Kutler 2008-07-29 17:17:16 UTC
When I put RAILS_ENV=test in the Parameters text box and double-click the db:create target, the db:create acts on the
development configuration, and not the test configuration.

When I run the following from the command line, db:create acts on the test configuration.

rake db:create RAILS_ENV=test
Comment 1 Erno Mononen 2008-07-29 20:03:21 UTC
Confirmed, parameters are not working for any tasks. A regression caused by my changes, will commit a fix in a minute.
Comment 2 Erno Mononen 2008-07-29 20:17:03 UTC
Fixed, 7e01d866b08a.
Comment 3 Quality Engineering 2008-07-30 04:19:38 UTC
Integrated into 'main-golden', available in build *200807300201* on http://bits.netbeans.org/dev/nightly/
Changeset: http://hg.netbeans.org/main/rev/7e01d866b08a
User: Erno Mononen <emononen@netbeans.org>
Log: #142103: Parameters text box in rake runner does not seem to be working