Remarkable Labs
  • Home
  • About
  • Blog
  • Contact Us

Not Equal support for Active Record queries [Rails 4 Countdown to 2013]

Posted on December 10, 2012
by Kevin Faustino
in Ruby on Rails

The Active Record query interface for the most part abstracts SQL from the developer. However, there is a condition that always requires using pure string conditions in a where clause: <> or !=, depending on the database. Starting in Rails 4, query method not has been added to rectify this.

Read More

Asynchronous Action Mailer [Rails 4 Countdown to 2013]

Posted on December 09, 2012
by Kevin Faustino
in Ruby on Rails

Since Rails 4 has introduced a Queue into the framework, a primary candidate to take advantage of it was Action Mailer.

Read More

Renaming *_filter to *_action [Rails 4 Countdown to 2013]

Posted on December 08, 2012
by Kevin Faustino
in Ruby on Rails

Yesterday, David Heinemeier Hansson committed a change to Action Pack that renamed all controller *_filter callback methods to *_action.

Read More

Rails.queue [Rails 4 Countdown to 2013]

Posted on December 07, 2012
by Rida Al Barazi
in Ruby on Rails

Rails 4 has introduced a queue interface, allowing you use ActiveSupport::Queue out of the box or use any queue engine that complies with the interface.

Read More

Observers Gem Extraction [Rails 4 Countdown to 2013]

Posted on December 06, 2012
by Kevin Faustino
in Ruby on Rails

One of the biggest changes coming in Rails 4 is the extraction of certain features and moving them to gems. Moving forward, Active Record observers and Action Controller sweepers are going to be available in the rails-observer gem.

Read More
Next Page →

Who We Are

Remarkable Labs is a Ruby on Rails development shop based in Toronto, Ontario. Our focus is to build well crafted web applications.

We specialize in test-driven development, growing teams through training, and finding solutions for our clients.

The Rails™ 4 Way

The Rails 4 Way

The Rails™ 4 Way is the only comprehensive, authoritative guide to delivering production-quality code with Rails 4.

Our Newsletter

Sign up for our newsletter, and we will send you news, tutorials, and insights once a month.

Thank you for subscribing

Subscribe

Recent Posts

  • The Rails 4 Way (beta) now available
  • Using Sidekiq to send emails asynchronously
  • Creating Retina Images with CarrierWave
© 2012-2019 Remarkable Labs Inc. All rights reserved.