Ramaze
Ramaze is a simple, light and modular open-source web application framework written in Ruby.
| Learn More | Get Started | Get Involved |
| Screencasts | Download | Chat |
| Book | Walkthrough | Discuss |
| Features | Tutorials | Promote |
| Benchmarks | Examples | Contribute |
| Principles | Deployment | Next generation |
| Documentation | FAQ |
Hello World Example
require 'ramaze' class MainController < Ramaze::Controller def index "Hello, World!" end end Ramaze.start
Development
Recent Patches
- removed deprecated partial helper
- updated mailmap
- Version 2010.04.04
- Version 2010.04
- Fix Mustache engine
- Update post install message
- Update dependencies
- fixed file dispatcher spec
- added scaffolding_extensions dev dependency
- fixed todolist requires
- pagination fixes
- paginate helper to extend sequel with pagination
- fixed blog example
- fixed partial example
- fix layout example
- fixed path in usage example
- fixed a couple of depreciated methods in documentation
- Change app location setting to how it's documented
- added spec for todolist example
- fixed todolist example
Recent Google Group Posts
- Re: MVC purity (was: Ramaze & Forms)
- Re: MVC purity (was: Ramaze & Forms)
- Re: MVC purity (was: Ramaze & Forms)
- Re: MVC purity (was: Ramaze & Forms)
- Re: MVC purity (was: Ramaze & Forms)
- Re: MVC purity (was: Ramaze & Forms)
- Re: MVC purity (was: Ramaze & Forms)
- Re: MVC purity (was: Ramaze & Forms)
- Sequel and Heroku
- Re: MVC purity (was: Ramaze & Forms)
- Re: MVC purity (was: Ramaze & Forms)
- Re: MVC purity (was: Ramaze & Forms)
- Re: MVC purity (was: Ramaze & Forms)
- Re: MVC purity (was: Ramaze & Forms)
- Re: MVC purity (was: Ramaze & Forms)
Other Frameworks
- Borges, continuations based ruby web-framework originally ported from SeaSide
- Camping, _why's 4k micro-framework
- Cerise, web-framework modeled on J2EE app servers
- Coset, a simple RESTful mapper for Rack
- Rack, the Ruby web-server interface and framework
- Arrow, a web-app framework for Apache+mod_ruby
- IOWA
- Unicycle, an EventMachine based RESTful framework
- Halcyon, a JSON web-app framework built on Rack
- Merb
- Maveric, like Camping but without the magic
- Waves, a Ruby web-framework that uses Sequel as an ORM
- ServerSide, a ruby web-server and framework with persistent connection & http streaming support
- Sinatra, classy web-development dressed in a DSL
- Vintage, a simple framework for rendering templates
- Wisteria, a super-fast microframework
- Wuby, another light-weight web application framework
- Mack, a Rack-based Ruby web framework.
- Nitro
- Wee, a ruby web-framework with support for continuations
- Ruby on Rails
Related News
- Antonio announces his new ruby web-framework Ruby on Crack //on Apr 1 2008//
- Merb announces 0.9.1 developer release //on Mar 4 2008//
- Ebb 0.0.1 released //on Feb 28 2008//
- Ebb ruby web-server announced to be faster than emongrel and thin //on Jan 14 2008//
- Thin ruby web-server announced //on Jan 3 2008//
- Merb 0.5 released merb 0.5 is released
- RubyInside features Thin, a fast ruby webserver based on mongrel and eventmachine //on Jan 5, 2008//
- Merb 0.4.2 released //on Dec 14 2007//
- Wuby, another light-weight web application framework announced //on Nov 19 2007//
- Merb 0.4 released with a brand new site at merbivore.com //on Nov 6 2007//
- New Sinatra web-framework //on Oct 22 2007//
- Wisteria announced //on Sep 18 2007//
