[gitorious] Error While Pushing

2010-07-08 Thread seema bawgi
Hi all, I have installed gitorious on my local machine following the steps as in the link http://cjohansen.no/en/ruby/setting_up_gitorious_on_your_own_server I was able to create the project and repository on local gitorious...but i am getting the following error while pushing... fatal: 'ma

Re: [gitorious] hello Group

2010-07-08 Thread Deepak Kamath
Thank You Marius, for your help. [?] On Thu, Jul 8, 2010 at 4:32 PM, Marius Mårnes Mathiesen < marius.mathie...@gmail.com> wrote: > On Thu, Jul 8, 2010 at 11:23 AM, Deepak Kamath wrote: > >> I am using radio button in my form how can i store the value of radio >> button in database .. my c

Re: [gitorious] hello Group

2010-07-08 Thread Marius Mårnes Mathiesen
On Thu, Jul 8, 2010 at 11:23 AM, Deepak Kamath wrote: > I am using radio button in my form how can i store the value of radio > button in database .. my code is > > > <%= radio_button_tag(:users,"yes") %> > <%=label_tag(:approved,"YES") %> > > Radio button ll be generated ..but how to s

[gitorious] hello Group

2010-07-08 Thread Deepak Kamath
I am using radio button in my form how can i store the value of radio button in database .. my code is <%= radio_button_tag(:users,"yes") %> <%=label_tag(:approved,"YES") %> Radio button ll be generated ..but how to store yes into 'appoved' field in database THankin You, -- To post