It is possible to use Rails without a database. This is what Fernando
is referring to:

  # Skip frameworks you're not going to use. To use Rails without a
database
  # you must remove the Active Record framework.
  # config.frameworks -=
[ :active_record, :active_resource, :action_mailer ]

On Mar 31, 3:13 am, Fernando Perez <rails-mailing-l...@andreas-s.net>
wrote:
> > I agreed that  there is no harm to create an empty database. Is there no
> > other way?
>
> That's lame to install the DB software, configure it, and leave it
> empty. Read environment.rb and tell your app to not load ActiveRecord.
>
> --
> Posted viahttp://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to