Ruby on Rails Saturday, September 2, 2017

Why do you want to move it to Rails? Is your goal to present the scraped data on a web page? If you could tell us a bit more about your goal then we'll be able to give you more specific advice.

If you indeed want to present the results on a web page then I recommend that you convert your classes to Active Record models. You can do this without using Rails as Active Record can be used as a standalone library.

Once you're down it'll be much easier to generate a Rails app and build a UI around those models.

--
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/CAA6WWt8eNPytcckdT9ivD0MSdYcm4b%3DMcjwoCgefyyArJSFf5A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment