Watch out for the latest Security Patch to deal authentication bypass for RoR Ruby on Rails framework developers have been continuously releasing security updates since the last two weeks. Its recent updates like 3.0.20 and 2.3.16 versions were to address the remote code... 01 February, 2013 / 0 Comments
How to do tagging in Rails with gem ‘Acts_as_taggable_on’ Tagging is a way to give a keyword and search by that particular keyword. In Rails “acts-as-taggable-on” is one of the popular gem for tagging. With ‘acts_as_taggable_on’, you can tag... 17 January, 2013 / 0 Comments
Validating RSS Feeds in Rails FeedValidator is a gem which validates the RSS feeds through SOAP protocol of the W3C Feed Validation service. It helps to find out errors in RSS or ATOM feeds. In... 15 January, 2013 / 0 Comments
File Uploading Through Paperclip in Rails 3.x Paperclip is an easy file attachment library for Rails Applications. Attached files are saved to the file system, database or cloud and referenced in the browser by an easily understandable... 03 January, 2013 / 0 Comments
How to Generate SEO Friendly URL in Rails 3.x FriendlyId is the slugging and permalink plug-in for Ruby on Rails. It allows you to create pretty URLs and work with human-friendly strings.... 24 December, 2012 / 0 Comments
Collecting Contacts Using Cardmagic-Contacts Pplug-in in Rails 2.3.8 Cardmagic-Contacts is a rails plug-in which provides an interface to fetch contact list information from various email providers including Hotmail, AOL, Gmail, Plaxo, Yahoo and many more.... 18 December, 2012 / 0 Comments
What is the Importance of Filters in Rails Filters are inherited, so if you set a filter on ‘ApplicationController’, it would run on every controller in your application.... 13 December, 2012 / 0 Comments
How to create a form page in Refinery CMS app Refinery is a powerful CMS based on Rails framework. It gives a fully generated site with admin control features. However, we can extend it to create our own customized forms... 16 November, 2012 / 0 Comments
How to install Devise in Rails 3.x Devise is a flexible authentication solution for Rails based on Warden. Devise handles authentication across the entire stack.... 15 November, 2012 / 0 Comments