Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <blockquote> <p>What OS do most Ruby developers use?</p> </blockquote> <p>Mac OS for most, but any Linux distro will do (Ubuntu/Fedora etc).</p> <blockquote> <p>What is the easiest IDE to get to grips with coming from a background of using Visual Studio? </p> </blockquote> <p>Textmate is quite popular if you're on Mac. Netbeans and Aptana are there if you need something <em>similar</em> to enterprise world. Emacs/Vim is ok too.</p> <blockquote> <p>Which database is used most within the Ruby community?</p> </blockquote> <p>So far most Ruby / RoR guys I know use open source databases. sqlite for local development while Mysql or Postgresql for production. My advice, sqlite is easy to learn, while give a try with Mysql or Postgresql, you might not know when your clients going to ask you to develop on them. Mysql is very popular. Postgresql I think has lot more features (personal preference). </p> <blockquote> <p>Which database is most likely to be supported by most web hosts?</p> </blockquote> <p>Mysql is most supported by shared hosting hence the M in LAMP (Linux/Apache/Mysql/Php). But Postgresql is getting more support too. Some hosting companies even support both but Rails developers usually prefer to use VPS (slicehost.com/linode.com) and manage all these themselves. Checkout heroku.com too for deploying your Rails app without needing much knowledge in sys admin stuffs.</p> <blockquote> <p>Which web server is the easiest to configure? To get up and running in the shortest amount of time.</p> </blockquote> <p>Developing with Rails you'll get webrick as a development server where you can test ur app locally. But for production I prefer modrails.com where you can choose between apache/nginx. I prefer to use apache since that is what I'm used to.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload