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

Summary: cannot create rails app against any target
Product: ruby Reporter: Vince Kraemer <vkraemer>
Component: ProjectAssignee: Erno Mononen <emononen>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P2    
Version: 6.x   
Hardware: Macintosh (x86)   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:

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 ***