Open teampros opened 7 years ago
Thanks for reporting the bug @kaliaev !!!
@rhuberdeau - can you look into this one?
also getting ActionView::Template::Error (couldn't find file 'jquery' with type 'application/javascript'
Edit: nvm, just put gem 'jquery-rails'
in my gem file to fix it.
but another error I'm getting is ActionController::RoutingError (No route matches [GET] "/assets/bootstrap.css.map"):
. Page loads fine, just shows this error in terminal.
@austinarchibald @kaliaev What version of rails are you using?
5.1.4
5.1.4
On Sep 16, 2017, at 10:08 PM, Austin Archibald notifications@github.com wrote:
5.1.4
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.
@rhuberdeau - Let me know if you need any help with this one :)
Not sure how useful I'll be... I haven't used Rails in a long time!
@kaliaev @austinarchibald Rails 5.1 no longer includes jQuery. I haven't had time to look into this and try out a fix yet, but you should be able to follow the steps here https://stackoverflow.com/questions/43697023/how-to-use-rails-5-1-0-and-jquery or google "rails 5.1 jquery".
I should have a chance to look at this some time in the next two days.
I know, I figured that out. I installed the jquery gem. But the other error I'm having is unrelated to jquery (see my comment above). It's not breaking anything though, so I'm ignoring it for now.
This solved my ActionController::RoutingError (No route matches [GET] "/assets/bootstrap.css.map"):
issue. In case anyone else does...
It appears that jquery is absent