Displaying 5 results from an estimated 5 matches for "justinjohnson".
2006 Nov 06
4
Errno::EBADF (Bad file descriptor)
I posted this to the discussion forum on rubyforge.org, but it appears that
it would have been better to post here.
Does anyone have any advice on how to resolve the problem reported at
http://rubyforge.org/tracker/index.php?func=detail&aid=6284&group_id=1306&atid=5145?
Thanks,
Justin
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Feb 20
8
Downloading Files
I''m building a rails app that will create .xml documents for the users
of a particular intranet.
My question is two fold
1. The files are in /public/files/something.xml, etc...
How can I create a link_to in rails to access these files?
2. How I can I force the file to be downloaded (bring up a save dialog)
as opposed to displaying in the browser?
Thanks for hte help.
--
Posted
2006 Feb 22
0
[DEVELOPERS NEEDED] Podcasting Website
...lf, but am looking for a couple people that know rails inside and
out
It''s a non-paid deal, it would just be a bunch of us working together to
create an awesome community website.
If you want more details or are interested in joining the project, reply
to this or shoot me and email at justinjohnson@system7designs.com
Thanks guys.
--
Posted via http://www.ruby-forum.com/.
2006 May 02
0
Validation in File Upload
I have an app whose admin allows users to upload PDFs to populate a
"newsletter" section.
I''m having trouble getting validation to work properly.
I want to be sure that a name, description & file are specified in the
form.
The app seems to catch the error and won''t write a row to the DB but it
will create a file sized 0KB in the upload folder and it
2006 Mar 08
3
Run command via SSH session displaying results via AJAX
I am trying to create a web app that allows me to invoke a command on
another server via an SSH session. I am currently doing this as
follows:
1) User is presented with a form to enter server, command, username and
password.
2) User clicks "Run" and form is submitted to the "run_command" action.
3) The "run_command" action initiates an SSH session using net-ssh