Header

  1. View current page

    딥뿔이 자라나는 노트

Profile_image?t=1225424611&type=big
나를 바꾼 똑똑한 생활 습관, 스프링노트 - 여러분도 지금 시작해보세요!
38

Waves

http://www.infoq.com/news/2008/02/waves-ruby-framework

 

Why

  • It is "next generation," an evolution of Rails.
  • It's thread-safe and has a smaller footprint.
  • It is much more focused on reuse, both within applications and across them: JITR, encapsulating applications within modules, and so on.
  • The equivalent of routes are Request Lambdas, which are much more powerful and allow you to color outside the MVC lines when it makes sense.
  • That is, code is automatically unloaded before it is reloaded, so that there are no artifacts left-over from the prior loads. The importance of this is that debugging is a bit easier, but also that you can hot patch production code reasonably safely using LiveConsole.

 

http://www.rubywaves.com/features

 

 

 

 

 

History

Last edited on 03/07/2008 15:30 by deepblue

Comments (0)

You must log in to leave a comment. Please sign in.