Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in activerecord

after_commit not getting called after update_all

Rails: Good practice to always use ":dependent => :destroy?"

rails - how to subtract one query from another?

Delete rows from different tables in CodeIgniter

how to group record counts by hour of day

rails 4 URI domain bad argument

Yii 2: how to build search query using ActiveRecord between 2 tables?

activerecord yii2

Validates greater than existing column in rails model

Automatically update created_by and updated_by value in Ruby on Rails

How to find and remove part of a string in Rails Console - ActiveRecord

Rails share code between migrations (aka concerns)

ruby activerecord raise

Delayed Job ActiveRecord::Job Load - run every 5 seconds?

Rails validates_presence_of with multiple fields

rails - activerecord ... grab first result

Recursive :include in Rails ActiveRecord

ActiveRecord - Self Referencing Associations

Is validates_presence_of necessary if using validates_length_of?

activerecord has_many :through find with one sql call

adding model validation errors in rescue

How to change validation messages on forms