Displaying 4 results from an estimated 4 matches for "darthik".
Did you mean:
karthik
2007 Feb 21
3
Mongrel_Cluster PID File Creation Error.
Hello,
Thank you for your development of Mongrel, great job. :)
I am using mongrel_cluster, but I have a problem where my rails
application name includes a "." such as mydomain.com, which causes an
error when generating the PID file for mongrel.
I have attached below a diff of the current working copy in the trunk
and the changes I made to overcome this problem. I kept your
2006 Jan 02
2
Rails db model validation with separate web forms, help.
Hello,
I have a DB model that has many columns and I would like to separate the
input from the user into web forms on many pages to not overburden the
user with entering a lot of info on one page.
However, I can''t figure out how to handle the validation of the user''s
input... I would like to validate each piece of data on each form page
before the user is allowed to move
2006 Jul 18
1
Fixtures Max Size? SystemStackError: stack level too deep
Hello,
I have a table of zipcodes that I am using in my application, so there
are approximately 50,000 rows in this table. I have dumped the table to
a fixture yaml file to represent this data, but when I try to load it, I
get this error: SystemStackError: stack level too deep
Is there a max size allowed for a fixture file..?
Here is the --trace output:
rake db:fixtures:load --trace
**
2006 Jun 12
3
Multiple Form Fields with Same Model?
Hello,
I''m trying to create a form that will allow a user to submit a list of
phone numbers, but the list is dynamically created. Thus allowing my form
to submit an unknown number of phone numbers.
Here is some of the code I have been trying:
<%= collection_select( "phone[]", "phone_type_id",
PhoneType.find(:all, :order => "position"),