Useful links

Posted by Madhan ayyasamy on Mad Han RoR Tips See other posts from Mad Han RoR Tips or by Madhan ayyasamy
Published on 2010-01-29T09:03:00.000-08:00 Indexed on 2010/12/06 16:59 UTC
Read the original article Hit count: 273

Filed under:
Difference between STI vs Polymorphic associations

STI vs Polymorphic


Difference between habtm vs has_many :through

habtm vs through

Capistrano Guide link

Capistrano guide


Rails application without database stuff
class Car < ActiveRecord::Base
self.abstract = true
end
Another link: rails without database


Named scope useful link

Named scope

Difference between http and https verb

http vs https

Rails 2.3 useful guide website

rails 2.3 guide

© Mad Han RoR Tips or respective owner

Related posts about Ruby On Rails