Archive for the Ruby on Rails Category
Change background color in NetBeans
I downloaded the NetBeans for my expedition in Ruby on Rails and first thing i wanted to do was change the background to black. I searched internet as i am not a very big fan of NetBeans (though i should admire the best IDE). Well i couldn't find much of help online, so i figured out through the off
Read Full PostComparison of String with Integer failed
Hiya beginners, yeah i know only beginners would end up landing this thread becasue this error is faced at beginning level of rails programming. Well it is simple and very logical error, as you are trying to compare a string with an integer. oh ok, you know logic, i m sorry to waste your time. He
Read Full PostKickStart Ruby on Rails installation with MySQL
hiya sparky, So you done with PHP or some other web technology(ies) and you wanna replenish your brain with some more nice stuff, as nice as Ruby on Rails. Well its cool that you took such a veracious decision. Let me tell you i aint a geek in Ruby on Rails (RoR) at the moment i am writing this b
Read Full PostAlternate Row colors in ruby on rails / RHTML
Hiya geeks, So you are done with all the basic stuff and now want to represent your records/information more nicely. Here you go, a simple code to represent alternate row colors for table,paragraph,list. You can modify the code as per your need.There are many other ways, but using cycle is more r
Read Full Post