Displaying 4 results from an estimated 4 matches for "tibrewal".
Did you mean:
stibrewal
2006 Jul 31
4
mail list question
Folks,
Is the only way to reply to a posting and maintain the mail thread by
subscribing to the mailing list and then replying to the received email or
is there another way from within the list archive itself? I don''t see a
reply option to the emails in the thread.
Sorry if I am missing something obvious.
Thanks,
ST
-------------- next part --------------
An HTML attachment was
2006 Jun 28
3
couple newbie questions
Hello Folks,
I am starting out with RoR and just browsed through Dave''s book ? couldn''t
stop reading. I started building a prototype to get better hands on
experience and I have run into two simple issues that I am hoping will be a
quick answer for some of you experts out there.
*Issue 1:*
>From within a "companies" controller and list_companies.rhtml view
2006 Jul 08
2
Creating/Saving dependent objects
Folks,
Am new to RoR and am building an example to get myself familiar. I am
running into a simple issue while creating a user registration page.
I have a User and Address models defined as below (partial/relevant code
included below). User has_one address and Address belongs_to user. I have a
foreign key defined in address table that refers to user(id)
In a form I take in username, password,
2006 Jul 29
0
displaying select value and debugging RoR application
Folks,
I am running into the following problem.
I have a company model that has_many addresses and address belongs_to
company (it also belongs to a User model but I assume that is irrelevant to
this issue). I am in the list_companies view of the company_controller. When
the user selects a company from the drop down I dynamically update the
cities dropdown for the cities that the selected company