Displaying 3 results from an estimated 3 matches for "mdchaney".
Did you mean:
chaney
2006 Mar 06
3
File uploads giving "page not found" on IE
...the extra three fields
removed, and needless to say, it seems to always work then.
Anybody seen this and have a potential workaround? Besides Mozilla?
I''ll post code if anyone thinks it''ll help. There''s very little
involved.
Thanks,
Michael
--
Michael Darrin Chaney
mdchaney@michaelchaney.com
http://www.michaelchaney.com/
2006 Feb 02
1
circular table refs in activerecord
...s WHERE (users.default_proc_id = 2) LIMIT 1
In this case, it should be:
SELECT * FROM users WHERE (users.id = 4) LIMIT 1
The "2" is the "id" from default_procs. What incantations do I need to
pull this off?
Any help is greatly appreciated.
Michael
--
Michael Darrin Chaney
mdchaney@michaelchaney.com
http://www.michaelchaney.com/
2006 May 23
11
adding layouts within layouts
Hi,
I want to be able to have several layouts within each other so that I don''t
have to keep repeating the layout code for one, in another. An example
would be having a layout for the title of your web page and then having an
embedded layout for the body portion in which the HTML for whatever view
gets displayed. Is this possible?
Thanks.
-------------- next part --------------
An