Ruby (Demo)

Integrate Google Map Events with Flex and Rails

I was exploring the way to integrate GoogleMap on Flex with Rails as backend. My main focus was to detect the user events happening...
Surendran Sukumaran
1 min read

Book Review: Flex on Rails by Tony & Daniel

Book Name: Flex on Rails: Building Rich Internet Applications with Adobe Flex 3 and Rails 2 (Developer’s Library) Authors: By Tony Hillerson, Daniel Wanja...
Balaji D Loganathan
1 min read

Flex and Rails : Send – Receive JSON/XML/AMF data

If you want to know how to send and receive data from Flex and Rails using XML or JSON or AMF data types, then...
Surendran Sukumaran
2 min read

Ruby Tip2: Comparator For Comparing Objects

In Ruby, we can compare two objects by several number of ways. But I want to compare a particular class instances only on one...
Vamsi Krishna
1 min read

Ruby Tip1: Scrap/Read Protected Page Using Mechanize

If you want to automagically login to a remote page, then scrap/read the remote content, Mechanize would be right choice for you. The sample...
Balaji D Loganathan
14 sec read

Ruby: Calling Methods in a Module Directly.

Private methods cannot be called directly. If you intend to call a method in a module with the same namespace then module_function () is...
Allan
38 sec read

Quick Snap of Popular Ruby/RoR Blogs – an Extn…

We recently published a blog on Drag-n-Drop Web Components using jQuery & Rails. Now we have extended it to dynamically load blogs and tweets...
Allan
59 sec read

Drag-n-Drop Web Components using jQuery & Rails

Drag and Drop widgets are great functionality to let the user control how they wants to see the information as he can arrange various...
Vamsi Krishna
1 min read

Rails vs Other Platforms

I came across an interesting discussion happening in Linked In RoR group with the topic RoR compared with other development platforms.. Lets see how...
Balaji D Loganathan
1 min read

Record not found – A simple way to handle…

Here is a simple tip to handle Record not found exception. I found many programmers uses code like if User.find(33) then do something. If...
Allan
39 sec read

Dunnitt on Rails on Agile – Part -I

We have recently launched the pre-beta version of Dunnitt (http://www.dunnitt.com). Like how Twitter is for micro-blogging, Dunnitt is for micro-collaboration. You can check the...
Balaji D Loganathan
1 min read

Solution – Facebox not binding for Ajax Pages

I faced one nice problem while using Facebox for one of our recent project http://www.dunnitt.com, thought i would take this moment to share the...
Surendran Sukumaran
1 min read