Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rails-activerecord

what are the limitations of inverse_of in rails 3 with ActiveRecord

How to make a multi model tag_cloud with a join table?

Ruby on rails: perform SQL DATE_ADD() function and IF conditional

ActiveRecord::StatementInvalid PG::UndefinedColumn: ERROR

Why does ActiveRecord in Rails not support Multiple Table Inheritance?

Ruby ActiveRecord and sql tuple support

sql ruby rails-activerecord

ArgumentError: wrong number of arguments (1 for 0) when using afer_save

Using Delegate With has_many In Rails?

Know what event triggered the after_commit of an ActiveRecord model

Validation on a has_many relationship in rails 3.2

FactoryGirl before(:create) callback not creating associations

How do you disable the query cache in rails 4.x?

locking rows on rails update to avoid collisions. (Postgres back end)

What is the purpose of ActiveRecord::Relation#bind?

Rails 5: Add record to join table without model (has_and_belongs_to_many)

How do I sort a table by the maximum value of associated records?

Rails preview update associations without saving to database

Scope with "WHERE ... LIKE" on a related table

Testing a databaseless Rails 5 application with rspec-rails