[Rails] Re: [BUG] Segmentation fault ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux]

2013-02-21 Thread delta force
Many Thanks Fred, It worked :) -- 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 unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscr...@go

[Rails] Re: [BUG] Segmentation fault ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux]

2013-02-21 Thread Frederick Cheung
> > > Code of process.rb > > #!/usr/bin/ruby > > require 'active_record' > ActiveRecord::Base.establish_connection( > :adapter => "mysql2", > :host => "localhost", > :username => "root", > :password => "root123", > :database => "testproject_development" > ) > > But

Re: [Rails] Re: [BUG] Segmentation fault

2010-06-26 Thread Mark Kremer
Hello Daniel, ruby-1.9.2-head is not a snapshot, it is actively being developed on. So if you download ruby-1.9.2-head Today it may be quite different from what you downloaded with rvm originally. There have also been preview releases of Ruby 1.9.2 (the latest being preview3, if I am not mista

[Rails] Re: [BUG] Segmentation fault

2010-06-21 Thread Daniel Salmerón
Thanks Fernando. So, seems that I'm stuck with this again... Any advice on what I can do to setup a configuration as stable as possible, so I can be able to work with rails 3 ? I installed ruby 1.9.2-head again with a new gemset and I'm having the same segmentation errors again. On Jun 21, 3:15 p

Re: [Rails] Re: [BUG] Segmentation fault

2010-06-21 Thread Ivan Nastyukhin
From: Hongli Lai Date: Mon, Jun 7, 2010 at 4:37 PM Subject: [Rails-core] Rails 3 and Ruby 1.8 To: "Ruby on Rails: Core" According to http://guides.rails.info/getting_started.html Rails 3 requires either Ruby 1.8.7 < p248 or Ruby 1.9.2dev because everything in between has bugs. That's quite unfo

Re: [Rails] Re: [BUG] Segmentation fault

2010-06-21 Thread Fernando Brito
José Valim (member of Rails Core dev team) said that Rails 3 doesn’t support ruby 1.9.1 (it makes some segmentation fault errors). Actually, it’s supporting ruby 1.9.2! Source: http://blog.plataformatec.com.br/2010/04/rails-3-with-rvm-ftw/ -- Fernando Brito -- You received this message because

Re: [Rails] Re: [BUG] Segmentation fault

2010-06-21 Thread Ivan Nastyukhin
u can not do it on github.com/ruby ) but it dev version) and your program can crash =) and core-ruby developers, simlify ignore bugs with : Hi my rails app core-crash at latest ruby,=) Ivan Nastyukhin dieinz...@me.com On Jun 21, 2010, at 3:55 PM, Daniel Salmerón wrote: > Thanks Ivan fo

[Rails] Re: [BUG] Segmentation fault

2010-06-21 Thread Daniel Salmerón
Thanks Ivan for the advice. I installed ruby 1.9.1 as it seems to be the latest stable version, and now everything seems to work again. Do you know where I can post that failure in order to let ruby developers know about it? Thanks. On Jun 21, 1:15 pm, Ivan Nastyukhin wrote: > when u use head ve

Re: [Rails] Re: [BUG] Segmentation fault

2010-06-21 Thread Ivan Nastyukhin
when u use head version, u cant be sure, thats your version is the same as all people in blogs) and of course, u can use some gem or plugin, witch incorrect with 1.9 head) Ivan Nastyukhin dieinz...@me.com On Jun 21, 2010, at 3:04 PM, Daniel Salmerón wrote: > Thanks Ivan, but how is it poss

[Rails] Re: [BUG] Segmentation fault

2010-06-21 Thread Daniel Salmerón
Thanks Ivan, but how is it possible that if this is a problem with that specific ruby version that no one else is having this same issues, when as it seems, it's the most used version for rails 3 development? I mean, I've been reading all over the internet that people uses rvm with ruby 1.9.2-head