Software

Credit Card Payments using ActiveMerchant and Authorize.net

If you want to integrate Credit Card Payments for a web-applications, check out this blog on working with ActiveMerchant and Authorize.net payment gateways.
Allan
56 sec read

Ruby(RoR) Tip5: Install jrails; Avoid Plugin Not Found in…

If you are using MinGW version of Ruby and trying to install plugins like jrails or paperclip, then you might face with the problem...
Neelkanth Ram
30 sec read

Ruby(RoR) Tip4: Install rcov on Windows

If you are one of the victim who got the below error on your Windows machine… Building native extensions. This could take...
Balaji D Loganathan
43 sec read

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

Chart Application with Flex4 + Rails 2.3.x

I created a simple app with Flex 4 as front end and Rails 2.3.5 as back end. Well these days I started refreshing my...
Vamsi Krishna
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(RoR) Tip3: Send and Receive JSON

Making a JSON request using jQuery can be sent to a controller in two ways.
Allan
40 sec 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