Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: RubyGems


In the News (Wed 15 Feb 12)

  
  Ruby: RubyGems   (Site not responding. Last check: 2007-10-10)
RubyGems is a new approach to managing packages of Ruby code.
The original RubyGems petered out 2 years ago mostly because of the large amount of new code it required, much of which is now supplied in the default Ruby installation.
I expect to release RubyGems 0.5 in early October 2001.
www.rubygarden.org /ruby?RubyGems   (1287 words)

  
 Debian/Ruby Extras - Position on RubyGems
RubyGems is a packaging system for Ruby applications and libraries (similar to CPAN for Perl).
Rubygems will be included in Ruby’s standard library in Ruby 1.8.4, and chances are high that it will become the de-facto standard for Ruby packaging.
Users could then continue to install their apps the way they are used to (using apt-get), since most of them do not care about the language their apps are written in or about other ways this application/library is made available.
pkg-ruby-extras.alioth.debian.org /rubygems.html   (579 words)

  
 RubyGarden   (Site not responding. Last check: 2007-10-10)
Matz was in attendance, and took a definite interest in RubyGems, offering to give Ryan commit access to the Ruby CVS repository so that he could add RubyGems to the Ruby distribution.
RubyGems 0.4.0 on SourceForge, marking the end of his work on RubyGems.
Though we chose to take Ryan’s original name (he gave us permission), the similarities between RubyGems of 2001 and RubyGems of 2003 exist only in their shared purpose: to simplify and standardize the way that Ruby code is distributed.
www.rubygarden.org /index.cgi/Libraries/RubyGems-PastPresentAndFuture-part1.rdoc   (964 words)

  
 Wiki: DeveloperGuide   (Site not responding. Last check: 2007-10-10)
It may be under a new version of Ruby that the rubygems file will be required by default, thus obviating the need for this require.
This allows RubyGems to maintain multiple versions of an application and will, eventually, allow a version to be specified on the command line, for example (assuming "myapp" has a -v option that causes it to display its version and exit):
In the future, the gem_server which is installed with RubyGems will be able to server gems in a P2P fashion.
rubygems.rubyforge.org /wiki/wiki.pl?action=browse&id=DeveloperGuide&revision=78   (866 words)

  
 RedHanded » Ruby 1.8.3 Has Been Released
I don’t care if Rubygems support Debian or not (I do care when it actively makes it difficult to repackage things though, because if you followed the thread on ruby-dev you might have noticed that other people have problems, and are not Debian people.
Rubygems isn’t transparent, and instead forces its presence to the developer.
Anyway, rubygems (from source) is pretty weird in Debian: gem scripts and installed rubygems go in /usr, rubygems classes go in /usr/local.
redhanded.hobix.com /inspect/ruby183HasBeenReleased.html   (1096 words)

  
 RedHanded » The Coast is Clear to Vocally Praise RubyGems
RubyGems is excellent and has been a huge boost to the proliferation of libraries.
As long as Rubygems is not transparent to me as a programmer, I’m afraid I’ll have to do without.
This is a question that’s been lingering on ruby-talk since Mar. 16, though I hear that Matz mentioned RubyGems in his OSCON talk saying that there was no need to bundle additional libraries with core any longer since it’s so easy to install things with RubyGems.
redhanded.hobix.com /inspect/theCoastIsClearToVocallyPraiseRubygems.html   (1167 words)

  
 One million RubyGems, half from Rails (Loud Thinking)   (Site not responding. Last check: 2007-10-10)
Chad Fowler has announced that RubyGems, the defacto packaging standard for Ruby, has served over one million packages.
RubyGems has surely lived up to its promise of making the installation and maintenance of libraries, frameworks, and applications a painless experience.
But in all this cherry go happy, I'm still not an entirely happy man. See, RubyGems is still not part of the core Ruby distribution.
www.loudthinking.com /arc/000514.html   (478 words)

  
 [No title]
If a package is signed then RubyGems will make sure the signature matches the signing certificate, and that the signing certificate hasn't expired, but that's it.
So, the reason RubyGems refused to install our shiny new signed gem was because it was from an untrusted source.
While you're waiting for RubyGems to work it's magic, have a look at some of the other security commands: Usage: gem cert [options] Options: -a, --add CERT Add a trusted certificate.
www.pablotron.org /downloads/signing_gems.txt   (1384 words)

  
 Rubygems, native ruby extensions (and their dependencies)   (Site not responding. Last check: 2007-10-10)
The title might not be all too clear but here goes: I'm looking into alternatives for installing my ruby extension library (which is used by some utility applications).
Even if I'll right now only will be doing local installations I find RubyGems my current favorite - just some questions: - How should I handle native ruby extensions (building them at install time is not an option here).
Any special considerations with regards to application-specific configuration files, invoking the application etc. Ideally I'd just like the user to be able to run from the command line after installation.
www.codecomments.com /message369780.html   (1097 words)

  
 [Ruby] quick quick! review this!   (Site not responding. Last check: 2007-10-10)
Ryan Davis writes: > Rubygems is a very powerful system for ruby package management but is > still rather rough around the edges.
Getting rubygems well-polished > will make it more widely accepted and increase the chance of getting > it included in the standard ruby library.
I'd also note that it is imperative to include rubygems into the standard distribution of ruby since ruby apps are getting more complex and starting to depend on many non-trivial packages.
www.zenspider.com /pipermail/ruby/2005-January/001784.html   (246 words)

  
 The Farm: The Tucows Developers' Hangout :: RubyGems
RubyGems entirely manages its own filesystem space, rather than installing files into the "usual" places.
If you have RubyGems and the progressbar gem, this is all you need to draw an ASCII progress bar that goes from 0 to 100 in random increments in your terminal window:
The first public release of RubyGems is available at RubyForge.
farm.tucows.com /blog/_archives/2004/3/26/29787.html   (338 words)

  
 Mac OS X 10.4 (Tiger) + RubyGems + Rails
However don't let the advocates fool you: installing Rails into a non-standard location is anything but trivial due to complications with RubyGems.
The first step was to download and extract the latest RubyGems distribution (version 0.8.10 at the time of writing) and run the installer.
As of RubyGems 0.8.0, library stubs are no longer needed.
www.geoffreyarnold.com /index.php/wiki/view?page=2   (402 words)

  
 Ruby on Rails   (Site not responding. Last check: 2007-10-10)
Rails is primarily distributed through RubyGems — the soon-to-be official packaging format for Ruby libs/apps
RubyGems makes it really easy to install Rails and other libraries and to keep them up to date.
If the beta gems are not edgy enough for you, it's also possible to tie your application directly to the Subversion repository for Rails.
download.rubyonrails.com   (122 words)

  
 JRuby Gem?   (Site not responding. Last check: 2007-10-10)
I tried to get an updated Xalan the other day, and I almost fainted at the bizarre number of steps that the Jakarta site was making me do.
You would have to deal with CLASSPATH issues afterward, but it should be possible.
So, it's not really appropriate to say that it is a RubyGems equivalent.
www.codecomments.com /message376673.html   (892 words)

  
 Fink - Package Database - Package rubygems-rb18
RubyGems is an advanced package management tool for Ruby libraries.
The libgems-rb18 pckage contains the rubygems library and the installed /sw/var/lib/gems/1.8 directory.
This enables multiple versions of ruby to have the libraries and gems installed, but only one set of scripts may be installed at a time.
pdb.finkproject.org /pdb/package.php/rubygems-rb18   (86 words)

  
 #134 (Dispatching fails when rubygems is not installed) - Ruby on Rails - Trac
And since I do not have rubygems installed (nor do I intend to), I think that this is why this code fails.
I suppose the preferred solution would be to only load dbadaptors when they are needed.
Add/Change #134 (Dispatching fails when rubygems is not installed)
dev.rubyonrails.org /ticket/134   (165 words)

  
 The Idea Ether: RubyGems Alpha I Release
Well, tonight Chad Fowler and I released the first version of RubyGems (Alpha I).
I wrote on RubyGems after I returned from RubyConf 2003 last fall, and since then we have had little time to work on it until this last weekend.
My hope is that folks will start using and producing Gems and move Ruby's handling of libraries (creation, distribution, installation, uninstallation) to the next level.
richkilmer.blogs.com /ether/2004/03/rubygems_alpha_.html   (140 words)

  
 RubyGems Manuals   (Site not responding. Last check: 2007-10-10)
Everything you need to know about using the RubyGems packaging system.
Frequently Asked Questions about the RubyGems Packaging System.
The Gem::Specification object controls the data (and metadata) that goes into a GEM package.
docs.rubygems.org   (42 words)

  
 RubyGems User Guide | RubyGems Manuals   (Site not responding. Last check: 2007-10-10)
Note that if you can’t install RubyGems in the standard location, then you probably can’t install gems in the standard gem repository location either.
This means that RubyGems must be loaded before any gem libraries are accessable.
The RubyGems team is investigating ways of making this issue much less onerous.
docs.rubygems.org /read/chapter/3   (588 words)

  
 MFA: ChadFowlerRemoteWork   (Site not responding. Last check: 2007-10-10)
Our goal is to get it in as a standard part of a pre-Ruby-2.0 distribution some time within the next 6 months to one year.
* Platform-dependent binary libraries - We need to support binary and source distribution of platform dependent libraries (such as extensions to Ruby that are written in C) I also see the RubyGems project as being the core of what might replace the Ruby Application Archive at some point.
Platform-dependent binary libraries - We need to support binary and source distribution of platform dependent libraries (such as extensions to Ruby that are written in C) I also see the RubyGems project as being the core of what might replace the Ruby Application Archive at some point.
wiki.cs.uiuc.edu /MFA/ChadFowlerRemoteWork   (728 words)

  
 ONLamp.com: Rolling with Ruby on Rails
Whatever means you use to install Ruby, you will probably have to install RubyGems, also.
RubyGems will also install all of the other libraries that Rails depends on.
For each of these dependencies, RubyGems will ask you if you want to install it.
www.onlamp.com /pub/a/onlamp/2005/01/20/rails.html   (943 words)

  
 fail unless class << self; self end
The RubyGems project reached 100 packages during the last RubyConf, just in time for Jim Weirich’s talk.
The package count keeps increasing and now that the RubyGems team has committed itself to making their packages repackager-friendly, that’s good news for everybody.
Fortunately, RPA’s centralized nature makes the former much easier than in the case of RubyGems: end users only have to trust the signature of RPA and not those of all the upstream developers, so we don’t need a web of trust involving potentially all of the Ruby community for this to work.
www.thekode.net /blog/blog.html   (3957 words)

  
 Creating Printable Documents with Ruby
The preferred way to do this is with RubyGems, as this will drag in the prerequisite libraries.
This can be fixed by building Ruby yourself or finding someone who has compiled it properly and installing that version.
The second is for users of the PDF::Writer RubyGem.
www.artima.com /rubycs/articles/pdf_writerP.html   (2409 words)

  
 Summary: RubyGems   (Site not responding. Last check: 2007-10-10)
Smalltalk first?), RubyGems is something that really opened up my eyes.
Compared to my experience with SqueakMap, RubyGems is much easier and
RubyGems is "dead code" (scripts and text files), not live code
minnow.cc.gatech.edu /squeak/5644   (122 words)

  
 Module: Kernel
Method that requires a library, ensuring that rubygems is loaded
Requiring the module is unsuccessful, maybe it's a gem and nobody required rubygems yet.
38: begin 39: require 'rubygems' 40: rescue LoadError => rubygems_not_installed 41: raise cannot_require 42: end 43: # 2.
as.rubyonrails.com /classes/Kernel.html   (188 words)

  
 Re: Bug#293055: Progress with rails?
What I mean is that according to rubygems documentation, you write this: require 'rubygems' require_gem 'foo' Even worse: gems require gems.
A quick glance at RubyGems suggests that installation of a package as a Gem requires all of its dependencies to be gems also (due to require_gem).
A. It would not be too difficult to create a convertor to auto-generate dpkg or rpm files out of gems.
lists.debian.org /debian-ruby/2005/02/msg00009.html   (445 words)

  
 { | one, step, back | }   (Site not responding. Last check: 2007-10-10)
I’ve been heavily involved with this version for the past few weeks and I’m happy to say it is available now in the expected locations (e.g.
The biggest change to RubyGems is the command structure.
BTW, if you use Rake to build RubyGems, you will want to grab the latest version (rake-0.4.2) that supports rubygems-0.7.0.
onestepback.org /index.cgi/Tech/Ruby/Gems/RubyGems070.rdoc   (183 words)

  
 HOWTO: Install FXRuby using RubyGems - Ubuntu Forums
Now that the Fox Toolkit is installed, you have to install RubyGems, Ruby's packaging system.
You could install FXRuby directly, but the Gems system makes it easier to upgrade your Ruby extensions, or to install several versions of one extension simultaneously.
Unfortunately, RubyGems cannot be found in the Ubuntu repositories.
www.ubuntuforums.org /showthread.php?t=31532   (848 words)

  
 New patch for RubyGems in the FreeBSD ports tree
I made some small changes to my last version after I got some feedback.
The category used by the patch is now rubygem (gem was used before).
I hope that this is the last version before I fill out a FreeBSD problem report in order to officially include it in the ports tree.
blog.innerewut.de /articles/2005/06/08/new-patch-for-rubygems-in-the-freebsd-ports-tree   (146 words)

  
 The Idea Ether: RubyGems Lives!   (Site not responding. Last check: 2007-10-10)
November 19, 2003 10:40 PM I'm sure you've been thinking about this already, but just in case...
November 23, 2003 01:16 AM How is rubygems dealing with installations which are not root, but local to a home directory?
I noticed the use of sudo to install and no apparent way to specify install location.
richkilmer.blogs.com /ether/2003/11/rubygems_lives.html   (698 words)

  
 RailsOnUbuntuDebianTestingAndUnstable in Ruby on Rails   (Site not responding. Last check: 2007-10-10)
Download the rubygems package installer, used to install “gems” (ruby packages), from http://rubyforge.org/frs/download.php/5207/rubygems-0.8.11.tgz
If you get “failed require zlib” (or something like that) when building RubyGems, what you probably need to do is install zlib1g-dev (via Synaptic or apt-get) before you install Ruby.
If you are running Ubuntu Hoary and want to install rails using rubygems you will need to install libopenssl-ruby with apt.
wiki.rubyonrails.com /rails/show/RailsOnUbuntuDebianTestingAndUnstable   (905 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.