siong1987
2010-Sep-10 22:31 UTC
"-j" parameter to select vendor javascript library when starting new Rails app
so, for now, we have a "-d" parameter when starting up a new Rails application with options like "mysql", "sqlite3", etc. do you all think that is it a good idea to have a "-j" parameter that could get options like "jquery" and "prototype" so that the preferred javascript library is used when starting up a new Rails app? siong. -- 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.
Lailson Bandeira
2010-Sep-10 23:50 UTC
Re: "-j" parameter to select vendor javascript library when starting new Rails app
This would be great! -- LAILSON BANDEIRA http://lailsonbandeira.com/ On Fri, Sep 10, 2010 at 7:31 PM, siong1987 <siong1987@gmail.com> wrote:> so, for now, we have a "-d" parameter when starting up a new Rails > application with options like "mysql", "sqlite3", etc. > > do you all think that is it a good idea to have a "-j" parameter that > could get options like "jquery" and "prototype" so that the preferred > javascript library is used when starting up a new Rails app? > > siong. > > -- > 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<rubyonrails-core%2Bunsubscribe@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.
Teng Siong Ong
2010-Sep-11 02:06 UTC
Re: "-j" parameter to select vendor javascript library when starting new Rails app
how others think about it? if someone from the core team could verity this issue, i will go ahead and implement it. On Fri, Sep 10, 2010 at 6:50 PM, Lailson Bandeira <lailsonbm@gmail.com>wrote:> This would be great! > -- > LAILSON BANDEIRA > http://lailsonbandeira.com/ > > > > On Fri, Sep 10, 2010 at 7:31 PM, siong1987 <siong1987@gmail.com> wrote: > >> so, for now, we have a "-d" parameter when starting up a new Rails >> application with options like "mysql", "sqlite3", etc. >> >> do you all think that is it a good idea to have a "-j" parameter that >> could get options like "jquery" and "prototype" so that the preferred >> javascript library is used when starting up a new Rails app? >> >> siong. >> >> -- >> 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<rubyonrails-core%2Bunsubscribe@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<rubyonrails-core%2Bunsubscribe@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.
Teng Siong Ong
2010-Sep-11 07:30 UTC
Re: "-j" parameter to select vendor javascript library when starting new Rails app
patch added: https://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/5613-adding-j-parameter-for-rails-new-command for this patch, i removed the usual "--skip-prototype" parameter and substituted it with the "--skip-javascript" parameter. then, i added a new "-j" or "--javascript" parameter. this parameter accepts either "jquery" or "prototype". btw, the default javascript library now is still "prototype". siong. On Fri, Sep 10, 2010 at 9:06 PM, Teng Siong Ong <siong1987@gmail.com> wrote:> how others think about it? if someone from the core team could verity this > issue, i will go ahead and implement it. > > > On Fri, Sep 10, 2010 at 6:50 PM, Lailson Bandeira <lailsonbm@gmail.com>wrote: > >> This would be great! >> -- >> LAILSON BANDEIRA >> http://lailsonbandeira.com/ >> >> >> >> On Fri, Sep 10, 2010 at 7:31 PM, siong1987 <siong1987@gmail.com> wrote: >> >>> so, for now, we have a "-d" parameter when starting up a new Rails >>> application with options like "mysql", "sqlite3", etc. >>> >>> do you all think that is it a good idea to have a "-j" parameter that >>> could get options like "jquery" and "prototype" so that the preferred >>> javascript library is used when starting up a new Rails app? >>> >>> siong. >>> >>> -- >>> 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<rubyonrails-core%2Bunsubscribe@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<rubyonrails-core%2Bunsubscribe@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.
Yehuda Katz
2010-Sep-11 08:22 UTC
Re: "-j" parameter to select vendor javascript library when starting new Rails app
Can you submit this as a pull request on GitHub? Yehuda Katz Architect | Engine Yard (ph) 718.877.1325 On Sat, Sep 11, 2010 at 2:30 AM, Teng Siong Ong <siong1987@gmail.com> wrote:> patch added: > https://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/5613-adding-j-parameter-for-rails-new-command > > for this patch, i removed the usual "--skip-prototype" parameter and > substituted it with the "--skip-javascript" parameter. then, i added a new > "-j" or "--javascript" parameter. this parameter accepts either "jquery" or > "prototype". > > btw, the default javascript library now is still "prototype". > siong. > > > On Fri, Sep 10, 2010 at 9:06 PM, Teng Siong Ong <siong1987@gmail.com>wrote: > >> how others think about it? if someone from the core team could verity this >> issue, i will go ahead and implement it. >> >> >> On Fri, Sep 10, 2010 at 6:50 PM, Lailson Bandeira <lailsonbm@gmail.com>wrote: >> >>> This would be great! >>> -- >>> LAILSON BANDEIRA >>> http://lailsonbandeira.com/ >>> >>> >>> >>> On Fri, Sep 10, 2010 at 7:31 PM, siong1987 <siong1987@gmail.com> wrote: >>> >>>> so, for now, we have a "-d" parameter when starting up a new Rails >>>> application with options like "mysql", "sqlite3", etc. >>>> >>>> do you all think that is it a good idea to have a "-j" parameter that >>>> could get options like "jquery" and "prototype" so that the preferred >>>> javascript library is used when starting up a new Rails app? >>>> >>>> siong. >>>> >>>> -- >>>> 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<rubyonrails-core%2Bunsubscribe@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<rubyonrails-core%2Bunsubscribe@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<rubyonrails-core%2Bunsubscribe@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.
radhames brito
2010-Sep-11 17:08 UTC
Re: "-j" parameter to select vendor javascript library when starting new Rails app
Great!!! On Sat, Sep 11, 2010 at 4:22 AM, Yehuda Katz <wycats@gmail.com> wrote:> Can you submit this as a pull request on GitHub? > > Yehuda Katz > Architect | Engine Yard > (ph) 718.877.1325 > > > > On Sat, Sep 11, 2010 at 2:30 AM, Teng Siong Ong <siong1987@gmail.com>wrote: > >> patch added: >> https://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/5613-adding-j-parameter-for-rails-new-command >> >> for this patch, i removed the usual "--skip-prototype" parameter and >> substituted it with the "--skip-javascript" parameter. then, i added a new >> "-j" or "--javascript" parameter. this parameter accepts either "jquery" or >> "prototype". >> >> btw, the default javascript library now is still "prototype". >> siong. >> >> >> On Fri, Sep 10, 2010 at 9:06 PM, Teng Siong Ong <siong1987@gmail.com>wrote: >> >>> how others think about it? if someone from the core team could verity >>> this issue, i will go ahead and implement it. >>> >>> >>> On Fri, Sep 10, 2010 at 6:50 PM, Lailson Bandeira <lailsonbm@gmail.com>wrote: >>> >>>> This would be great! >>>> -- >>>> LAILSON BANDEIRA >>>> http://lailsonbandeira.com/ >>>> >>>> >>>> >>>> On Fri, Sep 10, 2010 at 7:31 PM, siong1987 <siong1987@gmail.com> wrote: >>>> >>>>> so, for now, we have a "-d" parameter when starting up a new Rails >>>>> application with options like "mysql", "sqlite3", etc. >>>>> >>>>> do you all think that is it a good idea to have a "-j" parameter that >>>>> could get options like "jquery" and "prototype" so that the preferred >>>>> javascript library is used when starting up a new Rails app? >>>>> >>>>> siong. >>>>> >>>>> -- >>>>> 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<rubyonrails-core%2Bunsubscribe@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<rubyonrails-core%2Bunsubscribe@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<rubyonrails-core%2Bunsubscribe@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<rubyonrails-core%2Bunsubscribe@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.
Teng Siong Ong
2010-Sep-11 19:13 UTC
Re: "-j" parameter to select vendor javascript library when starting new Rails app
pull request sent. side note: i actually asked this question in the irc channel, in future, should we keep using the old school patch way or the github pull request way to patch? siong. On Sat, Sep 11, 2010 at 12:08 PM, radhames brito <rbritom@gmail.com> wrote:> Great!!! > > > On Sat, Sep 11, 2010 at 4:22 AM, Yehuda Katz <wycats@gmail.com> wrote: > >> Can you submit this as a pull request on GitHub? >> >> Yehuda Katz >> Architect | Engine Yard >> (ph) 718.877.1325 >> >> >> >> On Sat, Sep 11, 2010 at 2:30 AM, Teng Siong Ong <siong1987@gmail.com>wrote: >> >>> patch added: >>> https://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/5613-adding-j-parameter-for-rails-new-command >>> >>> for this patch, i removed the usual "--skip-prototype" parameter and >>> substituted it with the "--skip-javascript" parameter. then, i added a new >>> "-j" or "--javascript" parameter. this parameter accepts either "jquery" or >>> "prototype". >>> >>> btw, the default javascript library now is still "prototype". >>> siong. >>> >>> >>> On Fri, Sep 10, 2010 at 9:06 PM, Teng Siong Ong <siong1987@gmail.com>wrote: >>> >>>> how others think about it? if someone from the core team could verity >>>> this issue, i will go ahead and implement it. >>>> >>>> >>>> On Fri, Sep 10, 2010 at 6:50 PM, Lailson Bandeira <lailsonbm@gmail.com>wrote: >>>> >>>>> This would be great! >>>>> -- >>>>> LAILSON BANDEIRA >>>>> http://lailsonbandeira.com/ >>>>> >>>>> >>>>> >>>>> On Fri, Sep 10, 2010 at 7:31 PM, siong1987 <siong1987@gmail.com>wrote: >>>>> >>>>>> so, for now, we have a "-d" parameter when starting up a new Rails >>>>>> application with options like "mysql", "sqlite3", etc. >>>>>> >>>>>> do you all think that is it a good idea to have a "-j" parameter that >>>>>> could get options like "jquery" and "prototype" so that the preferred >>>>>> javascript library is used when starting up a new Rails app? >>>>>> >>>>>> siong. >>>>>> >>>>>> -- >>>>>> 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<rubyonrails-core%2Bunsubscribe@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<rubyonrails-core%2Bunsubscribe@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<rubyonrails-core%2Bunsubscribe@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<rubyonrails-core%2Bunsubscribe@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<rubyonrails-core%2Bunsubscribe@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.
Yehuda Katz
2010-Sep-11 19:30 UTC
Re: "-j" parameter to select vendor javascript library when starting new Rails app
I can''t speak for the rest of the core team, but I personally am keeping a close eye on pull requests, which are much easier for me to work through than dealing with patches on LH (which require saving the patch, seeing if it applies, then reviewing, etc. etc.). Pull requests telescope the first 5 or 6 steps of reviewing patches on LightHouse into one step. Yehuda Katz Architect | Engine Yard (ph) 718.877.1325 On Sat, Sep 11, 2010 at 2:13 PM, Teng Siong Ong <siong1987@gmail.com> wrote:> pull request sent. > > side note: i actually asked this question in the irc channel, in future, > should we keep using the old school patch way or the github pull request way > to patch? > > siong. > > > On Sat, Sep 11, 2010 at 12:08 PM, radhames brito <rbritom@gmail.com>wrote: > >> Great!!! >> >> >> On Sat, Sep 11, 2010 at 4:22 AM, Yehuda Katz <wycats@gmail.com> wrote: >> >>> Can you submit this as a pull request on GitHub? >>> >>> Yehuda Katz >>> Architect | Engine Yard >>> (ph) 718.877.1325 >>> >>> >>> >>> On Sat, Sep 11, 2010 at 2:30 AM, Teng Siong Ong <siong1987@gmail.com>wrote: >>> >>>> patch added: >>>> https://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/5613-adding-j-parameter-for-rails-new-command >>>> >>>> for this patch, i removed the usual "--skip-prototype" parameter and >>>> substituted it with the "--skip-javascript" parameter. then, i added a new >>>> "-j" or "--javascript" parameter. this parameter accepts either "jquery" or >>>> "prototype". >>>> >>>> btw, the default javascript library now is still "prototype". >>>> siong. >>>> >>>> >>>> On Fri, Sep 10, 2010 at 9:06 PM, Teng Siong Ong <siong1987@gmail.com>wrote: >>>> >>>>> how others think about it? if someone from the core team could verity >>>>> this issue, i will go ahead and implement it. >>>>> >>>>> >>>>> On Fri, Sep 10, 2010 at 6:50 PM, Lailson Bandeira <lailsonbm@gmail.com >>>>> > wrote: >>>>> >>>>>> This would be great! >>>>>> -- >>>>>> LAILSON BANDEIRA >>>>>> http://lailsonbandeira.com/ >>>>>> >>>>>> >>>>>> >>>>>> On Fri, Sep 10, 2010 at 7:31 PM, siong1987 <siong1987@gmail.com>wrote: >>>>>> >>>>>>> so, for now, we have a "-d" parameter when starting up a new Rails >>>>>>> application with options like "mysql", "sqlite3", etc. >>>>>>> >>>>>>> do you all think that is it a good idea to have a "-j" parameter that >>>>>>> could get options like "jquery" and "prototype" so that the preferred >>>>>>> javascript library is used when starting up a new Rails app? >>>>>>> >>>>>>> siong. >>>>>>> >>>>>>> -- >>>>>>> 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<rubyonrails-core%2Bunsubscribe@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<rubyonrails-core%2Bunsubscribe@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<rubyonrails-core%2Bunsubscribe@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<rubyonrails-core%2Bunsubscribe@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<rubyonrails-core%2Bunsubscribe@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<rubyonrails-core%2Bunsubscribe@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.
Teng Siong Ong
2010-Sep-11 21:30 UTC
Re: "-j" parameter to select vendor javascript library when starting new Rails app
i actually +1 for github pull request. they just made it a lot easier to use now. btw, my pull request has already been sent in. feel free to leave comments there. :) siong. On Sat, Sep 11, 2010 at 2:30 PM, Yehuda Katz <wycats@gmail.com> wrote:> I can''t speak for the rest of the core team, but I personally am keeping a > close eye on pull requests, which are much easier for me to work through > than dealing with patches on LH (which require saving the patch, seeing if > it applies, then reviewing, etc. etc.). Pull requests telescope the first 5 > or 6 steps of reviewing patches on LightHouse into one step.-- 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.
Michael Koziarski
2010-Sep-11 23:52 UTC
Re: "-j" parameter to select vendor javascript library when starting new Rails app
> i actually +1 for github pull request. they just made it a lot easier to use > now. btw, my pull request has already been sent in. feel free to leave > comments there. :)The most important thing for pull requests to get right is to make community members (e.g. non committers) able to comment / review a pull request. It seems the latest github release has done a pretty good job with that. -- Cheers Koz -- 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.
Teng Siong Ong
2010-Sep-12 00:07 UTC
Re: "-j" parameter to select vendor javascript library when starting new Rails app
btw, let''s get on the topic here. it seems like we should discuss about whether we should include jquery as one of the default options in rails. if you actually look at the commit i did. the commit doesn''t actually complicate the code much. and, one obvious thing that everyone should have noticed recently is that more and more people prefer to use jquery as the default javascript library for rails. and, i think that is one of the reasons why the introduction of "config.action_view.javascript_expansions" in the latest rails 3. so, i really think that this patch should be committed. i really want to see how other core members think about this. siong. On Sat, Sep 11, 2010 at 6:52 PM, Michael Koziarski <michael@koziarski.com>wrote:> > i actually +1 for github pull request. they just made it a lot easier to > use > > now. btw, my pull request has already been sent in. feel free to leave > > comments there. :) > > The most important thing for pull requests to get right is to make > community members (e.g. non committers) able to comment / review a > pull request. It seems the latest github release has done a pretty > good job with that. > > -- > Cheers > > Koz > > -- > 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<rubyonrails-core%2Bunsubscribe@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.
Ryan Bigg
2010-Sep-12 01:03 UTC
Re: "-j" parameter to select vendor javascript library when starting new Rails app
Bonus: Github pull requests aren''t full of spam like the lighthouse. I don''t see what lighthouse offers that github issues doesn''t. On 12/09/2010, at 7:30, Teng Siong Ong <siong1987@gmail.com> wrote:> i actually +1 for github pull request. they just made it a lot easier to use now. btw, my pull request has already been sent in. feel free to leave comments there. :) > > siong. > > On Sat, Sep 11, 2010 at 2:30 PM, Yehuda Katz <wycats@gmail.com> wrote: > I can''t speak for the rest of the core team, but I personally am keeping a close eye on pull requests, which are much easier for me to work through than dealing with patches on LH (which require saving the patch, seeing if it applies, then reviewing, etc. etc.). Pull requests telescope the first 5 or 6 steps of reviewing patches on LightHouse into one step. > > -- > 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.
Ryan Bigg
2010-Sep-12 01:05 UTC
Re: "-j" parameter to select vendor javascript library when starting new Rails app
Whilst it''s obvious now that jQuery is the preferred library, there are a lot of applications already using prototype. I think because of this reason, the default should stay as Prototype. Your patch to pass an option to switch to jQuery for a new application is fantastic. On 12/09/2010, at 10:07, Teng Siong Ong <siong1987@gmail.com> wrote:> btw, let''s get on the topic here. it seems like we should discuss about whether we should include jquery as one of the default options in rails. if you actually look at the commit i did. the commit doesn''t actually complicate the code much. > > and, one obvious thing that everyone should have noticed recently is that more and more people prefer to use jquery as the default javascript library for rails. and, i think that is one of the reasons why the introduction of "config.action_view.javascript_expansions" in the latest rails 3. > > so, i really think that this patch should be committed. i really want to see how other core members think about this. > > siong. > > On Sat, Sep 11, 2010 at 6:52 PM, Michael Koziarski <michael@koziarski.com> wrote: > > i actually +1 for github pull request. they just made it a lot easier to use > > now. btw, my pull request has already been sent in. feel free to leave > > comments there. :) > > The most important thing for pull requests to get right is to make > community members (e.g. non committers) able to comment / review a > pull request. It seems the latest github release has done a pretty > good job with that. > > -- > Cheers > > Koz > > -- > 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.-- 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.
Chad Woolley
2010-Sep-12 01:42 UTC
Re: "-j" parameter to select vendor javascript library when starting new Rails app
On Sat, Sep 11, 2010 at 6:03 PM, Ryan Bigg <radarlistener@gmail.com> wrote:> I don''t see what lighthouse offers that github issues doesn''t.Search that actually works? -- 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.
Yehuda Katz
2010-Sep-12 01:55 UTC
Re: "-j" parameter to select vendor javascript library when starting new Rails app
Just to be clear, I''m in favor of pull requests for patch management; don''t have a strong opinion about bug reports (yet) Sent from my iPhone On Sep 11, 2010, at 8:42 PM, Chad Woolley <thewoolleyman@gmail.com> wrote:> On Sat, Sep 11, 2010 at 6:03 PM, Ryan Bigg <radarlistener@gmail.com> wrote: >> I don''t see what lighthouse offers that github issues doesn''t. > > Search that actually works? > > -- > 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.
Rodrigo Rosenfeld Rosas
2010-Sep-12 03:20 UTC
Re: "-j" parameter to select vendor javascript library when starting new Rails app
Github (or Gitorious) is certainly better for dealing with patch reviews, but I would rather prefer Redmine over LH for issues management. And it also have good integration with git repositories... Furthermore there are plugins for dealing with Scrum or Kanban with great interface. Redmine also supports sub-projects, several kinds of reports and lots of great features and useful plugins... Maybe we should create a new topic on this subject and another one for discussing the default Javascript library... Best regards, Rodrigo. On 11-09-2010 22:55, Yehuda Katz wrote:> Just to be clear, I''m in favor of pull requests for patch management; > don''t have a strong opinion about bug reports (yet) > > Sent from my iPhone > > On Sep 11, 2010, at 8:42 PM, Chad Woolley<thewoolleyman@gmail.com> wrote: > >> On Sat, Sep 11, 2010 at 6:03 PM, Ryan Bigg<radarlistener@gmail.com> wrote: >>> I don''t see what lighthouse offers that github issues doesn''t. >> Search that actually works? >>-- 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.
Teng Siong Ong
2010-Sep-12 03:39 UTC
Re: "-j" parameter to select vendor javascript library when starting new Rails app
since when this has become a discussion about LH vs Github? man, stay focused! : ) Jose Valim has closed the issue, maybe we should seriously think about the "-j" parameter for the "rails new" command. http://github.com/rails/rails/pull/16 < let''s start the Github reviewing party here. : ) On Sat, Sep 11, 2010 at 10:20 PM, Rodrigo Rosenfeld Rosas < rr.rosas@gmail.com> wrote:> Github (or Gitorious) is certainly better for dealing with patch reviews, > but I would rather prefer Redmine over LH for issues management. And it also > have good integration with git repositories... Furthermore there are plugins > for dealing with Scrum or Kanban with great interface. Redmine also supports > sub-projects, several kinds of reports and lots of great features and useful > plugins... > > Maybe we should create a new topic on this subject and another one for > discussing the default Javascript library... > > Best regards, > > Rodrigo. > > > On 11-09-2010 22:55, Yehuda Katz wrote: > >> Just to be clear, I''m in favor of pull requests for patch management; >> don''t have a strong opinion about bug reports (yet) >> >> Sent from my iPhone >> >> On Sep 11, 2010, at 8:42 PM, Chad Woolley<thewoolleyman@gmail.com> >> wrote: >> >> On Sat, Sep 11, 2010 at 6:03 PM, Ryan Bigg<radarlistener@gmail.com> >>> wrote: >>> >>>> I don''t see what lighthouse offers that github issues doesn''t. >>>> >>> Search that actually works? >>> >>> > -- > 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<rubyonrails-core%2Bunsubscribe@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.