タグ

merbとrailsに関するmaxyのブックマーク (5)

  • Rails and Merb Merge: The Anniversary (Part 1 of 6)

    A year ago today, we announced that Rails and Merb would merge. At the time, there was much skepticism about the likelihood of the success of this endeavor. Indeed, The most common imagery invoked by those who learned about our plans was a unicorn. At RailsConf last year (well into the effort), both DHH and I used unicorns in our talks, poking fun at the vast expectations we’d set, and the apparen

    Rails and Merb Merge: The Anniversary (Part 1 of 6)
  • Rails Edge Architecture

    I've talked a bunch about the Rails 3 architecture in various talks, and it's finally come together enough to do a full blog post on it. With that said, there's a few things to keep in mind. We've done a lot of work on ActionController, but have only mildly refactored ActionView. We're going to tackle that next, but I don't expect nearly as many internal changes as there were for ActionController.

  • フレームワークの壁を越えるAgnosticプラグイン - Hello, world! - s21g

    Merbのプラグインの多くは、Merb以外の場所でも使えるように設計されています。 また、いくつかのRailsプラグインも、Merbや他のプラットフォームで利用できたり、単体でも利用可能になっていたりします。 これらのプラグインは、Agnosticなプラグインと呼ばれています。 従来のプラグイン機構が、特定のフレームワークの機能を拡張する役割にとどまっていたのに対して、Agnosticなプラグインは、複数のプラットフォームを股に掛けて活躍します。 このような動きは、従来のフレームワークとプラグインの関係を改めるものとして注目に値するものだと思います。 フレームワーク間で共通に必要となるようなプラグインの重要性が高まり、 今まで分散していたプラグイン開発リソースが、統合されることによって効率化がはかられたと見る事も出来ます。 これからは、フレームワークの知識だけでなく、 主要なAgnosti

  • 優しい Merb の育て方

    ● [Rails][Merb] Merb とは? Merb (Mongrel + Erb) は MVC ベースな Ruby の Web フレームワークである。簡単に言うと、軽量な ActionPack クローンである。Rails のテーマが「規約とDRY」ならば、Merbのテーマは「疑わしきものは入れない」であり、Rails の各機能を取り込みつつも、小さくて単純で簡単で軽量、そして高速であることを目指している。 特徴 コアはシンプルに (必要な機能はプラグインとして追加させる) thread safe cgi.rb を使っていない 高速な ERb エンジンである Erubis を標準装備 Rails に似ている (機能、ファイル配置) 大体3倍くらい速い (Rails Mongrel との比較) チートシート (Rails との比較) 基的に Rails である。app 以下のディレク

  • Merb | Looking for a hacker's framework?

    Faster, Lighter, More Agile. Merb is an MVC framework that is ORM-agnostic, JavaScript library agnostic, and template language agnostic, preferring plugins that add in support for a particular feature rather than trying to produce a monolithic library with everything in the core. In fact, this is a guiding principle of the project, which has led to third-party support for the ActiveRecord, DataMap

  • 1