Ask a Question related to Ruby, Design and Development.
-
John W. Long #1
302 Permanently Moved
What's the correct way to do this with mod_ruby?
Is this:
Apache::request.status = 301
Apache::request.headers_out['location'] = "http://my.org/test/"
The same as this:
require 'cgi'
cgi = CGI.new
cgi.header(
'status' => '301 Moved Permantently',
'location' => 'http://my.org/test/'
)
Thanks,
John Long
John W. Long Guest
-
How do I permanently save swatches???
Hi, our clients consistently use the same colors and instead of having to reference past jobs for those colors I would like to save swatches. The... -
How to permanently disabled self repair?
We have 20 Acrobat licenses installed on a mix of Macs, both PPC and Intel, desktops and laptops, running 10.4.6 to 10.4.8. Users are network... -
How can I permanently add javascript to a pdf file from VB.NET ?
Hello, I have Acrobat Professional 7 ,SDK 7 and Visual Studio 2003. I have pdf files and I want automatically add javascript to these files. How... -
Fixing Column Widths Permanently
I have a datagrid that I'm using to show a list of hierarchical data, much like a tree-view. I won't go into the detail, suffice to say that the... -
How to set LCID permanently in MX?
Working usually in vb/asp I'd like to force the script language header to include the LCID as per this as most of my work involves dates. ...



Reply With Quote

