homeASCIIcasts

Episodes tagged with “tools”

  1. 141

    PayPal Basics

    The first of a series about dealing with taking payments on your site. Here we show you how to use PayPal to take payments from your cart.

    Tags: tools e-commerce

  2. 142

    PayPal Notifications

    PayPal's Instant Payment Notification can be used to tell your app when an order is processed. See how it can be used to mark a cart as purchased.

    Tags: tools e-commerce

  3. 143

    PayPal Security

    Find out how to encrypt the data to send to PayPal and verify the authenticity of Instant Payment Notifications.

    Tags: tools security e-commerce

  4. 151

    Rack Middleware

    Rack middleware provides a way to filter a request and response in your application. We use it to modify the application's response body.

    Tags: rails-23 tools

  5. 44

    Debugging RJS

    RJS and AJAX can be difficult to debug, especially when the browser doesn't show an error message. Find out how to trace through your AJAX calls in this episode.

    Tags: ajax tools debugging

  6. 155

    Beginning With Cucumber Other translations: Cn

    Cucumber is a testing framework that lets you develop with Behaviour-Driven Development. We develop a new application using BDD in this episode.

    Tags: testing tools plugins

  7. 157

    RSpec Matchers and Macros

    Improve readability and remove duplication in RSpec by making use of matchers and macros.

    Tags: testing tools

  8. 156

    Webrat

    Using Webrat allows you to write integration tests in Ruby, rather than in English as you would with Cucumber.

    Tags: testing tools plugins

  9. 158

    Factories Not Fixtures

    Fixtures can make tests brittle and difficult to read. A better alternative is to use factories to create the necessary objects.

    Tags: testing tools

  10. 159

    More on Cucumber

    There's more to Cucumber than was shown in episode 155. Learn how to refactor complex scenarios in this episode.

    Tags: testing tools

  11. 161

    Three Profiling Tools

    Find out what your Rails application is doing under the hood with New Relic RPM, FiveRuns TuneUp and Rack::Bug.

    Tags: tools performance

  12. 166

    Metric Fu

    Metric Fu is a compliation of tools that help you find the places in your code that need improvement. See what they have to say about the Railscasts codebase.

    Tags: tools testing

  13. 164

    Cron in Ruby

    Cron does a great job of handling recurring tasks, but the syntax is a little tricky. This episode shows you how to use Whenever to write cron jobs in Ruby instead.

    Tags: tools plugins

  14. 135

    Making a Gem

    Gems are now a more popular way of extending Rails than plugins. In this episode we go through the steps needed to create a basic gem.

    Tags: plugins active-record tools

  15. 183

    Gemcutter & Jeweler

    Gemcutter is a new service for hosting Ruby Gems. Jeweler is a gem that provides an automated way to release versions of a gem.

    Tags: tools

  16. 190

    Screen Scraping With Nokogiri Other translations: Es

    Using Nokogiri and SelectorGadget together makes screen-scraping easy.

    Tags: tools

  17. 191

    Mechanize Other translations: Es

    Mechanize extends Nokogiri, allowing you to interact with websites, filling in forms and clicking links.

    Tags: tools

  18. 195

    Favourite Web Apps in 2009 Other translations: Es

    In this episode we show you some of the best web applications o 2009 for Ruby developers.

    Tags: tools