{"id":16861443,"url":"https://github.com/shiffman/sinatra-comment-form","last_synced_at":"2026-05-20T09:10:22.998Z","repository":{"id":8343737,"uuid":"9902357","full_name":"shiffman/Sinatra-Comment-Form","owner":"shiffman","description":"Basic form to enter comments about projects during class","archived":false,"fork":false,"pushed_at":"2013-05-08T21:08:06.000Z","size":116,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-14T01:28:34.388Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shiffman.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-05-07T02:37:38.000Z","updated_at":"2019-07-15T21:32:42.000Z","dependencies_parsed_at":"2022-08-07T03:00:31.368Z","dependency_job_id":null,"html_url":"https://github.com/shiffman/Sinatra-Comment-Form","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shiffman/Sinatra-Comment-Form","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shiffman%2FSinatra-Comment-Form","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shiffman%2FSinatra-Comment-Form/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shiffman%2FSinatra-Comment-Form/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shiffman%2FSinatra-Comment-Form/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shiffman","download_url":"https://codeload.github.com/shiffman/Sinatra-Comment-Form/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shiffman%2FSinatra-Comment-Form/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33253204,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-20T04:48:54.280Z","status":"ssl_error","status_checked_at":"2026-05-20T04:48:10.851Z","response_time":356,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T14:32:01.436Z","updated_at":"2026-05-20T09:10:22.966Z","avatar_url":"https://github.com/shiffman.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sinatra-Heroku Template\n\n#### _A template to quickly get [Sinatra](http://sinatrarb.com) apps running and served up on [Heroku](http://heroku.com)._\n\n## Installation\n\nFirst be sure to have Ruby installed. Then download this template, `cd` to it, and install the gems\n\n\t$ bundle install --without production\n\nTHen install postgres.app and follow the instructions to set up a database for the app.\n\nTo run the app locally, install Shotgun and run\n\n\t$ shotgun\n\nYour app should then be running at `http://localhost:9393`.\n\n## Heroku App Creation\n\nHeroku relies on [Git](http://devcenter.heroku.com/articles/git) for deploying apps so initialize git for the app.\n\n\t$ git init\n\t$ git add .\n\t$ git commit -m \"Initial Commit\"\n\nTo create a Heroku app, first be sure you are [signed up](https://api.heroku.com/signup). Then type the following in Terminal while inside of the project directory.\n\n\t$ heroku create NAME_OF_YOUR_APP\n\nOnce this returns successfully, push your app to Heroku.\n\n\t$ git push heroku master\n\n\n## Heroku Database Creation\n\nIf you're using DataMapper with a database, you will need to add a database. Run these commands from the root of your project, replacing the name of the database in the last command with the name that is given to you after running the first command.\n\n\t$ heroku addons:add heroku-postgresql:dev\n\t$ heroku pg:promote HEROKU_POSTGRESQL_REPLACEME_URL\n\nNow you've created your database. Now you need to update the tables:\n\n\t$ heroku run console\n\t$ require './app.rb'\n\t$ DataMapper.auto_upgrade!\n\t$ exit\n\nThat's it! You're ready to see your website on yourappname.herokuapp.com","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshiffman%2Fsinatra-comment-form","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshiffman%2Fsinatra-comment-form","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshiffman%2Fsinatra-comment-form/lists"}