Tested with Safari 4, Firefox 3, Opera 9.5 Internet Explorer is currently unsupported Features Browse through classes and modules Smart match Recent searches (only in Safari) Find files Refine with namespace Keyboard navigation Up Arrow Key 続きを読む
Ruby 1.9.2 リファレンスマニュアル 目次 はじめに コマンド Rubyの起動 環境変数 Ruby 言語仕様 Ruby でのオブジェクト オブジェクト クラス プロセスの実行 Ruby プログラムの実行 終了処理 スレッド セキュリティモデル Ruby の文法 字句構造 プログラム・文... 続きを読む
RubyのためのWebサーバインターフェイス、Rackの日本語リファレンスです。 Rackがどういうものなのかについては Greenbear Diary - 5分でわかるRack , シュレーディンガーの猫たち を参照してください。 Hello Rack Rack::Request Rack::Response ユーティリテ... 続きを読む
This page is also available in English. 始めよう SinatraはRubyで下記のような最小労力で手早くウェブアプリケーションを作成するためのDSLです。 # myapp.rb require 'rubygems' require 'sinatra' get '/' do 'Hello world!' end gemをインストールして動... 続きを読む
Introduction What is Sinatra? Sinatra is a Domain Specific Language(DSL) for quickly creating web-applications in ruby. It keeps a minimal feature set, leaving the developer to use the tools that best suit them and their application. Installa... 続きを読む
git [--version] [--exec-path[=GIT_EXEC_PATH]] [--html-path] [-p|--paginate|--no-pager] [--bare] [--git-dir=GIT_DIR] [--work-tree=GIT_WORK_TREE] [--help] COMMAND [ARGS] Git is a fast, scalable, distributed revision control system with an unusu... 続きを読む
Welcome to the jQuery API browser To get started, click on a category on the left. The API browser will work in Safari, Firefox 3 and IE7. You can also use categorise your filtering by using: added=1.3 for all the latest functions category=co... 続きを読む
Emacsのdiredの操作メモ 2006-01-18-4 [Tips] Emacsでのディレクトリ操作と言えばdired。 あまり使ってこなかったので、これから活用するためにメモ。 最低限コマンド: C-x d スタート。「C-x d ~/*txt」などで絞込み。n, p ↑↓RET, e, f 開く。^ cd ..d 削除... 続きを読む
These guides are designed to make you immediately productive with Rails, and to help you understand how all of the pieces fit together. There are two different versions of the Guides site, and you should be sure to use the one that applies to... 続きを読む
(訳注:この資料は、http://www.kernel.org/pub/software/scm/git/docs/user-manual.html に掲載されている 内容を日本語訳したものです。 英語が得意でないので、誤訳があるかもしれません。 必要な場合は、原文を参照してください。)git は高速な分散リビジョ... 続きを読む
rails consultants ruby code api shopping mashup screencast advanced trainingRuby On Rails AdvertisingRails ConsultantsRuby Code APIRuby Shopping MashupRails ScreencastAdvanced Rails TrainingRails ProgrammersOutsource RubyOverseas RubyAjax Rub... 続きを読む
Ruby on Rails Guides (edge) These are Edge Guides, based on the current master branch. If you are looking for the ones for the stable version please check http://guides.rubyonrails.org instead. These guides are designed to make you immediatel... 続きを読む
You are reading the text of an O'Reilly book that's under development. The authors are publishing the book to this site as it's being written, and we're putting it here to get feedback from you. This book uses the Open Feedback Publishing Sys... 続きを読む
index "staging area"The "index" holds a snapshot of the content of the working tree, and it is this snapshot that is taken as the contents of the next commit. 続きを読む
This work is licensed under the Creative Commons Attribution 3.0 License. To view a copy of this license, visit http://creativecommons.org/licenses/by/3.0/ or send a letter to Creative Commons, 559 Nathan Abbott Way, Stanford, California 9430... 続きを読む
栗山淳 今や古典となりつつあるPrototypeライブラリ。本特集では,単なる使い方ではなく内部の実装に焦点をあて,丁寧に解説していきます。ライブラリを使いこなしたい人,JavaScript をさらに理解したい人歓迎。 続きを読む
An object-oriented JavaScript framework Prototype is a JavaScript framework that aims to ease development of dynamic web applications. It offers a familiar class-style OO framework, extensive Ajax support, higher-order programming constructs,... 続きを読む
Capistrano とは何か。それは、デプロイメントのツールである。 デプロイメントとは何か。Web アプリケーションについて言えば、それは以下のようなタスク全般を指す言葉である。 アプリケーションを本番サーバにインストールすること。あるいは、最新版に更新... 続きを読む