Just two months ago, Gregg Pollack and Jason Seifer of the Rails Envy podcast launched Envy Casts, a micro-publisher in the Rails scene. In anticipation of the release of Rails 2.2, they've released both a Ruby on Rails 2.2 Screencast and a…
Mike Gunderloy has written an excellent thirteen step guide to contributing to Rails - step by step. He covers:
- Getting Git
- Checking out the Rails source code
- Setting up and running the tests that come with Rails (so you can check that your…
Vasco (Github repository) is a "route explorer" for Rails developed by Relevance, Inc and released under an MIT license. Effectively it provides a Web-based UI to explore the RESTful routes configured for your Rails app. It installs as a plugin.
With Vasco,…
David Heinemeier Hansson has announced Rails 2.0.5, a point release of the now dated 2.0.x family. It's just a security release with two fixes.
Tweet This Post
by
Peter Cooper on October 17, 2008 :
1 Comment
Hot off the back of the Rails Guides hackfest came a lot of great new Rails documentation. Now joining that documentation comes an all new Ruby on Rails Security Guide. Clocking in at almost 11,000 words, the guide covers RJS injection,…