Ruby Weekly is a weekly newsletter covering the latest Ruby and Rails news.

Author Archives: Shalev NessAiver

By Shalev NessAiver / September 10, 2008

Registration for RubyConf 2008 is now open.  The schedule consists of three heavily packed days of presentations, with three separate talks taking place at any given time.

Noteworthy this year is an all day Ruby Implementors’ track that boasts a series of talks covering all the major Ruby VM implementations, a keynote by Dave Thomas, a Q&A with Matz, and the always popular random assortment of Lightning Talks.

Chad Fowler notes that past RubyConfs have sold all 500 seats within 4 hours of opening registration, so be sure to register soon. Read More

By Shalev NessAiver / August 26, 2008

Videos from the recent Ruby Hoedown conference are now available at the Confreaks site.

The talks this year are split between traditional talks and “Lightning Talks” – 5 minute presentations that quickly highlight a single package or aspect of Ruby.  The talks cover a wide range of topics including Archaeopteryx – a Ruby MIDI/Music generator, easy phone calling with ruby, cloud computing, the usual excellent testing and design patterns talks, and a slew of other quirky and useful presentations.

If you don’t want to sit through the talks at normal speed, you can download the presentations in .mp4 format and increase the playback speed in your video viewer of choice.   Read More

By Shalev NessAiver / July 30, 2008

DocBox is the latest attempt to improve the Ruby/Rails documentation scene. Created as a Google Summer of Code project by Ian Ownbey (mentored by Jeremy McAnally) DocBox “sits on top of RDoc and allows users to update documentation through a wiki-like interface.” Changes to the ‘wiki’ are then folded back into your code and committed to a git documentation branch.

While still young, this project shows a lot of promise, as it allows anyone to write detailed, versioned, documentation without having to download or view any source code.

Naturally, DocBox is open source and is available at GitHub. Jeremy and Ian both encourage people to jump in. Read More