Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in activerecord

Escape an '@' character in a SQL query / ActiveRecord

sql activerecord

Rails way for multi product types shopping cart

default_scope in Sequel

Store timestamps with timezone in rails 3.2

Undocumented ActiveRecord bang methods

Query for post and tags in same query

Rails STI and multi-level inheritance queries

Adding a column before another one in Rails

Generating sequential numbers in multi-user saas application

Rails - Adding Custom Fields at runtime in ActiveRecord

Rails: Why can't you set an association to nil in a where clause?

How can I make Rails ActiveRecord automatically truncate values set to attributes with maximum length?

How can I do something like find_in_batches_by_sql in Rails

ActiveRecord associations are auto-saved on assignment after migrating between Rails versions, how can I disable that?

Rails update only empty fields

Create form fields for hash attribute

Get records with empty hstore

Dynamic class_name for has_many relations

How would you do this Rails sub-query using Squeel?

Polymorphic Association with multiple associations on the same model