Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in activerecord

Using infinite floats in Ruby on Rails

Better practice for huge size of table on Ruby on Rails 4 / ActiveRecord

How to use preloaded collection in recursive methods

What is the best way to store an ActiveRecord object in memcached?

Does :include work on ActiveRecord instances?

Mixing Active Records with Standard SQL Query in Codeigniter

undefined method `visitor' for Rails 3 db:migrate

activerecord-import gem NoMethodError: undefined method 'import'

How get the error of ActiveRecord::Base.connection.execute?

accepts_nested_attributes_for, reject_if and has_one relationship not working together?

ActiveRecord and NoSQL

Why does ActiveRecord in Rails not support Multiple Table Inheritance?

How do I get the size of a ruby object in mb in Rails?

Rails 4: combining has_many :through association with polymorphic association

Has Many 'finder_sql' Replacement in Rails 4.2

Mass/bulk update in rails without using update_all with a single query?

Rails & MSSQL 2008 - Will We Hit Barriers?

What is the purpose of :conditions on a belongs_to association?

Ruby on Rails: Unit Testing non activerecord models and still load fixtures

Ruby on Rails: why ActiveRecord uses "datetime" type instead of "timestamp" for timestamp fields?