Questions tagged [ruby-enterprise-edition]

Ruby Enterprise Edition (commonly REE) is a server-oriented friendly branch of Ruby, with improved memory allocator, garbage collector and some more.

Ruby Enterprise Edition is a server-oriented distribution of Ruby which includes various enhancements:

  • A copy-on-write friendly garbage collector.
  • An improved memory allocator called tcmalloc, which improves performance quite a bit.
  • The ability to tweak garbage collector settings for maximum server performance, and the ability to inspect the garbage collector's state.
  • The ability to dump stack traces for all running threads, making it easier for one to debug multithreaded Ruby web applications.

Related tag

53 questions
0
votes
0 answers

REE (Ruby Enterprise Edition) on El Capitan, installed through RVM, giving: [BUG] Segmentation fault

I had 10.10 installed on my MacBook Pro Retina. During this time, I had REE 1.8.7-2011.12 on my machine working fine. I upgraded to 10.11 El Capitan and everything worked fine. I recently uninstalled and reinstalled RVM to clean up my Ruby…
0
votes
1 answer

installing ruby enterprise edition - older version

I have some legacy code that needs to run on REE 1.8.7-2010.02 patched version. But I see that rvm install ree-1.8.7-2010.02 doesn't work anymore cuz wget fails. Is there a workaround to install this version at all? Any url still open for…
venkatKA
  • 2,399
  • 1
  • 18
  • 22
0
votes
1 answer

TinyTDS Undefined symbol dbsetluser

I've been struggling for the last couple of days with this issue and I'm out of ideas. I am working on a somewhat out of date application, in which I now need to add support for SQL Server. I have managed to get it to work locally (Ubuntu 12.04),…
Ruy Diaz
  • 3,084
  • 24
  • 36
0
votes
1 answer

Ruby 1.8.6 BigDecimal.to_f always returns '0,0' on Solaris

I have come across a very weird error. I'm on Solaris 10, using Ruby Enterprise Edition (ruby 1.8.6 (2008-08-08 patchlevel 286) [i386-solaris2.10]) with Rails 2.3.4. I have a very weird error. In irb: irb(main):001:0> require 'bigdecimal' =>…
0
votes
1 answer

REE 1.8.7-2011.03, Is `Enumerator#each` guaranteed to return elements in the same order as `Enumerable#to_a`

I'm running into an issue where records from an ActiveRecord association are being returned in an order that I didn't expect. This is easy enough to fix going forward, but some code that is already in production assumes a certain order, and that…
jefflunt
  • 33,527
  • 7
  • 88
  • 126
0
votes
1 answer

Passenger / REE can't find rails, it's in the $PATH, what gives?

I've got a fresh install of Ruby EE (1.8.6-20090610) and Passenger (2.2.5) on Debian Lenny. REE is installed in /opt/ruby-enterprise and it is added to the $PATH of all users through /etc/environment, and PassengerDefaultUser is set to root. The…
bwizzy
  • 1,601
  • 2
  • 19
  • 34
0
votes
1 answer

Is ruby enterprise edition (REE) is compatible with passenger 3.0.17?

I am using REE ruby 1.8.7 (2012-02-08 MBARI 8/0x6770 on patchlevel 358) [x86_64-linux], MBARI 0x6770, Ruby Enterprise Edition 2012.02 from http://rubyenterpriseedition.googlecode.com/files/ruby-enterprise_1.8.7-2012.02_amd64_debian6.0.deb Is this…
Sam
  • 685
  • 12
  • 34
-1
votes
1 answer

How to use REE in development mode

We would like to check to see if we run into issues with REE, what would be the process to switch between community rails and REE using RVM.
Joe
  • 14,513
  • 28
  • 82
  • 144
1 2 3
4