passenger
Redeploying Rails app results in new bundling error with Passenger
I deployed my first rails app to a production server a few days ago.Since then, I\'ve been working on some fixes on my development machine and I pushed those over to the production server via git.I to[详细]
2023-04-05 02:33 分类:问答Rufus-scheduler only running once on production
I\'m using rufus-scheduler to run a process every day from a rails server. For testing purposes, let\'s say every 5 minutes. My code looks like this:[详细]
2023-04-05 02:04 分类:问答Bundler + RVM + Passenger + Capistrano deployment & missing gems
I got the server with the configuration above. This is the important part of my deploy.rb recipe: $:.unshift(File.expand_path(\'./lib\', ENV[\'rvm_path\']))[详细]
2023-04-04 20:00 分类:问答How to get 3.1 rails assets working in mod_rails?
Trying to switch from rails server to Apache and Passenger. I got an asset-not-found error in the logs, and found out I needed to do rake assets:precompile. When I do so (after cleaning), I get the be[详细]
2023-04-04 18:32 分类:问答Apache: how to config ip address without SeverName?
I want to set my own sever to run my ruby on rails project(with passenger plugin). I use Apache2 on Ubuntu11.04(sever version).[详细]
2023-04-04 16:55 分类:问答Haml rendering error on production
I\'m writing a Rails 3 application on Mac OSX and it runs fine under both development and production.When I deploy the app with Passenger I get a error in one of my views.This is how the view looks li[详细]
2023-04-04 03:57 分类:问答Rails 3.1 SASS asset helpers not not including RAILS_RELATIVE_URL_ROOT / relative_url_root
I have been working on an upgrade to Rails 3.1 from 2.3.11. One of the main hurdles to clear is the conversion to the asset pipeline. In this process I decided to convert my css to sass (scss). In rai[详细]
2023-04-03 15:48 分类:问答Installing rails app on Linux gives google maps api errors in javascript
I have an app written in ruby on rails which is running fine on my Mac.However when I install the app on Linux via Passanger the Google maps on the page don\'t work and I get a javascript error.Is the[详细]
2023-04-03 15:07 分类:问答Rails 3.1: Intermittent 500 Internal Server Error when serving uncompressed assets
I\'m upgrading an app to Rails 3.1. Quote often, Firebug will complain about some assets. Here are some errors pasted from Firebug:[详细]
2023-04-02 18:55 分类:问答Is there a way to upgrade from Ruby 1.8.7 to 1.9.2 without having to reinstall gems and rails?
In more details... I have a CentOS machine running Passenger alongside other Apache/httpd projects (PHP) and I wonder if there is some way I can upgrade my Ruby version without breaking any current ru[详细]
2023-04-02 11:24 分类:问答