{"id":19692260,"url":"https://github.com/aesthetikx/boring_science","last_synced_at":"2026-05-15T12:05:29.663Z","repository":{"id":39795667,"uuid":"251340403","full_name":"Aesthetikx/boring_science","owner":"Aesthetikx","description":"A mountable Rails blogging engine.","archived":false,"fork":false,"pushed_at":"2024-08-01T23:45:21.000Z","size":177,"stargazers_count":0,"open_issues_count":9,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-24T04:12:42.641Z","etag":null,"topics":["blogging","blogging-engine","rails"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Aesthetikx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"MIT-LICENSE","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}},"created_at":"2020-03-30T15:04:14.000Z","updated_at":"2024-05-15T20:30:45.000Z","dependencies_parsed_at":"2024-02-06T20:53:37.736Z","dependency_job_id":null,"html_url":"https://github.com/Aesthetikx/boring_science","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/Aesthetikx%2Fboring_science","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aesthetikx%2Fboring_science/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aesthetikx%2Fboring_science/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aesthetikx%2Fboring_science/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Aesthetikx","download_url":"https://codeload.github.com/Aesthetikx/boring_science/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241001048,"owners_count":19891919,"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":["blogging","blogging-engine","rails"],"created_at":"2024-11-11T19:12:48.389Z","updated_at":"2026-05-15T12:05:24.611Z","avatar_url":"https://github.com/Aesthetikx.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003e\u003ci\u003eBoring Science\u003c/i\u003e\u003c/h1\u003e\n\nA mountable Rails blogging engine.\n\n\u003cimg src=\"https://vignette.wikia.nocookie.net/spongebob/images/8/87/The_Paper_088.png/revision/latest\" width=256\u003e\u003c/img\u003e\n\n## Installation\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'boring_science'\n```\n\nAnd then execute:\n```bash\n$ bundle\n```\n\nCopy migrations to your application and migrate:\n```bash\n$ rails boring_science:install:migrations\n$ rails db:migrate\n```\n\n## Usage\nAdd a blog to your applications routes:\n```ruby\n# config/routes.rb\nRails.application.routes.draw do\n\n  # ...\n\n  # Default Blog\n  mount BoringScience.blog, at: '/blog'\n\n  # Second Blog\n  mount BoringScience.blog, at: '/other',\n                            as: :other_blog,\n                            options: { title: 'Other Blog', blog: 'other' }\nend\n```\n\nDefine a blogging user (can be nil for read only access):\n```ruby\n# app/controllers/application_controller.rb\nclass ApplicationController \u003c ActionController::Base\n\n  # ...\n\n  def boring_science_user\n    current_user\n  end\nend\n```\n\n## Contributing\nPull requests welcome.\n\n## License\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faesthetikx%2Fboring_science","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faesthetikx%2Fboring_science","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faesthetikx%2Fboring_science/lists"}