Sign up to save your podcastsEmail addressPasswordRegisterOrContinue with GoogleAlready have an account? Log in here.
Every other week you will be treated to a new, free RailsCasts episode featuring tips and tricks with Ruby on Rails, the popular web development framework. These screencasts are short and focus on one... more
FAQs about RailsCasts:How many episodes does RailsCasts have?The podcast currently has 346 episodes available.
July 09, 2012#364 Active Record Reputation SystemIf you need to calculate an average user's rating or sum up a number of votes, consider using the activerecord-reputation-system gem. Here I will cover the basics and also briefly present a from-scratch solution....more11minPlay
July 02, 2012#362 Exporting CSV and ExcelAs you will see it is easy to add a CSV export option to Rails. Here I also show how to export for Excel in a variety of formats....more7minPlay
June 25, 2012#360 Facebook AuthenticationThis will show how to create a new facebook application and configure it. Then add some authentication with the omniauth-facebook gem and top it off with a client-side authentication using the JavaScript SDK....more13minPlay
June 15, 2012#358 BrakemanThe Brakeman gem will scan the Ruby code of a Rails application and alert you to common security vulnerabilities....more9minPlay
June 08, 2012#356 Dangers of Session HijackingIf a user's authentication cookie is sent over an insecure connection it is vulnerable to session hijacking, or more specifically, sidejacking. Learn how this is done, and how you can prevent it....more7minPlay
May 30, 2012#354 SqueelSqueel provides a comprehensive DSL for writing SQL queries in Ruby. It is built upon Arel giving you access to many of its powerful features....more10minPlay
May 23, 2012#352 Securing an APIThere are many approaches to locking down an API. Here I start off with HTTP Basic authentication then move on to generating a unique token which can be passed through a URL parameter or HTTP header....more8minPlay
May 16, 2012#350 REST API VersioningAPIs should be consistent, but it is difficult to do this when returning a JSON response along side the HTML interface. Here I show how to add a versioned, RESTful API. The version can be determined from either the URL or HTTP headers....more11minPlay
May 09, 2012#348 The Rails API GemIt is often asked: Is Rails a good fit if I only need to serve an API? In this episode I show how to use the Rails API gem to create a slimmer Rails application designed to respond with JSON....more10minPlay
May 03, 2012#347 Rubber and Amazon EC2Deploying to Amazon EC2 allows you to scale an application quickly. Learn how to use Rubber to deploy to the cloud with just a few commands and monitor the cluster with various web tools....more18minPlay
FAQs about RailsCasts:How many episodes does RailsCasts have?The podcast currently has 346 episodes available.