search for: railsmachine

Displaying 20 results from an estimated 165 matches for "railsmachine".

2006 Jul 05
7
multiple mongrel clusters
If this was in the docs, I''ve missed it. How can I have multiple mongrel clusters on a server? All the documentation that I am seeing seems to assume that I am only running one cluster.
2006 Jul 13
3
Mongrel Cluster 0.2.1 prerelease
...orce'' argument instead of ''soft''. - Added ''.conf'' as a valid file extension for mongrel_cluster_ctl. - Added check for missing script and directory to the init.d script. (Thanks, Neil Wilson) To install: gem install mongrel_cluster --source http:// railsmachine.rubyforge.org/releases/ I''m working on documentation the next few days so if you have any burning questions or confusion, please let me know. Thanks, Bradley Taylor ------ Rails Optimized Hosting ~ VPS and Dedicated Servers Simplified Deployment ~ Services and Software http://railsma...
2006 Mar 01
2
Rails Machine: Automated Rails application hosting
...provides VPS and dedicated servers preconfigured and optimized to run Lighttpd and Ruby on Rails. Application configuration and deployment is done through SwitchTower using our custom extension available as a Ruby gem. Watch the screencast of deploying a Rails application in 5 minutes! http://railsmachine.com We will be launching in April. After the launch, we plan on open sourcing our gem and a server recipe to use with it. Thanks, Bradley Taylor ----- Rails Machine Simplified web application deployment http://railsmachine.com -- Posted via http://www.ruby-forum.com/.
2006 Apr 24
4
mongrel_cluster 0.1: easy mongrel clustering
...ed Ruby on Rails application deployment and is an extraction from my work on Rails Machine. Stay tuned for Capistrano tasks, rc scripts, and other good stuff. Give it a try and let me know how it works. Thanks, Bradley Taylor ------ Rails Machine Simplified web application deployment http://railsmachine.com Questions on Ruby on Rails deployment? Stop by: http://railsmachine.campfirenow.com/ff0c6
2006 Jul 16
3
Bug in mongrel_cluster
Anybody know where to submit a bug for mongrel_cluster. Thanks _________________________________________________________________ On the road to retirement? Check out MSN Life Events for advice on how to get there! http://lifeevents.msn.com/category.aspx?cid=Retirement
2006 Jun 30
0
Fwd: Mongrel-users Digest, Vol 5, Issue 22
...vote influence you. I want the truly best mascot. On Fri, 2006-06-30 at 02:26 -0400, Zed Shaw wrote: > Pick the dog you think best represents a lovable but defective pooch and > reply to this with your +1. > -- Zed A. Shaw http://www.zedshaw.com/ http://mongrel.rubyforge.org/ http://www.railsmachine.com/ -- Need Mongrel support? ------------------------------ Message: 2 Date: Fri, 30 Jun 2006 12:46:37 +0530 From: Pratik <pratiknaik at gmail.com> Subject: Re: [Mongrel] [Rails] Time To Pick the Mongrel BUGS Mascot! To: rails at lists.rubyonrails.org Cc: ruby-talk ML <ruby-talk at ru...
2006 Jun 30
50
Time To Pick the Mongrel BUGS Mascot!
...ascot. He''ll go on our bug list page and replace the little beetles on the left. Pick the dog you think best represents a lovable but defective pooch and reply to this with your +1. Let the voting begin! -- Zed A. Shaw http://www.zedshaw.com/ http://mongrel.rubyforge.org/ http://www.railsmachine.com/ -- Need Mongrel support?
2006 Mar 15
2
Capistrano/Switchtower screencast
Just a quickie, Hope I''m not going crazy here but I''m sure I''ve seen a screencast for capistrano recently... maybe posted on a blog somewhere. Can anyone remember where it is? Thanks -henry
2006 May 04
4
problem setting up mongrel_cluster 0.1.1
I posted this to the rails list before by mistake, and only later realized that there is a specific mongrel list. Uff, I got lost. I had mongrel_cluster 0.1working fine, even with capistrano (my own hack). Then came mongrel_cluster 0.1.1 and I tried to set it up, but somehow I messed up things and nothing worked anymore. So here is what I did: on production machine: (debian linux, rails 1.1)
2006 Aug 16
8
Mongrel 0.3.13.4 Pre-Release -- QUERY_STRING Fixed
...SR1 to toggle it off. The downside is I''m not sure of the security implications of this change, but there''s only a performance hit if the client is bad so it''s not that bad to leave it on. -- Zed A. Shaw http://www.zedshaw.com/ http://mongrel.rubyforge.org/ http://www.railsmachine.com/ -- Need Mongrel support?
2007 Jul 11
1
mongrel_cluster 1.0.2
...he new stuff is described here: http://rubyforge.org/frs/shownotes.php?release_id=12907 Let me know if there are any issues. Unless there are major objections, I''m considering giving the Capistrano support its own gem. This should occur around the release of Cap2. Bradley Taylor http://railsmachine.com
2006 Jun 21
0
[ADV] Rails Machine Simplifies Application Deployment
...virtualization, performance evaluations, server management and monitoring... these are just some of the services our team excels at. We''ve even hired Zed Shaw to run our commercial support offering for people running Rails under Mongrel. Make sure your project succeeds and thrives! Visit RailsMachine.com for more information. You can access information, documentation, and our Rails Deployment Campfire. We hope you visit soon! And thanks, from the entire Rails Machine team! http://railsmachine.com Sincerely, Bradley Taylor PS. Look for us at RailsConf on Thursday! ------ Rails Machine Simpl...
2006 Aug 18
3
New automated Capistrano setup for Apache2.1+ and mongrel_cluster
Hi mongrel users! I just posted a bad-ass capistrano file that automates *everything* for setting up an apache2+mod_proxy_balancer and mongrel+mongrel_cluster -- including apache2 setups. It''s based off Coda Hale''s guide and all Bradley''s work at fluxura and RailsMachine (thanks Coda and Bradley!). It''s, well, bad-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 Host...
2006 Aug 14
2
Mongrel Cluster 0.2.1- Last Call
...w Bennett) - Added support for --prefix including Capistrano tasks (Nat Brown) Thanks for the contributions from Andrew Bennett, Nat Brown, and Neil Wilson. To install: sudo gem install mongrel --source=http://mongrel.rubyforge.org/releases/ sudo gem install mongrel_cluster --source http:// railsmachine.rubyforge.org/releases/ Please submit bugs, patches, and requests to the RubyForge tracker: http://rubyforge.org/tracker/?group_id=1336 Let me know how it goes. Thanks, Bradley Taylor ------ Rails Optimized Hosting ~ VPS and Dedicated Servers Simplified Deployment ~ Services and Software http...
2006 Jun 29
2
Mongrel 0.3.13.3 Needs Debuggers
...uot;TELL ZED" messages printed out. OTHER CHANGES Otherwise, the only change was Mongrel will now print out the "access log" when you run it in the console. Let me know if people like or hate this. -- Zed A. Shaw http://www.zedshaw.com/ http://mongrel.rubyforge.org/ http://www.railsmachine.com/ -- Need Mongrel support?
2006 Aug 01
11
strange bugs while using mongrel, while running in development (and also sometimes in production mode)
Following errors are taken from monrgrel running in development mode. It complained routes.rb, no such file or directory and then sometimes i get application.rb, no such file or directory.Doesn''t seem correct to me. Though not so often, but even production servers throw these errors sometimes, and i have no special routes setup or something.Its pretty much default one, except few changes
2007 Mar 20
31
Another mongrel_cluster prerelease 1.0.1.1
...uster::status, I''d appreciate it. Install with: gem install mongrel_cluster --source http://mongrel.rubyforge.org/releases/ Note: This is only an update to mongrel_cluster and not Mongrel or other gems. Details about what''s new (if you missed the first prerelease): http://blog.railsmachine.com/2007/2/26/mongrel_cluster-prerelease-1-0-1-1 Thanks, Bradley Taylor http://railsmachine.com
2006 Jul 17
6
Rails+Mongrel+Lighthttpd: Ruby-Sendfile Problem
Hello, I have a working mongrel cluster and want to use Lighty as the frontend webserver. I want ligthttpd to deliver the static content. So I did gem install sendfile --remote Everything installed. But if I run the tests like gem check sendfile --test --debug i get the following error message: Exception `Errno::ENOSYS'' at ./test/test_sendfile.rb:75 - Function not implemented -
2006 Jul 13
2
cluster vs. rails spawner
It appears the spawner in Rails 1.2 will do Mongrel clustering. I''m curious what this means for mongrel_cluster. They appear to overlap in features quite a bit. I don''t think the spawner uses a config, so that''s one difference. Will they be different enough? I only ask because mongrel_cluster could, theoretically, be made extinct if the spawner script has all the same
2006 May 01
3
mongrel_cluster-0.1.1: the bird dog (capistrano support!)
...sed with the standard Capistrano deploy task. spinner: Calls start_mongrel_cluster to allow Mongrel to be used with the standard Capistrano cold_deploy task. Good luck and let me know how it works for ya! Thanks, Bradley Taylor ------ Rails Machine Simplified web application deployment http://railsmachine.com