Displaying 12 results from an estimated 12 matches for "debug19".
Did you mean:
debug1
2012 Jan 15
2
ruby-debug19 error undefined symbol: ruby_current_thread
...dle/ruby/
1.9.1/gems/ruby-debug-base19-0.11.25/lib/ruby_debug.so: undefined
symbol: ruby_current_thread - /var/www/vhosts/mydomain.com/rails/
testsbga/shared/bundle/ruby/1.9.1/gems/ruby-debug-base19-0.11.25/lib/
ruby_debug.so
I am using rvm :
ruby-1.9.2-p290@rails3 with Rails 3.0.9 & ruby-debug19
installed as :
gem install ruby-debug19 -- --with-ruby-include="home/erwin/.rvm/src/
ruby-1.9.2-p290@rails3"
what could be wrong ? anything related with linebase19 and ruby-
debug19 versions w Rails 3.0 ??
whatever it''s a production deployment , I don''t need ruby-deb...
2011 Nov 14
2
Looking for environment setup help
Can anyone help with setting up my environment? This all started when
I tried to install Aptana Studio 3, and want to use the debugger. I
have installed ruby 1.9.2, and rails 3.1.0. When I try to install the
ruby-debug-base gem, I get an error that does not make sense to me -
it tells me it needs ruby version > 1.8.7. Here is the error message,
along with other details. I am running this
2011 Apr 16
17
Rails 3 Crashing On Windows 7
Hi guys,
I have Rails 3 running on Windows 7 with Ruby 1.9.2
Every now and again, my server crashes, and I see the following
information in the windows event log:
Faulting application name: ruby.exe, version: 1.9.2.180, time stamp:
0x4d5ee5ed
Faulting module name: msvcrt-ruby191.dll, version: 1.9.2.180, time
stamp: 0x4d5ee5ec
Exception code: 0xc0000005
Fault offset: 0x0011a00e
Faulting process
2010 Aug 14
10
Redirecting after logging in
Hey everybody,
I''m trying to make an example of a small networking site, and when I log
in a user, it should redirect and show his profile, but I get the
following error:
NoMethodError in User#index
Showing app/views/user/index.html.erb where line #5 raised:
undefined method `screen_name'' for nil:NilClass
Extracted source (around line #5):
2: Your basic information
3:
2009 Oct 22
2
ruby-debug and Ruby 1.9.1
Has anyone built ruby-debug for Ruby 1.9.1? I am on Leopard. A check
around the Web yielded issues with the pair, but no solution (I''ll
keep looking), hence my question.
Martin
2010 Dec 06
0
Rspec: `should': uninitialized constant RSpec::Expectations (NameError)
...ore (2.2.1)
rspec-expectations (2.2.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.2.0)
rspec-rails (2.2.1)
actionpack (~> 3.0)
activesupport (~> 3.0)
railties (~> 3.0)
rspec (~> 2.2.0)
Gemfile:
group :development, :test do
gem ''ruby-debug19''
gem ''cucumber-rails''
gem ''cucumber'', ''>=0.8.5''
gem ''capybara''
gem ''rspec-rails''
gem ''factory_girl_rails''
gem ''webrat'', ''>=0....
2010 Dec 02
1
cannot install ruby-debug-base
excuse me,
I want install ruby-debug-base.. but,
# gem install -V ruby-debug-base
bla.. bla..
bla.. bla..
/usr/local/lib/ruby/gems/1.9.1/gems/linecache-0.43/test/short-file
Building native extensions. This could take a while...
ERROR: Error installing ruby-debug-base:
ERROR: Failed to build gem native extension.
/usr/local/bin/ruby extconf.rb
Can''t handle 1.9.x yet
*** extconf.rb
2012 Jun 14
1
Cucumber/RSpec ::: Capybara? Webrat What am I using??
...ails3-jquery-autocomplete (1.0.7)
railties (3.2.5, 3.2.1, 3.0.0)
rake (0.9.2.2)
rdoc (3.12)
rspec (2.10.0, 2.0.0)
rspec-core (2.10.1, 2.0.0)
rspec-expectations (2.10.0, 2.0.0)
rspec-mocks (2.10.1, 2.0.0)
rspec-rails (2.10.1, 2.0.0)
ruby-debug-base19 (0.11.25)
ruby-debug-base19x (0.11.30.pre10)
ruby-debug19 (0.11.6)
ruby_core_source (0.1.5)
ruby_parser (2.3.1)
rubygems-bundler (1.0.2)
rubyzip (0.9.8, 0.9.7)
rvm (1.11.3.3)
rvm-capistrano (1.2.2)
sass (3.1.19, 3.1.15)
sass-rails (3.2.5, 3.2.4)
selenium-webdriver (2.22.2)
sexp_processor (3.0.10)
sprockets (2.1.3, 2.1.2)
sqlite3 (1.3.6)
sqlite3-ruby (1.3....
2011 Nov 14
3
ruby 1.9.3 causes rbuf_fill timeout, but 1.8.7 does not
subject line says it all. I am trying to use the Google Storage gem
(gstore), and if i use ruby 1.8.7, no problem. If i try to use ruby
1.9.3, i get this error:
Timeout::Error: Timeout::Error
from /usr/local/lib/ruby/1.9.1/net/protocol.rb:146:in `rescue
in rbuf_fill''
from /usr/local/lib/ruby/1.9.1/net/protocol.rb:140:in
`rbuf_fill''
from
2010 Mar 07
5
Rails development processes running very slow
This is a problem I know other people have been having. I''m on Rails
2.3.5 on a dual core 2.1Ghz Macbook Pro 2.1 with 3Gb of ram and 800Mb+
inactive memory. Things should be fast. Sometimes things run slowly,
but nothing nearly as slowly as rails. irb starts in milliseconds.
Even Java maven tasks are pretty fast. Rails on the other hand takes
a pitiful 1:30 minutes to start - the
2012 Jan 15
2
DEPRECATION WARNING: Passing a template handler in the template name is deprecated. (rspec + haml)
...guard-rspec"
gem ''spec_support''
# on Linux
gem ''rb-inotify'' unless RUBY_PLATFORM.include?("x86_64-darwin")
gem ''libnotify'' unless RUBY_PLATFORM.include?("x86_64-darwin")
end
# To use debugger
# gem ''ruby-debug19'', :require => ''ruby-debug''
########################################
cat Gemfile.lock
GEM
remote: http://rubygems.org/
specs:
actionmailer (3.2.0.rc2)
actionpack (= 3.2.0.rc2)
mail (~> 2.3.0)
actionpack (3.2.0.rc2)
activemodel (= 3.2.0....
2012 Feb 01
10
Very strange problem: Ton's of ruby process just running simple command "rails --version" or "rails
Very strange problem: Ton''s of ruby process just running simple command
"rails --version" or "rails new test1""
I have very strange problem. I try to run this simple command
"rails new test1" --> this suppose to be create a new rails site.
"rails --version" --> even this I got ton''s of ruby process
but I got a lot of ruby