Displaying 2 results from an estimated 2 matches for "you8r".
Did you mean:
you'r
2006 Feb 24
1
(mostly) self documenting schema
I have to write/maintain a document describing schema being used in my
Rails application. I have about 7+ tables. I would like to use
ActiveRecord (or something similar) to dynamically generate the parts of
the document with column names, types, attributes, etc. Is there code
out there for this? If not do you think AR would support this?
Thanks,
-mat
--
Posted via
2006 Apr 04
4
Threads vs. Processes and Rails
Hey all,
I need to launce a rather lengthy process from a small Rails application.
It''s the sort of thing (sending out an email newsletter) that would need to
be launched from a browser window, but the browser doesn''t need to stick
around to see it through.
I played around with Thread.new, but I think, based on limited testing, that
the threads need to complete before the view