{"id":15364649,"url":"https://github.com/venables/nprogress-rails","last_synced_at":"2025-04-04T18:20:54.646Z","repository":{"id":10182683,"uuid":"12270058","full_name":"venables/nprogress-rails","owner":"venables","description":"Adds the nprogress slim progress bars libary to Rails","archived":false,"fork":false,"pushed_at":"2013-08-21T12:52:01.000Z","size":108,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-10T03:28:32.350Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/venables.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-08-21T12:51:28.000Z","updated_at":"2019-05-27T09:31:02.000Z","dependencies_parsed_at":"2022-09-05T06:00:46.224Z","dependency_job_id":null,"html_url":"https://github.com/venables/nprogress-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/venables%2Fnprogress-rails","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/venables%2Fnprogress-rails/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/venables%2Fnprogress-rails/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/venables%2Fnprogress-rails/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/venables","download_url":"https://codeload.github.com/venables/nprogress-rails/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247226262,"owners_count":20904476,"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-01T13:12:57.289Z","updated_at":"2025-04-04T18:20:54.627Z","avatar_url":"https://github.com/venables.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nprogress-rails\n\nAdds the awesome [nprogress](https://github.com/rstacruz/nprogress) library by [Rico Sta. Cruz](http://ricostacruz.com/) to your Rails app.\n\n## Installation\n\nAdd this line to your application's `Gemfile`:\n\n    gem 'nprogress-rails'\n\nAnd then execute:\n\n    $ bundle\n\nAdd the following to your `app/assets/javascripts/application.js` file:\n\n    //= require nprogress\n\nAdd the following to your `app/assets/stylesheets/application.css` file:\n\n    *= require nprogress\n\n## Usage\n\nSee the [nprogress README](https://github.com/rstacruz/nprogress) for complete usage instructions\n\n**Basic usage:**\n\n```javascript\nNProgress.start();\nNProgress.done();\n```\n\n**For turbolinks:**\n\n```javascript\n$(document).on('page:fetch',   function() { NProgress.start(); });\n$(document).on('page:change',  function() { NProgress.done(); });\n$(document).on('page:restore', function() { NProgress.remove(); });\n```\n\n## Version mapping\n\nThis gem is a packaged version of nprogress and the versions should map exactly to the nprogress versions.  For example, version `0.1.1` of this gem uses `0.1.1` of the nprogress library.\n\n# Credits\n\n100% of the credit goes to [Rico Sta. Cruz](http://ricostacruz.com/) for making the nprogress library.\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvenables%2Fnprogress-rails","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvenables%2Fnprogress-rails","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvenables%2Fnprogress-rails/lists"}