{"id":18817381,"url":"https://github.com/blueberryapps/blueberry_cms","last_synced_at":"2026-04-24T16:01:49.238Z","repository":{"id":15784277,"uuid":"78758707","full_name":"blueberryapps/blueberry_cms","owner":"blueberryapps","description":"Rails engine with pages","archived":false,"fork":false,"pushed_at":"2023-01-20T02:01:50.000Z","size":184,"stargazers_count":0,"open_issues_count":24,"forks_count":1,"subscribers_count":8,"default_branch":"master","last_synced_at":"2026-01-14T09:28:10.612Z","etag":null,"topics":["rails","rails-engine","ruby"],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/blueberryapps.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}},"created_at":"2017-01-12T15:25:17.000Z","updated_at":"2020-02-21T12:43:22.000Z","dependencies_parsed_at":"2023-02-11T23:01:30.363Z","dependency_job_id":null,"html_url":"https://github.com/blueberryapps/blueberry_cms","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/blueberryapps/blueberry_cms","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blueberryapps%2Fblueberry_cms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blueberryapps%2Fblueberry_cms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blueberryapps%2Fblueberry_cms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blueberryapps%2Fblueberry_cms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blueberryapps","download_url":"https://codeload.github.com/blueberryapps/blueberry_cms/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blueberryapps%2Fblueberry_cms/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32230421,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"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":["rails","rails-engine","ruby"],"created_at":"2024-11-08T00:11:07.896Z","updated_at":"2026-04-24T16:01:49.219Z","avatar_url":"https://github.com/blueberryapps.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BlueberryCMS\nShort description and motivation.\n\n## Usage\nHow to use my plugin.\n\n## Installation\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'blueberry_cms'\n```\n\nAdd this line to your application's sass:\n\n```sass\n@import blueberry_cms\n```\n\nAdd this line to your application's coffeescript:\n\n```coffee\n#= require blueberry_cms\n```\n\nAnd then execute:\n```bash\n$ bundle\n```\n\nOr install it yourself as:\n```bash\n$ gem install blueberry_cms\n```\n## BlueberryCMS::Page custom fields\n```ruby\n# config/initializers/blueberry_cms.rb\n\nmodule BreadcrumbLeft\n  extend ActiveSupport::Concern\n\n  included do\n    field :breadcrumb_left, type: Boolean, default: false\n  end\nend\n\nActiveSupport::Reloader.to_prepare do\n  BlueberryCMS::Page.send(:include,  BreadcrumbLeft)\nend\n```\n\n```slim\n# app/views/blueberry_cms/admin/pages/_custom_fields.html.slim\n\n= f.input :breadcrumb_left\n```\n\n## Contributing\nContribution directions go here.\n\n## License\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblueberryapps%2Fblueberry_cms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblueberryapps%2Fblueberry_cms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblueberryapps%2Fblueberry_cms/lists"}