Mobile app version of vmapp.org
Login or Join
Pierce454

: Ruby on Rails and HTML created websites My question is simply this: If I use Dreamweaver to create the website layout, but I need to use Ruby on Rails software to create a webservice (SSH

@Pierce454

Posted in: #Html #RubyOnRails #WebServices #WebsiteDesign

My question is simply this:

If I use Dreamweaver to create the website layout, but I need to use Ruby on Rails software to create a webservice (SSH included) will the HTML and Ruby conflict with each other?

I'm not very knowledgeable on the subject, and any help is appreciated. Basically, I just want to have a website where I post images in a blog-like fashion, and then I will have my Windows 7 Phone pull these images and populate them in an app of mine.

Thanks for any help and insight.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Pierce454

1 Comments

Sorted by latest first Latest Oldest Best

 

@Kristi941

They won't conflict because they work together. The code you create with Ruby on Rails will produce or be integrated with the HTML in your website that is created by Dreamweaver. The SSH portion of your application will bypass the HTML completely (didn't know you could do SSH with RoR).

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme