Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in activerecord

Activerecord association question: getting has_many :through to work

Best practice for limiting the number of associations within a has_many relationship?

Rails: has_many :through or has_many_and_belongs_to?

Preload Model Associations On Find

Can ActiveResource models integrate with ActiveRecord models?

Eager loading last subordinate record

ruby/rails NoMethodError? when using custom validation method

validates_presence_of in a module

Changing ActiveRecord attribute value in before_save hook

Rails find all with association

Complex queries using Rails query language

ruby on rails does update_attributes protect against sql injection?

In Rails, how to get the actual Query when an ActiveRecord query executes

Rails 3: Is there a `AR#or_where`?

how to generate active record models from database

ruby database activerecord

Is there something like ActiveRecord::Migration for .NET?

.net tsql activerecord

ActiveRecord and using reject method

ActiveRecord query: order by a sum on an included model

finding where by using IN operator in rails3

Does after_commit actually run?