Ruby on Rails – Open source web application framework for Ruby
Read more posts below for ruby on rails tutorials and rails web development.
In my post about Carpet is a re-mix of existing configuration management solutions, I gave you a rough overview of the problems I tried to address with Carpet. In this article, I want to show you how you can set up a complete Ruby on Rails stack with only a few lines of configuration while [...]
As you might have already guessed, I’m constantly striving for the simplest yet most optimal process for running both an agile development team and agile web operations. People come first, then the procedures followed by the people and finally, the tools those people use. Since tools supporting the agile development process have the lowest priority [...]
When upgrading our application from Ruby on Rails 1.2.6 to Rails 2.1 we experienced some issues with the GLoc localization library. First, we got exceptions like this one: ActionView::TemplateError (wrong number of arguments (3 for 2)) Thanks to this Rails 2.1 patch for GLoc, we were able to run our application again. But then we [...]
We use Mingle for managing our agile software development process and found some repetitive tasks which we wanted to automate. As part of our deployment to the test environment, we had to manually move all “ready to deploy” stories to status “deployed on test env”. With every release to production, we had to move them [...]
