{"id":13492693,"url":"https://github.com/sinatra/sinatra-recipes","last_synced_at":"2025-04-04T07:07:34.141Z","repository":{"id":46758997,"uuid":"1411561","full_name":"sinatra/sinatra-recipes","owner":"sinatra","description":"Community contributed recipes and techniques","archived":false,"fork":false,"pushed_at":"2023-12-22T15:08:55.000Z","size":318,"stargazers_count":459,"open_issues_count":13,"forks_count":141,"subscribers_count":28,"default_branch":"main","last_synced_at":"2024-05-09T21:16:14.907Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://recipes.sinatrarb.com/","language":"CSS","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/sinatra.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2011-02-25T16:39:23.000Z","updated_at":"2024-07-31T21:52:52.246Z","dependencies_parsed_at":"2024-07-31T21:52:46.840Z","dependency_job_id":"1d37d756-2e2b-41eb-870f-6db8b2e760b9","html_url":"https://github.com/sinatra/sinatra-recipes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinatra%2Fsinatra-recipes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinatra%2Fsinatra-recipes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinatra%2Fsinatra-recipes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinatra%2Fsinatra-recipes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sinatra","download_url":"https://codeload.github.com/sinatra/sinatra-recipes/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247135144,"owners_count":20889421,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-07-31T19:01:08.349Z","updated_at":"2025-04-04T07:07:34.115Z","avatar_url":"https://github.com/sinatra.png","language":"CSS","funding_links":[],"categories":["General","Frameworks"],"sub_categories":[],"readme":"# Sinatra Recipes\n\nCommunity contributed recipes and techniques for the [Sinatra Web\nFramework][sinatra].\n\n## Why yet another doc project?\n\nQuite simply, the Sinatra README and Book have become long in the tooth.\n\nThis project is to extract any redundant and overlap between the two sources,\nand create a home for user contributed recipes and documentation to take form.\n\n## How can I help?\n\nGot a recipe or tutorial for [Sinatra][sinatra]? Awesome, this is\nthe first place you should go if you're looking to contribute.\n\nOnce you have [forked the project][github-forking] send a [pull\nrequest][github-pull-requests], just be sure to follow the [styling\nguidelines][style-guidelines].\n\nYou can also get a hold of us on [irc][irc] or the [mailinglist][mailinglist].\n\nDon't have any ideas? Check out the existing [issue tracker][issues] for\nrecipes that have been requested or are in progress.\n\n## Here's the run down\n\nTo get started you should clone the repository from GitHub:\n\n```bash\ngit clone git://github.com/sinatra/sinatra-recipes.git\n```\n\nNow once you `cd` into `sinatra-recipes` you should see a few things.\n\nFirst you should take note of the application files:\n\n```bash\napp.rb # a tiny application for displaying the contributed recipes\nconfig.ru # rackup file for deploying to heroku\nGemfile # dependencies file for bundler to run the app\n```\n\nIf you want to run the application yourself first you need the `bundler` gem.\n\n```bash\ngem install bundler\n```\n\nIf you are on Rubinius make sure that you have the latest bundler version\ninstalled. Versions prior to 1.0.10 won't work.\n\n```bash\n# then install the application dependencies\nbundle install\n```\n\nOnce that is complete, you should only need to run `rackup` in the application\nroot and visit: [localhost:9292](http://localhost:9292)\n\nSince the application just maps the flat files, you can browse either the\nsource or the web app to view recipes.\n\nIf you check out the source you will see a few folders listed, in each folder\nthere is a `README.md` that will briefly explain the topic. This can also be\nview by going to `/p/:topic` where `topic` is the folder you wish to view.\n\nIn each folder there should be a number of recipes pertaining to each topic.\n\n## On translations\n\nCurrently we're not supporting translations in the main repository.\n\nHowever, if you'd like to maintain a fork for translating the docs then feel\nfree to do so, and add your fork to the [list of translations in the\nwiki][translations].\n\n[sinatra]: http://www.sinatrarb.com/\n[sinatra-book]: http://github.com/sinatra/sinatra-book\n[issues]: https://github.com/sinatra/sinatra-recipes/issues\n[style-guidelines]: http://github.com/sinatra/sinatra-recipes/wiki/Style-Guidelines\n[translations]: http://github.com/sinatra/sinatra-recipes/wiki/Translations\n[irc]: irc://irc.freenode.net/#sinatra\n[mailinglist]: http://groups.google.com/group/sinatrarb\n[github-forking]: http://help.github.com/forking/\n[github-pull-requests]: http://help.github.com/pull-requests/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsinatra%2Fsinatra-recipes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsinatra%2Fsinatra-recipes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsinatra%2Fsinatra-recipes/lists"}