Displaying 6 results from an estimated 6 matches for "revurikarna".
2006 Apr 20
1
Hmm, interesting guy on the RoR list
Hi all,
The guy who write some ''interesting'' questions from the email
revurikarna@gmail.com (besides that he wants the list members to solve
his problems) is highly schizophrenic imho.
3 days ago hi signed his mail ''Kamala''
2 days ago ''Naveen''
Today, ''Murali''.
If you are trying to trick the guys here, change also your emai...
2007 Nov 06
10
Test case for file import
Hi Friends,
I need to write the testcase for fileimport.
Pls give me any idea
--
Posted via http://www.ruby-forum.com/.
2006 Apr 19
6
Please help Me!
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
2006 Apr 17
0
Comboxes -Databsse
Hi to this group!
I am new to Ruby and arails.
How can I add the dqatabase values to combo box.
Thanks and Regadrs,
Kamala
--
Posted via http://www.ruby-forum.com/.
2006 Apr 20
1
Please Suggest me
Hi Friends,
I am creating the cart application in ROR.
I am facing the problems to add products to the cart and delete the
cart
How can i solve this problem.
Which methods can I use
Thanks and Regadrs
Murali.
--
Posted via http://www.ruby-forum.com/.
2006 Apr 19
6
undefined method `create_table'' for #<LoginController:0x5e60
I am geeting the foolowing error.
undefined method `create_table'' for #<LoginController:0x5e60110>
I wrote the crete action in application controller.
I am coping ther total worng please help me!
class ApplicationController < ActionController::Base
model :cart
model :line_item
before_filter :authorize
def create
# create_table() yields a TableDefinition instance