search for: slingshothosting

Displaying 20 results from an estimated 62 matches for "slingshothosting".

2006 Aug 18
3
New automated Capistrano setup for Apache2.1+ and mongrel_cluster
...d-ass, if I must say so myself. My favorite part: (0..mongrel_servers-1).each { |server| apache2_rails_conf += " BalancerMember http://127.0.0.1:#{mongrel_start_port + server}\n" } It''s on our newest Slingshot Hosting image, but you can download it here: http://www.slingshothosting.com/files/apache2_2_mongrel_deploy.rb Deployment just got a whole lot easier. And, is about to get even easier: http://cleanair.highgroove.com/articles/2006/08/18/heartbeat-sneak-preview -- Charles Brian Quinn self-promotion: www.seebq.com highgroove studios: www.highgroove.com slingshot hosti...
2007 Jan 25
6
NOT FOUND error
I''ve been hunting the web and reading the mailing lists all day but I''m not finding any guidance on this problem. When I try to talk to my mongrel it simply responds with NOT FOUND and nothing else. I can''t find anything on google because this has to be the second most commond phrase in existence. Any help or guidance would be greatly appreciated. Sincerely, Chuck Vose
2007 Sep 18
1
Mongrel Upload Progress progress method returns Content-Length: 0
...d of incompatiability with Zlib or something. The ruby on the non-working Xserve is compiled from source using the newest readline. Any idea where to start debugging? -- Charles Brian Quinn self-promotion: www.seebq.com highgroove studios: www.highgroove.com slingshot rails business hosting: www.slingshothosting.com main: 404.394.4935 fax: 678.826.0969 Ruby on Rails Bootcamp at the Big Nerd Ranch Intensive Ruby on Rails Training: http://www.bignerdranch.com/classes/ruby.shtml
2006 Sep 07
9
Mass virtual hosting with mongrel
Ok, a refinement of the question I asked yesterday (If there were any replies from yesterday I don''t have access to them here .. sorry if I''m duplicating anybody''s words here). How can one host multiple domains with mongrel? Assuming you are mass vhosting and you also want the performance benefits of using mongrel ... As far as I can tell, one could set up a
2007 Feb 09
6
mongrel_cluster clarification
Apologizes in advance if this sounds rather dense, but I want to make sure I''m understanding everything correctly. We''re in the process of migrating from Apache2.0/FastCGI to Apache2.0+mongrel (why not 2.2? that story is too long and too uninteresting to recount here, but I will tell you that it involves RHEL and only using RHN rpms). The init script that comes with mongrel
2006 Oct 03
3
Capistrano and Uploaded Documents
I have an application I''m working on which allows me to upload files. The files are stored somewhere in the public directory so that they can be accessed directly. When I deploy an update with Capistrano, I ''lose'' the files because of the current symlink points to the new checked out version. Before I start working on a solution, has anyone else already solved this
2006 Aug 21
3
strange problem with system call
Hi, I am using backgroundrb to create a automated system of typo blogs.So, users can create new typo applications using web interface and all that jazz. Now..its working perfectly except one minor glitch. Since latest version of typo has a command called "typo", i simply use that command to install new typo app.And it works. def do_work(args) DIR =
2006 Aug 01
2
actionmailer cant find template in backgroundrb
Im trying to send mails from a backgroundrb worker and it seems like ActionView cant find my template. same code works as a rake task. here my worker: class StatusMailWorker < BackgrounDRb::Rails repeat 1.minutes # <-- hehe! def do_work(args) [...blah...] NotificationMailer.create_daily_report(users, rep, items) end end end its throwing the following error: No
2006 Dec 21
10
versioning of win32 versus ruby gems
...is and trying to automatically pipe or echo 1 into the installation are failing. Anyone know how to do this automatically, or could we somehow add a number or letter to the version? -- Charles Brian Quinn self-promotion: www.seebq.com highgroove studios: www.highgroove.com slingshot hosting: www.slingshothosting.com
2006 Aug 10
7
Mongrel and SSL?
I have a small intranet app with only 20 or so users. I''m currently using lighttpd w/ssl for production and mongrel for dev. I don''t think Mongrel supports ssl, but what is the easiest front-end to put in front of it? Pound? Thanks Greg -- Greg Freemyer The Norcross Group Forensics for the 21st Century
2006 Jun 14
3
Which Payment Gateway?
I am working on an application where users sign up for one of several plans. Each plan has a different monthly fee. There is no long term contract but I would like to bill the users automatically each month unless service is canceled. What credit card gateways would you recommend for use with a rails application? My criteria in order of importance are 1. API that will let me work in
2007 Jan 26
4
mongrel_cluster 0.2.2 prerelease
Hey y''all: I''ve added some new stuff to mongrel_cluster. Give it try and let me know if it works for you. * Added ''--clean'' to cluster::start to force removal of the pidfile before trying to start the cluster member. This is useful for recovering from unexpected process death. * Added ''--only PORT'' to cluster::* to support running a
2006 Oct 03
4
Apache Re-Write and Directories
Howdy, I am using the ''default'' Apache 2.2 mod_rewrite rules suggested from the Web site and they are working. One thing related to static (non cluster directed) resources: If I have a directory in public called ''static'', if I request it as follows: http://www.domain.com/static/ - then it works If I request it as: http://www.domain.com/static - then it
2006 Aug 16
4
Deploying only what you need with Capistrano?
The recent Rails security issue highlighted a concern I''ve had about Rails deploys; namely, you shouldn''t deploy anything to production that you don''t need there. Rails apps have a number of scripts--potential security holes or DOS targets in this case--along with all the other application code you need. There''s no reason you should have script/server, console,
2006 Nov 04
0
#expire_fragment in models...any clean solutions?
...fragments...however, there''s a lack of solid code snippets for this method. Any other ideas? Cheers, Derek -- Derek Haynes Highgroove Studios - http://www.highgroove.com San Mateo, CA | Atlanta, GA Keeping it Simple. 650.276.0908 Slingshot - Ruby on Rails Business Hosting http://www.slingshothosting.com
2007 Apr 06
0
Background Processing Chapter in upcoming book
...k, and wanted to see if I could run it past the group. Any input is appreciated. See attached (word doc, owch)! p.s. thanks Ezra skaar, and File.read(CONTRIBUTORS).collect Cheers, -- Charles Brian Quinn self-promotion: www.seebq.com highgroove studios: www.highgroove.com slingshot hosting: www.slingshothosting.com main: 678.389.9462 fax: 678.826.0969 Ruby on Rails Bootcamp at the Big Nerd Ranch Intensive Ruby on Rails Training: http://www.bignerdranch.com/classes/ruby.shtml -------------- next part -------------- A non-text attachment was scrubbed... Name: Background Processes v3.doc Type: application/...
2007 May 29
0
index#term_docs returns no docs / term_docs_for does
...acts_as_ferret and I''m on version 0.10.13 of the gem on OSX. Thanks in advance for any assistance, Derek -- Derek Haynes Highgroove Studios - http://www.highgroove.com San Francisco, CA | Atlanta, GA Keeping it Simple. 404.593.4879 Slingshot - Ruby on Rails Business Hosting http://www.slingshothosting.com
2006 Nov 13
1
rails+apache2+mongrel_cluster
hey all, I managed to configure a mongrel+apache2 but now I would like to do a mongrel_cluster. For now I have a sites-available/myapp but when it comes to mongrel_cluster I need to set up myapp.common, myapp.proxy_cluster.conf and myapp.proxy_frontend.conf and I couldn''t find a tutorial that explain where should those file go. is it in conf.d or sites-available/ or else? thanx in
2006 Oct 23
1
Updated Apache Best Practices Doc fixes
...instructions from Jon Reads. Patch attached. Enjoy, and thanks everyone who contributed, please e-mail me if you''re missing, or have contributions/success stories. cheers, -- Charles Brian Quinn self-promotion: www.seebq.com highgroove studios: www.highgroove.com slingshot hosting: www.slingshothosting.com -------------- next part -------------- A non-text attachment was scrubbed... Name: updated_apache_page.diff Type: application/octet-stream Size: 7505 bytes Desc: not available Url : http://rubyforge.org/pipermail/mongrel-users/attachments/20061023/02d13dec/attachment.obj
2006 Sep 25
0
[PATCH] documentation additions for Apache
...ot some clever apache rules / tools / configs -- let me know, or feel free to pull it down and patch yourself. And also let me know if I''ve missed any attributions! cheers, -- Charles Brian Quinn self-promotion: www.seebq.com highgroove studios: www.highgroove.com slingshot hosting: www.slingshothosting.com -------------- next part -------------- A non-text attachment was scrubbed... Name: apache.page.diff Type: application/octet-stream Size: 6800 bytes Desc: not available Url : http://rubyforge.org/pipermail/mongrel-users/attachments/20060924/4573f930/attachment.obj