Displaying 2 results from an estimated 2 matches for "lemurific".
2006 Apr 14
2
Which Ruby is my Rails using?
I just noticed something.
I''m running OS X and I''ve installed/updated Ruby to 1.8.4 using the
HiveLogic instructions.
In generating a new app, I noticed that the dispatch.cgi,
dispatch.fcgi and dispatch.rb all start with:
#!/usr/bin/ruby
and not
#!/usr/bin/env ruby
The script/server file does use ''env''.
Now, how will this impact how Rails is run? Will it
2006 May 25
21
Converting HTML into an Image
I have this challenge of converting a bit of html into an image file
and then shrinking it into a thumbnail. The shrinking part shouldn''t
be too bad, but what advice can you give on converting the html to the
image? My thinking is that I will need to convert it to postscript or
latex and then convert it to an image from there. Is there an easier
/ better approach?
Michael