Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in activerecord

ActiveRecord - Denormalization Case Study

Fork, Ruby, ActiveRecord and File Descriptors on Fork

RoR Cookies using ActiveRecordStore + Sticky Sessions

How do I retrieve a list of created IDs for bulk insert in Active Record?

ActiveRecord execute SQL need to close connection? DEPRECATION WARNING: Database connections will not be closed automatically

ActiveRecord: How to find parents whose ALL children match a condition?

Value gets set even though before_save sets it to nil

How to unscope default_scope in join/eager_load?

has_many :through questions

How can one obtain a row count from has_many :through relations with :uniq => true

Rails paginate existing array of ActiveRecord results

problem: activerecord (rails3), chaining scopes with includes

How to use ActiveRecord Query Cache with Custom SQL

ActiveRecord: How do I add NOLOCK?

activerecord

Does Ruby on Rails have a way to import an existing database schema?

Rails 3 ActiveRecord API: .build method

How to disable the Rails association counter_cache at runtime

ruby on rails dynamic attribute fields from DB using method_missing issues

Rails ActiveRecord builds wrong foreign key if there are two belongs_to relationships to same model

select distinct records based on one field while keeping other fields intact