Displaying 17 results from an estimated 17 matches for "guindon".
2006 Mar 15
7
O''Reilly Rails Cookbook on Rough Cuts
Subject says it all. Anybody taken a look yet?
http://www.oreilly.com/catalog/railsckbk/?CMP=ILC-GG7423313304&ATT=railsckbk
After buying the Ruby Cookbook and the other Rails book, I''m pretty
gunshy about another Rough Cuts purchase.
Sean
2005 Mar 08
15
Rails 0.10.1and WEBrick
Doesn''t appear to work with WEBrick. Works find with Apache/FastCGI.
Something wrong in the way Rails is trying to process paths from the
WEBrick server. If I try to send in http://localhost:3000/recipes/new,
WEBrick is interpreting /new as my controller, instead of my action.
2006 Mar 11
11
Noob needs help with ''if'' block
Hello all. I''m a noob at Ruby on Rails, only started learning a few days
ago, but I''m loving it so far. I do have a few years experience with
PHP, ASP, MySQL, etc., so I''m not *totally* clueless, though. :)
Anyway, I''m having trouble with something that should be fairly trivial:
I have an ''if'' statement that is supposed to print out a table
2005 Dec 22
1
"Put Your Money Where Your Mouth Is"
One developer''s take on profiting from Rails:
http://www.relevancellc.com/blogs/?p=92
Fear not, he answers (most of) the comments here:
http://www.relevancellc.com/blogs/?p=93
--
Bill Guindon (aka aGorilla)
2006 May 31
2
I''m Collecting Media Refernces for Ruby and Rails
I''m trying to collect media references (URLs) to articles, podcasts, and
videos about Ruby and Ruby on Rails, like this month''s Linux Journal (
http://www.linuxjournal.com/issue/147) or the recent DDJ article (
http://www.ddj.com/dept/architect/187203512).
If have such a collections yourself (or just know of some good references),
could you please share them on this thread.
2006 Mar 16
10
Substruct Open Source E-Commerce Platform
Finally it''s here :)
The Rails app to do battle with the likes of Miva Merchant and OS Commerce!
I''m releasing Substruct 0.051 into the wild.
More information here:
http://dev.subimage.com/projects/substruct
Please check it out! I''d love to hear all of your thoughts - and I''m looking
for contributors!
--
seth at subimage interactive
2007 Oct 30
1
high RAM on Linux or Solaris platform
...ist for these kinds of questions, please advise.
David
______________________________
David R. Bickel
Ottawa Institute of Systems Biology
BMI Dept., University of Ottawa
451 Smyth Road
Ottawa, Ontario K1H 8M5
http://www.oisb.ca/members.htm
Tel: (613) 562-5800 ext. 8670
Fax: (613) 562-5185
Roger Guindon Hall, Room 1317
2006 Mar 10
6
How do i apply a patch?
Hi,
i have a patch to make instiki work with the latest version of ruby :
as_clean_logger_rb-fixed.patch
But i dont know how to apply it. Any ideas??
Thanks,
Chris
--
Posted via http://www.ruby-forum.com/.
2006 Apr 18
1
Sponsoring the Sponsors of the Summer of Code.
...h to just pass on a deal like that (do I offer the free
coffee mug now, or do I wait until our guest star appears?) Operators
are standing by, so click that link now (I blame PBS)...
[1] http://www.rubycentral.org/pledge/
[2] http://www.ruby-talk.org/cgi-bin/scat.rb/ruby/ruby-talk/133197
--
Bill Guindon (aka aGorilla)
The best answer to most questions is "it depends".
2005 Mar 04
3
Whoo Hoo... We''re on the Slashdot front page!
Part 2 of my Rails article on ONLamp.com just made the slashdot front page!
The entry, itself, is here:
http://developers.slashdot.org/article.pl?sid=05/03/04/1319242&tid=156
Curt
2006 Feb 18
44
I forgot. Why do we hate* Java?
Hi,
I''ve started reading some Java books. Gasp! What makes website
development with Java so bad? I haven''t looked at Struts but I''m
reading about Hibernate. Compared to ActiveRecord, Hibernate seems
like some extra typing to explicitly define the model fields, getters
and setters. I know that these are things that you can do in
ActiveRecord when things get complicated
2005 Dec 15
3
Generic Question about the way code is written
Hi,
This is a generic question about the way code is written in prototype and scriptaculous libraries.
Inside every object, we find functions that begin with "_".
How are these methods/functions different from the rest?
eg _text, _attributes, _each...
Please let me know.
Thank you,
Mandy.
2005 May 10
58
A quick straw poll
How many of you are using Rails:
1. As the primary development tool at your Day Job
2. As a small part of your Day Job
3. Not using Rails in your Day Job, but are using Ruby
4. For OS/outside work/hobby
--
sam
http://www.magpiebrain.com/
2005 Dec 31
26
Free "Agile Web Development with Rails" Text
Hi All,
I''m a RoR n00b that has been lurking for a week or so. About two weeks
ago I bought the text version of Agile Web Development with Rails.
Today, I bought the .pdf version because I run a Sony Notebook and find
a .pdf more user friendly. Therefore I have the text to give away for
free. If anyone in the continental US would like the copy please let me
know and I''ll mail it
2005 Mar 30
35
Respect and Disappointment
I''ve finally started a blog. I really didn''t want to go public with it
until I was sure I keep it up, but DHH posted a entry to his blog that I
feel compelled to comment on.
You can read about it on my blog:
http://www.bloglines.com/blog/CurtHibbs
Curt
2006 Mar 06
46
Capistrano 1.1
Capistrano is a utility for executing tasks in parallel across
multiple remote hosts. It was formerly known as SwitchTower.
Installation:
gem install capistrano
Manual:
http://manuals.rubyonrails.org/read/book/17
Version 1.1 introduces a few changes:
* Renamed! Due to the trademark infringement debacle of last week, we
had to change the name. Moving forward it will be known as
2006 Mar 03
68
Agile Web Development with Rails 1.1
Dave, on another topic, might I recommend that you and DHH publish an
updated version of the Agile guide right away when 1.1 comes out? You could
reuse much of your material and it would do a lot of good to help make sure
there is still a good centralized source of reference for Rails. Without
that book, there really is not a good one-stop source of information for
people to learn how to use