Tagged Questions
The ruby-enterprise-edition tag has no wiki summary.
34
votes
7answers
6k 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 ...
8
votes
4answers
2k 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 ...
8
votes
2answers
7k 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 ...
7
votes
4answers
780 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 ...
7
votes
4answers
465 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) ...
6
votes
1answer
264 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 ...
4
votes
1answer
318 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
1answer
236 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 ...
2
votes
3answers
285 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
2answers
82 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" ...
1
vote
0answers
75 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
192 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
1answer
322 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: ...
1
vote
1answer
839 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 ...
1
vote
1answer
591 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 - eg,
require 'open-uri'
open 'https://www.google.com'
I get the following error :
...
1
vote
2answers
194 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:
...
1
vote
1answer
143 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
317 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 ...
1
vote
1answer
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
1k 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 ...
1
vote
1answer
310 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 ...
1
vote
2answers
333 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
521 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 ...
1
vote
5answers
3k 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
618 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. ...
0
votes
0answers
10 views
Does upgrading ruby, but keeping the same passenger require an update to apache?
I'm upgrading to a newer version of ruby enterprise edition (2009.13 to 2011.12) but keeping the same passenger gem (2.2.10).
Do I have to passenger-install-apache-module?
I don't think I do, but I ...
0
votes
0answers
42 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
373 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 ...
0
votes
2answers
220 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. ...
0
votes
1answer
62 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 ...
0
votes
2answers
98 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
116 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 ...
0
votes
3answers
482 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 - ...
0
votes
1answer
307 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? ...
0
votes
0answers
134 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 ...
0
votes
1answer
336 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:
...
0
votes
1answer
341 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
votes
3answers
376 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 ...