[Rails] Javascript error in Rails

2012-09-07 Thread @iamreff
Hi, I'm getting this error in rails 3.2.3. I think I've had it since installing rails on this system 2 weeks ago. This error appears open loading the home page of my site. Rendered static_pages/home.html.erb within layouts/application (0.7ms) Completed 500 Internal Server Error in 16ms

Re: [Rails] Javascript error in Rails

2012-09-07 Thread Javier Quarite
Can you post the content of app/assets/javascripts/application.js:13 and also your Gemfile? JavierQ -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To post to this group, send email to rubyonrails-talk@googlegroups.com. To unsubscribe

Re: [Rails] Javascript error in Rails

2012-09-07 Thread @iamreff
Hola Javier, I figured out what was wrong. Somewhere along the way in getting Rails installed I had commented out jquery in the Gemfile. I hate self inflicted wounds. Thanks for your response. On Friday, September 7, 2012 10:40:05 PM UTC-4, JavierQQ wrote: Can you post the content of