Railscasts (iPod & Apple TV)
Three times a week you will be treated to a new Railscasts episode featuring tips and tricks with Ruby on Rails, the popular web development framework. These screencasts are short and focus on one technique so you can quickly move on to applying it to ...
Three times a week you will be treated to a new Railscasts episode featuring tips and tricks with Ruby on Rails, the popular web development framework. These screencasts are short and focus on one technique so you can quickly move on to applying it to your own project. The topics are geared toward the intermediate Rails developer, but beginners and experts will get something out of it as well. Be careful when storing a model in a session. It will behave differently than you expect and can easily get out of sync with the database. Instead of storing the model directly in the session, store the id to the model and use that to fetch it from the database.
Show all Visit Show Website http://www.railscasts.comRecently Aired
-
HD
#146 PayPal Express Checkout
PayPal Express Checkout is easy to add to an existing ...
PayPal Express Checkout is easy to add to an existing ordering system. See how in this episode.
-
HD
#145 Integrating Active Merchant
In this episode I show how to add Active Merchant's ...
In this episode I show how to add Active Merchant's functionality to a Rails application to make a fully-functional checkout process.
-
HD
#144 Active Merchant Basics
Active Merchant is a great library for handling credit card ...
Active Merchant is a great library for handling credit card transactions. In this episode I will show you the basics of using it to communicate wit...
-
HD
#143 PayPal Security
This episode shows how to encrypt the variables passed to ...
This episode shows how to encrypt the variables passed to PayPal and verify the authenticity of the payment notifications (IPN).
-
HD
#142 PayPal Notifications
PayPal's IPN (Instant Payment Notification) service allows your app to ...
PayPal's IPN (Instant Payment Notification) service allows your app to get confirmation when an order is processed. In this episode I use IPN to ma...
-
HD
#141 PayPal Basics
This episode is the first in a series on handling ...
This episode is the first in a series on handling the checkout process for orders. Here we show how to complete purchases through PayPal's Website ...
-
HD
#140 Rails 2.2 Extras
This episode finishes up the Rails 2.2 series by showing ...
This episode finishes up the Rails 2.2 series by showing a few miscellaneous additions that I find useful.
-
HD
#139 Nested Resources
In this episode I show how to nest resources through ...
In this episode I show how to nest resources through routing and go into some new additions in Rails 2.2.
-
HD
#138 I18n
Internationalization is one of the biggest additions in Rails 2.2. ...
Internationalization is one of the biggest additions in Rails 2.2. See how the basics work in this episode.
-
HD
#137 Memoization
Rails 2.2 is out! In this episode I show how ...
Rails 2.2 is out! In this episode I show how to upgrade Rails and then demonstrate one of the new additions: Memoization.