search for: ramaz

Displaying 14 results from an estimated 14 matches for "ramaz".

Did you mean: ramas
2009 Nov 04
7
About Unicorn Rack handler
Hi, A couple days ago, I was trying to run Unicorn for Ramaze, and found that `Unicorn.run'' didn''t share the same interface with other Rack handlers, i.e. `options[:Host]'' and `options[:Port]'' Because of this, I can''t just use: Rack::Handler.register(''unicorn'', ''Unicorn'') A...
2009 Oct 31
0
Ramaze app for Dynamic URL Music Generation
Started a new github on Ramaze app for Dynamic URL Music Generation and have laid the framework and foundation down feel free to fork or contribute to this project.. http://github.com/Gabrielg1976/Dynamic-URL-Music-Generator Gabriel G
2009 Jun 01
2
Webgeb 0.5.x possible in Windows XP?
Hi Colin, I think fcgi is only required for testing. I do without it and directly open the output files in my browser. Maybe try saying no to ramaze or whatever depends on fcgi? On Mon, Jun 1, 2009 at 18:02, Colin MacNaughton <colin.macnaughton at gmail.com> wrote: > I''m trying to install the latest webgen on Windows XP but am met with: > > [C:/Programs] gem install webgen > Need to update 27 gems from http://gems.r...
2008 Jan 03
23
deployment survey
Hello Mongrels, Building on the last messages about Fastthread, can we get a detailed survey of the different ways people are deploying their applications? It will help with near-future Mongrel development. Please include the following things: * Framework, if any (Camping, Merb, Rails, Nitro, Ramaze, IOWA, Rack...) * Mongrel version * Mongrel handlers used (rails, dirhandler, camping, cgiwrapper...) * How many mongrel routes and handlers per route registered (if you don''t know, it''s probably <= 2) * Any Mongrel plugins used (mongrel_upload_progress, mongrel_gzip, mongrel_...
2008 Mar 11
2
Mongrel 1.1.4, possible bug http_response
Hi, I found this while digging inside mongrel to provide IO streaming for mongrel (and thus for Rack and Ramaze): * In socket_error a local variable done is set, which has no effect. * done=() always sets to true, where it (for completeness sake) should honor the passed value. --- a/http_response.rb 2008-03-11 16:59:24.000000000 +0100 +++ b/http_response.rb 2008-03-11 17:02:20.000000000 +0100 @@ -129,...
2008 Jun 14
0
Thoughts on webgen 0.5.0
...resources could be shipped alongside plugins, plugins could be packaged and automatically downloaded/installed... but with the addition of new plugins the complexity grew and the core classes did some things that were more like ruby magic than ruby standard. At the same time I started to play with ramaze and looked at its source code and was awed by how neatly everything was layed out and worked - without much use of ruby tricks and magic but by cleverly using standard ruby methods. I have to say that the source layout of ramaze inspired much of the current webgen 0.5.0 source layout. So I starte...
2008 Nov 28
2
Webgen as a backend for a end-user friendly CMS?
Hi all, I just had the idea of using webgen as a backend for an end-user friendly CMS. Such an end-user would for example be someone who has no programming or computer skills that go beyond using M$ Word. After logging into a friendly, graphic-based admin area of the website (e.g. PHP or Ruby-based), he/she can easily create, change, delete menu nodes, text content, and do a lot of other
2009 Jan 29
2
HOWTO install webgen 0.5.6 on Debian GNU/Linux etch
Hi all, Cristian our sys-admin wrote a short HOWTO for Webgen 0.5.6 on Debian Etch, see https://wiki.fsfe.org/FellowshipHacks/Webgen. I thought it might be of interest for others as well. If you know a better way, please let us know. Best wishes, Matthias -- Deputy German Coordinator, Fellowship Coordinator Free Software Foundation Europe (FSFE) [] (http://fsfeurope.org) Join the
2009 May 01
0
Lone Star Ruby Conference 2009 Talk Submission Deadline
...with 10-minutes of Q&A.) Here are a few topics to give you some ideas: - Design and coding techniques - Testing tools and techniques - Developer productivity tips and tools - Patterns and best practices for developing Ruby code - MRI, Rubinius, JRuby, YARV - Rails, Rail3, Merb, Sinatra, Ramaze, Waves, etc - Ruby in the Enterprise - Ruby in Small Business - Ruby internals, meta programming - Data filtering, reporting, parsing You name it. If it is Ruby related, we want to hear from you. Please submit your proposal at: http://spreadsheets.google.com/viewform?formkey=cFFLMDFLajgwY...
2010 Feb 26
0
ruby script/cucumber -tags producing a gem error
...`activate'' F:/BACKUP/Backup/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:295:in `each'' F:/BACKUP/Backup/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:295:in `activate'' F:/BACKUP/Backup/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:68:in `gem'' ./vendor/gems/cucumber-0.5.1/examples/ramaze/features/support/env.rb:4 F:/BACKUP/Backup/ruby/lib/ruby/site_ruby/1.8/rubygems/ custom_require.rb:31:in `gem_original_require'' F:/BACKUP/Backup/ruby/lib/ruby/site_ruby/1.8/rubygems/ custom_require.rb:31:in `polyglot_original_require'' F:/BACKUP/Backup/ruby/lib/ruby/gems/1.8/gems/...
2006 Apr 28
35
what''s your rails wishlist?
I''ve been working with rails for a while now. Rails is the second web framework I''ve tried. It blows the doors off catalyst (perl''s best framework). I even just wrote my first plugin (broomstick). Ruby''s ability to meta-program blew me away with it''s ease of use. I''ve been so impressed with the helpers that rails uses to make a lot of
2007 Sep 07
35
multi threaded theoretically useful?
So here''s a random question: if a (Ruby) multi-threaded rails server could exist (bug free), would it be faster than using a mongrel cluster? (I.e. 10 mongrel processes versus 10 Ruby threads). I''m not sure if it would. RAM it might save, though. Any thoughts? -Roger -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 May 21
13
swifty fly?
I heard about a new mongrel plugin or version that''s single threaded and uses non-blocking IO with events. It''s called something like "swifty fly". Anyone have a link for it? Thanks.
2007 Dec 11
54
1.9
Hey so, People are asking about Mongrel Ruby 1.9 compatibility. Isn''t the point of 1.9 for library developers to have time to get ready for 2.0? It''s not like 1.9 is a production release. Evan -- Evan Weaver Cloudburst, LLC