well I'm reasonably certain that the problem is getting the base jquery.js loaded but: - I am using Rails 3.1 (development mode) - my 'Gemfile' looks like this (the top part anyway) source 'http://rubygems.org'
gem 'rails', '3.1.3' # Bundle edge Rails instead: # gem 'rails', :git => 'git://github.com/rails/rails.git' # Rails standard install gems gem 'pg' gem 'json' gem 'execjs' gem 'therubyracer' # Gems used only for assets and not required # in production environments by default. group :assets do gem 'sass-rails', '~> 3.1.4' gem 'coffee-rails', '~> 3.1.1' gem 'uglifier', '>= 1.0.3' end gem 'jquery-rails' and other jquery things are clearly working for me as I've gotten rounded corners & drag/drop working (ui plugin items I think) But I definitely don't understand what you mean by 'you may not have property path to jquery/ .js file. and I do have Firebug installed here. Craig On Dec 5, 2011, at 3:18 PM, jay parteek wrote: > You may not have property path to jquery/ .js file. Get Firebug in firefox, > to remove the error. > > > > > On Mon, Dec 5, 2011 at 2:08 PM, Jason Fleetwood-Boldt <[email protected]> > wrote: > > On Dec 5, 2011, at 5:04 PM, Jason Fleetwood-Boldt wrote: > > > So... it's a little hard to follow you're debugging steps, are you saying > > that the code you are executing is actually working to add the class to the > > selected elements? > > > Grammatical correction: "your debugging steps" > > > -- > 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 [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > > > > -- > 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 [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. -- Craig White ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [email protected] 1.800.869.6908 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ www.ttiassessments.com Need help communicating between generations at work to achieve your desired success? Let us help! -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

