Displaying 2 results from an estimated 2 matches for "fragmentary".
Did you mean:
fragmenta
2006 Mar 20
11
has_many brings back ''uninitialized constant''
hello. first things first - I am new to ruby on rails (ruby, too), so
I''m figuring this is just a basic newbie error.
I''m creating a basic photography website. And I have two tables with a
relationship:
photos:
- id (set up as PK)
- title
- shutter
- aperture
- date
- the_order
...etc
photo_comments:
- id (set up as a PK)
- photos_id (set up as a FK)
- author
- date
-
2009 May 01
1
Including external files
I quite often find myself making documents that pull together other
fragmentary documents. Does anyone have suggestions for an include or
embed syntax? I.e. a way of saying "pull in the contents of document X
here". Has this been implemented before?
Such a syntax might be:
(embed: snippet.txt)
or
[include](snippet.txt)
Your thoughts?
Best regards,
- Daniel