This is a cross-posting of an article we wrote for Engine Yard: Rails makes database interaction so simple that it’s easy to forget that the database isn’t always happy with what Rails does to it. Here are three leading mistakes that hurt many Rails applications. » Read the rest at Engine Yard’s blog. While you’re [...] [...more]
In this tutorial we install the mysql Data base for Ruby on Rails and install the plugin Restful Authentication. This tutorial was created by Mike Lively of Northern Kentucky University. [...more]
High Performance Ruby on Rails and mysql David Berube (Berube Consulting) From the official conference description is at www.mysqlconf.com mysql is among the fastest relational databases commonly available today; unfortunately, the database alone is only part of the picture. For todays web applications, the one weak link in the entire performance chain from the network [...] [...more]
Hello, how to install & setup ruby on rails on linux.. is there easiest tutorials to do it ?… [...more]
Take Rails to the Cloud: Deploying a Rails Application to Heroku Heroku, a commercial cloud computing platform for deploying Rails and other Rack -based web applications, uses PostgreSQL database services and provides migration tools to quickly move MySQL (or other relational databases) to its platform. Read more on Developer.com [...more]