Felipe Gallois
2009-Jan-07 16:32 UTC
Fwd: change javascript default from jquery back to prototype
Hello all, recently I installed the jrails plugin which changed the javascript_include_tag :defaults to include the jquery libraries... The jquery did no good, so I want the prototype back, but i can''t manage to get the :defaults to include its libraries to me... any tips on that are greatly appreciated!! thanks and cheers! -- gallois aka Felipe Gallois blog: www.gallois.com.br/blog fanglib homepage: www.gallois.com.br/fanglib --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Freddy Andersen
2009-Jan-07 16:44 UTC
Re: Fwd: change javascript default from jquery back to prototype
Remove the vendor/plugin/jrails directory and remove the jquery scripts in public/javascripts/ That should be all you need todo... --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Felipe Gallois
2009-Jan-07 16:46 UTC
Re: Fwd: change javascript default from jquery back to prototype
already did it, no luck On Wed, Jan 7, 2009 at 14:44, Freddy Andersen <freddy-RCI/mp9mI1I6GGFevw1D/A@public.gmane.org> wrote:> > Remove the vendor/plugin/jrails directory and remove the jquery > scripts in public/javascripts/ > > That should be all you need todo... > > >-- gallois aka Felipe Gallois blog: www.gallois.com.br/blog fanglib homepage: www.gallois.com.br/fanglib --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Dingding Ye
2009-Jan-07 18:33 UTC
Re: Fwd: change javascript default from jquery back to prototype
check this variable in console:>> ActionView::Helpers::AssetTagHelper::JAVASCRIPT_DEFAULT_SOURCESOn Thu, Jan 8, 2009 at 12:46 AM, Felipe Gallois <felipegallois-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>wrote:> already did it, no luck > > On Wed, Jan 7, 2009 at 14:44, Freddy Andersen <freddy-RCI/mp9mI1I6GGFevw1D/A@public.gmane.org>wrote: > >> >> Remove the vendor/plugin/jrails directory and remove the jquery >> scripts in public/javascripts/ >> >> That should be all you need todo... >> >> > > > -- > gallois > aka Felipe Gallois > blog: www.gallois.com.br/blog > fanglib homepage: www.gallois.com.br/fanglib > > > >--~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Felipe Gallois
2009-Jan-07 21:04 UTC
Re: Fwd: change javascript default from jquery back to prototype
the variable was ok, i just overwritten it with itself and restarted the server and now it is working... thank you!! cheers On Wed, Jan 7, 2009 at 16:33, Dingding Ye <yedingding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> check this variable in console: > > >> ActionView::Helpers::AssetTagHelper::JAVASCRIPT_DEFAULT_SOURCES > > > On Thu, Jan 8, 2009 at 12:46 AM, Felipe Gallois <felipegallois-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>wrote: > >> already did it, no luck >> >> On Wed, Jan 7, 2009 at 14:44, Freddy Andersen <freddy-RCI/mp9mI1I6GGFevw1D/A@public.gmane.org>wrote: >> >>> >>> Remove the vendor/plugin/jrails directory and remove the jquery >>> scripts in public/javascripts/ >>> >>> That should be all you need todo... >>> >>> >> >> >> -- >> gallois >> aka Felipe Gallois >> blog: www.gallois.com.br/blog >> fanglib homepage: www.gallois.com.br/fanglib >> >> >> > > > >-- gallois aka Felipe Gallois blog: www.gallois.com.br/blog fanglib homepage: www.gallois.com.br/fanglib --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---