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

Uncaught TypeError: undefined is not a function #102

Closed
sajjadmurtaza opened this issue Jul 15, 2016 · 3 comments
Closed

Uncaught TypeError: undefined is not a function #102

sajjadmurtaza opened this issue Jul 15, 2016 · 3 comments

Comments

@sajjadmurtaza
Copy link

I have included in my Gemfile

ruby '2.2.3'
gem 'rails', '3.2.22'
gem 'jquery-ui-rails', '~> 4.1.2'

But i'm facing Uncaught TypeError: undefined is not a function error.

and for

ruby "2.1.5"
gem 'rails', '3.2.13'

Its working great. Kindly guide me.

@rosenfeld
Copy link
Collaborator

I'd suspect that even without jquery-ui-rails you'd have this error. Rails 3 is not supported for a long time and I suspect it may not work on recent Ruby versions.

@sajjadmurtaza
Copy link
Author

@rosenfeld Now what i have to do?

@rosenfeld
Copy link
Collaborator

I'd strongly advise you to upgrade to Rails 5 as soon as you can. Until there keep using an older MRI Ruby that works with your current application.

@joliss joliss closed this as completed Nov 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants