October 12, 2006
RuPy, Snakes and Rubies, Night and Day
A nice article by Calvin Spealman that discusses the dissimilarity of Ruby and Python and their respective importance.
A nice article by Calvin Spealman that discusses the dissimilarity of Ruby and Python and their respective importance.
Luke Redpath and Dan Webb have released version 0.3 of their plugin for Rails to allow unobtrusive javascript. UJS now has its own dedicated website with docs and Trac. Discussion of this plugin on the official Rails blog shows there is interest in this plugin from members of Rails core, but it [...]
Evan Weaver has posted some new insight into the recent patch released for RoR.
“Core team discovered a security vulnerability in recently released 1.1.4., and then came to the conclusion, same as I did, that 1.0 and some intermediate 1.1 releases are not affected.
It looks like, for example, that if your Rails installation is in /www/rails/, [...]
Garrett Murray has released SimpleLog 1.1, a Ruby on Rails blog application. I had the pleasure of beta testing during this phase of development and have nothing but good things to say about it. In fact I am in process of converting WordPress over to a slightly modified version of SimpleLog 1.1 as you read [...]
Earlier articles in the Crossing borders series introduced Ruby on Rails as an explosively popular framework that’s serving as a catalyst for the Ruby programming language. As Ruby experiences increasing success, developers are seeking to integrate their Ruby applications with applications written in other languages. Rails provides excellent support for Web services. This article introduces [...]
Garrett over at Maniacal Rage has a great tutorial on getting SVN setup for your ruby on rails app if your running OS X. This all assumes you’ve got Ruby, LightTPD (not required), SVN and Ruby on Rails already installed. If so, head on over and learn what to do next.
We recently decided to switch our projects to a MVC framework and our choice of the framework came down to three final contenders:
Symfony on PHP http://www.symfony-project.com/
Rails on Ruby http://rubyonrails.org/
Django on Python http://www.djangoproject.com/
To better understand the pros and cons of each, we wrote a very simple demo application in all three. The app we chose was [...]
When looking at my own Rails code and that of the community as a whole, I often see places where certain Rails techniques could have been used, but weren’t. As much for my own memory as yours, I thought I’d list down some Rails tricks and tips that can make your application or code more [...]
Pragmatic Programmer, Mike Clark, has produced a single page PDF cheat sheet of about fifty TextMate keyboard shortcuts to speed up your Ruby development.
This web application integrates a live Ruby compiler and holds your hand through ever step of the way. Great way to see what Ruby can do.