Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Blog Directory  >  Software Blogs  >  Programming Blogs  >  Codebeerstartups programming Blog  > 

2016-07-11 00:00
A quick tip to how to difine a class method as private method, I have seen lot of people doing it wrong way. Lets take a quick look on how to define a private instance method in ruby class… Read More
2016-02-14 00:00
Recently I joined a company thats Thrillophilia a tours and activities company in India, and where I need to solve a problem of lazy loading of images, cause the site is image heavy. I came… Read More
2013-12-08 18:25
In Rails 2 in migrations there were only 2 methods: up and down. They are called on running migrations up and down respectively with rake tasks rake db:migrate and rake db:rollback. Rails 3… Read More
2013-09-02 04:09
No more waiting time. Bundler supports faster gem install as it adds support for parallel installation. You can pass in –jobs=SIZE (or -jSIZE) as a parameter to bundle install ##H… Read More
2013-07-13 22:35
Assume we have two models: User and Image. User has one image and image belongs to user. The code below: class User < ActiveRecord::Base has_one :image end class Image < ActiveReco… Read More
2013-06-30 00:49
I am here to share a small tip that I just come to know about ruby. A simple question. How many zeros are there integer written below? 100000000000Difficult to count right? In normal day to… Read More
2013-06-17 05:47
I got couple of requests to release the source code running this blog as few people liked the theme :) Glad to hear that. I am sorry for being so late to release the code.If you want to down… Read More

Share the post

Codebeerstartups

×

Subscribe to Codebeerstartups

Get updates delivered right to your inbox!

Thank you for your subscription

×