Newest Active Record Programming Tips
simple full text search using postgres on rails
Greg Osuri
·
2 responses
·
ruby, rails, activerecord, postgresql
Check the last inserted record with Cucumber
Fabrizio Soppelsa
·
0 responses
·
ruby, activerecord, cucumber, rspec
ActiveRecord Migration for cuba and sinatra
Revath S Kumar(RSK)
·
0 responses
·
activerecord, sinatra, cuba
Easily add named timestamp scopes
Jake Moffatt
·
0 responses
·
rails, activerecord, gem, scopes
Make ActiveRecord objects not readonly
Bartłomiej Danek
·
0 responses
·
ruby, rails, activerecord, readonly
Faster way to reset database entries
Alif Rachmawadi
·
2 responses
·
ruby, rails, activerecord, database
Readonly ActiveRecord Columns
Sean Todd
·
0 responses
·
rails, activerecord, validation, readonly
ActiveRecord get all ids
Jeremy Bertrand
·
0 responses
·
rails, activerecord, populator
Select all fields from a model without strings
Adan Alvarado
·
0 responses
·
rails, activerecord, sql, arel
DB Charmer
Guillaume Hain
·
0 responses
·
rails, activerecord
Prevent abstract ActiveRecord instantiation
Trung Lê
·
0 responses
·
rails, activerecord, sti, abstract class
Frozen time in rails scope
Alexander Tamoykin
·
0 responses
·
activerecord, rails, time, scope
DRY up your Rails App by using scopes
RJ Pittman
·
0 responses
·
activerecord, rails, dry
Complex Has Many Associations with ActiveRecord
Sakchai Siripanyawuth
·
0 responses
·
rails, activerecord, database, query
Check for empty columns in your database
Anatoli Makarevich
·
0 responses
·
ruby, rails, activerecord
Use schema_associations to to make your ActiveRecord models more DRY
Diogo Biazus
·
0 responses
·
rails, activerecord, database, postgresql
Use schema_validations to make your ActiveRecord classes more DRY
Diogo Biazus
·
0 responses
·
rails, activerecord, database, postgresql
Use schema_plus to improve your database design in Rails apps
Diogo Biazus
·
1 response
·
rails, activerecord, database, postgresql
AssociationCountValidator
Anton Kalyaev
·
1 response
·
ruby, activerecord, validation, forms
Testing your AR models made easy with accepts_values_for
Oscar Rieken
·
2 responses
·
activerecord, testing, rspec
Connect to a database using ActiveRecord outside of Rails
Steven Shingler
·
0 responses
·
ruby, rails, activerecord, database
Use optimistic and pessimistic locking for critical models
Adam Stankiewicz
·
0 responses
·
rails, activerecord
Stored Procedures and ActiveRecord
Yannick Schutz
·
2 responses
·
rails, activerecord, sql
Manipulating the database with ActiveRecord
Tomas Varneckas
·
0 responses
·
ruby, activerecord, schema
Accessing ActiveRecord DB column options
Bill Agee
·
0 responses
·
ruby, rails, activerecord