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 132383 - Usename not generated to database.yml when using JavaDB + JDBC
Summary: Usename not generated to database.yml when using JavaDB + JDBC
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Rails (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Erno Mononen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-09 09:11 UTC by Erno Mononen
Modified: 2008-04-25 13:04 UTC (History)
1 user (show)

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 Erno Mononen 2008-04-09 09:11:42 UTC
Steps:

1. invoke the new rails project wizard
2. specify db information directly using javadb and jdbc, specify database and username 
3. finish the wizard => the generated database.yml does not contain username
Comment 1 Erno Mononen 2008-04-09 12:28:44 UTC
Fixed in trunk.

http://hg.netbeans.org/main/rev/0c0bcfdbd766
Comment 2 Chris Kutler 2008-04-09 16:28:42 UTC
Check whether the password gets written too.
Comment 3 Erno Mononen 2008-04-09 16:40:52 UTC
It didn't, the fix handles that too.