Get a Quote

We try to respond the same business day. You can also call us at (877) Mintbit weekdays 8-5pm EST.

This form is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.
From Our Blog
ActiveRecord: Understanding CurrentAttributes

current_user is a daily companion in Controllers and Views. However, the moment you need that information inside a Model to...

Read More
ActiveRecord: Consistent delete_all and update_all

ActiveRecord excels at providing methods that balance convenience and performance. Among the most powerful are delete_all and update_all, which execute...

Read More
Elegant Enum Sorting with in_order_of

ActiveRecord enums are a convenient way to map human-readable states to integers stored in the database. They make your models...

Read More
See All Posts