Software Alternatives & Reviews

Test Driving a Rails API - Part One

RubyGems Postgres.app Homebrew
  1. RubyGems. org is the Ruby community's gem hosting service. Instantly publish your gems and then install them. Use the API find out more about available gems. Become a contributor and improve the site yourself.
    Pricing:
    • Open Source
    With Ruby installed, you can now manage your RubyGems with the gem command. Install the Rails gem or update if you already have it.

    #Front End Package Manager #Package Manager #Code Collaboration 95 social mentions

  2. The easiest way to run PostgreSQL on the Mac.
    Pricing:
    • Open Source
    A running Rails application needs a database to connect to. You may already have your database of choice installed, but if not, I recommend PostgreSQL, or Postgres for short. On a Mac, probably the easiest way to install it is with Posrgres.app. Another option, the one I prefer, is to use Homebrew. With Homebrew installed, this command will install PostgreSQL version 16 along with libpq:.

    #Runtime #Developer Tools #JavaScript Runtime 39 social mentions

  3. The missing package manager for macOS
    Pricing:
    • Open Source
    A running Rails application needs a database to connect to. You may already have your database of choice installed, but if not, I recommend PostgreSQL, or Postgres for short. On a Mac, probably the easiest way to install it is with Posrgres.app. Another option, the one I prefer, is to use Homebrew. With Homebrew installed, this command will install PostgreSQL version 16 along with libpq:.

    #Package Manager #Windows Tools #Front End Package Manager 877 social mentions

Discuss: Test Driving a Rails API - Part One

Log in or Post with