Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in activerecord

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

How can I create new records with has_many :through and honor :conditions?

Geocoding addresses with geocoder gem and PostGIS database with RGeo

counter_cache in Rails on a scoped association

STI and polymorphs

Should I joint-index an ActiveRecord polymorphic association?

In Rails, how do run scripts that load the rails environment?

ActiveRecord STI: How can I break out of the parent class' default scope

What is the real benefit of scopes

Rails Active Record - How to model a user/profile scenario

Delegating method to has_many association ignores preloading