Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/renderedtext/coming-soon
Sinatra application to show a pre-launch page and collect emails.
https://github.com/renderedtext/coming-soon
ruby semaphore-open-source
Last synced: 27 days ago
JSON representation
Sinatra application to show a pre-launch page and collect emails.
- Host: GitHub
- URL: https://github.com/renderedtext/coming-soon
- Owner: renderedtext
- License: mit
- Created: 2010-12-13T16:10:23.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2024-03-19T01:07:26.000Z (10 months ago)
- Last Synced: 2024-11-22T17:48:45.874Z (about 1 month ago)
- Topics: ruby, semaphore-open-source
- Language: Ruby
- Homepage: http://renderedtext.com/blog/2010/12/13/an-app-for-the-coming-soon-stage/
- Size: 30.3 KB
- Stars: 80
- Watchers: 2
- Forks: 17
- Open Issues: 6
-
Metadata Files:
- Readme: README.textile
- License: LICENSE
Awesome Lists containing this project
README
h1. coming-soon
"Sinatra":http://www.sinatrarb.com/ application to show a pre-launch page and collect emails. Includes an admin view and CSV export. Partially inspired by "beta-signup":https://github.com/steveodom/beta-signup.
h2. Set up
# @bundle install@
# Create @config.yml@ and @database.yml@ from the example files
# Create your database
# Run @rake db:migrate@Now you're ready to:
rackup
And open "localhost:9292":http://localhost:9292.
Although to hack on the app, we recommend using "shotgun":https://github.com/rtomayko/shotgun/ as a local server, as it will automatically reload code changes.
h2. How to contribute
# Clone your fork of https://github.com/renderedtext/coming-soon
# Create a thoughtfully named topic branch to contain your change
# Hack away
# Add tests and make sure everything still passes by running @bundle exec cucumber@
# If necessary, rebase your commits into logical chunks, without errors
# Push the branch up to GitHub
# Send a pull request for your branchh2. License
coming-soon is licensed under the MIT License.