{"id":15405877,"url":"https://github.com/elia/route-deprecations","last_synced_at":"2026-02-21T19:30:17.434Z","repository":{"id":4162957,"uuid":"5277879","full_name":"elia/route-deprecations","owner":"elia","description":"Deprecate your routes with ease!","archived":false,"fork":false,"pushed_at":"2012-08-02T21:57:27.000Z","size":156,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-28T03:51:59.678Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://elia.github.com/route-deprecations/","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/elia.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-08-02T21:05:21.000Z","updated_at":"2019-07-09T11:44:05.000Z","dependencies_parsed_at":"2022-09-09T05:31:03.149Z","dependency_job_id":null,"html_url":"https://github.com/elia/route-deprecations","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elia%2Froute-deprecations","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elia%2Froute-deprecations/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elia%2Froute-deprecations/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elia%2Froute-deprecations/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elia","download_url":"https://codeload.github.com/elia/route-deprecations/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239850872,"owners_count":19707422,"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-01T16:18:50.098Z","updated_at":"2026-02-21T19:30:17.388Z","avatar_url":"https://github.com/elia.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RouteDeprecations\n\nEver tried to migrate a legacy rails app that featured the dreaded _catch-all_ route?\n\n```ruby\nmap.connect ':controller/:action' # ouch!\n```\n\nWell with this gem it can be transformed to this:\n\n```ruby\nmap.connect ':controller/:action', :deprecated =\u003e true\n```\n\nobtaining nice deprecation messages (of course you can use `:deprecated =\u003e true` on any route you want)!\n\n**protip:** [setup exception notifier](https://gist.github.com/c0eb3b5015d919e909a2) to send you a mail each time a deprecation  is raised in production)\n\n\n\n## Installation\n\nAdd this line to your application's Gemfile (if you don't use bundler on rails 2 [setup it now](http://gembundler.com/rails23.html)):\n\n    gem 'route-deprecations'\n\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 'Added 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%2Felia%2Froute-deprecations","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felia%2Froute-deprecations","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felia%2Froute-deprecations/lists"}