Any suggestions on freezing bluecloth [1] into an app? It has a non-standard install [2], and when I used http://gemsonrails.rubyforge.org/ to freeze it into a rails app, I get this on startup: ERROR: Please update /home/dhaskin/workspace/bsg-1.11/vendor/gems/BlueCloth-1.0.0/init.rb with the require path for linked RubyGem BlueCloth Exiting and I''m not completely sure how to address this. Thanks! dwh [1] http://www.deveiate.org/projects/BlueCloth and http://github.com/mislav/bluecloth/tree/master [2] "You can install this module either by running the included `install.rb` script, or by simply copying `lib/bluecloth.rb` to a directory in your load path." --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Hi, you should be able to use the following within your application''s root directory: rake rails:freeze:gems Good luck, -Conrad On Mon, Sep 1, 2008 at 7:24 AM, Denis Haskin <denis-QjqrIaraUJHsRQ7aLHQQZ6xOck334EZe@public.gmane.org>wrote:> Any suggestions on freezing bluecloth [1] into an app? It has a > non-standard install [2], and when I used > http://gemsonrails.rubyforge.org/ to freeze it into a rails app, I get > this on startup: > > ERROR: Please update > /home/dhaskin/workspace/bsg-1.11/vendor/gems/BlueCloth-1.0.0/init.rb with > the require path for linked RubyGem BlueCloth > Exiting > > and I''m not completely sure how to address this. > > Thanks! > > dwh > > [1] http://www.deveiate.org/projects/BlueCloth and > http://github.com/mislav/bluecloth/tree/master > [2] "You can install this module either by running the included > `install.rb` script, or by simply copying `lib/bluecloth.rb` to a directory > in your load path." > > > >--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Unless I''m mistaken, that only freezes the Rails gems. Not any other gems. Or am I wrong? dwh Conrad Taylor wrote:> Hi, you should be able to use the following within your application''s > root directory: > > rake rails:freeze:gems > > Good luck, > > -Conrad > > On Mon, Sep 1, 2008 at 7:24 AM, Denis Haskin <denis-QjqrIaraUJHsRQ7aLHQQZ6xOck334EZe@public.gmane.org > <mailto:denis-QjqrIaraUJHsRQ7aLHQQZ6xOck334EZe@public.gmane.org>> wrote: > > Any suggestions on freezing bluecloth [1] into an app? It has a > non-standard install [2], and when I used > http://gemsonrails.rubyforge.org/ to freeze it into a rails app, I > get this on startup: > > ERROR: Please update > /home/dhaskin/workspace/bsg-1.11/vendor/gems/BlueCloth-1.0.0/init.rb > with the require path for linked RubyGem BlueCloth > Exiting > > and I''m not completely sure how to address this. > > Thanks! > > dwh > > [1] http://www.deveiate.org/projects/BlueCloth and > http://github.com/mislav/bluecloth/tree/master > [2] "You can install this module either by running the included > `install.rb` script, or by simply copying `lib/bluecloth.rb` to a > directory in your load path." > > >--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---