Ruby on Rails Friday, September 1, 2017

Hi, sorry be again;).

I have writtern a set of ruby scripts that are used to poulate a database that I am going to use rails as a front end for users.  Curently they are stand alone, having there own lib directory and a few classes.  These scripts are run every night using cron/bash.

I am planing on changing the database to conform to ActiveRecord so rails can easily access it but I am wondering if ti is worth moving the scripts within rails rather than having them stand alone.  If doing this is a good idea I dont really know where to start.  The key thing is I need to be able to scedurle tham to run every night.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/066b2fb8-414b-4248-8a58-c039cb45ddc0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment