Jason Arora wrote:
> 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>

Hi,
I removed comment of the
config.frameworks -=[ :active_record, :active_resource, :action_mailer 
].
I removed the database.yml and tried to start the server. I am getting 
an error
"uninitialized constant Rails::Plugin::ActiveRecord (NameError)"
I am using rfacebook plugin in this application.
Could you give me the solution for this?
Thanks,
Tushar

-- 
Posted via http://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