Hi to this Group! I am new to Ruby! I am facing problrm s to find the database functions. I want the source of sites for predifiend functions for handling the database. I develpong the shoping cart application, In that i am facing problems to delete the perticuller item form cart . I got idea to delete the total cart information using sesiions I want to delete the perticuller item form order I want only the source of sites of predifiend function Thnaks and Regards, -Naveen -- Posted via http://www.ruby-forum.com/.
Naveen wrote:> Hi to this Group! > > I am new to Ruby! > > I am facing problrm s to find the database functions. > > I want the source of sites for predifiend functions for handling the > database. > > I develpong the shoping cart application, In that i am facing problems > to delete the perticuller item form cart . > > I got idea to delete the total cart information using sesiions > > I want to delete the perticuller item form order > > > > I want only the source of sites of predifiend functionhttp://api.rubyonrails.com, particularly the section on ActiveRecord::Base. -- Alex
Alex Young wrote:> Naveen wrote: >> to delete the perticuller item form cart . >> >> I got idea to delete the total cart information using sesiions >> >> I want to delete the perticuller item form order >> >> >> >> I want only the source of sites of predifiend function > http://api.rubyonrails.com, particularly the section on > ActiveRecord::Base.Very Much thankful to u! Please help me to learn the ruby and rails With Regards, Naveen -- Posted via http://www.ruby-forum.com/.
Naveen wrote:> Alex Young wrote: >> Naveen wrote: >>> to delete the perticuller item form cart . >>> >>> I got idea to delete the total cart information using sesiions >>> >>> I want to delete the perticuller item form order >>> >>> >>> >>> I want only the source of sites of predifiend function >> http://api.rubyonrails.com, particularly the section on >> ActiveRecord::Base. > > Very Much thankful to u! > > Please help me to learn the ruby and railsThe best advice I can give you: get the Agile Web Development with Rails (http://pragmaticprogrammer.com/titles/rails/index.html) and Programming Ruby (http://pragmaticprogrammer.com/titles/ruby/index.html) books. -- Alex
go to http://api.rubyonrails.org/ there you can find the required predefined methods On 4/19/06, Naveen <revurikarna@gmail.com> wrote:> > Hi to this Group! > > I am new to Ruby! > > I am facing problrm s to find the database functions. > > I want the source of sites for predifiend functions for handling the > database. > > I develpong the shoping cart application, In that i am facing problems > to delete the perticuller item form cart . > > I got idea to delete the total cart information using sesiions > > I want to delete the perticuller item form order > > > > I want only the source of sites of predifiend function > > > Thnaks and Regards, > -Naveen > > > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060419/7e0db432/attachment.html
Arunkumar Balu wrote:> go to > http://api.rubyonrails.org/ > there you can find the required predefined methodsHello Sir! Went i creating the applcication Every control is based on the Applcation Controller But u given Active record methods What is the difference Give me idea With Regards, Naveen -- Posted via http://www.ruby-forum.com/.
At the risk of sounding callused, I think you will need to either read some more web articles on Ruby on Rails or buy the book "Agile Web Development with Rails" and read it before attempting to write a serious application in Rails. If the list were to start answering questions this basic it would be fostering a "help vampire" population that asks questions here before attempting to figure out the answer on their own first. Naveen wrote:> Arunkumar Balu wrote: > >> go to >> http://api.rubyonrails.org/ >> there you can find the required predefined methods >> > > Hello Sir! > > Went i creating the applcication > Every control is based on the Applcation Controller > > But u given Active record methods > > What is the difference Give me idea > > > With Regards, > Naveen > >