タグ

jiftyに関するnitsujiのブックマーク (7)

  • Catalyst::Model::JDBI::Schemas 0.01 - Charsbar::Note

    CatalystとJifty::DBIを使うモジュールとしてはすでにCatalyst::Model::Jifty::DBIというのが存在していて、実際に試された方もいるようなのですが、これ、どう考えてもつくった人は使ってないよねというネタモジュールなので、自分用にでっちあげたものをアップしました。 注意:Catalyst::Model::JDBI::Schemasは0.03以降Catalyst::Model::Jifty::DBIの名前空間に移動しました。文中必要な部分については書き換えておきましたが、Catalyst::Model::JDBI::SchemasはDEPRECATEDになっていますのでご注意ください。 具体的な使い方はPODと、同梱してあるテスト、あとは先だってShibuya.pmで紹介したスライドを見ればだいたいわかると思いますが、英語はいやだという方のためにいくつか

    Catalyst::Model::JDBI::Schemas 0.01 - Charsbar::Note
  • Rolling with Ruby on Rails

    Now, next, and beyond: Tracking need-to-know trends at the intersection of business and technology AI/ML Few technologies have the potential to change the nature of work and how we live as artificial intelligence (AI) and machine learning (ML). Future of the Firm Everything from new organizational structures and payment schemes to new expectations, skills, and tools will shape the future of the fi

    Rolling with Ruby on Rails
  • Pugs and Jifty slides.

    Thanks for presenting @ Amazon.com; I learned a lot about both JFDI (as I would lik to call it!) and Perl6/Pugs. I anticipate the ideas and deliverables of these talks will quickly work their way into our ecosystem. I'm sure many (if they haven't already!) will reciprocate with commits. Thanks! Hi guys, i saw the presentations slides and they look great!. I would like to know the tool used to make

  • CommitBit - Charsbar::Note

    初版が出たときにはどうやら見落としていたようですが、CPANにJiftyベースの新しいアプリケーションがアップされていますね。 http://search.cpan.org/dist/CommitBit/ いまのところこれをインストールしたからといってすぐに使える状態にはないようですが、とりあえず試してみる分には、dbishで直接commitbitデータベースにアクセスして、 insert into Users (nickname,email,password,admin,email_confirmed) values ('hoge','hoge@localhost','hoge',1,1);などというSQLわせてやればOK。←なんですが、そんな面倒なことはせずとも 追記:miyagawaさんのコメントにあるように 『SQL のかわりに bin/create_admin --email

    CommitBit - Charsbar::Note
  • IBM Developer

    IBM Developer is your one-stop location for getting hands-on training and learning in-demand skills on relevant technologies such as generative AI, data science, AI, and open source.

    IBM Developer
    nitsuji
    nitsuji 2006/04/14
    いまいちよくわかんないな
  • Jifty::Continuation

    NAME Jifty::Continuation - Allows for basic continuation-based programming DESCRIPTION In programming, a continuation is a construct that allows you to freeze the current state of a program and then recover that state later by calling the continuation. For example, you could save a continuation when throwing an exception to save the state, an exception handler could resolve the problem that caused

    Jifty::Continuation
    nitsuji
    nitsuji 2006/03/23
    Jifty::Continuation wraps up the information about a context that might have been expecting some sort of answer. It allows one to re-visit that context later by providing the continuation again. Continuations are stored on the user's session.
  • Jifty::Manual::Tutorial - Zero to Jifty in a Jiffy

    題名 Jifty::Manual::Tutorial - あっという間にゼロからJifty 説明 このチュートリアルを読めば、Jiftyではじめてのアプリケーションを構築するにあたって知っておくべきことはすべてわかるはずです。 使い方 必要なもの ここでは――少なくともこのチュートリアルの執筆時点で――インストールしておくべきものを紹介します。 Jiftyのインストール そんなに構えなくても大丈夫。私たちはDRY (Don't Repeat Yourself) の原則をとても大事に思っていますし、だからこそPerlやCPANを愛しているのですから。JiftyはCPANのすばらしいコードをたくさん利用しています。直接依存しているCPANパッケージは全部あわせて60にもなりましたが、そのほとんどはクロス・プラットフォームなピュアPerlパッケージですから、Perlを利用できるプ

    nitsuji
    nitsuji 2006/02/10
    チュートリアル和訳。やっぱ日本語がいいねー
  • 1