{"id":27141345,"url":"https://github.com/rubyevents/rubyevents","last_synced_at":"2025-04-08T06:33:18.373Z","repository":{"id":175949253,"uuid":"654539568","full_name":"rubyevents/rubyevents","owner":"rubyevents","description":"On a mission to index all Ruby events.","archived":false,"fork":false,"pushed_at":"2025-04-03T06:22:14.000Z","size":57668,"stargazers_count":380,"open_issues_count":66,"forks_count":66,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-03T07:27:55.087Z","etag":null,"topics":["hacktoberfest","rails","ruby","video","view-transitions-api"],"latest_commit_sha":null,"homepage":"https://www.rubyevents.org","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/rubyevents.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/contributing.md","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":"2023-06-16T10:53:34.000Z","updated_at":"2025-04-03T06:22:18.000Z","dependencies_parsed_at":"2023-11-12T17:51:38.063Z","dependency_job_id":"3bdaaae0-dc5e-498f-9a22-c770abb80e3f","html_url":"https://github.com/rubyevents/rubyevents","commit_stats":{"total_commits":688,"total_committers":34,"mean_commits":"20.235294117647058","dds":0.4084302325581395,"last_synced_commit":"b788b28961c34538415ac80e29d4fe365225c298"},"previous_names":["adrienpoly/rubyvideo","rubyevents/rubyevents"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyevents%2Frubyevents","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyevents%2Frubyevents/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyevents%2Frubyevents/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyevents%2Frubyevents/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rubyevents","download_url":"https://codeload.github.com/rubyevents/rubyevents/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247792116,"owners_count":20996878,"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":["hacktoberfest","rails","ruby","video","view-transitions-api"],"created_at":"2025-04-08T06:33:14.770Z","updated_at":"2025-04-08T06:33:18.366Z","avatar_url":"https://github.com/rubyevents.png","language":"Ruby","funding_links":[],"categories":["Ruby","Miscellaneous"],"sub_categories":["Rails codebases to study"],"readme":"# RubyEvents.org (formerly RubyVideo.dev)\n\n[RubyEvents.org](https://www.rubyevents.org) (formerly RubyVideo.dev), inspired by [pyvideo.org](https://pyvideo.org/), is designed to index all Ruby-related events and videos from conferences and meetups around the world. At the time of writing, the project has 6000+ videos indexed from 200+ events and 3000+ speakers.\n\nTechnically the project is built using the latest [Ruby](https://www.ruby-lang.org/) and [Rails](https://rubyonrails.org/) goodies such as [Hotwire](https://hotwired.dev/), [Solid Queue](https://github.com/rails/solid_queue), [Solid Cache](https://github.com/rails/solid_cache).\n\nFor the front end part we use [Vite](https://vite.dev/), [Tailwind](https://tailwindcss.com/) with [daisyUI](https://daisyUI.com/) components and [Stimulus](https://stimulus.hotwire.dev/).\n\nIt is deployed on an [Hetzner](https://hetzner.cloud/?ref=gyPLk7XJthjg) VPS with [Kamal](https://kamal-deploy.org/) using [SQLite](https://www.sqlite.org/) as the main database.\n\nFor compatible browsers it tries to demonstrate some of the possibilities of [Page View Transition API](https://developer.mozilla.org/en-US/docs/Web/API/View_Transitions_API).\n\n## Contributing\n\nThis project is open source, and contributions are greatly appreciated. One of the most direct ways to contribute at this time is by adding more content.\n\nWe also have a page on the deployed site that has up-to-date information with the remaining known TODOs. Check out the [\"Getting Started: Ways to Contribute\" page on RubyEvents.org](https://www.rubyevents.org/contributions) and feel free to start working on any of the remaining TODOs. Any help is greatly appreciated.\n\nFor more information on contributing conference data, please visit [this page](/docs/contributing.md).\n\n## Getting Started\n\nWe have tried to make the setup process as simple as possible so that in a few commands you can have the project with real data running locally.\n\n### Requirements\n\n- Ruby 3.4.1\n- Node.js 20.11.0\n\n### Setup\n\nTo prepare your database and seed content, run:\n\n```\nbin/setup\n```\n\nYou can manually seed content by running:\n\n```\nbin/rails db:seed\n```\n\n### Environment Variables\n\nYou can use the `.env.sample` file as a guide for the environment variables required for the project. However, there are currently no environment variables necessary for simple app exploration.\n\n### Starting the Application\n\nThe following command will start Rails, SolidQueue and Vite (for CSS and JS).\n\n```\nbin/dev\n```\n\n## Linter\n\nThe CI performs these checks:\n\n- erblint\n- standardrb\n- standard (js)\n- prettier (yaml)\n\nBefore committing your code you can run `bin/lint` to detect and potentially autocorrect lint errors.\n\nTo follow Tailwind CSS's recommended order of classes, you can use [Prettier](https://prettier.io/) along with the [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss), both of which are included as devDependencies. This formating is not yet enforced by the CI.\n\n## Code of Conduct\n\nPlease note that this project is released with a Contributor Code of Conduct. By participating in this project, you agree to abide by its terms. More details can be found in the [Code of Conduct](/CODE_OF_CONDUCT.md) document.\n\n## Credits\n\nThank you [Appsignal](https://appsignal.com/r/eeab047472) for providing the APM tool that helps us monitor the application.\n\n## License\n\nRubyEvents.org is open source and available under the MIT License. For more information, please see the [License](/LICENSE.md) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubyevents%2Frubyevents","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frubyevents%2Frubyevents","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubyevents%2Frubyevents/lists"}