Videos tagged with Ruby
Short demonstration screencast about Emacs on Rails IDE which is convenient Emacs add-on to edit Ruby On Rails projects.
Coderpath Rails Screencast #1: David Heinemeier Hansson
This screencast is a pair programming session between David Heinemeier Hansson and Miles K. Forrest. Miles is new to web application programming and a "bunny hill" rails developer at best, so to have a world-class developer take the time to go over some basics on how to get started was very encouraging and valuable to him. If you're also new to Rails perhaps this 35 minute screencast might help...
SD Ruby Episode 013: Mocha and Stubba
Kevin Clark shows us how to use mocks and stubs in your Ruby tests using Mocha and Stubba
SD Ruby Episode 012: Deployment
Dominic Damian talks about the different options available to you when deploying a Rails application. He covers areas such as servers, caching, database, and hosting.
SD Ruby Episode 011: ActsAsTaggable Plugin
Patrick Crowley discusses his experiences with acts_as_taggable. He starts off outlining some of the differences between the gem and the plugin. Patrick then creates a simple app to show off some of the capabilities of the plugin.
SD Ruby Episode 010: REST Web Services with Rails
Chris Abad talks a little bit about providing web services to your Rails application using some of the new REST features found in Edge Rails. At the end, he also throws in a bonus tip on using Rick Olson’s authentication plugin restful_authentication to add authentication to your REST API.
SD Ruby Episode 009: REST with Rails
In this episode, Kevin Clark shows us some of the new REST features found in Edge Rails. He covers some basic concepts such as HTTP verbs, and also takes a look at using RESTful routes. Here are the slides
SD Ruby Episode 008: Chronic
Tom Werner has released the ruby gem Chronic, a natural language date and time parser. In this episode he gives us a quick run through of some of the cool points.
SD Ruby Episode 007: Rails Authentication
Kevin Clark gives us a brief overview of two of Rick Olson’s authentication plugins: acts_as_authenticated and restful_authentication.
SD Ruby Episode 006: Dynamic Domains
Chris Abad introduces the new web service, Outlandish. He also shows us how they handle dynamic domains within Outlandish. Here are the slides.