Ruby Enterprise Edition (commonly REE) is a server-oriented friendly branch of Ruby, with improved memory allocator, garbage collector and some more.
5
votes
1answer
51 views
Where does Ruby memory config go and how can one check if it is set?
In REE, and MRI 1.9+, ruby's garbage collector can be tuned:
http://www.rubyenterpriseedition.com/documentation.html#_garbage_collector_performance_tuning
...
1
vote
1answer
380 views
How to install json gem - Failed to build gem native extension
I'm trying to deploy a rails app to my ubuntu linux server. I'm using capistrano and bundler and when it gets to installing gems it fails with this error:
Installing json (1.7.7) with native ...
0
votes
1answer
23 views
How to use REE in development mode [closed]
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.
-1
votes
1answer
153 views
Ruby Enterprise Edition (REE) Linux Server OS Compatibility? [closed]
I tried to install REE on ubuntu (12.04.2) 64 bit and centos (6.3) 64 bit, but i end up with some weird error's.
So i would like to know ree os compatibility, according ree website they gave ...
0
votes
1answer
33 views
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 ...
0
votes
1answer
45 views
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 ...
1
vote
1answer
174 views
Passing a splat and hash to a method?
Solution
While on 1.8, i couldnt use the accepted answer directly, but it helped me find the below:
def stylesheet_include(*sources)
if /^3\.[1-2]/ =~ Rails.version && ...
1
vote
1answer
190 views
Ruby 1.8.7 each_with_index index offset
How can i specify which index to start from when using each_with_index on a collection in ruby 1.8.7?
collection.each_with_index do |element, index = 1|
#do smth
end
Using it like this gives the ...
2
votes
1answer
384 views
Ruby Enterprize Edition vs Ruby 1.9.2 memory improvements
I have a couple of rails applications running on VPS. As I have to pay extra for more ram I have been using REE.
As rails is getting ready to deprecate 1.8.7 as of Rails 4.0 I'm starting to think ...
1
vote
1answer
52 views
How should I upgrade an old version of Ruby Enterprise Edition?
We have a legacy system running a version of REE that is almost 3 years old. The version we're using has some issues that have been patched in later versions, so it would be nice if we could upgrade ...
0
votes
3answers
121 views
Hash merging behavior
Is this behavior correct? I'm running some code like the following:
@a_hash = {:a => 1}
x = @a_hash
x.merge!({:b => 2})
At the end of all that, x's value has been changed as expected but so ...
1
vote
0answers
133 views
How do I fix the DoS String#hash vulnerability for ruby-enterprise-1.8.7-2009.10?
The problem is described here.
There have been patches for 1.8, JRuby and later version of ree, but I can't find anything for this version.
I tried applying this patch.
But compiling fails with an ...
1
vote
2answers
999 views
Why is REE faster than 1.9.3 at executing RSpec?
I've always thought that 1.9.x was supposed to be faster than REE, but consuming more memory. But as it was recently pointed out to me, REE is actually faster than executing RSpec specs, and by a huge ...
1
vote
0answers
157 views
Asset compilation taking a lot of time - around 10-15 mins
I don't know it's just me, or everybody is facing same kinda issue. I am trying to precompile assets on server with this command -
bundle exec rake assets:precompile RAILS_ENV=production
but it ...
0
votes
1answer
1k views
rvm install ree complaining about readline on Ubuntu
I'm trying to install ree-1.8.7 on Ubuntu 11.10, but I get the following:
$ rvm install ree-1.8.7
$ ...
$ ERROR: Error running './installer -a $HOME/.rvm/rubies/ree-1.8.7-2011.03 ...
2
votes
3answers
897 views
Headless JavaScript testing in ree + cucumber
Is there a way to do headless javascript testing in ree (Ruby Enterprise Edition)?
I've seen celerity/culerity/capybara, which work with jruby + HTMLUnit, but I can't seem to get it working with ree. ...
10
votes
3answers
916 views
Pasting text into IRB is incredibly slow. Readline issue?
When I paste the following text into IRB or PRY running under ruby-enterprise-2011.03, it takes 13 seconds.
# Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor ...
2
votes
1answer
2k views
Gitorious Git-daemon Ruby Gem Error
I'm installing gitorious on my webserver. Everything works fine except git-deamon, I get the following error when I run it
/etc/init.d/git-daemon start
Starting git-daemon: ...
0
votes
1answer
174 views
nginx restart issues
ive a peculiar consistent problem in production. im running rails3 + nginx with latest datamapper and ruby-enterprise
Everytime a deploy a new version (touch restart.txt) i get a bunch of errors ...
42
votes
8answers
11k views
Cant install Ruby Enterprise Edition with RVM on OSX Lion
Here is what I have done so far.
Clean install of OS X Lion
Downloaded and installed latest version of Xcode from the App Store.
Installed Git
Installed Homebrew
Installed RVM
I am now trying to ...
3
votes
1answer
5k views
Ruby Passenger: no such file to load bundler
I installed Phusion Passenger with Nginx, configured Nginx to point to the right directory, Then I ran webapp directory and this has downloaded the gemfiles, but it can't find the gems.
When I visit ...
7
votes
4answers
1k views
Rails 3.1 and Ruby EE
Since Rails 3.1 strongly recommends that it be installed with Ruby 1.9.2. But what about Ruby Enterprise Edition support? Ruby EE seems to be in the 1.8.x version, so I guess this means that future ...
0
votes
3answers
1k views
Why is MRI the mainstream Ruby interpreter, while it performs the worst? [closed]
Having seen this interpreter comparison graph, I wondered the reasons behind the MRI's mainstream usage, although it performs the worst. Why aren't Kiji or Ruby Enterprise Edition used more ...
1
vote
1answer
1k views
Ruby Enterprise Edition + OpenSSL -> “certificate verify failed”
I'm having a bit of a nightmare trying to get REE playing nicely with SSL.
Whenever I connect to an SSL site:
require 'open-uri'
open 'https://www.google.com'
I get the following error:
...
0
votes
2answers
199 views
Ruby Enterprise Edition giving Time.now in wrong format
On my VPS (Ubuntu 10.04LTS), I have ree-1.8.7-2011.03 and ruby-1.9.2-p180 installed through RVM. My problem is that when I call Time.now in ree-1.8.7(irb), I get
Thu May 12 12:16:50 +0200 2011, when ...
0
votes
2answers
320 views
REE rake gems:install is not working correct
I've installed REE on CentOS 5 for a very special task (using rails 2.3.10 and ruby 1.8) and I really need it to be isolated
In this case I won't use bundler or smth so.
Everything works ok if I'll ...
2
votes
1answer
341 views
no such file to load — rails/cli under Ruby Enterprise Edition 1.8.7
On a VPS I tried to install Ruby. Because of memory exhaustion problems, we were unable to compile ruby 1.9.2 , and we decided to give Ruby Enterprise Edition a try. This compiled without complaining ...
4
votes
1answer
446 views
Increased Memory Size after converting to Ruby Enterprise 1.8.7
When upgrading from Ruby 1.8.6 to Ruby Enterprise 1.8.7 p334, the memory size has nearly doubled. This has occurred in every one of the five Fedora 8 servers we upgraded. We run Rails 1.2.6 with ...
2
votes
2answers
483 views
Generating RDoc fails with Directory .ext/rdoc already exists
I'm just installing Ruby Enterprise and cannot change the output directory for this crashing command called by Ruby Enterprise installer.
So how do I delete the directory to satisfy this exception:
...
2
votes
4answers
870 views
New installation of Ruby Enterprise Edition - “gem” recognised but “sudo gem” isn't
I've just installed Ruby Enterprise Edition on a fresh Ubuntu 10.04 server. I went to install my first gem, and hit a weird problem I never saw before.
Without sudoing, if I just type 'gem' I get ...
2
votes
1answer
186 views
RoR: From Ruby to Enterprise Ruby Edition (no memory savings?)
I have just tried to switch to Ruby Enterprise Edition, as described here: http://www.rubyenterpriseedition.com/download.html (case: Ubuntu).
REE promises about 30% memory savings, but in my case, I ...
1
vote
1answer
406 views
ruby enterprise and Rails<3 app
i'm trying to run Redmine using rubyEE, but I am constantly facing some action_controller problems.
When I'm running unicorn, I get:
/opt/rubyEE-2010-02/lib/ruby/site_ruby/1.8/rubygems.rb:223:in ...
0
votes
3answers
1k views
RMagick broken on Ubuntu 10.04 after upgrading from 8.04
I recently upgraded a server from Ubuntu 8.04 to 10.04, and it seems to have broken RMagick, with this error:
libWand.so.10: cannot open shared object file: No such file or directory - ...
2
votes
2answers
2k views
Rails/Passenger: no such file to load — bundler
I have an application running an old version of Rails (2.2.2) and Passenger that I got up and running using Ruby Enterprise Edition 1.8.7. However, I soon found there were some incompatibilities ...
1
vote
3answers
2k views
Rails/Passenger: no such file to load — money (MissingSourceFile)
I am attempting to deploy a Rails application (which works fine in development) onto a production server. I have installed and configured Apache, Passenger, and the necessary gems. After I restart ...
0
votes
1answer
478 views
Ruby 1.8.7 vs Ruby enterprise
From what I understand REE is better in terms of garbage collection and much faster when combined with Passenger.
Are there any downfalls of using REE as opposed to Ruby 1.8.7? Random bugs on REE? ...
7
votes
4answers
1k views
Why does 6.times.map work in ruby 1.8.7 but not 1.8.6
The following code snippet works fine in 1.8.7 on Mac OS X, but not in 1.8.6 on Ubuntu. Why? Is there a workaround?
Works in 1.8.7:
$ ruby --version
ruby 1.8.7 (2009-06-08 patchlevel 173) ...
0
votes
0answers
142 views
Weird problems with ruby servers on Ubuntu 9.10
So I'm using Ubuntu 9.10, trying to setup and deploy my app, but for some reason, whenever I try and boot up thin, it tells me it can't find rails, script/console, however, works fine. Heck, even ...
2
votes
2answers
92 views
Advantages of running a production-oriented stack during development?
Lately I seem to have noticed a trend amongst some RoR developers, that is using RubyEE/Passenger/Apache type setups during their development process.
Besides the obvious "use what your clients use" ...
0
votes
1answer
455 views
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:
...
28
votes
4answers
7k views
Determine ruby version from within Rails
Is there a way to determine what version of Ruby is running from within Rails (either on the web or through script/console)? I have Ruby 1.8.6 installed but I've also installed Ruby Enterprise Edition ...
1
vote
1answer
379 views
Apache-httpd processes die with segmentation fault on deployment
I'm running Rails 2.3.3 application which is deployed with passenger/mod_rails with ruby-enterprise-1.8.6-20090610 and apache httpd.
The problem is that whenever I deploy our application, hundreds ...
10
votes
3answers
10k views
Ruby Enterprise Edition vs Ruby 1.9
I'm planning to build a website that will be a simple CMS where users submit and view postings with videos, photos and text.
One decision I want to make is choosing between Ruby Enterprise Edition ...
0
votes
1answer
383 views
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 ...
1
vote
2answers
405 views
Ruby EE ./installer fails on mysql gem installation
So, installing Ruby Enterprise Edition went fairly smoothly (except for a very odd quirk of the system I'm on, where I had to apt-get install build-essentials because there was no GCC...), but it ...
1
vote
1answer
612 views
Weird Ruby Enterprise Edition Problem
I just installed Ruby Enterprise Edition and Passenger on an Ubuntu Hardy 8.04 VPS. As far as I'm aware, the installation was successful. My Rails application is accessible and on the whole, works ...
2
votes
5answers
4k views
Using Ruby Enterprise Edition, gems are not installed where I would expect
I have just installed Ruby Enterprise Edition and am installing some gems for it. Stock Ruby 1.8.6 is also installed on the server.
I have added /opt/ruby-enterprise-1.8.6-20090201/bin to my PATH a ...
1
vote
2answers
634 views
Is there a good resource for data on Ruby Enterprise Edition usage in the wild?
We're having great results with the Phusion stack (Passenger and Ruby Enterprise Edition) in house, but I haven't been able to find much in the way of data on their use in the wild, particularly REE. ...
