Displaying 2 results from an estimated 2 matches for "doc_file".
Did you mean:
do_file
2002 Aug 14
0
automake 1.6 compatability patch
...is-tools/ogg123/Makefile.am,v
retrieving revision 1.26
diff -u -r1.26 Makefile.am
--- ogg123/Makefile.am 11 Jul 2002 02:45:37 -0000 1.26
+++ ogg123/Makefile.am 14 Aug 2002 17:12:18 -0000
@@ -2,8 +2,8 @@
AUTOMAKE_OPTIONS = foreign
-mans = ogg123.1
-docs = ogg123rc-example
+man_pages = ogg123.1
+doc_files = ogg123rc-example
ogg123sources = audio.c buffer.c callbacks.c \
cfgfile_options.c cmdline_options.c \
file_transport.c format.c http_transport.c \
@@ -16,12 +16,19 @@
if BUILD_OGG123
+mans=$(man_pages)
+docs=$(doc_files)
+else
+mans=
+docs=$(doc_files)
+en...
2012 Jul 07
18
Problem processing text file after uploading
...e, but by the time those files are
written no more changes can be sent to the data base (because all the
file handling is done in after_save)
Where or how do I sanely get the contents of those TXT files into the
database?
See model attached:
Attachments:
http://www.ruby-forum.com/attachment/7574/doc_file.rb
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this grou...