Hello I want konw that how can make a spread sheet itself as a active record model so that I build applicationd and top of that model --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
On 5/29/07, katthi <onlyforrkut@gmail.com> wrote:> > > Hello > I want konw that how can make a spread sheet itself as a active record > model so that I build applicationd and top of that modelPlease move this question from -core to -talk if you want to discuss this further. In short: you can''t. ActiveRecord is designed towards SQL persistence exclusively. What you imagined is possible, but would require much work. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
Short version: you need a database in between the spreadsheet and ActiveRecord, to serve as a bridge between them. I don''t think you can do so directly. Joe http://www.joegrossberg.com On May 29, 7:15 am, katthi <onlyforr...@gmail.com> wrote:> Hello > I want konw that how can make a spread sheet itself as a active record > model so that I build applicationd and top of that model--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com To unsubscribe from this group, send email to rubyonrails-core-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---