search for: samour

Displaying 9 results from an estimated 9 matches for "samour".

Did you mean: amour
2006 Dec 27
3
ARSession Woes!
I''m having an issue with ARsessions... I have a rails app AND a merb app both under the same domain... I have redirects working for this to be seamless... however, the session started on merb is different than the session started in the rails app... like so.. http://pastie.caboo.se/private/r1ar42qiaekrqjdt6y Any ideas why? The only difference I see, but dunno where to change this, is
2007 Jan 19
5
Merb Init Script
I''m trying to emulate the mongrel_cluster_ctl but it takes a -c conf_file option... meaning I can run it from anywhere as long as I tell it where the conf file is. Merb doesn''t have that capability does it? (it has an additional/supplemental config like mup.conf etc) Do I have to be under the merb_app root /path/to/merb/app/ to be able to run merb? Let me know. Thanks,
2002 Aug 02
1
Winbind creates linux folders?
...does not create a directory /home/winnt/<PDC>/<USER> and all the files necessary under /home/winnt/<PDC>/<USER> which is the template I set in smb.conf. I am running Redhat 7.3 with the stock Samba installation 2.2.3a I think. Any help is greatly appreciated. Rogelio J. Samour (Roger) Computer Services Arkansas Tech University -------------- next part -------------- HTML attachment scrubbed and removed
2006 Nov 28
34
Uploading Large (100mb+) files
I have an Apache 2.2.3 (mod_proxy_balancer) frontend server that does not have mongrel installed. It does proxy requests to several other mongrel-only servers (each running 2 mongrel processes). Each mongrel node has the same rails code-base and it''s working perfectly. However, my question is when I add an upload file form... where is it going to physically put that file? I mean since
2002 Aug 14
1
Mounting WIN2K user space on RH 7.3 Box
...I can create a directory in the WIN2K comp called 'redhat' where all the info regarding linux will reside, i.e. KDE stuff, bash_profile, etc... I try to mount this as root but the other users don't have access to the share except for read.. Any ideas? Thanks in advanced. Rogelio J. Samour (Roger) Computer Services Arkansas Tech University -------------- next part -------------- HTML attachment scrubbed and removed
2006 Dec 18
1
Upload Progress (mup.js) typo
...39;t changing color. It was updating the percentage but wasn''t updating the width of the status bar style... I found that the mup.js was missing and appended "px" So here it is: my first ever Merb patch! http://pastie.caboo.se/28450 cheers, -rjs- (the_mug) Blog: http://www.rosamour.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/merb-devel/attachments/20061218/3dd904dd/attachment.html
2006 Mar 21
5
RoR and Growing Pains
...psX> ?? (I''ve tried something to this effect but I am too green in Lighty to know where I''m wrong) This is my sample vhost (Lighty) I simply repeat it for my other app: 142 $HTTP["host"] == "fxonrails" { 143 server.document-root = "/home/rsamour/test/public/" 144 accesslog.filename = "/home/rsamour/test/log/access.log" 145 server.indexfiles = ( "dispatch.fcgi", "index.html" ) 146 server.error-handler-404 = "/dispatch.fcgi" 147 148 # rails stuff 149 ###...
2007 May 14
7
Help a newb with 0.3.1
Hi, first off thanks Ezra for Merb - it''s certainly interesting and I''m keen to have a play. However, I''m having difficulties in getting started. I''ve followed the docs for setting up mrblog and everything seems to be installed correctly, and merb appears to start fine: $ merb you must install the markaby gem to use .mab templates you must install the
2006 Dec 26
0
[PATCH] Fastthread 0.5.3.1 with merb edge (124)
I checked out the latest merb ''trunk'' and after installing it as a gem... (fresh install) I got the dreaded "fastthread not loaded: fastthread must be required before thread" error when starting up an instance of merb. Even without dRB. So I patched the merb.rb file to include fastthread before anything else if it''s installed. Check it. Merry Christmas!