Search the web
Sign In
New User? Sign Up
honolulu-coders · Honolulu Coders
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 679 - 708 of 861   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
679
Okay embarrassing question. I just downloaded a gem and installed it, but I am not able to load/require it. Anyone know how to set up the rubypath in fedora? I...
Dave Burns
burnst001
Offline Send Email
Apr 8, 2007
1:30 am
680
When working with gems try: require 'rubygems' before your other gem requires. djb ... (LoadError) ... (LoadError) ... (LoadError) ... (LoadError) ... ...
davidjburger
Offline Send Email
Apr 8, 2007
10:28 pm
681
Hi Dave, try putting the line require 'rubygems' before require "pdf/writer" Andy...
Andy Triboletti
andytriboletti
Offline Send Email
Apr 9, 2007
6:28 pm
682
Tim trued to post this to honolulu coders, but it accidentally when to a slightly different list, as did my reply. Sorry about the delay CHEERS> SAM...
Sam Joseph
samrhjoseph
Offline Send Email
Apr 9, 2007
6:33 pm
683
Thanks for the pointers, guys. Just curious, if requiring rubygems is, well, required, why have I run across several demo programs that leave that out? Is...
Dave Burns
burnst001
Offline Send Email
Apr 9, 2007
7:17 pm
684
Hi Dave, if the demo you were using was running on the command line with irb>, then you have to 'require rubygems' ... 'require rubygems' automatically gets...
Austin Nakasone
austin_nakasone
Offline Send Email
Apr 9, 2007
8:07 pm
685
It depends on if the ruby library was installed with rubygems or not. On some systems you may have a ruby library installed on it's own. Linux is like this....
dysinger
Offline Send Email
Apr 9, 2007
8:08 pm
686
Hi Jacky, I'm cc-ing this to honolulu coders - you should join: http://tech.groups.yahoo.com/group/honolulu-coders/ Okay, so what language is your web...
Sam Joseph
samrhjoseph
Offline Send Email
Apr 10, 2007
6:19 am
687
Hi Jacky, It's difficult to help you if you won't join honolulu coders :-) Anyway, I guess you want to automatically export data from Access. I found ...
Sam Joseph
samrhjoseph
Offline Send Email
Apr 10, 2007
3:21 pm
688
I haven't tried auto-test, but I just worked out I can run tests from the rails console: D:\User\Code\ruby\prometheus>ruby script\console test Loading test...
Sam Joseph
samrhjoseph
Offline Send Email
Apr 10, 2007
7:07 pm
689
I use it while I'm coding sometimes. ... Windows? ... though the ... less ... different ... pointing ... stress ... work for an...
dysinger
Offline Send Email
Apr 10, 2007
8:51 pm
690
I've used it too, It triggers on saves. When you do save, auto-test shells out ruby test\unit\some_test.rb The startup of that shell out is still slow, and I...
Thomas Olausson
latompa
Offline Send Email
Apr 11, 2007
4:42 am
691
Hmm, autotest failed out of the box in my Rails 1.0 environment today. I think with a little script work, my approach of running in the console could be pretty...
Sam Joseph
samrhjoseph
Offline Send Email
Apr 11, 2007
5:01 am
692
Rails 1.0 is pretty old. I would upgrade if you can. Latest is 1.2.3 ... console ... over ... on OSX. ... tests from...
dysinger
Offline Send Email
Apr 11, 2007
8:28 am
693
... Works pretty damn good though ... I would like to - however it is difficult for one particular project I have ... I know - I have several projects that use...
Sam Joseph
samrhjoseph
Offline Send Email
Apr 11, 2007
3:34 pm
694
Since access stores everything in one file, why not just copy the .mdb file from one server to another? Copy all the web source files the same way? ... ...
jamesafinn
Offline Send Email
Apr 11, 2007
5:13 pm
695
Rake blows up like this: rake (in /root/work/inv) rake aborted! ./db/schema.rb:43: syntax error, unexpected tSTRING_BEG, expecting kEND t.column "departed",...
Dave Burns
burnst001
Offline Send Email
Apr 17, 2007
6:06 am
696
Isn't that syntax the "to_s" of a date? Have you tried this? t.column "arrived", :date, :default => Date. new(2005,01,01), :null => false or whatever date you...
Thomas Olausson
latompa
Offline Send Email
Apr 17, 2007
6:49 am
697
I've tried messing with schema.rb, but when I run rake it regenerates it complete with errors. I guess I was hoping there was a way to force rake to behave (or...
Dave Burns
burnst001
Offline Send Email
Apr 17, 2007
7:04 am
698
In case any of you are interested in WPF, I am doing a short talk tonight: http://www.hawaiidotnet.org/ Sorry for the short notice....
Daniel Leuck
dpleuck
Offline Send Email
Apr 18, 2007
2:48 am
699
Hi All, So we have a meeting scheduled for next Wednesday, however we don't have an invited speaker at present. I could just continue my series of ruby coding...
Sam Joseph
samrhjoseph
Offline Send Email
Apr 20, 2007
4:15 pm
700
HI Sam, I have some very selfish ideas for topics of discussion, which I toss out as a sort of last resort. I have a legacy database that I've been trying to...
Dave Burns
burnst001
Offline Send Email
Apr 20, 2007
11:39 pm
701
Hi Dave, This sounds like a great topic for ruby/rails surgery. When we moved discourse to rails we used the legacy DB. If you could send me a copy of the db...
Sam Joseph
samrhjoseph
Offline Send Email
Apr 21, 2007
2:02 am
702
Hmm, maybe we should have talk on ruby/rails IDEs at some point: http://www.ruby-forum.com/topic/104633 ...
Sam Joseph
samrhjoseph
Offline Send Email
Apr 21, 2007
2:23 am
703
Hmmm, easy to give you all the data, or none, but a little.... I'm sending (separately because I'm lazy) just the schema for my own stab at a dev version,...
Dave Burns
burnst001
Offline Send Email
Apr 21, 2007
6:11 am
704
I'd be happy to talk and demo my favorite (which I dropped Eclipse for) http://deadlock.nbextras.org/hudson/job/ruby/?auto_refresh=true ... ...
dysinger
Offline Send Email
Apr 21, 2007
6:27 am
705
So I'm thinking we'll have a ruby workshop tomorrow, but in the rails/web and patterns vein, I thought I might start working through patterns from this book: ...
Sam Joseph
samrhjoseph
Offline Send Email
Apr 24, 2007
11:58 pm
706
***************************************************** ****** H O N O L U L U * C O D E R S * M E E T I N G ******** ...
Sam Joseph
samrhjoseph
Offline Send Email
Apr 25, 2007
10:25 pm
707
Thanks to all those who came to last nights ruby workshop. One thing I forgot to mention is that I open sourced the ruby code for the multi-agent simulation...
Sam Joseph
samrhjoseph
Offline Send Email
Apr 26, 2007
4:11 pm
708
http://www.ruby-doc.org/core/classes/Shell.html describes an interesting class Shell. Since it is in the core, I tried just using it, requiring it, etc. How do...
Dave Burns
burnst001
Offline Send Email
May 1, 2007
5:45 am
Messages 679 - 708 of 861   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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