{"id":16931353,"url":"https://github.com/pacso/getbootstrap-rails","last_synced_at":"2026-04-13T00:02:38.042Z","repository":{"id":146745216,"uuid":"41447625","full_name":"pacso/getbootstrap-rails","owner":"pacso","description":"Twitter Bootstrap 4, for Rails","archived":false,"fork":false,"pushed_at":"2015-08-27T08:34:32.000Z","size":240,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-02T00:16:54.867Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/pacso.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-08-26T20:13:28.000Z","updated_at":"2015-11-01T04:36:41.000Z","dependencies_parsed_at":"2023-04-06T03:55:23.794Z","dependency_job_id":null,"html_url":"https://github.com/pacso/getbootstrap-rails","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/pacso%2Fgetbootstrap-rails","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pacso%2Fgetbootstrap-rails/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pacso%2Fgetbootstrap-rails/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pacso%2Fgetbootstrap-rails/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pacso","download_url":"https://codeload.github.com/pacso/getbootstrap-rails/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244730300,"owners_count":20500410,"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":[],"created_at":"2024-10-13T20:43:48.010Z","updated_at":"2026-04-13T00:02:37.732Z","avatar_url":"https://github.com/pacso.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# getbootstrap-rails\n[Twitter Bootstrap 4](http://blog.getbootstrap.com/2015/08/19/bootstrap-4-alpha/), for Rails\n\nThe content of this gem was mostly copied from the excellent [bootstrap-sass](https://github.com/twbs/bootstrap-sass) gem, but with JS/CSS swapped out for Bootstrap 4.\n\n**:bangbang: Please Note:** This project was created due to lack of Bootstrap 4 availability through the [officially supported gem](https://github.com/twbs/bootstrap-sass). I expect at some point Bootstrap 4 will be available through the official gem, at which time this gem will be obsolete.\n\n## OMG, Bugs!\n\nBootstrap 4 is alpha software. It isn't ready yet. Expect things not to work properly.\n\nIf you want to help fix them, use the official resources to do so:\n\n* [Bootstrap 4 Alpha Announcement](http://blog.getbootstrap.com/2015/08/19/bootstrap-4-alpha/)\n* [v4-alpha documentation](http://v4-alpha.getbootstrap.com/)\n* [Issue Tracker](https://github.com/twbs/bootstrap/issues/)\n\n## Installation\n\n### Ruby on Rails\n\nIn your Gemfile, add the `getbootstrap-rails` gem, ensuring `sass-rails` is also present (it should be there by default in Rails 4).\n\n```ruby\ngem 'getbootstrap-rails', '~\u003e 4.0.0.pre.alpha'\ngem 'sass-rails', '~\u003e 5.0'\n```\n\nRun `bundle install` and restart your application to make the files available through the asset pipeline.\n\nImport Bootstrap styles in `app/assets/stylesheets/application.css`:\n\n````css\n/*\n * Wordy asset pipeline manifest header\n *\n *= require_tree .\n *= require 'bootstrap'\n *= require_self\n */\n```\n\nRequire Bootstrap Javascripts in `app/assets/javascripts/application.js`:\n\n```js\n// Wordy asset pipeline manifest header\n//\n//= require jquery\n//= require jquery_ujs\n//= require turbolinks\n//= require bootstrap\n//= require_tree .\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpacso%2Fgetbootstrap-rails","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpacso%2Fgetbootstrap-rails","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpacso%2Fgetbootstrap-rails/lists"}