hyperactiveresource
hyperactiveresource copied to clipboard
HyperActiveResource extends ActiveResource so it works properly and behaves more like ActiveRecord. Note: you will need to replace ActiveResource's validations.rb for this to work!!! (see wiki for mor...
using nokogiri to extract not only xml child but also xml attribute add :put and :delete params in find options edit readme
Hey, i wandered if you already have a solution for this that you use internaly. If you have an association like self.city and you need to call this method often...
Hello, I have many to many relationship between Venue and Catalog class Venue < ActiveRecord::Base has_many :venue_catalogs has_many :catalogs, :through => :venue_catalogs end class VenueCatalog < ActiveRecord::Base belongs_to :venue belongs_to...