≡

wincent.dev

  • Products
  • Blog
  • Wiki
  • Issues
You are viewing an historical archive of past issues. Please report new issues to the appropriate project issue tracker on GitHub.
Home » Issues » Bug #1609

Bug #1609: Fix spurious inclusion of "/stylesheets/dashboards.css"

Kind bug
Product wincent.dev
When Created 2010-07-14T18:21:43Z, updated 2010-07-15T05:52:17Z
Status closed
Reporter Greg Hurrell
Tags no tags

Description

Started GET "/stylesheets/dashboards.css" for 127.0.0.1 at Thu Jul 15 00:18:35 +0200 2010

ActionController::RoutingError (No route matches "/stylesheets/dashboards.css"):

Likely culprit, the dynamic stylesheet_link_tags method.

And there could be other such controllers that have similar issues, so will have to audit all of them.

Comments

  1. Greg Hurrell 2010-07-15T05:52:11Z

    Ok fixed. We no longer inappropriately pluralize controller names when dynamically generating the CSS link.

    Also reviewed and found a similar problem with the SearchesController, which had a search.css file when it should have been searches.css.

  2. Greg Hurrell 2010-07-15T05:52:17Z

    Status changed:

    • From: new
    • To: closed
Add a comment

Comments are now closed for this issue.

  • contact
  • legal

Menu

  • Blog
  • Wiki
  • Issues
  • Snippets