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 122994 - Loading specific fixtures through the rake targets
Summary: Loading specific fixtures through the rake targets
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Rails (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Erno Mononen
URL:
Keywords:
Depends on: 139612
Blocks:
  Show dependency tree
 
Reported: 2007-11-28 17:35 UTC by theyaa
Modified: 2009-02-19 23:01 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 theyaa 2007-11-28 17:35:28 UTC
Hello everyone,
     I am developing a web app for my personal use using Ruby on Rails project in NetBeans 6.
     The other day I was trying to load a couple fixtures into the Db, when I went to the rake targets:db:fixtures, 
the only option there was "load" to load all the fixtures, it will be very beneficial to be able to load specific 
fixtures from inside the ide.

Regards.
Comment 1 Erno Mononen 2008-01-18 16:19:15 UTC
Right, sounds like something that would be nice to have in 6.1.
Comment 2 Erno Mononen 2008-07-10 16:47:38 UTC
You can do it now (in 6.5) by using the new rake task runner, but we could still make it more convenient by 
prepopulating the params with existing fixtures (needs that issue 139612 is implemented first).
Comment 3 Erno Mononen 2008-08-27 14:30:47 UTC
Changing to an enhancement as this is possible now, just that it could be still more convenient by providing a list of 
all existing fixtures in the rake runner. The rake runner does remember the parameters though, so that should help a 
bit too.
Comment 4 Erno Mononen 2009-01-28 08:35:24 UTC
Fixed in ad42b0f333fe, the Rake runner now has a combo box containing the fixtures found in the project (for the 
db:fixtures:load task).
Comment 5 Quality Engineering 2009-01-28 22:49:51 UTC
Integrated into 'main-golden', will be available in build *200901281643* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/ad42b0f333fe
User: Erno Mononen <emononen@netbeans.org>
Log: #122994: Loading specific fixtures through the rake targets