Nerian / bootstrap-datepicker-rails

A Datepicker for Twitter Bootstrap, integrated with Rails assets pipeline
MIT License
648 stars 182 forks source link

No route error at version 1.6.0 #115

Closed kikikiblue closed 8 years ago

kikikiblue commented 8 years ago

Hi. thank you for making and maintaining this great gem.

I met this error when I version up to 1.6.0

ActionController::RoutingError (No route matches [GET] "/assets/bootstrap-datepicker3.css.map")

so I downgraded it to version 1.5.0, there is no error. I guess this is because https://github.com/Nerian/bootstrap-datepicker-rails/blob/master/vendor/assets/stylesheets/bootstrap-datepicker3.css#L681

Thanks.

Nerian commented 8 years ago

Oh looks like that line should not be there. I updated the master branch, can you check that it works for you?

gem 'bootstrap-datepicker-rails', github: 'Nerian/bootstrap-datepicker-rails'

kikikiblue commented 8 years ago

It is ok now. Thank you for really fast response!!

kikikiblue commented 8 years ago

There is still a mistake in bootstrap-datepicker3.css. I guess you delete the badline from bootstrap-datepicker.css

Nerian commented 8 years ago

Nice catch. Should be fixed now. And new gem has been released.