Ruby on Rails Friday, September 1, 2017

So I basicaly recreate the tables from scratch manualy, using rails to create them.  I was worried importing the data may be a bit fiddely if I did this (quess I can force rails to use specific data types).  Was hoping there was a way rails could help with this.  It may be only a few tables but there are quite a few columns.

On Friday, September 1, 2017 at 2:56:35 PM UTC+1, Ben Edwards wrote:
Hi, I have a fairly simple database with a few tables and want to build a rails app on it.  I know I need to do some changes to make it conform to ActiveRecord conventions but when I have done that how do I best access it from rails?  I have found this, https://codeburst.io/how-to-build-a-rails-app-on-top-of-an-existing-database-baa3fe6384a0 whitch looks usefull (and done a load of googleing) but figured this must be something that people have done before and documenter in a guide/howto.  Can someone point me in the wright direction?

--
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/a102680c-2a74-48ff-88fb-226be9e0f3b4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment