search for: danperrett07087

Displaying 10 results from an estimated 10 matches for "danperrett07087".

2006 Feb 22
3
how to escape from AJAX URL
This may be a bit difficult to explain, but here goes. I''m developing a web site which has a nice AJAX part to it (thanks to rails). You just click on the link and it take you to the ajax part which is on a seperate page. -The user then selects directories or files from via a multiple menu. -When the user selects a directory (and hits the submit button) the menu is updated with the
2006 Jul 10
0
SCGI not Fast CGI
Has anyone installed SCGI on there rails application yet? I did last night and it seems so much quicker than before, I''m just wondering how it compares against fast_cgi, if anyone knows? One thing I did notice, it''s stopped picking up the index.html as the default web page, and unless I specify it it give''s a 404 Error, any ideas? Cheers. -- Posted via
2006 Jul 21
4
max upload file size
Can any one tell me if Rails has a max file size upload limit? and if so what is it and can I change it? Cheers. -- Posted via http://www.ruby-forum.com/.
2006 Jun 07
0
trouble installing fast cgi
I''m having trouble installing mod_fastcgi.so, that is I''m having trouble compiling it for a start. it seems every time i use the apxs command I get these errors; gcc: unrecognized option `-Xa'' gcc: unrecognized option `-Xa'' gcc: unrecognized option `-KPIC'' gcc: language ildoff not recognized gcc: mod_fastcgi.c: linker input file unused because linking
2006 May 15
0
a list of current databases
Is there a command in rails whic will allow me to list the number of databases and dump them into an array i.e. list_of_db = ActiveRecord:Base.list_db() that would be great! is there any thing like that? Cheers. Dan. -- Posted via http://www.ruby-forum.com/.
2006 Feb 05
2
SCGI
Hi please help, Id like to get SCGI working with rails. having gone through the instruction its seems straight forward enough, but for one slight snag. mod_scgi.so the one I downloaded seems to be for DOS. no problem, I just download the source and comile it for Solaris, oh oh for some reason it doesn''t compile. So I decided to search the web for a binarie version for Solaris 10
2006 Feb 14
1
Browse for a file, absolute path only
Hi, I would like my web application to browse for a file, using the common upload file browse button, but I don''t want it to upload the actual file itself I just want to send the absolute path text back to the web server. All my effort so far have resulted in the actual file been uploaded which takes time, and as I say I just want the text path been sent back to the server. Would
2006 Feb 17
0
directory selector
This may be in the wrong forum but here goes. I need a piece of code, html, javascript which allows me to select a directory path and not a file. Is there any rails helper out there for this? Thanks. -- Posted via http://www.ruby-forum.com/.
2006 Feb 23
2
ActiveRecords question
I need to turn off and on the autocommit in MySql is there a method in active records that allows me to do this? or is there a method which allows me to type in the pure mysql code "set autocommit=0" Thanks. -- Posted via http://www.ruby-forum.com/.
2006 Jan 30
2
fastcgi on solaris 10
Hi I''m trying to install fastcgi and I''ve downloaded the developers kit fromfastcgi.com I go through the instructions $ wget <a href="http://fastcgi.com/dist/fcgi-2.4.0.tar.gz">http://fastcgi.com/dist/fcgi-2.4.0.tar.gz</a> $ tar zxvf fcgi-2.4.0.tar.gz $ cd fcgi-2.4.0 $ ./configure $ makeMaking all in libfcgi but when it comes to making it it allways