Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in activerecord

Validation to ensure uniqueness of but ignoring empty values?

Getting error indicating number is "out of range for ActiveRecord::Type::Integer with limit 4" when attempting to save large(ish) integer value

ruby sqlite activerecord

update multiple rows in Rails 3.2

ActiveRecord Callbacks List

Could not find the association problem in Rails

What is the difference between build and new on Rails?

rails, activerecord, get current connection specification

Build hash from collection of ActiveRecord Models

varchar Migration question for Ruby on Rails

How do i specify and validate an enum in rails?

How can I test ActiveRecord::RecordNotFound in my rails app?

How to remove validation using instance_eval clause in Rails?

Best way to find a single record using ActiveRecord 3 / Arel?

Postgres on Rails FATAL: database does not exist

Rails Models: how would you create a pre-defined set of attributes?

How to get the latest record from each group in ActiveRecord?

Rails ActiveRecord Query Date Range

rails model has_many of itself

How to implement Active Record inheritance in Ruby on Rails?

Possible to have "polymorphic has_one" relationship in rails?