Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Blog for Ruby

0 views
Skip to first unread message

Gary Allum

unread,
Dec 19, 2005, 4:36:20 PM12/19/05
to
Hi!

At the request of a friend of mine, I am doing a blog as I learn to
program, and I am using Ruby to learn. So if you would like to check out
the progress, suggest sites that should be linked to, or point other
newbies in the direction to read it, the address is:
http://digitalmassacre.com/codeerrors/

Hopefully I will not annoy to many people with the obligatory stupid
questions that will follow in the next few weeks :P

--Gary

--
http://digitalmassacre.com/codeerrors/


tony summerfelt

unread,
Dec 20, 2005, 10:04:35 AM12/20/05
to
Gary Allum wrote on 12/19/2005 4:36 PM:

> Hopefully I will not annoy to many people with the obligatory stupid
> questions that will follow in the next few weeks :P

you need to open up the comments so people don't have to register :)

--
http://home.cogeco.ca/~tsummerfelt1
telnet://ventedspleen.dyndns.org

Patrick Hurley

unread,
Dec 20, 2005, 10:42:50 AM12/20/05
to
On 12/19/05, Gary Allum <shad...@gmail.com> wrote:
> At the request of a friend of mine, I am doing a blog as I learn to
> program, and I am using Ruby to learn. So if you would like to check out
> the progress, suggest sites that should be linked to, or point other
> newbies in the direction to read it, the address is:
> http://digitalmassacre.com/codeerrors/

I cannot register as your system is not forwarding a password (not
requiring registration would be even better :-) Having read your blog
and in light of the issues you are having with Komodo, I would suggest
you check out ArchnoRuby
(http://www.ruby-ide.com/ruby/ruby_ide_and_ruby_editor.php) -- I am a
happy customer (but otherwise have no relation to Lothar -- the
author).

Good luck
pth


Gary Allum

unread,
Dec 20, 2005, 10:43:20 AM12/20/05
to
oh, whoops :) Im pretty new to the whole blogging thing hehe..


On Tue, 20 Dec 2005 10:04:35 -0500, tony summerfelt
<snow...@hotmail.com> wrote:

> Gary Allum wrote on 12/19/2005 4:36 PM:
>
>> Hopefully I will not annoy to many people with the obligatory stupid
>> questions that will follow in the next few weeks :P
>
> you need to open up the comments so people don't have to register :)
>

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


m4dc4p

unread,
Dec 20, 2005, 1:57:53 PM12/20/05
to
Tried to post to your blog and got a 404:

http://digitalmassacre.com/wp-comments-post.php

Not Found
The requested URL /wp-comments-post.php was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use
an ErrorDocument to handle the request.

Anyways, my comment was basically - you don't really need an IDE. A
text editor and the command line are plenty for doing most tutorials.
Heck, you can even type "irb" at the command line and you've got a nice
interactive ruby environemnt to play with. Try typing:

puts "Hello, world!"

at the prompt and go nuts!

0 new messages