If you will not use any database, you can cancel active_record.
Modify config/environment.rb
Uncomment this line:
# config.frameworks -= [ :active_record, :active_resource, :action_mailer ]

On Wed, Dec 10, 2008 at 1:51 PM, Rohith Nair <
[EMAIL PROTECTED]> wrote:

>
> Thanks for ur reply...
>
> In database.yml i can find this
>
> # SQLite version 3.x
> #   gem install sqlite3-ruby (not necessary on OS X Leopard)
> development:
>  adapter: sqlite3
>  database: db/development.sqlite3
>  pool: 5
>  timeout: 5000
>
> # Warning: The database defined as "test" will be erased and
> # re-generated from your development database when you run "rake".
> # Do not set this db to the same as development or production.
> test:
>  adapter: sqlite3
>  database: db/test.sqlite3
>  pool: 5
>  timeout: 5000
>
> production:
>  adapter: sqlite3
>  database: db/production.sqlite3
>  pool: 5
>  timeout: 5000
>
>
> I didnt install Mysql in my PC...
>
> --
> Posted via http://www.ruby-forum.com/.
>
> >
>


-- 
TWRUG Blog:
http://blog.rubyonrails.org.tw

CFC on Rails:
http://zusocfc.blogspot.com

Only two surfaces of a box:
http://blog.pixnet.net/zusocfc

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to