[Rails] Re: uncaught exception: controls.js requires including script.ac

2008-11-24 Thread Smarty 2k
forgot it Thanks a lot friend.. Now working fine -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ 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 r

[Rails] Re: uncaught exception: controls.js requires including script.ac

2008-11-23 Thread Bobnation
Looks to me like you need to include the script.aculo.us library, which is found in your public/javascripts/ folder. However, add this to the of your application layout: <%= javascript_include_tag :defaults %> Then make sure that everything is in the javascripts folder. On Nov 24, 1:34 am, Sma