Updating Rails when vendor/rails is under local svn

In some of my projects I have Rails checked out in vendor/rails and I keep it under local subversion repository (not as an external nor ignored). Why? It is sometimes to handy to have just whole application in one repository. The only problem I encountered is when I need to upgrade Rails version. Normal rake …

Rails in production and code reloading

When I have discovered Rails through 4 Days on Rails over a year and half ago, I decided to buy Agile Web Development with Rails, which is great book for learning Rails. And there I found following statement (page 52): It turns out that the WEBrick-based Rails dispatcher is pretty clever. In development mode (as …