Ruby on Rails Saturday, February 2, 2013

Hello Rails experts...
I have an interesting problem...I'm sure there are many solutions to this but I can't seem to figure it out -

I have an existing set of HTML5/CSS3/jquery/javascript pages - no logic - just the UI with content, etc. And I also have the schema for mysql project. I want to build the entire framework using Ruby on Rails 3.2 - I decided to go with Ruby on Rails rather than PHP or Node.js/Express. However, I'd rather start something from existing than build from ground up using new rails project. I do not want to waste effort that I've put in building the HTML5 front-end - again has no logic because there's no backend. I wanted to start with front-end to generate lot of ideas and create proper UX. and then build the backend using Ruby on Rails.  How would I start with this?
So far, here's what I did.
I created a new rails 3.2 project - then created a folder called "javascripts" under public directory and copied all my javascripts there.  But what about all my HTML files?  Shall I just drop them in Views folder and rename each one with .erb extension.  And copy all CSS files in layouts main directory?
And then how about the database? Or do I need to start fresh on creating schema?  Do you recommend MySQL or PostgresSQL?  My web application would be similar to ticketmaster website.

Any help would be appreciated...

Thanks, JP

--
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/msg/rubyonrails-talk/-/ZiFkGf4P3n4J.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment