Dear all, Since Rails3 is using unobstrusive javascript for ajax form handling, does the developers need to implement the corresponding javascript_framework helper themselves? Currently rails3 only bundles prototype_helper. Will rails3 also bundles jquery_helper? If not, will it be available in the rails'' github repository like the jquery_ujs? Thank you very much for the confirmation. Kind regards, -- http://twitter.com/projexion -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
The idea as it stands now is that the abstraction will happen at the javascript layer. So there will be a common rails javascript library that supports adapters to the other javascript libraries. prototype_helper should go away completely and be replaced by a rails common javascript helper. Allen Madsen http://www.allenmadsen.com On Mon, Apr 12, 2010 at 6:28 PM, Joshua Partogi <jpartogi@scrum8.com> wrote:> Dear all, > > Since Rails3 is using unobstrusive javascript for ajax form handling, > does the developers need to implement the corresponding > javascript_framework helper themselves? Currently rails3 only bundles > prototype_helper. Will rails3 also bundles jquery_helper? If not, will > it be available in the rails'' github repository like the jquery_ujs? > > Thank you very much for the confirmation. > > Kind regards, > > -- > http://twitter.com/projexion > > -- > You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. > To post to this group, send email to rubyonrails-core@googlegroups.com. > To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. > For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en. > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
Thanks for your response Allen, really appreciate it. Does this _common_javascript_helper_ happen to be in the git repo already? Or is this something that will be planned in the future? Kind regards, Joshua -- http://twitter.com/projexion On Apr 13, 8:39 am, Allen Madsen <bla...@gmail.com> wrote:> The idea as it stands now is that the abstraction will happen at the > javascript layer. So there will be a common rails javascript library > that supports adapters to the other javascript libraries. > prototype_helper should go away completely and be replaced by a rails > common javascript helper. > > Allen Madsenhttp://www.allenmadsen.com > > On Mon, Apr 12, 2010 at 6:28 PM, Joshua Partogi <jpart...@scrum8.com> wrote: > > Dear all, > > > Since Rails3 is using unobstrusive javascript for ajax form handling, > > does the developers need to implement the corresponding > > javascript_framework helper themselves? Currently rails3 only bundles > > prototype_helper. Will rails3 also bundles jquery_helper? If not, will > > it be available in the rails'' github repository like the jquery_ujs? > > > Thank you very much for the confirmation. > > > Kind regards, > > > -- > >http://twitter.com/projexion > > > -- > > You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. > > To post to this group, send email to rubyonrails-core@googlegroups.com. > > To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. > > For more options, visit this group athttp://groups.google.com/group/rubyonrails-core?hl=en.-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
It doesn''t exist yet. Currently it''s an idea for a RubySoC project [1]. When I get time this week or next I''ll be writing a proposal for it. [1] http://wiki.rubyonrails.org/rubysoc/2010/ideas#action_view Allen Madsen http://www.allenmadsen.com On Mon, Apr 12, 2010 at 8:47 PM, Joshua Partogi <joshua.partogi@gmail.com> wrote:> Thanks for your response Allen, really appreciate it. > > Does this _common_javascript_helper_ happen to be in the git repo > already? Or is this something that will be planned in the future? > > > Kind regards, > Joshua > > -- > http://twitter.com/projexion > > On Apr 13, 8:39 am, Allen Madsen <bla...@gmail.com> wrote: >> The idea as it stands now is that the abstraction will happen at the >> javascript layer. So there will be a common rails javascript library >> that supports adapters to the other javascript libraries. >> prototype_helper should go away completely and be replaced by a rails >> common javascript helper. >> >> Allen Madsenhttp://www.allenmadsen.com >> >> On Mon, Apr 12, 2010 at 6:28 PM, Joshua Partogi <jpart...@scrum8.com> wrote: >> > Dear all, >> >> > Since Rails3 is using unobstrusive javascript for ajax form handling, >> > does the developers need to implement the corresponding >> > javascript_framework helper themselves? Currently rails3 only bundles >> > prototype_helper. Will rails3 also bundles jquery_helper? If not, will >> > it be available in the rails'' github repository like the jquery_ujs? >> >> > Thank you very much for the confirmation. >> >> > Kind regards, >> >> > -- >> >http://twitter.com/projexion >> >> > -- >> > You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. >> > To post to this group, send email to rubyonrails-core@googlegroups.com. >> > To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. >> > For more options, visit this group athttp://groups.google.com/group/rubyonrails-core?hl=en. > > -- > You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. > To post to this group, send email to rubyonrails-core@googlegroups.com. > To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. > For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en. > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.