Important facts about commercial licenses

  • Licenses are perpetual. They do not expire and do not need to be renewed.
  • Licenses can be upgraded. You can upgrade to a more expensive license later paying only the difference in cost.
  • Pay attention to the distribution type - Hosted (sites / servers), binary (applications) or source (includes all the others). Choose according to your needs (more below).
  • All licenses allow commercial use unless otherwise indicated.
  • Read the full license by clicking on the icon.
  • Read more about licenses in our handy license guide.
Free

MIT license

The MIT license is an
open-source license.
You need to log-in or create an account
  • Create an account
  • Log-in
  • Please use your real name.
  • Account activation link will be sent to this address.
  • Minimum 8 characters

Clicking this button confirms you read and agreed to the terms of use and privacy policy.

  • Released: Feb 18, 2011
    Last Update: Feb 22, 2011
  • Language: Ruby
    Framework: Sinatra
  • Category: Statistics
(4 ratings)

LandingPad.rb

LandingPad.rb
Developed by matt swanson, Released Feb 18, 2011

LandingPad.rb - "Just add water" landing page

Ruby

Tags: contest2011 , landing page , mongodb , ruby

Users Reviews

You must be logged-in to vote. Log-in to your account or register now.
  • Francisco 1 year ago
    Super easy to set up. Much better than just throwing up a cookie cutter LaunchRock page.
    Flag
    Was this helpful? Yes No
  • 1 of 1 people found this review helpful Alex Berman 1 year ago
    The idea for the page is excellent, but I installed this thing with very little Ruby experience and couldn't get it to work with Heroku.
    Flag
    Was this helpful? Yes No
  • 1 of 1 people found this review helpful Pauli Price 1 year ago
    Nice simple app - the only problem is that the current version of Sinatra no longer includes the app directory in the require path - so require statements have to be amended to refer to './file-to-include' -- additionally Heroku requires the use of Bundle for hosted apps -- and there's no Gemfile in the delivered code.

    These are easily fixed, if you have the experience to recognize the problems.
    Flag
    Was this helpful? Yes No