Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rails-activerecord

Rails 4 Active Record array query

postgreSql and Rails order

providing created_at and updated_at in mass insert for rails with postgres

Using a where clause with join clause in Rails activerecord

Updating email domain name in Rails Console for many users

Rails :counter_cache with custom query association

How to get the join table name in an ActiveRecord association?

Is it possible to emit PostgreSQL style type cast in Arel instead of doing it with Ruby in Type::Value descendant?

rails-activerecord arel

Rails Active Record Ordering through multiple joins

Rails association primary_key option

Rails LIKE - Query not working properly

Ruby on Rails: Count records returned by find_by* methods

Adding scope to ActiveRecord causes hierarchy error

Rails Scope: Select Distinct Title With Values

Rails ActiveRecord Multiple WHERE Statements

How can I update a boolean attribute for all models given a list of ids?

How to disable tracking of changed attributes in model in active_record

How can I realise "Write to both columns" in Rails Active Record (as Strong migrations recommends)?