Ryan Bates

Episode 188: Declarative Authorization


~2 years ago by Ryan Bates on Railscasts.
Declarative authorization provides an advanced and powerful solution for role based authorization....

#296 Mercury Editor


3 months ago by Ryan Bates on Railscasts.
Mercury allows you to edit a section of HTML directly in the web browser through a WISYIWYG editor. Here I show how to integrate Mercury into a Rails app...

Episode 261: Testing JavaScript with Jasmine


10 months ago by Ryan Bates on Railscasts.
Are you testing your JavaScript? Learn how to add specs using Jasmine. This episode also covers jQuery integration with jasmine-jquery....

Episode 56: The Logger


over 4 years ago by Ryan Bates on Railscasts.
Learn all about the logger in this episode. See how to send messages to the log and how to customize it....

Episode 55: Cleaning Up the View


over 4 years ago by Ryan Bates on Railscasts.
This episode starts off with a big, messy template. Watch as this code shrinks and becomes more readable while the interface stays the same....

Episode 54: Debugging with ruby-debug


over 4 years ago by Ryan Bates on Railscasts. [Linked from: Mike Does Tech]
This episode will show you how to debug a rails app using ruby-debug: set a breakpoint, inspect variables, change the code and more....

Episode 53: Handling Exceptions


over 4 years ago by Ryan Bates on Railscasts.
When an exception is raised in development you get the full error along with the stack trace. In production, only a simple message is displayed. Learn why...

Episode 52: Update through Checkboxes


over 4 years ago by Ryan Bates on Railscasts.
See how to select multiple items using checkboxes and perform an action on the selected items in this episode....

Episode 51: will_paginate


over 4 years ago by Ryan Bates on Railscasts.
In edge rails (soon to be Rails 2.0), the built-in pagination has been moved into a plugin: classic_pagination. I recommend jumping over to the will_paginate...

Episode 50: Contributing to Rails


over 4 years ago by Ryan Bates on Railscasts.
The best way to contribute to the Rails project is to submit a patch. This episode shows how to do exactly that. There's also a surprise at the end that...