Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in activerecord

Is it possible to add a function-based database-agnostic index via a Rails/ActiveRecord migration?

Is there any good way to DRY up scope / predicate logic duplication?

ActiveRecord: Adding condition to ON clause for includes

Rails 3 adding database name to table makes includes default to eager load

How to determine if association changed in ActiveRecord?

validate vs validates_associated

rails polymorphic with includes based on type of class

rails 4-- model with no table

Companies to do code review of crypto in an ActiveRecord / Ruby on Rails webapp? [closed]

Rails application architecture to work with RDF storage

Stub ActiveRecord::Relation with ActiveRecord objects

AcitveRecord won't accepts_nested_attributes_for new associated records with nested existing records

Yii2: How to cache queries made by ActiveRecord relations

How to document a rails application?

How to use activerecord-sqlserver-adapter with TinyTDS *and* an Integrated Security connection on Windows *without* saving a password in plain text

ActiveRecord: query not using correct type condition for STI subclass

Group and count products on items from orders

How/where to temporarily store ActiveRecord objects if not in session?

How can I get all list of scopes in ActiveRecord 3.x