From: Cristian Gradisteanu Date: 2008-01-28T22:54:16+09:00 Subject: Disable database support ? Hello, By default a new rails project comes with database enabled (by adding -d option to your rails command when creating a new project you can change the DBMS, by defaulds it says it's mysql but in rails 2.0.2 is sqlite??). Is there a way to avoid working with a database ? Commenting the development lines in 'database.yml' does not seem to work! Is there another way to do it? I am new to this and wanted to play a bit with ruby without interacting with a database yet, but I keep getting errors from configuration files unless I create that database (in mysql, my case). Thanks -- Posted via http://www.ruby-forum.com/.