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
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:
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\']))
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
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).
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
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
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
I\'m upgrading an app to Rails 3.1. Quote often, Firebug will complain about some assets. Here are some errors pasted from Firebug:
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