Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in activerecord

When will ActiveRecord save associations?

Rails: has_many through with polymorphic association - will this work?

How to make Active Record join return unique objects?

can you use activerecord to find substring of a field? (quick & dirty keyword finder)

Rails - Delete all Records that Meet a Condition

Searching serialized data, using active record

Rails: correct way of turning activerecord relation to array?

Codeigniter - handling errors when using active record

What's the difference between “includes” and “preload” in an ActiveRecord query?

ActiveRecord Join Query and select in Rails

Yii2 How to perform where AND or OR condition grouping?

php mysql activerecord yii yii2

Why isn't self always needed in ruby / rails / activerecord?

Rails ActiveRecord: How do I know if find_or_create_by found or created?

pluralize without count number in rails 4

Multiple databases in Rails

ActiveRecord - querying polymorphic associations

Log the actual SQL query using ActiveRecord with Yii2?

Rails 4: find all records

Rails: uniq vs. distinct

Create an ActiveRecord database table with no :id column?