haml --rails does not freeze the gem; it installs the plugin code that wires rails and haml together. If you want to freeze a gem, please use the rake task.
Hunt & pecked on my iPhone... Sorry if it's brief! On Sep 19, 2009, at 11:27 AM, Giovanni <[email protected]> wrote: > > Hi, > > I have tryed to unpack haml gem by "rake gems:unpack" but it doesn't > work with rails 2.3.4. The gem status reported by "rake gems" is > Framework. In the following there are the commands to reproduce my > problem > > Perhaps this an issue of my machine or a problem of rails 2.3.4. > > $ rails --version > Rails 2.3.4 > $ rails test_haml > [...] > $ haml --rails > $ haml --rails test_haml > Haml plugin added to test_haml > $ emacs test_haml/config/environment.rb > [ adding config.gem "haml" ] > $ cd test_haml > $ rake gems > $ rake gems > (in .../test_haml) > - [R] haml > > I = Installed > F = Frozen > R = Framework (loaded before rails starts) > $ rake gems:unpack > [.. directory test_haml/vendors/gem is not created...] > > Giovanni > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Haml" 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/haml?hl=en -~----------~----~----~----~------~----~------~--~---
