Search code examples
ruby-on-railsblogspassengercommentsrefinerycms

Rails 3.2, Refinery Edge Blog


I am trying to deploy my Refinery blog CMS to a staging server.

The app works fine on my development but annoyingly it does not online. I get the following error from passenger:

No such file to load -- /path/to/app/releases/20120217232643/webapp/app/mailers/refinery/blog/comment_mailer

I am totally baffled, being new to Rails, I though it would work out the box. Especially as it works somewhat fine on my development machine.

I would appreciate a pointer or two.

Thanks

M.


Solution

  • Try running it with Rails 3.0 you can install it with gem install rails -v 3.0. According to the "Getting Started Guide" (see http://refinerycms.com/guides/getting-started-with-refinery) Refinery runs on Rails 3.0.