{"id":21966414,"url":"https://github.com/dreamingechoes/bootstrap_sb_admin_base_v2","last_synced_at":"2025-05-08T21:16:23.466Z","repository":{"id":62554488,"uuid":"45716340","full_name":"dreamingechoes/bootstrap_sb_admin_base_v2","owner":"dreamingechoes","description":"Rails gem of the Bootstrap based admin theme SB Admin 2.","archived":false,"fork":false,"pushed_at":"2017-05-15T15:23:38.000Z","size":3027,"stargazers_count":62,"open_issues_count":3,"forks_count":23,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-05-08T21:16:17.597Z","etag":null,"topics":["bootstrap","bootstrap-admin-theme","bootstrap-sb-admin","rails","rails-gem","sb-admin-2"],"latest_commit_sha":null,"homepage":"http://dreamingechoes.github.io/bootstrap_sb_admin_base_v2","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":"2015-11-07T00:47:39.000Z","updated_at":"2024-12-17T08:11:30.000Z","dependencies_parsed_at":"2022-11-03T05:15:31.560Z","dependency_job_id":null,"html_url":"https://github.com/dreamingechoes/bootstrap_sb_admin_base_v2","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreamingechoes%2Fbootstrap_sb_admin_base_v2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreamingechoes%2Fbootstrap_sb_admin_base_v2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreamingechoes%2Fbootstrap_sb_admin_base_v2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreamingechoes%2Fbootstrap_sb_admin_base_v2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dreamingechoes","download_url":"https://codeload.github.com/dreamingechoes/bootstrap_sb_admin_base_v2/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253149620,"owners_count":21861740,"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":["bootstrap","bootstrap-admin-theme","bootstrap-sb-admin","rails","rails-gem","sb-admin-2"],"created_at":"2024-11-29T13:16:00.666Z","updated_at":"2025-05-08T21:16:23.417Z","avatar_url":"https://github.com/dreamingechoes.png","language":"Ruby","readme":"[![Gem Version](https://badge.fury.io/rb/bootstrap_sb_admin_base_v2.svg)](https://badge.fury.io/rb/bootstrap_sb_admin_base_v2)\n\n## About\n\nbootstrap_sb_admin_base_v2 is a (work in progress) Rails gem of the Bootstrap based admin theme SB Admin 2. 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-2).\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'bootstrap_sb_admin_base_v2'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install bootstrap_sb_admin_base_v2\n\n## Usage\n\n### Version 0.2.x and below\n\nAfter install the gem, the only thing you should do in your Rails application is add some lines into your manifests files. Add this into your `application.js` file:\n\n```ruby\n  //= require bootstrap_sb_admin_base_v2\n```\n\nand this line into you `application.css` file:\n\n```ruby\n  *= require bootstrap_sb_admin_base_v2\n```\n\n### Version 0.3.x and above\n\nOn version 0.3.x or above has been added two dependencies: `jquery-rails` and `font-awesome-rails` in order to keep updated the versions of **jQuery** and **font-awesome**, so be sure to require `jquery-rails` on your `application.js` before require the `bootstrap_sb_admin_base_v2` file like so:\n\n```ruby\n  //= require jquery\n  //= require jquery_ujs\n  //= require bootstrap_sb_admin_base_v2\n```\n\nand on the `application.css` file, be sure to require the `font-awesome-rails` file:\n\n```ruby\n  *= require font-awesome\n  *= require bootstrap_sb_admin_base_v2\n```\n\n### RTL Version\n\nIf you need the RTL version of the template, add this line into you `application.css` instead of the previous one:\n\n```ruby\n  *= require bootstrap_sb_admin_base_v2_rtl\n```\n\nYou can check the RTL version I've used to add this adaptation [here](https://github.com/dreamingechoes/sb-admin2-rtl).\n\nAnd you're ready to use the HTML structure of the Bootstrap based admin theme SB Admin 2 on your Rails application. All the details and documentation about this are [here](http://startbootstrap.com/template-overviews/sb-admin-2/).\n\nIf you need an example to see how to integrate the gem into your Rails project, I've developed a simple Rails application in order to test the gem, you can check this app here: https://sensor-admin-panel-testing.herokuapp.com (test email: example@email.com, password: 123456example), and here you have the Github repo to be able to check the code: https://github.com/dreamingechoes/sensors_admin_panel.\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/dreamingechoes/bootstrap_sb_admin_base_v2. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdreamingechoes%2Fbootstrap_sb_admin_base_v2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdreamingechoes%2Fbootstrap_sb_admin_base_v2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdreamingechoes%2Fbootstrap_sb_admin_base_v2/lists"}