frontend-generators icon indicating copy to clipboard operation
frontend-generators copied to clipboard

Creative theme

Open teampros opened this issue 7 years ago • 9 comments

It appears that jquery is absent

teampros avatar Aug 16 '17 20:08 teampros

Thanks for reporting the bug @kaliaev !!!

@rhuberdeau - can you look into this one?

MrPowers avatar Aug 17 '17 03:08 MrPowers

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 avatar Sep 16 '17 05:09 austinarchibald

@austinarchibald @kaliaev What version of rails are you using?

rhuberdeau avatar Sep 17 '17 01:09 rhuberdeau

5.1.4

austinarchibald avatar Sep 17 '17 02:09 austinarchibald

5.1.4

On Sep 16, 2017, at 10:08 PM, Austin Archibald [email protected] 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.

teampros avatar Sep 17 '17 11:09 teampros

@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!

MrPowers avatar Sep 17 '17 14:09 MrPowers

@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.

rhuberdeau avatar Sep 17 '17 14:09 rhuberdeau

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.

austinarchibald avatar Sep 17 '17 22:09 austinarchibald

This solved my ActionController::RoutingError (No route matches [GET] "/assets/bootstrap.css.map"): issue. In case anyone else does...

austinarchibald avatar Sep 23 '17 05:09 austinarchibald