Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in activerecord

Same enum not working in different columns in rails

How to search array through ransack gem?

Compare two records and get the names of the changed columns in rails active record

Activerecord migrations, making t.references correctly point to a custom ID type, string not integer?

Finding the next ActiveRecord model object in the database using given object

What is the difference between these two statements, and why would you choose them?

Group Query with Calculations on Rails 3

How to validate models with a composite keys in ActiveRecord?

ActiveRecord: treating has_many list as a simple array

DateTime arithmetic in an ActiveRecord query (PostgreSQL)

Problems while making a generic model in Ruby on Rails 3

rails find_or_initialize on relationships

PG::ERROR: another command is already in progress

rspec clean database before running

Register multiple before_save conditional callbacks on Rails 4

Find records where field value is all LOWERCASE

Rails "where" method to find parent by child attribute

ActiveRecord: Skip validation when saving multiple objects

Optional where in Rails

What's the equivalent of $this->db->last_query() in Codeigniter 4?