Web developement learning env
Posted
by David Oneill
on Stack Overflow
See other posts from Stack Overflow
or by David Oneill
Published on 2010-04-24T23:25:46Z
Indexed on
2010/04/24
23:33 UTC
Read the original article
Hit count: 192
I am currently learning Ruby on Rails. I currently do all my development on my laptop. However, I know in all "real world" situations, I will be connecting to a dedicated server that will hold the site.
So here is my question: what are the pros and cons of developing on the machine I use vs running the website on a separate server?
© Stack Overflow or respective owner