Even though I’ve freezed the edge version of the app (rake
rails:freeze:edge), when starting up the application I get this error:
[sergiutruta@jervis ~/etc/rc.d]$ /usr/local/lib/ruby/site_ruby/1.8/
rubygems/custom_require.rb:21:in require__': no such file to load -- active_resource (MissingSourceFile) from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb: 21:in
require’
…
I understand it’s complaining because it cannot find active_resourse,
and looking into the vendor/rails folder, there’s no active resource
there indeed. What am I doing wrong here?