Displaying 6 results from an estimated 6 matches for "explainpmt".
2005 May 01
5
Example using Builder::XmlMarkup and .rxml files?
Greetings,
I''m a newby to both "R"s in RoR. I would like to use Builder::XmlMarkup
to generate my pages. If there is a working downloadable example
somewhere, that would probably be enough. Otherwise, here''s what
I want to do:
With the following controller:
class AccountsController < ApplicationController
layout ''accounts''
model :account
2005 Dec 22
5
.Net Developer wants to volunteer at RoR project
Hi,
having read "my job went to india" I decided to quit programming within
the Microsoft environment and start something different...
So, is there any RubyOnRails project that in exchange for "reviving" me
needs a loyal (code) contributor?
Thanks in advance
Michael
--
Posted via http://www.ruby-forum.com/.
2007 Mar 28
1
service::start problem on win32
...o start the service with the command:
mongrel_rails service::start -N myapp, I get an error
ERROR RUNNING ''service::start'': Plugin /service::start does not exist in
categor
y /commands
Has this functionality been removed from mongrel_service?
--
Jake Dempsey
www.watij.com
www.explainpmt.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20070328/53518e1d/attachment.html
2007 Mar 29
0
Apache Load Balancer Manager With Mongrel
...ost" and thats it....Can anyone help me with this?
2. How can I view the current load on the mongrel servers? Would this be
done via the Load Balance Manager that I can not seem to get running?
BTW...So far, I am loving mongrel over my current fcgi setup.
--
Jake Dempsey
www.watij.com
www.explainpmt.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20070328/947ffccb/attachment.html
2007 Mar 29
0
Resolved problem with Apache Load Balancer Manager
...cerMember http://127.0.0.1:3000
BalancerMember http://127.0.0.1:3001
BalancerMember http://127.0.0.1:3002
</Proxy>
<Location /balancer-manager>
SetHandler balancer-manager
Allow from localhost
</Location>
</virtualHost>
--
Jake Dempsey
www.watij.com
www.explainpmt.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20070328/ba71765d/attachment.html
2006 Feb 16
9
Mongrel 0.3.4 -- Win32 Gems/Better CGIWrapper
...el (people who have it already can do gem update)
== Changes
This release is mostly about getting a win32 gem out for people to try.
Hopefully it all works right, but let me know.
There is also a much improved and refined CGIWrapper for getting Rails to
work right, and this has been tested with eXPlainPMT as well as Typo.
Redirects work, forms, etc. What doesn''t work right yet is redirecting when
you''re behind a proxy, and probably anything related to file uploads.
That''ll come next release.
There''s also a few little bug fixes.
== Next Release
The 0.4 goal is...