DISQUS

Thinking inside a bigger box: Rails Intro #1: A data management application in five easy steps

  • HSA72 · 1 year ago
    Thanks.

    I will follow your articles on Rails!
  • Daniel · 1 year ago
    Mac OSX Leopard has Rails pre-installed, just like you said. But it's an old version, so your tutorial doesn't work out of the box.

    Just run "sudo gem update rails", type your password, and answer yes to all the questions to get going.

    This was a great and compact tutorial by the way. Thanks.
  • sjbrodwall · 7 months ago
    Any ideas about what to do if you already have Apache running on your computer?
  • jhannes · 7 months ago
    Apache will prevent InstantRails from starting, but the rest of the tutorial is actually not dependent on this.