Skip to content

Commit

Permalink
set config.hobo.dont_emit_deprecated_routes by default
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanlarsen committed Oct 1, 2012
1 parent 413c852 commit a530e2b
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -156,6 +156,12 @@ def dryml_only_templates_option
end
end

def dont_emit_deprecated_routes
environment "#"
environment "config.hobo.dont_emit_deprecated_routes = true"
environment "# Hobo: Named routes have changed in Hobo 2.0. Set to false to emit both the 2.0 and 1.3 names."
end

def quiet_assets
say "Adding quiet_assets gem"
gem_with_comments('quiet_assets', :group => :development, :comments => "\n# Hobo has a lot of assets. Stop cluttering the log in development mode.")
Expand Down

0 comments on commit a530e2b

Please sign in to comment.