|
|
|
|
|
by thedanbob
2488 days ago
|
|
I did exactly this with a rails project once, called render_to_string on each page I was interested in and saved them as HTML files. The wget method is clever but I agree, working within the same system makes the most sense. |
|