Latest Free Screencasts (page 7)
RailsCasts #275 How I Test
Railscasts - 2011-07-18 - free
Here I show how I would add tests to the password reset feature created in the previous episode. I use RSpec, Capybara, Factory Girl, and Guard to make request, model, and mailer specs.
Watch this screencastEpisode 106: JRuby: Ruby in the JVM. Why on Earth?!?
Sdruby - 2011-07-16 - free
JRuby is a 100% pure-Java implementation of Ruby with high performance, real threading, and a vast array of libraries. Chris McCann explores how JRuby can provide real value for Rails developers. Bonus content: download the slides from this talk.
Watch this screencastEpisode 105: Get Your Flow On: Mastering Your Development Workflow
Sdruby - 2011-07-16 - free
Rob Kaufman explores tools and options for improving your development process: common issues with managing tasks, starting work, committing branches, and getting completed tasks verified and deployed to production. It's all about automating the little steps because details are too easy to forget. Bonus content: download the slides from this talk.
Watch this screencastCreate a ‘Like’ or ‘+1′ button with make_flaggable
Teach Me To Code - 2011-07-15 - free
With the recent release of the Google Plus beta (ask me for an invite if you want one), I felt it appropriate to show a simple way to create a Like or +1 button for your Rails application. The app and concept is pretty simple, so I won’t worry about posting the code below. Install: [...]
Watch this screencastRailsCasts #274 Remember Me & Reset Password
Railscasts - 2011-07-11 - free
It is easy to create authentication from scratch, but how do we extend it with more features? Here I add a "remember me" check box and a "forgotten password" link.
Watch this screencastBuilding a Star-Rating System in Ruby on Rails with jQuery
Teach Me To Code - 2011-07-05 - free
Specification Clicking a star rating turns on the stars to the left of the star I clicked. Clicking a star submits the star rating. When I refresh the page, the star ratings should be persistent. We’ll be using Rails’ functions including: form_for hidden_field Rails Helpers We’ll be using jQuery functions including: click each ajax <code> [...]
Watch this screencastCreating a Simple Bookmarklet
Screencasts Org - 2011-07-04 - freeIn this quick video tutorial we'll show you what a bookmarklet is, and how you'd go about to create one. What you'll Learn What a Bookmarklet is How to create a simple Bookmarklet
Watch this screencastRailsCasts #273 Geocoder
Railscasts - 2011-07-04 - free
If you need to work with geographic data, Geocoder is an excellent gem for converting addresses and coordinates, finding nearby locations, determining distances, and more!
Watch this screencastIntroduction to CoffeeScript
Screencasts Org - 2011-06-27 - freeWith the adoption of CoffeeScript by the Node.js community, the JavaScript community in general, and with CoffeeScript's inclusion in the upcoming Rails 3.1 release, it's probably a good idea to see what all the fuss is about. In this free CoffeeScript screencast we'll cover all the basics and some neat...
Watch this screencastRailsCasts #272 Markdown with Redcarpet
Railscasts - 2011-06-27 - free
Redcarpet is an easy-to-use gem which interprets Markdown. Here I show how to customize it and add syntax highlighting through Pygments and Albino.
Watch this screencast