Bruce Balmer
2006-Jan-02 11:53 UTC
[Rails] How can one use GRUFF with locomotive ( I guess there is a wider question here, also)
Hi: I love Locomotive and use it exclusively for my rails projects. I''d like to install GRUFF and give it a try (a graph image creation package). I know I can do sudo gem install gruff from the command line for normal ruby and rails. How do I make gems available to Locomotive? bruce
Ryan Raaum
2006-Jan-02 12:51 UTC
[Rails] How can one use GRUFF with locomotive ( I guess there is a wider question here, also)
Hi Bruce, You can extend the Locomotive rails bundles the same way. Open a Terminal from Locomotive and `sudo gem install <gemname>` away! -r On 1/2/06, Bruce Balmer <brucebalmer@mac.com> wrote:> Hi: > > I love Locomotive and use it exclusively for my rails projects. I''d > like to install GRUFF and give it a try (a graph image creation > package). I know I can do sudo gem install gruff from the command > line for normal ruby and rails. How do I make gems available to > Locomotive? > > bruce > > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- Ryan Raaum http://www.rockefeller.edu -- Bacterial Pathogenesis and Immunology http://www.worldmartial.com -- Black Belt Instructor http://locomotive.sourceforge.net -- Self contained one-click Rails for Mac OS X
Bruce Balmer
2006-Jan-04 03:24 UTC
[Rails] How can one use GRUFF with locomotive ( I guess there is a wider question here, also)
Thanks, Ryan. And anyone reading this who might be interested, do give Locomotive a try. I love it; you may too. bruce On 2-Jan-06, at 5:51 AM, Ryan Raaum wrote:> Hi Bruce, > > You can extend the Locomotive rails bundles the same way. Open a > Terminal from Locomotive and `sudo gem install <gemname>` away! > > -r > > On 1/2/06, Bruce Balmer <brucebalmer@mac.com> wrote: >> Hi: >> >> I love Locomotive and use it exclusively for my rails projects. I''d >> like to install GRUFF and give it a try (a graph image creation >> package). I know I can do sudo gem install gruff from the command >> line for normal ruby and rails. How do I make gems available to >> Locomotive? >> >> bruce >> >> >> _______________________________________________ >> Rails mailing list >> Rails@lists.rubyonrails.org >> http://lists.rubyonrails.org/mailman/listinfo/rails >> > > > -- > Ryan Raaum > http://www.rockefeller.edu -- Bacterial Pathogenesis and Immunology > http://www.worldmartial.com -- Black Belt Instructor > http://locomotive.sourceforge.net -- Self contained one-click Rails > for Mac OS X > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails
Beate Paland
2006-Jan-08 14:49 UTC
[Rails] How can one use GRUFF with locomotive ( I guess there is a wider question here, also)
Hi, just a silly question to this (i''m new to mac, so please forgive): after typing "sudo gem install gruff " I get "gem: command not found" Do I need ruby for this? Is there a package for mac, or do I have to compile? I don''t want the complete RoR-mac-package, as I already have mysql. Thanks, Beate
Stephen Waits
2006-Jan-08 15:40 UTC
[Rails] How can one use GRUFF with locomotive ( I guess there is a wider question here, also)
On Jan 8, 2006, at 6:49 AM, Beate Paland wrote:> just a silly question to this (i''m new to mac, so please forgive): > > after typing "sudo gem install gruff " I get > "gem: command not found"This shouldn''t happen if you''re opening your Terminal window from within Locomotive. When you do that, you get the whole ruby, lighttpd, gem, rails, etc.. environment automatically added to your path. --Steve