Matt Jones wrote in post #965193: > On Nov 29, 9:50pm, Ralph Shnelvar <[email protected]> wrote: >> in some directory that will allow haml to be found? > I'm guessing that you're running on Rails 2.3, as I believe the 3.x > message is different (and Bundler would handle most of this). > > On your development machine (not the server) you can do: > > rake gems:unpack GEM=haml > > to unpack the Haml gem into vendor/gems. You can then check the > unpacked files into source control and deploy them with your > application. > > --Matt Jones
Thank you, Matt. I believe that rake gems:unpack will unpack everything that I need. Isn't "unpack" a _terrible_ name for what the operation does!? -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

