search for: netbean

Displaying 20 results from an estimated 170 matches for "netbean".

Did you mean: netbeans
2007 Jul 18
3
Help. Acts_as_Authenticated plugin stops working for me?
..., "login"=>"erv2", "created_at"=>Wed Jul 18 02:47:19 BST 2007}, @new_record=false, @password="000000", @password_confirmation="000000">:User RAILS_ROOT: script/../config/.. Application Trace | Framework Trace | Full Trace C:/Program Files/NetBeans 6.0M10/ruby1/jruby-1.0/lib/ruby/gems/1.8/ gems/activerecord-1.15.3/lib/active_record/transactions.rb:101:in `transaction'' C:/Program Files/NetBeans 6.0M10/ruby1/jruby-1.0/lib/ruby/gems/1.8/ gems/activerecord-1.15.3/lib/active_record/transactions.rb:121:in `transaction'' C:/Program...
2008 Jul 16
2
Error when running my unit test...
Hi Rails team Learning ROR, and is doing the chapter with test..... feel like skipping this, but.... (using NetBeans IDE 6.1) I have created this story_test.rb, and when I run the ''rake test:units (selected from the GUI), I get this error: (in /data/NewOrder/Projects/ROR/shovell) ** Invoke test:units (first_time) ** Invoke db:test:prepare (first_time) ** Invoke environment (first_time) ** Execute envi...
2009 Sep 17
1
Load Error Using Mechanize Gem
...9;) do |page| search_result = page.form_with(:name => ''f'') do |search| search.q = ''Hello world'' end.submit search_result.links.each do |link| puts link.text end end ---------------------- Resources I''m using: Editor: Netbeans IDE 6.7.1 Gems installed (among others): mechanize-0.9.3, nokogiri-1.3.3-java Operating System: Windows Vista Home Premium, Service Pack 1, 64-Bit Error message stack: JRuby limited openssl loaded. gem install jruby-openssl for full support. http://wiki.jruby.org/wiki/JRuby_Builtin_OpenSSL C:/...
2008 Sep 09
0
Re: NetBeans to IntelliJ to Eclipse to NetBeans to Eclipse to IntelliJ - Evaluating IDEs for Ruby o
Just as an update .. I moved from Vista to Ubuntu and stuck with IntelliJ + Ruby plugin until I hit a showstopper bug.. http://www.intellij.net/forums/thread.jspa?threadID=277084&tstart=0 So I was forced to move quickly back to either NetBeans or Eclipse ... and since NetBeans required less setup than Eclipse I''ve run with that. I''ve been happy with the Ruby support on NetBeans although some of the refactoring is not as good as IntelliJ''s Ruby. I have also found the svn support in NetBeans not as good as Int...
2007 Mar 08
6
NetBeans IDE 6.0
Hi there ! I came across the NetBeans IDE and also the screencasts. Here are the links for screencasts: http://blogs.sun.com/roumen/entry/two_demos_jruby_on_rails D/L Link : http://nbi.netbeans.org/m11/download.html I''m now on Kdevelop and not yet tried NetBeans and its ~80 Mb of D/L. If any of you had tried it out, do...
2008 Jan 14
5
Help finding "JRE" to run Netbeans in Linux
...untu 7.10 and feel running the scripts to install Ruby and Rails are reasonable straightforward. I plan to run an Nginx server with multiple Mongrel clusters using Capistrano. What''s killing me is installing a graphic development environment such as Radrails (which I love on Windows XP) or Netbeans. Understand that I''ve been through the routine of installing "sudo apt- get install sun-java6-jre" many times. Once, for some unknown reason my Netbeans 6.0 came up fine (as it found the JRE location on its own), but I was unsure how it happened and elected to re-install my Ubun...
2007 May 06
2
NetBeans gets RSpec support
It looks like the lates NetBeans milestone can run RSpec specifications: http://wiki.netbeans.org/wiki/view/NewAndNoteWorthyMilestone9 I haven''t tried it myself, but if anyone else does please tell us about your experience. Aslak
2010 Aug 23
2
NetBeans and Java Bindings
Hello, I was wondering if anyone has succeeded in getting the Java bindings to work with NetBeans, in order to make use of NetBeans's GUI developer. I've had no luck so far, does anyone know how to do that? Many thanks.
2008 Nov 25
1
NetBeans 6.5: RuntimeError when running tests
Is anyone on the list having success using NetBeans 6.5? I''ve been having difficulty running my tests on NetBeans 6.5. Whenever I attempt to run the tests on my project, I get numerous errors such as this one: RuntimeError: appender ''<Logging::Appenders::File: /Users/george/ workspace/RPM/log/test.log>'' is closed...
2007 Mar 09
3
NetBeans 6.0/Script Console Window
Has anyone figured out how to turn NetBeans IRB window into Ruby on Rails script/console window where the gems like ActiveRecord, ActionPack etc are recognized? May be an easy one for the Rails Guru''s out there, not for me. By default, the NetBeans IRB window only loads Ruby. I am trying to see how well NetBeans 6.0''s R...
2007 Oct 16
6
netbeans6 + RoR errors
I''m having problems with running RoR applications, either imported from existing source or by creating a new project in NetBeans 6 beta 1. When I use the menu "run / test project" or "run / run main project" I get an error very similar to this: (from test) (in C:/flame-svn/test/RailsApplication1) "C:/flame-svn/test/RailsApplication1/config/boot" rake aborted! No such file or directory - C:/f...
2011 Mar 08
6
RoR failure
I am a newbie at RoR and am disappointed by the fact that I couldn''t install it in my Ubuntu 10.10 using an IDE. I tried NetBeans 6.9.1, Eclipse 3.6.2, Aptana Studio and its plugin for Eclipse and RubyMine. There was always a problem somewhere (rails, rubygems, rake, etc) preventing me from working with my project. I currently have Netbeans 6.9.1 bundled with java jdk 1.6.0. I''ve already tried to install its necessa...
2010 Feb 25
2
error on project run.....
Hi, i am new at rails, working on a project,as i run my project in netbeans, the following error comes in the output window, suggest some fix for it. C:/Program Files/NetBeans 6.7 Beta/ruby2/jruby-1.2.0/lib/ruby/gems/1.8/ gems/rails-2.3.2/lib/initializer.rb:32: C:/Program Files/NetBeans 6.7 Beta/ruby2/jruby-1.2.0/lib/ruby/gems/1.8/gems/rails-2.3.2/lib/ initializer.rb:107...
2010 Jan 07
1
Active Record Error
I''ve had to download an existing Rails project and I''m attempting to setup locally. I''ve installed all the 2.1.1 rails gems needed by the project as the existing site is at that version. My platform is Netbeans 6.8 on Windows Vista for development and prod is on linux. I''ve been able to setup test and other sites using the latetest version of rails but cant seem to get passed the below exception being thrown. So that''s why I''m email you out of the blue, to which I apologize, b...
2009 Mar 16
15
DEV Laptop : Ubuntu or Centos , Netbeans or Eclipse ?
After doing some playing around RoR ,now is time to make it real and start making money.. The target for now is to make simple website and get used to new tecnology (Github , capistrano and so on) Now I need to install the new DEV machine but .... Ubuntu (deb) or Centos (rpm) Netbeans or Eclipse Which combination is better ? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonra...
2007 Sep 17
1
Fwd: Problem - Editing rhtml in NetBeans is very slow - only for me?
Hi Did anyone except me ever experienced very slow response when editing rhtml in NetBeans? It starts ok, but after a couple of minutes of editing it takes several seconds to move the cursor from one line to another. I''m on Ubuntu and using the today''s NetBeans rubyide build. I''ve tried to switch off all features for the RHTML editor in ''advanced pref...
2007 Sep 23
62
moving from aptana to 3rdRail
How? I have a project full of gems etc etc how can I move it in 3rdRail? I hope I don''t have to do it manually for every single file.. any help appreciated --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2011 Sep 30
5
Rails on Netbeans 6.9.1
I installed ruby 1.9.2 using RVM and then used Netbeans to install the latest rails and gems etc. However when I create a new rails application and click finish i get the following error http://old.nabble.com/file/p32569627/Screen%2BShot%2B2011-09-30%2Bat%2B16.14.01.png Screen+Shot+2011-09-30+at+16.14.01.png When I create a new rails project I corr...
2008 Aug 19
1
[Bug 17204] New: Support Netbeans.tv player
http://bugs.freedesktop.org/show_bug.cgi?id=17204 Summary: Support Netbeans.tv player Product: swfdec Version: unspecified Platform: Other URL: http://netbeans.tv/community/NetBeans-IDE-6.5-Beta-Java- Debugger-New-Feature-376/ OS/Version: All Status: NEW Severity: normal...
2009 Apr 02
0
NetBeans DTrace GUI Plugin + Chime
The FCS version (1.0) of the NetBeans DTrace GUI Plugin + Chime is published on the NetBeans Update Center. The new release contains more than 30 new Chime displays that can be used to debug and tune applications that are written in native and dynamic languages such as Ruby and Python. For more information please see the URL below: h...