search for: eifion

Displaying 7 results from an estimated 7 matches for "eifion".

Did you mean: edition
2006 Jan 30
5
Multiple ajax calls
...ems. FireFox on the other hand seems to wait and make the calls sequentially which can take some time, but at least works. I was wondering if anyone else here had noticed anything similar and, if so, if you''d come up with anyway of stopping IE trying to make too many calls at once. Eifion
2006 Apr 28
4
.times not behaving as I''d expect
...ug was raised by one of our testers. After investigation it turns out that something done 0 times will actually fire once. So, for example, if I had (0).times( function(i) { alert(i); } ); it''d fire once rather than not at all. Is this a bug in prototype or the expected behaviour? Eifion
2006 Jun 19
2
Partials from a master layout?
Hi I am using a ''master'' layout in my project by putting "layout ''main''" in my application controller so that the same layout is applied to every controller and I would like to use partials in the layout file (obeying DRY, of course!) but if I render a partial in the layout then whenever the layout is rendered by a controller the layout looks for
2009 Feb 11
1
Ruby on Rails: Talk | Google Groups
This is more an architectural question.... I am looking to create a domain that sells widgets (as an example) widgets.com Now I have three sales reps, that each sell different kinds of widgets, and do not need to know about each other. larry.widget.com moe.widget.com curley.widget.com I don''t want to repeat myself (of course!) with the shopping cart logic or the transactional
2006 Jul 10
1
Migration and foreign keys
Hi, I''m using the ''rake db_schema_dump'' command to clone the structure of the developement database into the test database. Unfortunatelly, the schema.rb file doesn''t contain any information about the foreign keys of the tables. For this reason all the test that concern about the relations are not working has suposed. Is this a limitation of Rails or am I
2005 Aug 22
2
Dragging out of an ''overflow: auto'' container
Hey all, Is there a solution for dragging an item out of a scrollable container? It seems to just scroll the container for me. Sorry if this is in the FAQ, the site''s been unreachable for me since last night. Thanks -Scott
2005 Dec 29
2
options_for_select order
I''m trying to create a Select box using the following code: <%= select ''project'', ''status'', { "Active" => "Active", "MD" => "MD",  "HOLD" => "HOLD", "Dead" => "Dead"   }  %> You''d think the select box would keep them in