Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in activerecord

Best practise for updating single attribute on multiple records

Correct Associations Ruby on Rails

Rails 5 ActiveRecord Delete Duplicates

Active Record Update All JSON Field

ActiveRecord. Find all records by attribute the values of which are included in array

How do you talk SQL directly to MySQL from Ruby?

rails ActiveRecord validation on specific controller and action

Rails/ActiveRecord: save changes to a model's associated collections

Do we use Rails ActiveRecord as a Hybrid Structure, i.e. Data Structure+Object?

Rails Model: Name -- First, Last

how to chain where query in rails 3 active record

Count of a relation using arel in active record

Ruby on Rails: Nested named scopes

Rails polymorphic association without Type (unique id)

rails active record: update a table with join

Securely escaping dynamic table names in MySQL using Codeigniter

Why are individual SELECT queries running when an all-encompassing SELECT already ran? (Rails/ActiveRecord)