I couldn’t figure out why my gems wouldn’t unpack until I ran across this: http://metaclass.org/2009/4/13/rake-gems-unpack. My gems have rake tasks and I have to include them in the app’s rakefile to make them available so Rails won’t unpack them. I did this instead: def muck_gems [‘cms-lite’, ‘disguise’, ‘uploader’, ‘muck-solr’, ‘muck-raker’, ‘muck-engine’, ‘muck-users’, ‘muck-activities’, ‘muck-comments’, ‘muck-profiles’,…
Category: rake
Quick Note: use rake to install Rails 2.0
I am adding this so I don’t forget. You can install Rails 2.0 using this: rake rails:freeze:edge TAG=rel_2-0-1 Then if you want to keep up the with the latest edge version you can just do the standard: rake rails:freeze:edge