Hemant Bhargava wrote:
> Hello Champs,
> 
> Actually i am facing a problem seems to be very simple .. but not
> striking to my mind .. :)
> 
> The thing is:-
> In my layouts file, i am including
> <%= javascript_include_tag :all, :recursive %> by which i can get all my
> files in a single line .. correct guyz ..
> 
> But now i need to run some ajax functionality here, so i done
> <%= javascript_include_tag :defaults %> which includes some of the .js
> files like prototype.js .. etc .. etc ..
> 
> But now mine files which are included by first method are not working ..
> Getting me .. Write me for any query ..
> Waiting for u guyz .. Very urgent ..

did you try this

javascript_include_tag :all, :recursive => true
-- 
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 [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
-~----------~----~----~----~------~----~------~--~---

Reply via email to