タグ

merbに関するdannのブックマーク (15)

  • ghettochip.com

    ghettochip.com 2024 著作権. 不許複製 プライバシーポリシー

    dann
    dann 2009/06/24
  • Merbist Pluginsのテスト公開を開始します - Hello, world! - s21g

    Merbを使ってWebアプリケーションを開発している or しようと考えている方の為に、 お勧めのプラグイン/Slice情報を共有するサービス Merbist Plugins をテスト公開いたします。 デザインもScaffoldに毛が生えた程度で、 この手のサービスには欠かせないRatingなどの基機能が無い状態なのですが、 そもそもMerbのプラグイン情報を共有する場所が無いので、 無いよりはちょっとましかなという事で公開しておきます。 merb_rating, dm-has-rating のようなプラグインを見つけたら、 あるいは作ったら、Rating出来るようになると思います。 ちなみに、新着プラグインのFeedも配信しています。 Plugins for Merbist (http://merbi.st/plugins.atom) よろしくお願いします。

    dann
    dann 2009/01/25
  • Answer to resource, the CRUD and everything - Hello, world! - s21g

    まずはネストという言葉に関する定義の問題ですが、 諸橋さんが書いているように 、PostsコントローラはComments コントローラを集約(aggregates)しますが、 内包(compose)する訳ではありません。 たとえば、管理画面に対応するAdminコントローラから、 Commentの削除や修正を行う場合に、AdminコントローラからCommentsコントローラを集約する事を考えると、その必要性が分かりやすいと思います。 PostsコントローラにCommentsを制御するコードを書いてしまう(内包してしまう)と、 Adminコントローラで同じ事をする必要が出来た場合に、 同じようなコードを書く必要が出てきます。 Don't Repeat Yourself! 結果として、メンテナンス性の悪いコードが出来上がります。 この事が、Postsコントローラの中でCommentsリソースを制

    dann
    dann 2009/01/22
    nestの話
  • Class: Merb::Controller

    dann
    dann 2009/01/21
  • Merb 1.0 Controller Testing : atmos.org

    This was originally going to be part of “testing flatirons” but it got kinda long and I felt it’d be most useful to community if I made it a standalone article. I’ve had the pleasure of experimenting with everything I cover in this write-up, and the state of merb’s testing environment is getting better. Since merb is at 1.0 these days this rundown should be valid for at least a few more months. I’

  • Merb in Action

    access to all Manning books, MEAPs, liveVideos, liveProjects, and audiobooks! choose another free product every time you renew choose twelve free products per year exclusive 50% discount on all purchases Merb in Action ebook for free

    Merb in Action
    dann
    dann 2008/12/17
  • ag厅电投厅-常德市环保机械设备教育中心

    地址:内蒙古通辽科尔沁左翼中旗道婆庵749号 电话:062-34974550 传真:062-34974550 邮箱:790641205@749.com 美国主要科技巨头悉数下跌:厅电投厅▲美国主要科技巨头中国主要科技股悉数下跌:厅电投厅▲中国主要科技股中概股股价上涨的其他中概股包括:▲上涨的其他中概股下跌的公司包括:▲下跌的其他中概股▲团车计划3年推出2款电动汽车产品团车昨晚披露了电动汽车业务的初步计划,计划三年内推出两款电动汽车产品。 厅电投厅而这种置闰方法也导致春节来得有时早有时晚。太阳和月亮几乎同时升起的朔日为每月的开始,厅电投厅每月的长短根据月相不同,可能为29天或30天,12个月为一年 而如今核幔分界处的压力为136吉帕,厅电投厅地球中心的压力为364吉帕。含有重量百分含量在11.4%的水,厅电投厅高于大多数其他报道的氢氧矿物的含水量。如果像董校及其合作者预言的那样地球的核区在早

    dann
    dann 2008/12/16
  • - The Merb Open Source Book - -

    last update: 2008-12-15 06:17:24 GMT This book is a work in progress; feel free to contribute. Welcome to the Merb Open Source Book. The purpose of this book is simple: to guide beginners and advanced users through the Merb Framework. In all honesty, this book won’t answer all of your questions about Merb or Ruby, let alone cover all of the use cases. However, with the help of the Ruby Community,

    dann
    dann 2008/12/16
  • merb-genのresourceは何をしてくれるのか - Hello, world! - s21g

    merb-genのサブコマンドには、resource, model, resource_controller, controllerという感じで、リソース版とそうではない版があるようなのですが、 違いが何なのかを調べてみました。 まずはmodel 1  % merb-gen model foo 2  (snip) 3  [ADDED] spec/models/foo_spec.rb 4  [ADDED] app/models/foo.rb 1  % merb-gen resource foo 2  (snip) 3  [ADDED] spec/models/foo_spec.rb 4  [ADDED] app/models/foo.rb 5  [ADDED] spec/requests/foos_spec.rb 6  [ADDED] app/controllers/foos.rb 7  [

    dann
    dann 2008/12/16
    oo. merb-genのresource_controllerは素敵だなぁ
  • 優しいMerbの育て方 - ヽ( ・∀・)ノくまくまー(2008-12-02)

    ● [Merb] Extlib Ruby をより便利に、あるいは暗黒的に使うために、誰もが基classを拡張したことがあるだろう。その中で、フレームワークが利用するレベルになると、汎用的な拡張ライブラリとして gemgithub で公開されることが多い。Rails であれば ActiveSupport が有名であるが、Merb では Extlib というライブラリを利用している。 なぜActiveSupportを使わないの? Merb は最低限で動くから ActiveSupport すら必須ではない!みたいな売り文句にしておきながら Extlib を裏で使ってたら卑怯じゃね?朝三暮四じゃね?という気もするが、ActiveSupport は太りすぎていてロードにすら時間がかかるのも事実。 % irb -r rubygems irb(main):001:0> start = Time

    dann
    dann 2008/12/16
  • Merb Day Keynote

    The document discusses the Merb 2.0 framework. It covers core Merb principles like performance and concurrency. It shows how to build Rack-based applications in Merb and ensure they are thread-safe. Modularity is achieved through managing dependencies with specific gem versions. Charts show Merb's concurrency on different Ruby implementations and web servers.Read less

    Merb Day Keynote
    dann
    dann 2008/12/15
  • Testing Merb

    dann
    dann 2008/12/15
  • Merb

    This document provides an overview of the Merb web framework. Some key points: - Merb emphasizes efficiency and hackability over being a complete monolithic framework - It aims to have minimal footprint to give apps more system resources - It is based on Rack and allows interaction with various web servers - Merb includes routing, request handling, and rendering functionality - Mailing functionali

    Merb
    dann
    dann 2008/12/15
  • Merb For The Enterprise

    Merb is a flexible and modular web framework for Ruby that meets enterprise needs through low cost, adaptability, and scalability. It allows developers to pick and choose components to meet their specific needs, and its modular architecture makes it fast and lightweight. Merb provides a balance of structure and flexibility that makes it suitable for a wide range of applications.Read less

    Merb For The Enterprise
    dann
    dann 2008/12/15
  • Merb Plugins 101

    Best practices to write a Merb Plugin. Learn when you should use Plugins and when you should use Slices. Presentation given by Matt Aimonetti during MerbCamp 2008Read less

    Merb Plugins 101
    dann
    dann 2008/12/15
  • 1