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 176125 - cannot create rails app against any target
Summary: cannot create rails app against any target
Status: RESOLVED DUPLICATE of bug 171338
Alias: None
Product: ruby
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: Macintosh (x86) Mac OS X
: P2 normal (vote)
Assignee: Erno Mononen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-08 15:33 UTC by Vince Kraemer
Modified: 2009-11-09 01:07 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 Vince Kraemer 2009-11-08 15:33:50 UTC
build 200911070201

I downloaded and installed the IDE.
I registered a gf prelude server.
I attempted to create a Rails app that targets that server...  it failed with a message...

Rake tasks fetching failed with (working directory: /Users/vkraemer/NetbeansProjects/RailsApplication9):
rake aborted!
No Rakefile found (looking for:rakefile, Rakefile, rakefile.rb, Rakefile.rb)
/Applications/NetBeans/NetBeans Dev/200911070201.app/.../ruby2/jruby-1.3.1/lib/gems/1.8/rake-0.8.7/lib/rake.rb:2377 in raw_load_rakefile

After that happened, I tried to create a Rails app that targets WEBrick with similar results.

I deleted my userdir and retried creating a rails app... with webrick and it also failed, without the register gf v3 prelude step...
Comment 1 Vince Kraemer 2009-11-08 17:54:36 UTC
this seems to be working on my Solaris box.  I am going to lower this to p2
Comment 2 Erno Mononen 2009-11-09 01:07:31 UTC
This is likely also caused by the same RubyGems bug as https://netbeans.org/bugzilla/show_bug.cgi?id=174144, please check the instructions in https://netbeans.org/bugzilla/show_bug.cgi?id=171338 for updating RubyGems.

*** This bug has been marked as a duplicate of bug 171338 ***