https://github.com/xwmx/landing-page
A very simple Sinatra application as described by Joel Gascoigne for creating a landing page hosted using Heroku and MongoHQ free plans
https://github.com/xwmx/landing-page
Last synced: 5 months ago
JSON representation
A very simple Sinatra application as described by Joel Gascoigne for creating a landing page hosted using Heroku and MongoHQ free plans
- Host: GitHub
- URL: https://github.com/xwmx/landing-page
- Owner: xwmx
- Created: 2010-10-06T19:59:57.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2010-11-19T22:08:08.000Z (almost 15 years ago)
- Last Synced: 2024-05-02T00:56:12.760Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://newtoruby.com/all-in-a-days-work-heroku-sinatra-passenger-h
- Size: 106 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.markdown
Awesome Lists containing this project
README
Landing Page
============This is a very simple Sinatra application as [described by](http://newtoruby.com/all-in-a-days-work-heroku-sinatra-passenger-h) [Joel Gascoigne](http://github.com/joelg) for creating a landing page hosted using [Heroku](http://heroku.com/) and [MongoHQ](http://mongohq.com) free plans. Read Joel's post for a detailed description.
I've made a couple tweaks, including moving to Bundler, using Compass and displaying default input field text using the placeholder attribute with the jQuery placeholder plugin as a fallback.