-
Kick-Off: First Rails 4 Application with HABTM Association
Published by
on
Continue reading →: Kick-Off: First Rails 4 Application with HABTM AssociationHello Folks, Its been a long time since I’ve not written a post. Now, I realize that it’s time to share some useful snippet with all of you. Recently, I got a chance to get my hands cleaned with Rails 4. So much is happening around Rails community and with…
-
Continue reading →: Add duplicate rows in Excel using Ruby
Happy New Year Folks, Few days back a friend of mine came to me and said, “I am a RUBY Programmer and I am stuck in a requirement, wherein I have to read an excel-sheet (that contains multiple records and each record can have multiple entries in it.)” Think of…
-
Continue reading →: Installing mysql2 gem with Ruby 2.0
Hi Folks, In this short tutorial of mine, I am going to write down the steps of how you can install mysql2 gem with Ruby2.0 on Windows machine. Installing Mysql gem is always a big time pain for most of the developers who are working on Windows machine. But thanks…
-
Continue reading →: Ruby Cheat-Sheet
Hi Folks, In this new tutorial, I am going to show you what most of developers/programmers already know, but not able to keep track of such things. I call it as ‘Ruby cheat-sheet‘, you can call it by the name you like. This will also help those people who have…
-
Continue reading →: Displaying Something from The Database
Guys in this tutorial I will explain you how to fetch values from the database and show those in a Table format. Here I assumed one thing, that the user is logged in. and that user has the rights to delete a particular record from the table. NOTE: This tutorial…
-
Continue reading →: What a leader should learn from M.S. Dhoni
M.S. Dhoni, yes the world knows him! What he has achieved so far in his cricketing career, nobody else does. He is Indian skipper, known as ‘Maahi’, ‘Capatin Cool’ and lots of other names. Well, after India became T20 champions and then in 2011 became World champions, soon after that…
-
Continue reading →: Rails 3: Polymorphic Associations in Action
Hi Folks, In this short article, I would like to brief about “Rails polymorphic associations“. Below are the high-level pointers. What is Polymorphic Association How Rails handles it Example explained Demo So, Let’s start: What is Polymorphic Association: In OOP, Polymorphic means “of-many“. There is a well documented and well…
-
Continue reading →: How to submit your iOS application to Apple store
Hi Folks, For all the iOS developers, who are developing an iOS application and now would like to submit their app to Apple store, all you need is to follow the below steps. The article is updated according to the latest deployment changes introduced by Apple from March 1, 2013…
-
Continue reading →: Rails 3: Single Table Inheritance
Hi Folks/Fellow Developers, As I’ve seen lot many examples, articles over Single Table Inheritance, I decided to write my own. Thanks to the open source contributors. Their Articles/Examples helped me a lot writing this post. As you might know about single table inheritance, let me quickly set the definition for…
