Image 01 Image 02

Learn ruby the easy way

Posted on 21st June 2007 by Taggy
1

Ruby 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

samplepost

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

http://hacketyhack.net/get/

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: ,

 

 

 

Send post as PDF to www.pdf24.org


1
Response to.. Learn ruby the easy way

Sagaro INDIA Windows XP Mozilla Firefox 2.0.0.4 posted on June 30th 2007

No comments yet for this post :O Something is seriously wrong with your readers.

Great article. Got me started with Ruby :D



Leave a reply...






FireStats icon Powered by FireStats