{"id":24460902,"url":"https://github.com/booink/rails-bulk_routing","last_synced_at":"2026-04-12T23:41:21.610Z","repository":{"id":59151716,"uuid":"148556794","full_name":"booink/rails-bulk_routing","owner":"booink","description":null,"archived":false,"fork":false,"pushed_at":"2018-09-16T05:47:57.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-04T07:41:50.276Z","etag":null,"topics":["bulk-routing","rails","ruby"],"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/booink.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"MIT-LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-09-13T00:02:48.000Z","updated_at":"2019-02-13T15:37:00.000Z","dependencies_parsed_at":"2022-09-13T11:00:59.234Z","dependency_job_id":null,"html_url":"https://github.com/booink/rails-bulk_routing","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/booink/rails-bulk_routing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/booink%2Frails-bulk_routing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/booink%2Frails-bulk_routing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/booink%2Frails-bulk_routing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/booink%2Frails-bulk_routing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/booink","download_url":"https://codeload.github.com/booink/rails-bulk_routing/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/booink%2Frails-bulk_routing/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269987123,"owners_count":24508176,"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-08-12T02:00:09.011Z","response_time":80,"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":["bulk-routing","rails","ruby"],"created_at":"2025-01-21T04:15:54.818Z","updated_at":"2025-10-25T17:32:33.393Z","avatar_url":"https://github.com/booink.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BulkRouting\nadd bulk_create, bulk_update, bulk_destroy to Rails routes\n\n[![Build Status](https://travis-ci.org/booink/rails-bulk_routing.svg?branch=master)](https://travis-ci.org/booink/rails-bulk_routing)\n\n## Installation\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'bulk_routing'\n```\n\nAnd then execute:\n```bash\n$ bundle\n```\n\nOr install it yourself as:\n```bash\n$ gem install bulk_routing\n```\n\n## Usage\nExample\n\n```ruby\n# config/routes.rb\n\nRails.application.routes.draw do\n  resources :articles, bulk: [:create, :update, :destroy]\nend\n```\n\nand, show `rails routes`\n\n```\n                Prefix Verb   URI Pattern                   Controller#Action\n  bulk_create_articles POST   /articles/bulk(.:format)      articles#bulk_create\n  bulk_update_articles PUT    /articles/bulk(.:format)      articles#bulk_update\n bulk_destroy_articles DELETE /articles/bulk(.:format)      articles#bulk_destroy\n              articles GET    /articles(.:format)           articles#index\n                       POST   /articles(.:format)           articles#create\n           new_article GET    /articles/new(.:format)       articles#new\n          edit_article GET    /articles/:id/edit(.:format)  articles#edit\n               article GET    /articles/:id(.:format)       articles#show\n                       PATCH  /articles/:id(.:format)       articles#update\n                       PUT    /articles/:id(.:format)       articles#update\n                       DELETE /articles/:id(.:format)       articles#destroy\n```\n\n## Contributing\nBug reports and pull requests are welcome on GitHub at https://github.com/booink/rails-bulk_routing\n\n## License\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbooink%2Frails-bulk_routing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbooink%2Frails-bulk_routing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbooink%2Frails-bulk_routing/lists"}