Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rails-activerecord

Override just the default scope (specifically order) and nothing else in Rails

rails 3.0.12 how to check what version of activerecord do i have?

rails 3/postgres - how long is a string if you don't apply :limit in schema

ActiveRecord : Hide column while returning object

Dynamically generate scopes in rails models

ActiveRecord::ConnectionNotEstablished - No connection pool for X

Rails: ActiveRecord where vs merge

Join the same table twice with conditions

Rails - Active Record: add extra select column to find(:all)

Is it possible to use ActiveAdmin on a non-ActiveRecord based model (say activeModel or Mongoid, etc)?

Negate ActiveRecord query scope

generating model with ActiveRecord associations

Using Ruby on Rails Without the ActiveRecord

Custom order based on Enum values

Connecting to Postgres Via database_url and Unix Socket in Rails

rails-activerecord

ActiveRecord - Get the last n records and delete them in one command?

ruby rails-activerecord

Default values for models in rails

Heroku + Sidekiq: ActiveRecord::StatementInvalid: PG::UnableToSend: SSL SYSCALL error: EOF detected

My app keeps creating database connections, how do I trace the reason?

Delete duplicate records based on multiple columns