Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in activerecord

How to add a date attribute in rails models

How can I delete child objects when the parent is deleted in rails?

How to get the maximum length configured in an ActiveRecord validation?

Active Record - Get the second, third.. item in a database (without ID)

Ruby on Rails Active Record return value when create fails?

default for serialized column in activerecord migration

ActiveRecord where and order on via-table

activerecord yii2

How to use 'IN (1,2,3)' with findAll?

activerecord yii

Grouping WHERE clauses in Codeigniter

How to remove empty parameters from params hash?

ActiveRecord Validate Uniqueness with Scope Allowing Nil on Scope

Yii2 save related records in single save call in single transaction

Rails Find a Record Within ActiveRecord::Relation Object without querying database again

How can I use `should validate_presence_of` with a custom error message?

How to get id values after saving an ActiveRecord model in rails

Rails 4 Update Nested Attributes

Rails: Non id foreign key lookup ActiveRecord

rails dates with json

HABTM Polymorphic Relationship

INSERT IGNORE using Codeigniter