With routing-filter (v0.3.1) and rails-dev-tweaks (0.6.1) both enabled, and using filter :locale in routes.rb, the locale param is lost (ie. if params is dumped out it won't contain a locale key). params[:locale] is properly set if rails-dev-tweaks is disabled.