content top

Ruby Twitter Gem : Usage in Rails Application

Ruby Twitter Gem : Usage in Rails Application

In my current project, there was a requirement to show the latest tweet in the home page and also an interface to send tweets from the same rails application using a particular twitter account. A quick Google search showed maximum results on a gem named ‘Twitter’ here in this post I am going to use this gem to pull the latest tweets as well as, implementing a simple interface to send tweets directly. There are wide possibilities...

Read More

BukLuv : Book reviews in a new style.

BukLuv : Book reviews in a new style.

Are you a book lover ? Do you like to share reviews about the books you have read or are you looking for some reviews on certain book you are planing to read ? BukLuv is the platform which will answer all these questions straight away. BukLuv is a web application which is dedicated to the book lovers.  After registering with this site, you can go ahead and share your reviews about the books you have read and if you do not find the book...

Read More

RubyConf India 2010- Impact on a Newbie

RubyConf India 2010- Impact on a Newbie

RubyConf India 2010 was one great success. Two days of valuable experience. I am a newbie to the Ruby Community. And I must say, this community rocks. With its wings starting to spread over India, it is indeed going to make a deep Impact. This Ruby Conference gave me and my friends an oppurtunity to interact with some of the great programming geeks of the world, like Ola Bini, Obie Fernandez, Nick Seiger, Satish Talim  to mention a few....

Read More

User Verification Using Rails AuthLogic Gem

User Verification Using Rails AuthLogic Gem

So here comes the month of march. You must be thinking what’s so special about March and if you have started thinking about the same, well, please do let me know if there is anything special about March. For now, let me get the things straight for this post. Few months ago(I assume in January 2010), I had written a post on Rails gem called “AuthLogic” for the purpose of user authentication. Here is the link for that post...

Read More

Some Ruby Code Snippets For Fun!

Some Ruby Code Snippets For Fun!

Aah Well, I see that I have not written anything here for quite a while in the month of February. The reason I must say is in this month I haven’t touched anything special to pen it down. But the eager to write down something , is the result you see this post coming up. You would enjoy this only if you are a Ruby enthusiast or a hardcore programming freak. Nothing special, a few Ruby tips to share Tip #1 You have a ruby program...

Read More

RubyConf India 2010

RubyConf India 2010

Yes, It is happening in India. Ruby Conf India 2010, India’s first RubyConf is happening in Bangalore in March 2010. RubyConf India is presented by the Ruby Community in India and supported by RubyCentral and the Innovation & Technology Trust. Being a Ruby On rails developer, when I heard about this news, I was all excited and really wanted to witness this event. I was eagerly waiting for the registration to open, And on the day...

Read More

Generating Calendar With Rails

Generating Calendar With Rails

Download the source code from GitHub Working on a Rails CMS based project using BrowserCMS, there was a requirement to have a page which would display a calendar for the current month and onClick of each date, it has to make an Ajax request to query the database table and update a portion on the same page. Everything is fine with the requirement, but a Rails calendar with each date sending an Ajax request to the controller? My initial move...

Read More
Page 1 of 1812345»...Last »
content top