Ramaze is a simple, light and modular open-source web application framework written in Ruby.
require 'ramaze' class MainController < Ramaze::Controller def index 'Hello, World!' end end Ramaze.start

Learn More

Get Started

Get Involved

===== News ===== * The Ramaze source repository has been [[http://github.com/manveru/ramaze/tree/master|moved to GitHub]] // on May 8 2008// * Ramaze now [[http://darcs.ramaze.net/?r=ramaze;a=commit;h=20080503141144-cbc08-3938580de207fc33d4205a48a9fca50ac1ac88db.gz|runs on Rubinius]] //on May 3 2008// * [[http://dambalah.com/|Luc Castera]] gave a [[http://dambalah.com/2008/05/03/becamp-slides-ramaze/|presentation on Ramaze]] at [[http://barcamp.org/beCamp2008|Charlottesville beCamp]] //on May 2 2008// * [[http://wonko.com|Ryan Grove]] agreed, [[http://wonko.com/post/ramaze-is-beautiful|Ramaze is beautiful]] //on April 29 2008// * Avdi Grimm featured Ramaze in [[http://avdi.org/devblog/2008/04/27/on-beauty-in-code/|On Beauty in Code]] //on April 28 2008// * Ramaze mentioned in Juixe's [[http://www.juixe.com/techknow/index.php/2008/04/14/ruby-web-frameworks/|Ruby Web Frameworks]] article //on April 14 2008// * Michael [[http://jaoo.dk/ruby-oslo-2008/file?path=/jaoo-ruby-oslo-2008/slides/ramaze.pdf|presented Ramaze]] at Ruby Fools 2008 //on April 3 2008// * Jeremy Evans [[http://groups.google.com/group/ramaze/browse_frm/thread/8a9da03f5ed4375f/8f68f7cb866021fa?lnk=gst&q=scaffolding#8f68f7cb866021fa|announced]] [[http://scaffolding-extensions.jeremyevans.net/|Scaffolding Extensions]] with support for Ramaze and Sequel //on Feb 11 2008// * Ramaze [[http://www.sapphiresteel.com/Ramaze-In-Ruby-In-Steel|tutorial for Ruby in Steel]] //on Feb 8 2008// * Ramaze mentioned in [[http://www.avnetlabs.com/web/whats-with-all-the-ruby-frameworks|What’s with all the ruby frameworks?]] //on Feb 6 2008// * [[http://wonko.com/|Ryan Grove]] announced [[http://thothblog.org/|Thoth]], a Ramaze powered blog //on Feb 2 2008// * [[http://groups.google.com/group/ramaze/browse_thread/thread/193a4374b46cbe30|0.3.5]] released //on Jan 27 2008// * Ramaze mentioned in [[http://rbazinet.wordpress.com/2008/01/14/10-alternative-ruby-web-frameworks|10 Alternative Ruby Web Frameworks]] //on Jan 14 2008// * [[http://groups.google.com/group/ramaze/browse_thread/thread/1e41fbdfe60c9f0e|0.3.0 released]] with support for Ruby 1.9.0 and switch to Bacon //on Jan 10 2008// * Ramaze [[http://antoniocangiano.com/2008/01/08/ramaze-a-ruby-framework-that-will-amaze/|featured on Zen and the Art of Ruby Programming]] //on Jan 8 2008// * Ramaze mentioned on [[http://www.smashingmagazine.com/2008/01/04/frameworks-round-up-when-to-use-how-to-choose/|Frameworks Round-Up: When to Use, How to Choose?]] //on Jan 1 2008// * Ramaze [[benchmarks-1.9|runs on ruby 1.9]]! //on Jan 1 2008// * 0.2.1 released with various bug-fixes //on Nov 29 2007// * [[http://www.gemtacular.com/gems/ramaze|Ramaze on Gemtacular]] //on Nov 28 2007// * Ramaze [[http://www.rubyinside.com/ramaze-another-light-ruby-web-framework-but-with-mvc-658.html|featured on RubyInside]] //on Nov 22 2007// * darcs repo moved to http://darcs.ramaze.net/ramaze //on Nov 21 2007// * [[http://groups.google.com/group/ruby-talk-google/browse_thread/thread/945c2595c0a30c71|0.2.0 released]] //on Nov 20 2007// * Ramaze mentioned in [[http://www.infoq.com/news/2007/11/forgotten-ruby-web-frameworks|The Forgotten Ruby Web Frameworks]] //on Nov 6 2007// * Happy Birthday Ramaze! Ramaze turned 1 year old //on Oct 13 2007// * [[http://groups.google.com/group/ruby-talk-google/browse_frm/thread/ec2c7371412574ee/ec73f6508a4d0200|0.1.4 released]] //on Sep 6 2007// * [[http://groups.google.com/group/ruby-talk-google/browse_frm/thread/5ea77819b3ee33db/f3e38db076c0a35d|0.1.3 released]] //on Jul 21 2007// * [[http://groups.google.com/group/ruby-talk-google/browse_frm/thread/88b9c50ee53a4f3b/12d0824cfabd1c0b|0.1.2 released]] //on Jun 17 2007// ===== Development ===== * [[http://darcs.ramaze.net/ramaze|Ramaze darcs repository]], or via its [[http://darcs.ramaze.net/?r=ramaze|web-based front-end]] * [[http://github.com/manveru/ramaze|GitHub hosted repository]] * [[http://source.ramaze.net|Ramaze source browser]] * [[http://ramaze.rubyforge.org/rdoc|RDocs]] ==== Recent Patches ==== {{rss>http://github.com/feeds/manveru/commits/ramaze/master 5 6h}} ==== Recent Google Group Posts ==== {{rss>http://groups.google.com/group/ramaze/feed/rss_v2_0_msgs.xml 5 6h}} ===== Other Frameworks ===== * [[http://deveiate.org/projects/Arrow|Arrow]], a web-app framework for Apache+mod_ruby * [[http://borges.rubyforge.org/|Borges]], a continuations based ruby web-framework originally ported from SeaSide * [[http://camping.rubyforge.org/files/README.html|Camping]], _why's 4k micro-framework * [[http://cerise.rubyforge.org/|Cerise]], web-framework modeled on J2EE app servers * [[http://chneukirchen.org/repos/coset/|Coset]], a [[http://pastie.caboo.se/pastes/54404|simple]] RESTful mapper for Rack * [[http://halcyon.rubyforge.org/|Halcyon]], a JSON web-app framework built on Rack * [[http://enigo.com/projects/iowa/index.html|IOWA]] * [[http://www.mackframework.com/|Mack]], a Rack-based Ruby web framework. * [[http://rubyforge.org/projects/maveric|Maveric]], like Camping but without the magic * [[http://merbivore.com/|merb]] * [[http://www.nitroproject.org/|Nitro]] * [[http://chneukirchen.org/talks/euruko-2007/chneukirchen-euruko2007-introducing-rack.pdf|Rack]], the [[http://rack.rubyforge.org/|Ruby web-server interface]] and [[http://macournoyer.wordpress.com/2007/12/14/rack-the-framework-framework/|framework]] * [[http://www.rubyonrails.org/|Ruby on Rails]] * [[http://sinatra.rubyforge.org/|Sinatra]], classy web-development dressed in a DSL * [[http://serverside.rubyforge.org/|ServerSide]], a ruby web-server and [[http://pastie.textmate.org/125318|framework]] with persistent connection & HTTP streaming support * [[http://groups.google.com/group/eventmachine/browse_thread/thread/4c178b9f8f31f9d9|Unicycle]], an EventMachine based RESTful framework * [[http://vintage.devjavu.com/|Vintage]], a [[http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/286221|simple framework]] for rendering templates * [[http://rubywaves.com/|Waves]], a Ruby web-framework that uses Sequel as an ORM * [[http://www.ntecs.de/projects/wee/doc/rdoc/|Wee]], a [[http://rubyforge.org/projects/wee|ruby]] [[http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/128432|web-framework]] with support for [[http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/131158|continuations]] * [[http://wisteria.swiftcore.org/|Wisteria]], a super-fast microframework * [[http://wuby.org|Wuby]], another [[http://www.rubyinside.com/wuby-another-light-weight-web-framework-for-ruby-654.html|light-weight web application framework]] ==== Related News ==== * Antonio announces his new ruby web-framework [[http://antoniocangiano.com/2008/04/01/announcing-ruby-on-crack/|Ruby on Crack]] //on Apr 1 2008// * [[http://merbivore.com|Merb]] announces [[http://brainspl.at/articles/2008/03/05/merb-0-9-1-developer-release|0.9.1 developer release]] //on Mar 4 2008// * [[http://ebb.rubyforge.org/|Ebb]] 0.0.1 released //on Feb 28 2008// * [[http://www.ruby-forum.com/topic/138811|Ebb]] ruby web-server announced to be [[http://s3.amazonaws.com/four.livejournal/20080121/ebb.png|faster than emongrel and thin]] //on Jan 14 2008// * [[http://code.macournoyer.com/thin/|Thin]] ruby web-server [[http://macournoyer.wordpress.com/2008/01/03/thin-a-fast-and-simple-web-server/|announced]] //on Jan 3 2008// * [[http://brainspl.at/articles/2008/01/10/merb-0-5-0-is-out|merb 0.5 is released]] * RubyInside [[http://www.rubyinside.com/thin-a-ruby-http-daemon-thats-faster-than-mongrel-688.html|features]] [[http://code.macournoyer.com/thin/|Thin]], a fast ruby webserver based on mongrel and eventmachine //on Jan 5, 2008// * [[http://brainspl.at/articles/2007/12/14/merb-0-4-2-released|merb 0.4.2]] released //on Dec 14 2007// * [[http://wuby.org|Wuby]], [[http://www.rubyinside.com/wuby-another-light-weight-web-framework-for-ruby-654.html|another light-weight web application framework]] announced //on Nov 19 2007// * [[http://brainspl.at/articles/2007/11/07/merb-0-4-0-released-with-new-site-merbivore-com|merb 0.4]] [[http://yehudakatz.com/2007/11/06/merb-04-the-one-that-rocks/|released]] with a brand new site at [[http://merbivore.com|merbivore.com]] //on Nov 6 2007// * New [[http://www.xnot.org/sinatra/beginning.html|Sinatra]] web-framework //on Oct 22 2007// * Wisteria [[http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/269482|announced]] //on Sep 18 2007// ---------- Only registered users may write new content or change existing content. Please [[http://ramaze.net/home?do=register|register]]. :)