How to run your Rails application without a database
If your Rails application is just consuming a Web Service and has no need for a database than all you have to do to is uncomment the following line in environment.rb
If your Rails application is just consuming a Web Service and has no need for a database than all you have to do to is uncomment the following line in environment.rb