Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in activerecord

Self-referential has_many :through with customized :primary key issue

What are the differences between Active Record and Repository pattern?

Adding and removing from a has_many :through relation

How can I lock a set of objects for an operation?

ActiveRecord unable to reconnect when running inside forked/threaded application?

Creating a news feed in Rails 3

Active Record: delete_all with limit

How does ActiveRecord detect last method call in chain?

Why the 'BINARY' in a SELECT statement?

Multiple Rails ORM

Ruby on Rails - Alternatives to STI?

Rails3 - How do I get all attributes and associations of an ActiveRecord Model?

undefined method `migration_error=' for ActiveRecord::Base:Class

Conditionally validating uniqueness of a boolean in Rails

Postgresql JSON column as HashWithIndifferentAccess

How to override Rails' default migration generator template

Couldn't find Listing with 'id'=all, Search Form

Limit the number of records in table in Rails

Porting complicated has_many relationships to Rails >4.1 (without finder_sql)

ActiveRecord use joins for performance but load all associated records into memory like with includes