Search the web
Sign In
New User? Sign Up
novarubygroup · The Ruby User Group of Northern Virginia
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1622 - 1651 of 1952   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1622
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...
Camille Bell
cpbell1
Offline Send Email
Apr 2, 2009
1:22 pm
1623
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 Bell
cpbell1
Offline Send Email
Apr 2, 2009
1:39 pm
1624
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...
Keith R. Bennett
krbennettmd
Offline Send Email
Apr 2, 2009
1:43 pm
1625
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...
Keith R. Bennett
krbennettmd
Offline Send Email
Apr 2, 2009
1:45 pm
1626
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...
Keith R. Bennett
krbennettmd
Offline Send Email
Apr 2, 2009
1:46 pm
1627
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...
Michael Lang
mwlang
Offline Send Email
Apr 2, 2009
2:16 pm
1628
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) ...
Camille Bell
cpbell1
Offline Send Email
Apr 2, 2009
2:37 pm
1629
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 Bell
cpbell1
Offline Send Email
Apr 2, 2009
2:50 pm
1630
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@...
Send Email
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 ...
Chris Flipse
thegreyw0lf
Offline Send Email
Apr 2, 2009
6:12 pm
1632
Chris, The speed statics are probably enough incentive to get a newer hand complied version. thanks, Camille ... From: Chris Flipse <cflipse@...> ...
Camille Bell
cpbell1
Offline Send Email
Apr 2, 2009
8:36 pm
1633
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...
Matt Scilipoti
mmscili
Offline Send Email
Apr 3, 2009
4:00 am
1634
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...
Chris Flipse
thegreyw0lf
Offline Send Email
Apr 3, 2009
12:29 pm
1635
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...
David Bock
javaguy_98
Offline Send Email
Apr 3, 2009
1:10 pm
1636
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...
Jeff Schoolcraft
m005838
Offline Send Email
Apr 3, 2009
2:18 pm
1637
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...
David Bock
javaguy_98
Offline Send Email
Apr 3, 2009
2:30 pm
1638
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...
David Bock
javaguy_98
Offline Send Email
Apr 3, 2009
5:37 pm
1639
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...
Paul Stadig
pstadig
Offline Send Email
Apr 3, 2009
5:52 pm
1640
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...
Camille Bell
cpbell1
Offline Send Email
Apr 3, 2009
8:37 pm
1641
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 Bock
javaguy_98
Offline Send Email
Apr 3, 2009
8:41 pm
1642
David, Sudo being configurable is completely consistent with my differing experiences of using the sudo command on different machines.  Thanks for the...
Camille Bell
cpbell1
Offline Send Email
Apr 3, 2009
8:54 pm
1643
I know _nothing_ about this job vacancy. Please contact Hemant Nayak directly -- DO NOT contact me. -- Paul Bain ... Subject: Urgently Need (Ruby on Rails...
Paul D. Bain
pauldbain
Offline Send Email
Apr 3, 2009
9:12 pm
1644
I don't check it in.... as David says, seems like it generates commit email folder noise. Yours, tom...
Tom Copeland
tomcopeland_...
Online Now Send Email
Apr 3, 2009
9:15 pm
1645
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...
Tom Copeland
tomcopeland_...
Online Now Send Email
Apr 3, 2009
9:15 pm
1646
Not to mention merge headaches.... ... -- // anything worth taking seriously is worth making fun of // http://blog.devcaffeine.com/ [Non-text portions of this...
Chris Flipse
thegreyw0lf
Offline Send Email
Apr 3, 2009
11:40 pm
1647
6+ years of JRuby on Rails experience? I love seeing tech job descriptions written by non-tech people. -db...
David Bock
javaguy_98
Offline Send Email
Apr 4, 2009
4:41 am
1648
I dunno. I feel I've gotten 2 years worth of JRuby in the last 6 months! Gray...
Gray Herter
gherter
Offline Send Email
Apr 5, 2009
3:47 pm
1649
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 Herter
gherter
Offline Send Email
Apr 5, 2009
3:51 pm
1650
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? -...
Keith R. Bennett
krbennettmd
Offline Send Email
Apr 5, 2009
4:38 pm
1651
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...
Gray Herter
gherter
Offline Send Email
Apr 5, 2009
7:00 pm
Messages 1622 - 1651 of 1952   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help