tools episodes
PayPal Notifications- PayPal通知
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 mark a cart as purchased.
当一次商品订购完成后,PayPal的IPN(即时付款通知)服务允许你的程序上获得一个通知.在这个视频里,我使用了IPN来标志购物车已经进行了商品购置.
Selenium
Selenium is a great way to test your app automatically through a browser. See how it works in this episode.
Selenium是一个通过浏览器自动测试程序的工具.这个视频里讲述Selenium如何运行.
PayPal Security- PayPal安全
This episode shows how to encrypt the variables passed to PayPal and verify the authenticity of the payment notifications (IPN).
这个视频演示了如何加密传递到PayPal的变量,和验证支付通知的真伪.
Contributing to Rails with Git-用Git为Rails作贡献
If you want Rails to behave a certain way, try changing it and submitting a patch. This episode will show how to do exactly this using Git.
如果你想要Rails以特定方式运转,尝试改变它,并提交一个patch.这个视频讲述了如何正确使用Git.

