Andy Lindeman
Andy Lindeman
statsd supports [namespacing](https://github.com/etsy/statsd/blob/master/docs/namespacing.md). For instance with a global namespace of `stats` and a counter namespace of `counters`, all counters would be namespaced as `stats.counters.foo`. This PR implements statsd's namespacing logic...
``` ruby # config/routes.rb RoutingConcerns::Application.routes.draw do concern :commentable do resources :comments end resources :posts, concerns: [:commentable] end ``` ``` ruby # test/routes/posts_routing_test.rb require "test_helper" class PostsRoutingTest < ActionController::TestCase test "routes...
- [ ] Draft blog post (?) - [x] Checkout the latest code and get bundles current - `rake change_branch[master]` - [x] Update changelogs in all repos - Add version...