Recent Episodes
-
194
MongoDB and MongoMapper Other translations:
MongoDB is a document-based database engine. Learn how to use it in Rails application with Mongomapper in this episode.
-
193
Tableless Model Other translations:
If you want to create a model without an associated database table all you need to do is define a couple methods in the model.
Tags: active-record
-
192
Authorization with CanCan Other translations:
CanCan is a simple authorization plugin that offers a lot of flexibility. Find out how to use it in this episode.
Tags: authorization plugins
-
191
Mechanize Other translations:
Mechanize extends Nokogiri, allowing you to interact with websites, filling in forms and clicking links.
Tags: tools
-
190
Screen Scraping With Nokogiri Other translations:
Using Nokogiri and SelectorGadget together makes screen-scraping easy.
Tags: tools
-
189
Embedded Association
In this episode we show you how to embed a one-to-many or many-to-many association in a single integer field.
Tags: active-record views
-
188
Declarative Authorization
Declarative authorization provides an advanced and powerful solution for role-based authorization
-
187
Testing Exceptions Other translations:
Even well tested code can sometimes raise exceptions. In this episode we show you how to be notified about this and how to resolve these errors by making use of integration tests.
-
186
Pickle With Cucumber
Pickle adds a number of convenient Cucumber steps for generating models. Learn how to use Cucumber's table diffs as well.
-
185
Formtastic Part 2 Other translations:
In this episode we cover some of Formtastic's more advanced features, including its handling of many-to-many relationships, required fields and styling.
