Recent Episodes
-
252
Metrics Metrics Metrics Other translations:
Metric Fu, Metrical, SimpleCov, Rails Best Practices, and more are covered in this episode on metrics.
-
251
MetaWhere & MetaSearch Other translations:
MetaWhere provides a way to do complex find conditions without SQL in Active Record. MetaSearch makes it easy to create search forms with many find options.
Tags: rails-3.0 plugins active-record forms search
-
250
Authentication from Scratch Other translations:
Password authentication is not too complicated to make from scratch, it will also help to get a better understanding of how it works.
Tags: authentication
-
249
Notifications in Rails 3 Other translations:
Rails 3 comes with instrument support through the ActiveSupport::Notifications class. Call "subscribe" to listen to notifications, and "instrument" to send them.
Tags: rails-30
-
248
Offline Apps Part 2 Other translations:
Learn how to make a site usable offline with HTML 5 localStorage. This last part of the series covers jquery-tmpl and jquery-offline.
-
247
Offline Apps Part 1 Other translations:
Learn how to make a site usable offline through an HTML 5 cache manifest. This first part of the series covers rack-offline and problems you may run into.
Tags: plugins
-
246
AJAX History State Other translations:
The new pushState function in JavaScript allows us to change the full URL with AJAX. This means the back button, reloading, and bookmark support can be easily added.
Tags: ajax
-
245
New Gem with Bundler Other translations:
Creating new gems is easy with the `bundle gem` command. In this episode we'll walk you through how this works.
Tags: tools
-
244
Gravatar Other translations:
Gravatar is a service for providing user avatars. See how easy it is to use in Rails in this episode.
Tags: tools
-
243
Beanstalkd and Stalker Other translations:
Beanstalk is a fast and easy way to queue background tasks. Stalker provides a nice wrapper interface for creating these jobs.
Tags: plugins background-jobs