Skip to content
Menu
Justin Ball
  • About
  • Privacy Policy
Justin Ball

Category: rake

gems:unpack for gems that don’t unpack

Posted on September 10, 2009November 1, 2021

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’,…

Quick Note: use rake to install Rails 2.0

Posted on December 9, 2007October 25, 2021

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

©2025 Justin Ball | Powered by SuperbThemes & WordPress