Ok, thanks. If anyone else has a problem with calendar_date_select, it appears that the official github fork does indeed work with rails 3 active scaffold, as a plugin.
rails plugin install git://github.com/timcharper/calendar_date_select.git However, as a gem it does not seem to work (i.e., "gem 'calendar_date_select'" in Gemfile). On Tue, Aug 16, 2011 at 2:44 AM, vhochstein <[email protected]>wrote: > Hi Nick, > > So far I assume that this is not a general issue, because so far I > have nt heard anybody else complaining about this. > > However, to answer your question: > No, code I sent you is not available at github. To be honest I cannot > even remember where I downloaded it and if I had to change it to work > with rails 3. > > -- > Volker > > On Aug 15, 10:03 pm, Nick Rogers <[email protected]> wrote: > > That worked perfectly. Thank you so much! > > > > Is this version of calendar_date_select a fork somewhere on github? It > would > > be nice if everyone could have access to it. > > > > On Fri, Aug 12, 2011 at 2:16 PM, Volker Hochstein < > [email protected] > > > > > > > > > > > > > > > > > wrote: > > > Hope that helps. > > > > > 2011/8/11 Nick Rogers <[email protected]> > > > > >> Hi. It's [email protected]. Thanks. > > > > >> On Aug 11, 2011, at 5:21 AM, vhochstein <[email protected]> > > >> wrote: > > > > >> > Hi Nick, > > > > >> > unfortuently, its not possible to add an attachment. > > > > >> > Can you please give me your email address. > > >> > [email protected] > > > > >> > Thanks a lot. > > > > >> > On Aug 10, 4:53 pm, Nick Rogers <[email protected]> wrote: > > >> >> On Wed, Aug 10, 2011 at 4:38 AM, vhochstein < > [email protected] > > >> >wrote: > > > > >> >>> Hi, > > > > >> >>> ok, so your only reason for your request is that you cannot get > > >> >>> calendar date select plugin up and running.. > > > > >> >>> right? > > > > >> >> Not entirely, I would still like to be able to use select forms in > some > > >> >> cases. > > > > >> >> See my latest attempt here: > > > > >> >> > http://groups.google.com/group/activescaffold/browse_thread/thread/67. > > >> .. > > > > >> >>> If that s the case I may send you a version of the plugin that at > > >> >>> least works in one of my last remaining projects using prototype. > > > > >> >>> Just give me a shout > > > > >> >> That would be great.> --- > > >> >>> Volker > > > > >> >>> On Aug 9, 5:32 pm, Nick Rogers <[email protected]> wrote: > > >> >>>> I am using form overrides now, but this seems to break > batch_update > > >> and > > >> >>>> field_search. > > > > >> >>>> I use prototype and the last time I tried calendar_date_select > bridge > > >> it > > >> >>> did > > >> >>>> not work. > > > > >> >>>> On Tue, Aug 9, 2011 at 1:54 AM, vhochstein < > > >> [email protected] > > >> >>>> wrote: > > > > >> >>>>> Hi Nick, > > > > >> >>>>> well, if you would like to have these three or five select boxes > for > > >> >>>>> date/datetime you will have to implement some form overrides. > > > > >> >>>>> Just wondering, why do you prefer it? > > > > >> >>>>> -- > > >> >>>>> Volker > > > > >> >>>>> On Aug 5, 6:16 pm, Nick Rogers <[email protected]> wrote: > > >> >>>>>> Ok, so what is now the recommended way to configure a > > >> datetime_select > > >> >>> or > > >> >>>>>> similar form for a datetime column? > > > > >> >>>>>> On Fri, Aug 5, 2011 at 4:29 AM, Sergio Cambra .:: entreCables > S.L. > > >> >>> ::. < > > > > >> >>>>>> [email protected]> wrote: > > >> >>>>>>> On Jueves, 4 de Agosto de 2011 20:38:10 Nick Rogers escribió: > > >> >>>>>>>> Is there some way to enable the regular (all fields) search > and > > >> >>> field > > >> >>>>>>>> search at the same time? > > > > >> >>>>>>>> For example: > > >> >>>>>>>> config.actions.add :search > > >> >>>>>>>> config.actions.add :field_search > > > > >> >>>>>>>> To result in two action links. > > > > >> >>>>>>>> Thanks. > > > > >> >>>>>>> No, search and field_search add the same controller methods > and > > >> use > > >> >>> the > > >> >>>>>>> same > > >> >>>>>>> routes, so they are incompatible actions > > > > >> >>>>>>> -- > > >> >>>>>>> Sergio Cambra .:: entreCables S.L. ::. > > >> >>>>>>> Mariana Pineda 23, 50.018 Zaragoza > > >> >>>>>>> T) 902 021 404 F) 976 52 98 07 E) [email protected] > > > > >> >>>>>>> -- > > >> >>>>>>> You received this message because you are subscribed to the > Google > > >> >>>>> Groups > > >> >>>>>>> "ActiveScaffold : Ruby on Rails plugin" 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/activescaffold?hl=en. > > > > >> >>>>> -- > > >> >>>>> You received this message because you are subscribed to the > Google > > >> >>> Groups > > >> >>>>> "ActiveScaffold : Ruby on Rails plugin" 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/activescaffold?hl=en. > > > > >> >>> -- > > >> >>> You received this message because you are subscribed to the Google > > >> Groups > > >> >>> "ActiveScaffold : Ruby on Rails plugin" 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/activescaffold?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "ActiveScaffold : Ruby on Rails plugin" 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/activescaffold?hl=en. > > -- You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails plugin" 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/activescaffold?hl=en.
