Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in activerecord

Standard Rails Gem for storing what User created/updated/deleted any Record?

Is it possible to UPDATE a JOINed table using Codeigniter's Active Record?

How to know when the model is destoyed automatically by a :dependent => :destroy in rails?

ActiveRecord - has_many :through, :dependent => :destroy sql is not correct

rails create table in db dynamically

Multiple table inheritance Rails and activerecord

Codeigniter, error tracking in transaction

Why does ActiveRecord generate parameterized queries for most operations, but not for find_by?

How does one put validations on individual ActiveModel/ActiveRecord objects?

Order model by association attributes

Is It Possible To Use Selenium/Capybara Webkit/Poltergeist Without Patching ActiveRecord?

How to create a multi-column IN predicate with ActiveRecord?

Get records order by count of related Many to Many association

Adding custom SELECT in ActiveRecord 3

Rails ActiveRecord - get all validations from a model

Delete related records in yii2 - best practices

Is it possible to return a hash with named keys form an ActiveRecord group query?

How to Implement a Friendship Model in Rails 3 for a Social Networking Application?

Multiple where conditions in Rails

Rails 4 query unique by single attribute