Learn ruby the easy way
Posted on 21st June 2007 by TaggyRuby is fast becoming a popular language and ruby on rails is already the default choice for web2.0 apps .one such very popular example is twitter .
Hacketyget is a very simple and easy to use tool for those wanting to learn ruby the easy way and their slogan ” A blog in 6 lines ” is true
The above picture is how your minimal blog interface looks like :-)
and the code is even simpler
1:
2: blog = Table('MyBlog').recent(10)
3: Web.popup do
4: title("Add a blog entry")
5: editline("Title")
6: editbox()
7: buttons("cancel", "save")
8: puts blog
9: end
i would suggest people wanting to learn ruby this tool ,its easy and gets you all the basics you need from a language
download this tool from here
and for the one’s wanting to try it in linux
here it is
1: sudo apt-get install libwxgtk2.8-0
2: tar -zxvf hacketyhack*
3: cd hacketyhack-0.L LD_LIBRARY_PATH=/usr/lib/firefox:. ./hacketyhack
Technorati Tags: ruby, hacking
No comments yet for this post :O Something is seriously wrong with your readers.
Great article. Got me started with Ruby :D

Iam Theyagarajan S ( 'taggy') . to know more ,head out to



