I have created a Rails 3 project with mentioned option. Can I somehow \"revert\" this option and have active record back as in default, or must I create a new project?
Make a new project with ActiveRecord, and then pairwise diff config/application.rb and config/environments/*.rb to determine if there are any default settings you should add back to your project.