0
votes
0answers
21 views

Phusion Passenger not able to find modified gems

I did some modifications in linkedin gem, in development enviroment its working good. In production mode Phusion Passenger not able to find modified gem, getting following error. Error message: ...
0
votes
1answer
42 views

Can't run passenger-install-apache2-module

now I want to install passenger into my CentOS6.4. I installed passenger by {gem install passenger}.but I can't run {passenger-install-apache2-module}.because the following error has occured ! ...
0
votes
3answers
1k views

Building passenger apache2 module: no such file to load — rubygems builder

I want to build passenger-3.0.19 apache2 module on a debian squeeze server. After calling passenger-install-apache2-module as root i get the following error message: Compiling and installing Apache 2 ...
0
votes
1answer
82 views

Passenger can't find bundler

I am desperatly trying to set up Redmine on my debian server. I managed almost everything (the interface works with webrick), but I want it to be accessable via dev.kaleydra.de, I wanted to solve this ...
0
votes
0answers
278 views

Apache2 + Phusion Passenger + Graylog2: Bundler::GemNotFound exception

This question has been asked before, but I have the exact same issue trying to deploy Graylog2 v0.10. Everything works grandly with Passenger Standalone (uses nginx in the background) but Passenger + ...
0
votes
1answer
29 views

Ruby on Rails Passenger installation issue

user@ubuntu: ~/Documents/WorkSpace/proj1$ rvmsudo bundle exec rake passenger config_dev[proj1] [sudo] password for user: rake aborted! RVM- Ruby integration was done to a separate gem, it should be ...
1
vote
0answers
374 views

passenger: undefined symbol rb_intern2

I installed Passanger mod over the Apache webserver and tried to run my application (one uses Rails 3.2.8 and Ruby 1.9.3-p194). Firstly i encountered an error like "bundler gem could not be found". ...
1
vote
1answer
1k views

Rack app: can't activate rack, already activated

I have a Sinatra Rack app running on Dreamhost. Currently I'm croning the app every 15 minutes and logging its output. 90% of the time the app loads just fine, but about 10% of the time I get the ...
0
votes
1answer
590 views

Where does Passenger look for Gems

I am following the Rails3 tutorial 2nd Edition from the Rails website. However, rather than using the rails server I want to use my apache setup on OS X Lion. As such, I have installed Passenger and ...
3
votes
3answers
1k views

Ruby on Rails server error

i'm not a full RoR developer (php developer mostly), i've only don't small projects/tutorials, but i've inherited a rails project and though my environment mimics the heroku production environment, i ...
0
votes
1answer
257 views

dreamhost with thumbs_up update RubyGems version dependency issue

I'm trying to set up my ror site on dreamhost, however, I'm using a gem (thumbs_up) that requires ruby gems version 1.7.0 and above. Current version is: terebellum]$ gem -v 1.3.7 I tried running ...
3
votes
1answer
295 views

Can't bundle when deploying RoR app with passenger

I'm deploying an app to production using passenger and apache. I've deployed multiple apps on the same server without problems. However, for some reason I'm having problems with this app. When I run ...
1
vote
1answer
436 views

How do I deploy a Sinatra app with Nginx and Passenger?

I'm on a Dreamhost virtual private server. I have never written a Sinatra app, or any other Rack app before. I'm just trying to get a Hello World app to run but I keep getting the Passenger error page ...
1
vote
0answers
272 views

Installing geminabox Gem with mod_passenger - 'Service Temporarily Unavailable'

i'm trying to install the geminabox application on my server using mod_passenger. But for some reason it's always giving me a 'Service Temporarily Unavailable' and i don't know where to look. I've ...
1
vote
1answer
690 views

Nginx/Passenger runs a Rails app owned by another user. How do i prevent doing “bundle install” for both users?

Environment I used passenger-install-nginx-module to install Nginx/Passenger for user nginxer. I uploaded a Rails project and owned it to user projecter. Then i followed the RVM integration with ...
1
vote
1answer
124 views

Rails site searching an awful lot of directories for files when starting up?

We were experiencing some intermittent slowness of various Rails sites on our server -- Apache 2, Passenger, REE 1.8.7, various Rails versions (mostly 2.3.11). Had a fellow come in and look around to ...
2
votes
2answers
552 views

Rails 2 apps + RubyGems 1.8.7 failing

After upgrading RubyGems to 1.8.7 from a much older version our Rails 2 apps will no longer boot. A NoMethodError is raised with the message undefined method 'name' for "POpen4":String. The full stack ...
0
votes
3answers
756 views

Paperclip not working under Apache/Passenger

I've deployed my rails application on a staging/production machine running Apache and Phusion Passenger but cannot get the Paperclip gem to load correctly (or at least to get the piece of the ...
0
votes
1answer
324 views

Capistrano/Passenger deploy failing due to different gem versions

I'm trying to deploy my Rails app to my webhost (DreamHost) using Capistrano but it keeps failing because the various gems installed on the server are of a different version. I can work around this ...
19
votes
9answers
5k views

Phusion Passenger Error: You have activated rack 1.2.1, but your Gemfile requires rack 1.2.2

I'm trying to run a Ruby on Rails app on a Dreamhost shared server. All is well so far except one weird bug I have not been able to unravel. Sometimes when I visit the web app, I get presented with a ...
1
vote
1answer
3k views

how to load passenger from apache with rvm and unique gem sets

I have two websites running on the same server. Both use passenger and rvm. Each website has a unique rvm gemset. The problem I'm running into is how I would configure passenger to start up in apache. ...
1
vote
2answers
882 views

Error Using Phusion Passenger - Could not find sqlite3-ruby-1.2.5 in any of the sources (Bundler::GemNotFound)

I have finally got RoR set up on my server using Phusion Passenger and the default RoR applicatioon page shows, however when I click 'About your application’s environment' I get an error saying 'Ruby ...
0
votes
1answer
2k views

Going nuts: Gemfile.lock permission problem when deploying with Capistrano

I'm getting the following error when executing my rails application: Permission denied - /path/to/app/Gemfile.lock from bundler/definition.rb : Permission denied - ...
1
vote
3answers
740 views

Bundler in production not ignoring the development and test gems

I have a couple of rails websites in production on a ubuntu webserver of ours.. We're running Ubuntu 10.10 + Passenger and Apache.. and ruby enterprise edition version 1.8.7 (No RVM), I've been ...
7
votes
3answers
3k views

Installing Gems with Bundler == Big problem

If I run bundle install , everything passes. I reboot nginx, and when I visit the site I see the passenger error with this : git://github.com/spree/spree.git (at master) is not checked out. Please ...
1
vote
2answers
732 views

Problem deploying Rails 3 with Passenger: missing the mysql gem

I have a problem that seems very related to that in another post, but I don't understand the solution that was arrived at. I am new to Rails, and have put together a Rails 3 app. I am developing in ...
11
votes
2answers
2k views

Relationships between Rubygems, Bundler, and RVM

Following current best practices, what is the proper role for each of these? Based on my limited understanding of Bundler and RVM, it seems that they--like Rubygems--have their own install locations ...
0
votes
2answers
2k views

Rails + Passenger + Apache Production Deployment: “Missing Rails 2.3.5 gem” but it's installed

I've looked all over the web for about a week now and not found a solution to my problem. I have a Ruby on Rails application I'm trying to deploy to a production Ubuntu 10.04 server edition box. I've ...
1
vote
1answer
296 views

Sqlite on a production box

Should I have to install sqlite on a prod box where I'm using mysql for a rails application? The reason I ask is that phusion is yelling at me with the following error: Could not find gem ...
1
vote
1answer
166 views

RoR Passenger webserver “Extra File” errors on gem check --alien

I just installed the Phusion Passenger webserver via gem install. I then did a gem check --alien and got this error message: fastthread-1.0.7 has 3 problems .require_paths: Extra file ...
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
2answers
352 views

Has anyone created a debian package for phusion passenger (aka mod_rails) that doesn't depend on rubygems?

As a company policy, rubygems isn't allowed on any of our production servers (which all run debian lenny). All production software must be installed via apt. There is a package for passenger ...
1
vote
2answers
919 views

Passenger: “Missing these required gems redgreen”

total ruby newbie, trying to setup a Rails/MongoDB application on Mac OS X Snow leopard. Installed Ruby 1.9.1 and RubyGems 1.3.7, which ruby and which gem point to the same directory. I'm using the ...
1
vote
2answers
309 views

Why is Phusion Passenger refusing to recognize my updated RubyGems?

I've updated RubyGems everywhere I can possibly think to update it: but Phusion passenger keeps throwing the same error: There is that one freaking place that shows 1.3.1 as the version, ...
1
vote
1answer
781 views

Getting rmagick to work with Phusion Passenger

I'm trying to deploy my app using Phusion Passenger on DreamHost and I'm very close ... I've unpacked my gems [ecco]$ rake gems (in /home/myuser/myurl.com/trunk) - [F] authlogic - [R] ...
1
vote
2answers
732 views

Phusion Passenger on Ubuntu 8.10: how to setup gem directory and users?

I am actually running phusion passenger on ubuntu for a while. today i updated Ruby Enterprise Edition to the latest version - now it seems i have to reinstall all the gems that were installed on the ...
0
votes
2answers
1k views

Gems not found with Passenger in conservative spawn mode on Mac OS X

We are using Passenger locally on Mac OS X for development. I switched to conservative spawn mode to try to debug a problem with the MongoDB ruby driver. However, after I did this, Passenger can no ...
2
votes
4answers
1k views

Hosting Help- Custom Gems on DreamHost

I am attempting to deploy a RoR app using Passenger onto my DreamHost hosting account, but am having trouble getting it up and running. My application requires two custom gems 'amazon-ecs' and ...
0
votes
1answer
343 views

Vendored gems not getting picked up by passenger

In my app, I've vendored the json-1.1.6 gem and in environment.rb file, its mentioned config.gem "json", :version => '1.1.6' When I try to access via browser, the following error is shown by ...
1
vote
3answers
874 views

Running gem server in passenger

I'm running a few rails/rake apps in Apache/passenger and I want to add the documentation app served by gem server to these apps, so I can easily give it a special (sub)domain, like docs.example.org, ...
2
votes
2answers
1k views

invalid gem format

Installing Merb on Ruby Enterprise Edition (OS X) throws this error, any ideas? sudo gem install merb ERROR: Error installing merb: invalid gem format for ...