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

Getting a Routing Error #10

Open
mmaness opened this issue Jan 21, 2013 · 1 comment
Open

Getting a Routing Error #10

mmaness opened this issue Jan 21, 2013 · 1 comment
Milestone

Comments

@mmaness
Copy link
Owner

mmaness commented Jan 21, 2013

I was getting a routing error for jquery.js after rendering.

@mmaness
Copy link
Owner Author

mmaness commented Jan 21, 2013

I solved in a personal build by doing the following:

  1. Added to the Gemfile: gem 'jquery-rails', '~> 2.1'
  2. Ran in the command line: bundle install
  3. Ran in the command line: rails generate jquery:install
  4. Commented out the following in development.rb: config.action_view.debug_rjs = true
  5. Commented out the following in development.rb: config.action_controller.perform_caching = false

https://github.com/rails/jquery-ujs
http://stackoverflow.com/questions/7445917/rails-3-1-0-undefined-method-page-cache-extension-for-actioncontrollerbase

@mmaness mmaness closed this as completed Jan 21, 2013
@mmaness mmaness reopened this Jan 21, 2013
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

1 participant