by
Mike Gunderloy on November 5, 2008 :
9 Comments
There are certainly plenty of plugins available to handle authentication in Rails, with perhaps the most commonly-used being Restful Authentication. But there's always room for one more, and the latest I've run across is Ben Johnson's authlogic. It takes a…
by
Peter Cooper on November 4, 2008 :
1 Comment
Take approximately 500 Rails coders with a weekend to spare, an awesome collection of prizes, and a stackload of Linode virtual servers and you end up with Rails Rumble - a significant annual contest to develop the best Rails application possible in…
by
Mike Gunderloy on November 3, 2008 :
3 Comments
Most Rails developers are familiar with the repetitive grunt work between running the rails command and starting in on custom code: adding plugins, setting up git, initializing Capistrano, bringing in your usual custom rakefile, and so on. There are projects…
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,…