How to install Ruby on Rails with mysql and get it working, a step by step guide?

后端 未结 4 1316
青春惊慌失措
青春惊慌失措 2020-12-09 00:46

Some time ago I managed to get RoR working on Windows XP. I\'ve been trying to get it working on Windows 7 for 2 days but there\'s just no way, there\'s always a problem, on

4条回答
  •  隐瞒了意图╮
    2020-12-09 00:59

    I like Aptana Studio 3 for developping with RoR on Windows 7. The book "Agile Web Development with Rails" is also full of good advices.

    Here are the steps I followed:

    1- Installing Ruby via RubyInstaller

    2- Install MySQL (follow @Reuben Mallaby instructions)

    3- Install Rails

    With the Built-in Terminal, make dev' easy. You should take a look: Aptana Studio

提交回复
热议问题