Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

classic.date.css not loading due to fingerprint filename change #16

Open
laudares opened this issue Dec 10, 2015 · 0 comments
Open

classic.date.css not loading due to fingerprint filename change #16

laudares opened this issue Dec 10, 2015 · 0 comments

Comments

@laudares
Copy link

Getting:

tarted GET "/assets/pickadate/classic-7096a3d7dc45a16dc687d20e51f2fee8.date.css?body=1" for 192.168.56.1 at 2015-12-09 13:06:20 -0200

ActionController::RoutingError (No route matches [GET] "/assets/pickadate/classic-7096a3d7dc45a16dc687d20e51f2fee8.date.css"):
web-console (2.0.0.beta3) lib/action_dispatch/debug_exceptions.rb:22:in middleware_call' web-console (2.0.0.beta3) lib/action_dispatch/debug_exceptions.rb:13:incall'
actionpack (4.2.0.rc3) lib/action_dispatch/middleware/show_exceptions.rb:30:in call' railties (4.2.0.rc3) lib/rails/rack/logger.rb:38:incall_app'
railties (4.2.0.rc3) lib/rails/rack/logger.rb:20:in block in call' activesupport (4.2.0.rc3) lib/active_support/tagged_logging.rb:68:inblock in tagged'
activesupport (4.2.0.rc3) lib/active_support/tagged_logging.rb:26:in tagged' activesupport (4.2.0.rc3) lib/active_support/tagged_logging.rb:68:intagged'
railties (4.2.0.rc3) lib/rails/rack/logger.rb:20:in call' actionpack (4.2.0.rc3) lib/action_dispatch/middleware/request_id.rb:21:incall'
rack (1.6.0) lib/rack/methodoverride.rb:22:in call' rack (1.6.0) lib/rack/runtime.rb:18:incall'
activesupport (4.2.0.rc3) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in call' rack (1.6.0) lib/rack/lock.rb:17:incall'
actionpack (4.2.0.rc3) lib/action_dispatch/middleware/static.rb:113:in call' rack (1.6.0) lib/rack/sendfile.rb:113:incall'
railties (4.2.0.rc3) lib/rails/engine.rb:518:in call' railties (4.2.0.rc3) lib/rails/application.rb:164:incall'
rack (1.6.0) lib/rack/lock.rb:17:in call' rack (1.6.0) lib/rack/content_length.rb:15:incall'
rack (1.6.0) lib/rack/handler/webrick.rb:89:in service' /home/fernando/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/webrick/httpserver.rb:138:inservice'
/home/fernando/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/webrick/httpserver.rb:94:in run' /home/fernando/.rvm/rubies/ruby-2.2.0/lib/ruby/2.2.0/webrick/server.rb:294:inblock in start_thread'

Rendered /home/fernando/.rvm/gems/ruby-2.2.0/gems/web-console-2.0.0.beta3/lib/action_dispatch/templates/rescues/_trace.html.erb (1.9ms)
Rendered /home/fernando/.rvm/gems/ruby-2.2.0/gems/web-console-2.0.0.beta3/lib/action_dispatch/templates/rescues/routing_error.html.erb within rescues/layout (68.4ms)

In app/assets/stylesheets/application.css I've:

*= require pickadate/classic
*= require pickadate/classic.date
*= require pickadate/classic.time

In ~/.rvm:

$ grep pickadate * -R |grep classic.css
gems/ruby-2.2.0/gems/pickadate-rails-3.5.6.0/vendor/assets/stylesheets/pickadate/classic.css: * Classic picker styling for pickadate.js
gems/ruby-2.2.0/gems/pickadate-rails-3.5.6.0/vendor/assets/stylesheets/pickadate/classic.css: * Demo: http://amsul.github.io/pickadate.js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant