I'll check with Marsee @ O'Reilly about the discount... ... From: webzense To: ocruby@yahoogroups.com Sent: Fri, 02 Feb 2007 19:29:07 -0000 Subject: [ocruby]...
http://conferences.oreillynet.com/pub/w/51/pricing.html In the past this has sold out in hours, but now with O'Reilly running the conference and the larger ...
User Groups get a 15% discount for RailsConf. Use the "rc07usrsg" promo code to get the discount when you register. http://conferences.oreillynet.com/rails/...
I'm signed up and hope to see OCRuby people there. Thanks for the discount info; I got a 20% discount for my (rejected) talk application. (There's always...
Michael, Did you finish writing your Rails book? _____ From: ocruby@yahoogroups.com [mailto:ocruby@yahoogroups.com] On Behalf Of Michael Hartl Sent: Friday,...
Almost there (stay on target). We're shipping off the book source files to the publisher in just over a week, so it's Crunch Time, baby. It won't quite be...
Thanks for the update, we hope to see you back some time. Good luck with the book! _____ From: ocruby@yahoogroups.com [mailto:ocruby@yahoogroups.com] On...
FYI... ... From: Marsee Henon [mailto:marsee@...] Hi RailsConf registration opened today, if you haven't already, please share this information with...
FYI... ... Hi, Can you share the following with your members if you think they might be interested? It's Web Design and Development Month here at O'Reilly and...
Hey Guys: You should write a ruby program to select the winner, something like: attendees = %w( bill bob scott) puts "#{attendees[rand( attendees.size)]} has...
There 6 of us there last night, 2 new faces (Steve and Fabrizio) and 4 repeats (Rex, Daiyu, Chris and Scott). It was nice to have Steve there (all the way from...
Hey guys, Not sure if this is a config problem or a code problem. My app is connected to a Postgres database that I've been able to enter data in through a...
Loc Nguyen
lochnguyen@...
Feb 9, 2007 8:06 am
679
I think you want to use the rails console ruby script/console this will give you a irb-like environment, but it has the advantage of loading all of your Rails...
http://weblog.rubyonrails.org/2007/2/7/intellij-jumps-on-ruby-and-rails <http://www.jetbrains.com/idea/features/ruby_development.html> As and IntelliJ user, my...
Very cool! I'm new and these sessions sounds great. I'll try to make the next one. I'm glad to see all the activity here :) ... there (all ... time now ... ...
... I think that's what he was doing; in regular IRB he wouldn't have gotten that kind of error message. ... That means the definition of Account didn't...
Ah now it works. Thanks Steve! I though I could call a= Account.new like I do in my controller files....
Loc Nguyen
lochnguyen@...
Feb 9, 2007 5:29 pm
685
RDT for eclipse has some refactoring support from what I read. Since I don't use it, I dunno how good it is. I'll try it one of these days. Forrest ... From:...
I posted this question on RailsForum late last night before emailing our list. Ryanb says modules in models aren't fully supported and he recommends me moving...
Loc Nguyen
lochnguyen@...
Feb 9, 2007 7:40 pm
687
Well, coming from a Java background myself, I would agree that using modules would have been my instinctive approach. However, you do tend to save yourself a...