Latest Screencasts
Cassandra Basic Schema and Ruby Gem
Teach Me To Code - 2011-07-24 - free
You can get cassandra at cassandra.apache.org and the ruby gem by running: gem install cassandra I did run into a problem with the trift_client gem when installing. If you get a Load Error, run this. sudo chmod 644 /usr/local/lib/ruby/gems/1.8/gems/thrift_client-0.6.3/lib/thrift_client/*.rb sudo chmod 755 /usr/local/lib/ruby/gems/1.8/gems/thrift_client-0.6.3/lib/thrift_client/connection Here are some of the Cassandra commands from the video: #connects to [...]
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 screencastRubyPulse Episode 0.34 - ruby shortcuts - the rest
Rubypulse - 2010-04-15 - free
There's a few useful shorthand ways to create certain objects in Ruby, ... - Caius
Watch this screencastRubyPulse Episode 0.33 - ruby shortcuts - strings
Rubypulse - 2010-03-25 - free
There's a few useful shorthand ways to create certain objects in Ruby, ... - Caius
Watch this screencastEpisode 0.24 - hammertime
Rubypulse - 2010-01-21 - freeEpisode 0.23 - tap
Rubypulse - 2010-01-06 - freeEpisode 0.21 - net-ssh-telnet
Rubypulse - 2009-12-04 - free
Provides a simple send/expect interface with an API almost identical to Net::Telnet. - mkent(at)magoazul(dot)com
Watch this screencastEpisode 0.20 - progress-monitor
Rubypulse - 2009-11-26 - free
With progress-monitor you can easily add progress bars to your array/hash/integer iterator loops without changing your code.
Watch this screencastEpisode 0.19 - racksh
Rubypulse - 2009-11-18 - free
"racksh (Rack::Shell) is a console for Rack based ruby web applications.. " - Marcin Kulik
Watch this screencastEpisode 0.9 - live_console
Rubypulse - 2009-10-01 - free
"LiveConsole is a library for providing IRB over a TCP connection or a Unix Domain Socket." - pete elmore
Watch this screencast