Skip to content
Navigation menu
Search
Powered by
Search
Algolia
Log in
Create account
DEV Community
Close
#
activerecord
Follow
Hide
Posts
Left menu
đź‘‹
Sign in
for the ability to sort posts by
relevant
,
latest
, or
top
.
Right menu
Design Patterns: Query Objects
Rodrigo Walter Ehresmann
Rodrigo Walter Ehresmann
Rodrigo Walter Ehresmann
Follow
Mar 4 '21
Design Patterns: Query Objects
#
designpatterns
#
queryobjects
#
ruby
#
activerecord
8
reactions
Comments
Add Comment
3 min read
Active Record Callbacks Introduction
mcardona9015
mcardona9015
mcardona9015
Follow
Jan 28 '21
Active Record Callbacks Introduction
#
ruby
#
activerecord
#
callbacks
#
lifecycle
4
reactions
Comments
Add Comment
2 min read
ActiveRecord Associations: The Beautiful and Complicated
Desiree Lerma
Desiree Lerma
Desiree Lerma
Follow
Jan 25 '21
ActiveRecord Associations: The Beautiful and Complicated
#
activerecord
#
ruby
#
flatiron
#
associations
1
reaction
Comments
Add Comment
3 min read
A Few Methods for Returning Default Values when Creating ActiveRecord Objects
Josh Branchaud
Josh Branchaud
Josh Branchaud
Follow
Jan 19 '21
A Few Methods for Returning Default Values when Creating ActiveRecord Objects
#
rails
#
database
#
activerecord
6
reactions
Comments
2
comments
7 min read
Immutable ActiveRecord
Nathan Kallman
Nathan Kallman
Nathan Kallman
Follow
Jan 11 '21
Immutable ActiveRecord
#
ruby
#
rails
#
activerecord
#
database
4
reactions
Comments
Add Comment
5 min read
Bulk Update: Active Record Vs. native SQL
Ana Nunes da Silva
Ana Nunes da Silva
Ana Nunes da Silva
Follow
Jan 8 '21
Bulk Update: Active Record Vs. native SQL
#
rails
#
activerecord
#
sql
#
ruby
12
reactions
Comments
1
comment
5 min read
Resolving the ActionController::InvalidAuthenticityToken Error in a Rails/React App
Liz Laffitte
Liz Laffitte
Liz Laffitte
Follow
Dec 23 '20
Resolving the ActionController::InvalidAuthenticityToken Error in a Rails/React App
#
rails
#
react
#
activerecord
#
cors
9
reactions
Comments
1
comment
3 min read
Rails Intro::Mandalorian
fentybit
fentybit
fentybit
Follow
Dec 12 '20
Rails Intro::Mandalorian
#
rails
#
ruby
#
activerecord
#
formbuilder
7
reactions
Comments
Add Comment
10 min read
It's a Mad, Mad World
Natalie Hummel
Natalie Hummel
Natalie Hummel
Follow
Dec 12 '20
It's a Mad, Mad World
#
ruby
#
sinatra
#
activerecord
#
madlibs
6
reactions
Comments
Add Comment
4 min read
Rails - Run Default Scope on All queries
Sohair Ahmad
Sohair Ahmad
Sohair Ahmad
Follow
Dec 7 '20
Rails - Run Default Scope on All queries
#
rails
#
activerecord
5
reactions
Comments
Add Comment
1 min read
Battling RecordNotUnique in Rails
Jake Swanson
Jake Swanson
Jake Swanson
Follow
Nov 9 '20
Battling RecordNotUnique in Rails
#
rails
#
activerecord
#
ruby
#
sql
11
reactions
Comments
3
comments
4 min read
Lakers < ActiveRecord::Base
fentybit
fentybit
fentybit
Follow
Oct 16 '20
Lakers < ActiveRecord::Base
#
ruby
#
activerecord
#
sql
#
codenewbie
26
reactions
Comments
9
comments
9 min read
Overview of Active Record Associations
Tatyana Celovsky
Tatyana Celovsky
Tatyana Celovsky
Follow
Aug 27 '20
Overview of Active Record Associations
#
ruby
#
activerecord
#
beginners
#
learning
6
reactions
Comments
Add Comment
6 min read
Why SQLite is simple to use!
Miqotes
Miqotes
Miqotes
Follow
Aug 13 '20
Why SQLite is simple to use!
#
sql
#
activerecord
6
reactions
Comments
2
comments
2 min read
A Take on Empowering ActiveRecord
Bruno Vezoli
Bruno Vezoli
Bruno Vezoli
Follow
for
Rootstrap
Jul 16 '20
A Take on Empowering ActiveRecord
#
rails
#
activerecord
#
opensource
#
sql
48
reactions
Comments
8
comments
3 min read
Active Record Relations and Method Chaining
Veerpal
Veerpal
Veerpal
Follow
Jul 10 '20
Active Record Relations and Method Chaining
#
rails
#
activerecord
#
relations
6
reactions
Comments
Add Comment
2 min read
Understanding Active Record Callbacks
Andy Leverenz
Andy Leverenz
Andy Leverenz
Follow
Jul 23 '20
Understanding Active Record Callbacks
#
rails
#
ruby
#
activerecord
10
reactions
Comments
Add Comment
4 min read
Ruby Cursor Pagination (1)
Parulian Sinaga
Parulian Sinaga
Parulian Sinaga
Follow
Jul 4 '20
Ruby Cursor Pagination (1)
#
ruby
#
activerecord
#
pagination
11
reactions
Comments
Add Comment
3 min read
Making exceptions to ActiveRecord’s auto-pluralization
Sam Markham
Sam Markham
Sam Markham
Follow
Jun 15 '20
Making exceptions to ActiveRecord’s auto-pluralization
#
activerecord
#
ruby
#
sinatra
#
codenewbie
6
reactions
Comments
Add Comment
3 min read
Rails N + 2 queries
Bruno Vezoli
Bruno Vezoli
Bruno Vezoli
Follow
for
Rootstrap
Jun 6 '20
Rails N + 2 queries
#
rails
#
performance
#
optimization
#
activerecord
32
reactions
Comments
6
comments
7 min read
Rails signed IDs for ActiveRecord
Sebastian Sogamoso
Sebastian Sogamoso
Sebastian Sogamoso
Follow
May 19 '20
Rails signed IDs for ActiveRecord
#
rails
#
activerecord
7
reactions
Comments
2
comments
2 min read
My notes from Aaron Patterson's RailsConf 2020 keynote
Joshua Wood
Joshua Wood
Joshua Wood
Follow
May 7 '20
My notes from Aaron Patterson's RailsConf 2020 keynote
#
ruby
#
rails
#
activerecord
5
reactions
Comments
1
comment
1 min read
Can I use has_secure_token in ActiveRecord?
Sergey Tsvetkov
Sergey Tsvetkov
Sergey Tsvetkov
Follow
May 5 '20
Can I use has_secure_token in ActiveRecord?
#
ruby
#
rails
#
activerecord
3
reactions
Comments
Add Comment
4 min read
Active Record find vs. find_by vs. where
Katherine Kelly
Katherine Kelly
Katherine Kelly
Follow
Apr 4 '20
Active Record find vs. find_by vs. where
#
rails
#
activerecord
#
beginners
23
reactions
Comments
Add Comment
4 min read
Beginner: navigation on a dynamic website.
Ngan Kim Khong
Ngan Kim Khong
Ngan Kim Khong
Follow
Mar 3 '20
Beginner: navigation on a dynamic website.
#
ruby
#
rails
#
activerecord
#
dynamic
8
reactions
Comments
Add Comment
2 min read
loading...
We're a place where coders share, stay up-to-date and grow their careers.
Log in
Create account