Heya Rob, I always try very hard to work on problems myself before asking questions. I probably should have used pastie or gist to show my code a little bit better:
http://pastie.org/548692 Here is the three phases of code that I'm going to be working with.. Rake file starts the task... Model pulls data, stores it in variables, sends it to Tsos Class in libs Tsos class calculates all data and returns the end results.. Variables are stored and queued... .. Rake file starts the next subtask... .. Variables are stored and queued... ... ... etc... After 14 subtasks are finished all variables are saved to the Model table... That's what I would like to do.. -- 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 -~----------~----~----~----~------~----~------~--~---