Dear Frienz,

In one of my project i need to implement archiving of logs.

I have two database called people_development and archive_development. I
have used all my development in people_development database.

development:
  adapter: mysql
  database: people_development
  host: localhost

I have used reports about people like their attendences in logs module.
So daily atleast 100s of reports will be updated in the database. Now i
need to implement archiving of such logs into another database like
archive_development.

How this could be done in rails? I need to do the same manually, ie my
application should have option to move selected logs to archive
database.

Could any one plz suggest on this?

Thanks in advance,

Regards,
Rose Martin
-- 
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 [email protected]
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