Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in activerecord

Arel Deprecation Warning when running rake db:create

has_many through multiple models with a unique source

Rails models reloaded mid-request resulting in AssociationTypeMismatch

Rails accepts_nested_attributes_for always creates the nested models, but does not update them

verify_active_connections! is deprecated in rails 4, what should we do to handle that functionality?

Ruby 1.9.3 -> 2.0 alias_method and extend

Is this a bug in Codeigniter active record?

Convert Mysql Query to Rails ActiveRecord Query Without using find_by_sql

ActiveStorage without ActiveRecord rails 6

rails find: using conditions while including same table twice via different named associations

How do I extract a "table" from an array of ActiveRecords in Rails?

Save active_record without calling callbacks in rails3 [duplicate]

ActiveRecord ArgumentError: negative string size (or size too big)

Conditionally eager loading polymorphic associations

rails joins polymorphic association

Using infinite floats in Ruby on Rails

Better practice for huge size of table on Ruby on Rails 4 / ActiveRecord

How to use preloaded collection in recursive methods

What is the best way to store an ActiveRecord object in memcached?

Does :include work on ActiveRecord instances?