{"id":15446331,"url":"https://github.com/neume/adminlte_theme","last_synced_at":"2026-04-29T00:02:14.280Z","repository":{"id":106487870,"uuid":"131170581","full_name":"neume/adminlte_theme","owner":"neume","description":"AdminLTE theme gem for ruby on rails","archived":false,"fork":false,"pushed_at":"2018-05-31T15:50:51.000Z","size":3061,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"develop","last_synced_at":"2025-06-04T05:07:56.638Z","etag":null,"topics":["adminlte","bootstrap","gem","rails","theme"],"latest_commit_sha":null,"homepage":"","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/neume.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-04-26T14:49:00.000Z","updated_at":"2018-08-02T23:13:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"26139667-8fe3-48aa-823b-390cd8fa0df0","html_url":"https://github.com/neume/adminlte_theme","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/neume/adminlte_theme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neume%2Fadminlte_theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neume%2Fadminlte_theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neume%2Fadminlte_theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neume%2Fadminlte_theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neume","download_url":"https://codeload.github.com/neume/adminlte_theme/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neume%2Fadminlte_theme/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32404340,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"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":["adminlte","bootstrap","gem","rails","theme"],"created_at":"2024-10-01T20:00:47.595Z","updated_at":"2026-04-29T00:02:14.241Z","avatar_url":"https://github.com/neume.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AdminlteTheme\n\nA gem that simplifies your adminLTE setup on ruby on rails.\n\n## Installation\n\nAdd these to your gemfile\n\n```ruby\ngem 'jquery-rails'\ngem 'bootstrap-sass'\ngem \"font-awesome-rails\"\ngem 'adminlte_theme'\n```\nI didn't include those gem as dependencies to allow you to customize and manage your gems\n\nAdd this to your ```application.js```\n```js\n//= require jquery\n//= require bootstrap-sprockets\n//= require adminlte\n```\n\nThen in your ```application.css.scss```\n```scss\n@import \"bootstrap-sprockets\";\n@import \"bootstrap\";\n@import 'font-awesome';\n@import \"AdminLTE\";\n@import \"AdminLTE/skins/skin-green\";\n```\n\nGenerate your layout.\n``` sh\nrails g adminlte_theme layout_name\n```\n\n```layout_name``` is your layout file name. You can also use ```application``` to use the default layout but be aware that it will be overwritten by this command.\n\nThe command will create a file structure similar below but with ```layout_name.html.erb``` instead of ```application.html.erb```.\n\nSome ```image_tag``` were commented out because temporary adminlte image files were not included on the pipeline by default.\n\n\n### HTMLs\nSee this [Admin LTE Installation Guide](https://adminlte.io/docs/2.4/installation) to configure template.\n\nYou might want to see how [POSko](https://github.com/neume/posko) used this gem.\n\nYou can use this file structure:\n```\napp/\n  views/\n    layouts/\n      application.html.erb\n      _footer.html.erb\n      _header.html.erb\n      _control_sidebar.html.erb\n      _sidebar.html.erb\n```\nRender those partial in application.html.erb\n## TODOs\n+ Create generator\n+ Spec! Spec! Spec!\n\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/neume/adminlte_theme. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n\n## Code of Conduct\n\nEveryone interacting in the AdminlteTheme project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/neume/adminlte_theme/blob/master/CODE_OF_CONDUCT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneume%2Fadminlte_theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneume%2Fadminlte_theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneume%2Fadminlte_theme/lists"}