{"id":21966409,"url":"https://github.com/dreamingechoes/bootstrap_sb_admin_base_v1","last_synced_at":"2025-07-31T17:40:19.553Z","repository":{"id":56843023,"uuid":"121891643","full_name":"dreamingechoes/bootstrap_sb_admin_base_v1","owner":"dreamingechoes","description":"Rails gem of the Bootstrap based admin theme SB Admin.","archived":false,"fork":false,"pushed_at":"2018-09-20T19:24:16.000Z","size":408,"stargazers_count":6,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-27T11:49:16.121Z","etag":null,"topics":["bootstrap","bootstrap-admin-theme","bootstrap-sb-admin","rails","rails-gem","sb-admin"],"latest_commit_sha":null,"homepage":"https://dreamingechoes.github.io/bootstrap_sb_admin_base_v1","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/dreamingechoes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-02-17T20:54:04.000Z","updated_at":"2024-02-23T20:05:39.000Z","dependencies_parsed_at":"2022-08-29T10:00:18.433Z","dependency_job_id":null,"html_url":"https://github.com/dreamingechoes/bootstrap_sb_admin_base_v1","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/dreamingechoes/bootstrap_sb_admin_base_v1","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreamingechoes%2Fbootstrap_sb_admin_base_v1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreamingechoes%2Fbootstrap_sb_admin_base_v1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreamingechoes%2Fbootstrap_sb_admin_base_v1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreamingechoes%2Fbootstrap_sb_admin_base_v1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dreamingechoes","download_url":"https://codeload.github.com/dreamingechoes/bootstrap_sb_admin_base_v1/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreamingechoes%2Fbootstrap_sb_admin_base_v1/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268080840,"owners_count":24192776,"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","status":"online","status_checked_at":"2025-07-31T02:00:08.723Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bootstrap","bootstrap-admin-theme","bootstrap-sb-admin","rails","rails-gem","sb-admin"],"created_at":"2024-11-29T13:15:59.596Z","updated_at":"2025-07-31T17:40:19.517Z","avatar_url":"https://github.com/dreamingechoes.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Gem Version](https://badge.fury.io/rb/bootstrap_sb_admin_base_v1.svg)](https://badge.fury.io/rb/bootstrap_sb_admin_base_v1)\n\n## About\n\nbootstrap_sb_admin_base_v1 is a Rails gem of the Bootstrap based admin theme SB Admin. Originally created by Start Bootstrap, all the credits of the development of the Bootstrap admin theme are of them. This is just and adaptation into Rails gem in order to make it easier to integrate all the assets (fonts, images, css and js) into a Rails application.\n\nYou can check the original Bootstrap admin theme repository [here](https://github.com/BlackrockDigital/startbootstrap-sb-admin).\n\nIf you want the second version of this theme as a Rails gem, check [this repository](https://github.com/dreamingechoes/bootstrap_sb_admin_base_v2).\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'bootstrap_sb_admin_base_v1'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install bootstrap_sb_admin_base_v1\n\n## Usage\n\nThis gem has three dependencies: `jquery-rails`, `font-awesome-sass` and `bootstrap` in order to keep updated the versions of **jQuery**, **Font Awesome** and **Bootstrap**, so be sure to require these on your `application.js` before requiring the `bootstrap_sb_admin_base_v1` file like so:\n\n```ruby\n  //= require jquery3\n  //= require popper\n  //= require bootstrap\n  //= require bootstrap_sb_admin_base_v1\n```\n\nand on the `application.scss` file, be sure to require the `font-awesome-sass` and `bootstrap` file:\n\n```ruby\n    @import 'bootstrap';\n    @import 'font-awesome-sprockets';\n    @import 'font-awesome';\n    @import 'bootstrap_sb_admin_base_v1';\n```\n\nAnd you're ready to use the HTML structure of the Bootstrap based admin theme SB Admin on your Rails application. All the details and documentation about this are [here](http://startbootstrap.com/template-overviews/sb-admin/).\n\n----------------------------\n\nThis project was developed by [dreamingechoes](https://github.com/dreamingechoes).\nIt adheres to its [code of conduct](https://github.com/dreamingechoes/base/blob/master/files/CODE_OF_CONDUCT.md) and\n[contributing guidelines](https://github.com/dreamingechoes/base/blob/master/files/CONTRIBUTING.md), and uses an equivalent [license](https://github.com/dreamingechoes/base/blob/master/files/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdreamingechoes%2Fbootstrap_sb_admin_base_v1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdreamingechoes%2Fbootstrap_sb_admin_base_v1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdreamingechoes%2Fbootstrap_sb_admin_base_v1/lists"}