Software
We wanted to add dynamic caption to the facebox popup, so we simply extended the original source to suite our requirements. Now, if you... If you are facing the below error while installing Rails3 on Windows or Linux C:\Users\username>gem install rails --pre Successfully installed rails-3.0.0.rc2 1 gem installed... While installing mysql gem on Ubuntu for Ruby on Rails, if you get the error Insecure world writable dir /usr/local/sbin in PATH, mode 040777... In the recent railscasts, Ryan Bates has shown us the usage of Highcharts and some other open-source client-side JavaScript libraries to generate beautiful charts... 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. If you are using MinGW version of Ruby and trying to install plugins like jrails or paperclip, then you might face with the problem... If you are one of the victim who got the below error on your Windows machine… Building native extensions. This could take... I was exploring the way to integrate GoogleMap on Flex with Rails as backend. My main focus was to detect the user events happening... 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... 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... If you want to know how to send and receive data from Flex and Rails using XML or JSON or AMF data types, then... Making a JSON request using jQuery can be sent to a controller in two ways.