Latest Screencasts (page 3)
RailsCasts #216 Generators in Rails 3
Railscasts - 2010-05-31 - free
Generators in Rails 3 have been completely rewritten to be more modular. This allows you to customize any generator to fit your specific preferences.
Watch this screencastEpisode 080: EventMachine, AMQP, and WebSockets: The Musical
Sdruby - 2010-05-26 - free
Dan Simpson and Nick Zadrozny give an overview of cutting-edge, real-time programming for the web; and demonstrate an interactive, web-based sequencer.
Watch this screencastRailsCasts #215 Advanced Queries in Rails 3
Railscasts - 2010-05-24 - free
Learn some advanced techniques regarding named scopes and get an introduction to Arel in this episode.
Watch this screencastRunning Vim within IRB
Vimcasts - 2010-05-16 - free
If you work with ruby you will know that the interactive ruby shell, or ‘IRB’ for short, is a useful sketchpad for coding. But the command line interface of IRB can feel quite limiting in comparison with the power of your text editor. In this episode, I’m going to demonstrate how you can get the best of both worlds, by loading Vim from inside IRB.
Watch this screencastRailsCasts #209 Introducing Devise
Railscasts - 2010-04-12 - free
Devise is a full-featured authentication solution which handles all of the controller logic and form views for you. Learn how to set it up in this episode.
Watch this screencastString Calculator – Groovy
Katacasts - 2010-02-01 - free
After being away for a couple weeks due to conferences and sickness, we present another entry in our “Same Kata, Different Languages” series: the String Calculator in Groovy by Itay Maman. This will most likely be the last of the String Calculator katas for a while, as we’ve been doing them for a long time [...]
Watch this screencastRailsCasts #199 Mobile Devices
Railscasts - 2010-02-01 - free
Change the look and behavior of a Rails app on mobile devices. Also use jQTouch to build a native-looking interface.
Watch this screencastIntroduction to Grails – Part 1
Teach Me To Code - 2010-01-25 - free
Are you new to Grails? Grails is an excellent alternative to Ruby on Rails, which uses Groovy / Java. In this screencast, learn how to create a simple CRUD system with Grails.
Watch this screencastRailsCasts #197 Nested Model Form Part 2
Railscasts - 2010-01-18 - free
Add and remove nested model fields dynamically through JavaScript using either Prototype or jQuery.
Watch this screencastJemini Tutorial (Part 1 of 2)
Misc - 2010-01-16 - free
Jemini is a Ruby-based framework for game development. In this screencast, we’ll create a shooter game from scratch. Part 1 shows creating a project, setting up a game state, loading animations, music and sound effects, and setting up keyboard input and event handlers. (Not bad for 22 minutes, right?) Jemini Tutorial (Part 1 of 2)
Watch this screencast