search for: fk6st7iwb8mavxtiumwx3w

Displaying 11 results from an estimated 11 matches for "fk6st7iwb8mavxtiumwx3w".

2005 Mar 07
2
radio_button helper and "checked" option
Does anyone know how to get the radio_button helper to set the html "checked" option? Thanks, Curt
2005 Mar 07
2
Problem with Rails 0.10.1
I''ve got a view template that contains this: <%= render_component(:controller => ''reviews'', :action => ''show'', :params => { ''id'' => review.id }) %> In Rails 0.10.0 this worked just fine. After I upgraded to 0.10.1 I get this error: ActiveRecord::RecordNotFound in
2005 Mar 04
3
Need volunteer for cool RubyForge add-on
You''ve probably been reading the ruby-talk thread I started titled "RAA Status & The Problem with Ruby" that rehashes that age-old conversation we keep having about how to tell the good from the bad when it comes to ruby libs and apps. We now have an opportunity to stop talking about it and actually do something. I proposed a RubyForge add-on to create a user-driven
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
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
2005 Mar 10
24
(Online) documentation for 1.0
With the big One-Oh on it''s way, I''m thinking we should perhaps start to work on the documentation some more. The RDoc format is perfectly fine, and does its job beautifully, but I think it doesn''t quite reflect the whizbang value that rails has, especially for newcomers. As one who has looked at the api docs almost daily for several months, I feel quite comfortable
2005 Mar 04
3
Boolean values
...gt; | bonfire, leaving no trace of yourself. --Shunryu Suzuki > =============================================================================== > > > ------------------------------ > > Message: 3 > Date: Thu, 3 Mar 2005 22:00:46 -0600 > From: "Curt Hibbs" <curt-fk6st7iWb8MAvxtiuMwx3w@public.gmane.org> > Subject: [Rails] Part 2 of ONLamp.com Rails article is online > To: "ruby-talk ML" <ruby-talk-X+L+6nJQZ58h9ZMKESR00Q@public.gmane.org>, "Rails-ML" > <rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org> > Message-ID: <EAENKKN...
2005 Jan 25
29
Write-up on RoR + XUL Sample
Hi Folks, Just a quick message saying that, after much demand, I wrote a quick write-up for the RoR + XUL thing I did yesterday: http://www.zedshaw.com/blog/programming/ruby_xul.html It lays out the few simple things I did, has a bit of rant on an unrelated topic, and other stuff but it''s short still. On a related note, I''d like to thank "xal" on IRC for reminding
2005 Feb 09
85
Introduce yourself and your project -- Round 2
On December 14th, 2004 David Heinemeier Hansson sent this to the mailing list: I''m seeing a lot of new names on the list. Could we perhaps do a round of introductions? That would also be a great first post, if you haven''t had a chance to contribute yet. The basics should include your name, your organization, your country and city, and the project you''re
2005 Mar 04
2
Part 2 of ONLamp.com Rails article is online
ONLamp.com has finally published part 2 of my Rails article! You can find it here: http://www.onlamp.com/pub/a/onlamp/2005/03/03/rails.html It would be really nice if we could get this slash dotted again before the weekend. >From what I understand, you''re more likely to get accepted when multiple people submit something. So, to anyone who has the inclination: if you would submit
2005 Dec 17
6
Why would Webrick use 0.0.0.0:3000 instead of 127.0.0.1:3000 ?
Someone working through my Rolling with Ruby on Rails tutorial is having this problem. Does anyone know what could cause it? I pasted the text of his message below. Thanks, Curt -- Original Message -- I am using Instant Rails which comes with Rails 1.0, WEBrick 1.3.1 and Ruby 1.8.2 and I ran the WEBrick server and it starts on http://0.0.0.0:3000 and not http://127.0.0.1:3000. However, when