convert sql results to ActiveRecord relation...
Read MoreBasic Search in Ruby Sinatra ActiveRecord...
Read Morebypass attr_accessible/protected in rails...
Read MoreHow does the ActiveRecord pattern differ from the Domain Object or Data Mapper pattern?...
Read MoreHow to have a PostgreSQL function backing a Rails model?...
Read MoreActiveRecord serialize coder argument not seeming to work...
Read MoreHow to remove (disassociate) relationship without delete in Active Record...
Read MoreHow to specify the actual foreign key in a parent-child relationship when the parent is defined via ...
Read Morewhen is after_touch callback in rails called...
Read MoreRemove duplicate records based on multiple columns?...
Read MoreHow to select rows where column value IS NOT NULL using CodeIgniter's ActiveRecord?...
Read MoreWhich one is faster between map, collect, select and pluck?...
Read MoreIn Rails how I add a "helper" method to an attribute / column?...
Read MoreHow can i loop through a daterange with different intervals?...
Read MoreReturn ActiveRecord Relation from a raw SQL query using parametrized queries to speed up response...
Read MoreOptimizing delete operations in Rails 4 / ActiveRecord / MySQL...
Read Morehas_one from model attributes instead of foreign key...
Read MoreFind all records of a certain type in Polymorphic table using ActiveRecord in Rails 3...
Read MoreGetting raw SQL query built from ActiveRecord in CodeIgniter 1.7...
Read MoreRails ActiveRecord - Select all objects by date, using only day, month, year, but ignoring the rest ...
Read MoreHow do I find out why I couldn't #destroy() a record?...
Read MoreClickhouse active record datetime precision issue...
Read MoreOrdering by attribute that contains letters and numbers...
Read MoreQuery db for a model including related_model, where related model have 2 specific ids...
Read MoreOr & and in Rails ActiveRecord where clause...
Read MoreSortable UUIDs and overriding ActiveRecord::Base...
Read More