At Tuesday's NOVARUG Brian Liles or someone in the audience said there was a known problem with Ruby (or maybe Rails) on Debian and Ubuntu. Does anyone...
I find the behavior of the gem list command very weird and annoying on the Debian environment in which I'm working. When I type: ~$ gem list *** LOCAL GEMS ***...
Camille - IIRC, the version that comes with Ubuntu, and the updates available via Ubuntu's apt-get update system, is out of date. Brian said that he wouldn't...
Camille - IIRC, the version that comes with Ubuntu, and the updates available via Ubuntu's apt-get update system, is out of date. Brian said that he wouldn't...
Camille - Does 'sudo gem list' work? If so, do you have any objection to using that? I think gem will use different locations based on the environment...
The rubygems behavior has recently changed. gem used to always attempt to install gems globally (as if you were root). If you did a "gem install X" without...
Keith, Well using sudo does help some. I now get: *** LOCAL GEMS *** activesupport (2.2.2) builder (2.1.2) cucumber (0.2.3) diff-lcs (1.1.2) nokogiri (1.2.3) ...
Michael, I think the RubyGems version on the Debian box is older like everything else. Yep on the Debian machine I have to use sudo to install gems. ...
Camille, ... I don't know if this is helpful, but I get a list of installed gems when I use the command. I'm on Ubuntu 8.04, which is a Debian derivative. You...
Charles Calvert
cbc-novarubygroup@...
Apr 2, 2009 4:43 pm
1631
Worth noting, however, is that Ubuntu is about to release 9.04, aka Jaunty. it's in beta at the moment, should be released at the end of the month. the ...
2 things:1. First, make sure you are using the latest version of rubygems. `gem upate --system` 2. Gems have 2 default install locations: it attempts to...
I'd second the advice that a basic 'gem install' is the better idea. simply put, every gem runs an install script... When you install the gem with 'sudo gem...
On Fri, Apr 3, 2009 at 8:29 AM, Chris Flipse <cflipse@...> wrote: or someone screws up and tries to ... I guess this proves how much of a nerd I am - I...
How does that work in practice? I've tried a few times and no matter what I do the unpacked gems either have dependencies outside themselves that don't also...
with rails itself, its as simple as rake rails:freeze:gems at the top of your project. If you include a reference to the gem in your environment.rb file, you...
I rarely deal with the schema.rb file in a rails project - in fact, I set svn to ignore it, because in production I will never get the chance to recreate the...
Dave, I noticed the same thing the other day. I had always set svn ignore for schema.rb, because it is autogenerated. However, the comments in the file say...
Chris, I don't have a choice on using sudo or not for gem installs on my customer's Debian system. If this isn't standard for Debian systems, then it may be...
sudo uses your password, and s a tool for granting you limited superuser abilities. Depending on how it is configured, commands are either specifically blocked...
David, Sudo being configurable is completely consistent with my differing experiences of using the sudo command on different machines. Thanks for the...
I know _nothing_ about this job vacancy. Please contact Hemant Nayak directly -- DO NOT contact me. -- Paul Bain ... Subject: Urgently Need (Ruby on Rails...
Speaking of what do you use for that? I use SVN::Notify: http://search.cpan.org/dist/SVN-Notify/ It produces lovely syntax highlighted emails. Anyone use...
Not to mention merge headaches.... ... -- // anything worth taking seriously is worth making fun of // http://blog.devcaffeine.com/ [Non-text portions of this...
FYI, I created a RubyNation twitter account a few days ago. I will try to post the must useful info on there in addition to the rubynation.org web site. Gray...
Gray - I couldn't find it. I tried "rubynation" and "ruby nation". I used the "Find People" search on the Twitter main page. Am I doing something wrong? -...
http://twitter.com/rubynation I think, if you go there, you can click on the follow link. I don't know why it doesn't show up when you search for it. It...