Search code examples
Sortable UUIDs and overriding ActiveRecord::Base...

ruby-on-railspostgresqlruby-on-rails-4activerecorduuid

Read More
Why isn't order() taking effect on papertrail version associations?...

ruby-on-railspostgresqlactiverecordpaper-trail-gem

Read More
Joining two models with many-to-many relationship in Rails...

ruby-on-railsrubyactiverecordmany-to-manyobject-relational-model

Read More
$this->db->last_query() returns NULL in Codeigniter 4. How to get query SQL?...

phpcodeigniteractiverecordcodeigniter-4

Read More
Get only records created today in laravel...

mysqldateactiverecordwhere-clauselaravel-5.1

Read More
CodeIgniter4: How to get executed MySQL queries between sending an HTTP request and receiving an HTT...

phpcodeigniteractiverecordcodeigniter-4

Read More
how to get last query in codeigniter 4?...

phpcodeigniteractiverecordquery-buildercodeigniter-4

Read More
Model Validation in Rails to test if a number can be nil or some positive integer...

ruby-on-railsvalidationactiverecord

Read More
My Ruby on Rails active record validation error does not persist when I re-render the same view...

ruby-on-railsactiverecorderror-handlingcarrierwave

Read More
Find all records which have a count of an association greater than zero...

sqlruby-on-railsruby-on-rails-3activerecord

Read More
Return element of jsonb field with activerecord select...

ruby-on-railsactiverecordjsonb

Read More
How to fetch fetch one column lazily with a jOOQ active record...

javapostgresqlactiverecordlazy-loadingjooq

Read More
Validate uniqueness of a field within a belongs_to, has_many relationship...

ruby-on-railsruby-on-rails-3activerecord

Read More
How can I avoid unnecessary loading of Associated model while creating it?...

ruby-on-railsrubyactiverecordassociations

Read More
How can I dump an ActiveModel record as an INSERT SQL statement?...

ruby-on-railsactiverecordruby-on-rails-7arel

Read More
Rails attr_readonly doesn't work...

ruby-on-railsactiverecord

Read More
Multiple joins with count and having with ActiveRecord...

ruby-on-railsactiverecordrails-activerecord

Read More
Rails Query group and pluck to Return Array of IDs grouped by another attribute?...

ruby-on-railsactiverecord

Read More
batch destroy all in rails active record...

ruby-on-railsactiverecord

Read More
Rails 5: Add belongs_to association with custom name to model, and migration...

ruby-on-railsruby-on-rails-4activerecordruby-on-rails-5ruby-on-rails-6

Read More
How to localize validation error messages for deeply nested attributes in Ruby on Rails?...

ruby-on-railsrubyvalidationactiverecord

Read More
Rails API: Cannot whitelist JSON field attribute...

jsonruby-on-railsactiverecordruby-on-rails-5

Read More
rails each_with_index cache...

ruby-on-railscachingactiverecordactionview

Read More
best database strategy for a client-based website (Ruby on Rails)...

ruby-on-railsrubydatabaseactiverecord

Read More
Efficient way to find a record based on many columns...

ruby-on-railspostgresqlactiverecordruby-on-rails-6

Read More
Rails ActiveRecord::LogSubscriber not outputting verbose query logs...

ruby-on-railsrubyloggingactiverecordruby-on-rails-6

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

ruby-on-railsrubydatabaseactiverecord

Read More
Database configuration does not specify adapter (Sinatra + Heroku + Activerecord)...

activerecordherokusinatra

Read More
Passing parameters to raw SQL queries inside ruby on rails...

sqlruby-on-railsrubypostgresqlactiverecord

Read More
Is it possible to inner join across multiple databases in Rails?...

ruby-on-railspostgresqljoinactiverecord

Read More
BackNext