はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
    • はてなブログ(一般)
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
    • はてなブログ(世の中)
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • 相続
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
    • はてなブログ(おもしろ)
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
    • はてなブログ(エンタメ)
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
    • はてなブログ(アニメとゲーム)
    • はてなブログ(ゲーム)
  • おすすめ

    ノーベル賞

『RubyDoc.info: Documenting RubyGems, Stdlib, and GitHub Projects』

  • 人気
  • 新着
  • すべて
  • RubyDoc.info: File: Tags Overview – Documentation for yard (0.9.37) – RubyDoc.info

    7 users

    rubydoc.info

    Tags Overview Tags represent meta-data as well as behavioural data that can be added to documentation through the @tag style syntax. As mentioned, there are two basic types of tags in YARD, "meta-data tags" and "behavioural tags", the latter is more often known as "directives". These two tag types can be visually identified by their prefix. Meta-data tags have a @ prefix, while directives have a p

    • テクノロジー
    • 2013/08/26 16:56
    • yard
    • ruby
    • RubyDoc.info: File: README – Documentation for rspec-expectations (3.13.5) – RubyDoc.info

      4 users

      rubydoc.info

      RSpec Expectations RSpec::Expectations lets you express expected outcomes on an object in an example. expect(account.balance).to eq(Money.new(37.42, :USD)) Install If you want to use rspec-expectations with rspec, just install the rspec gem and RubyGems will also install rspec-expectations for you (along with rspec-core and rspec-mocks): gem install rspec Want to run against the main branch? You'l

      • テクノロジー
      • 2013/01/17 00:24
      • Rspec
      • RubyDoc.info: Class: Chef::Util::FileEdit – Documentation for chef (0.8.16) – RubyDoc.info

        4 users

        rubydoc.info

        search the file line by line and match each line with the given regex if matched, insert newline after each matching line.

        • 世の中
        • 2012/12/28 11:30
        • File: README — Documentation for livingsocial/rake-pipeline (master)

          3 users

          rubydoc.info

          Search: Libraries » livingsocial/rake-pipeline (master) » Index » File: README Rake::Pipeline Rake::Pipeline is a system for packaging assets for deployment to the web. It uses Rake under the hood for dependency management and updating output files based on input changes. Usage The easiest way to use Rake::Pipeline is via a AssetFile file in the root of your project. A sample AssetFile looks like

          • 学び
          • 2012/10/08 14:25
          • rack
          • ruby
          • RubyDoc.info: File: Getting Started Guide – Documentation for yard (0.9.37) – RubyDoc.info

            4 users

            rubydoc.info

            Getting Started with YARD There are a few ways which YARD can be of use to you or your project. This document will cover the most common ways to use YARD: Documenting Code with YARD Using YARD to Generate Documentation Configuring YARD Extending YARD Templating YARD Plugin Support Documenting Code with YARD By default, YARD is compatible with the same RDoc syntax most Ruby developers are already f

            • テクノロジー
            • 2012/09/14 20:26
            • RubyDoc.info: File: README – Documentation for rspec-core (3.13.5) – RubyDoc.info

              4 users

              rubydoc.info

              rspec-core rspec-core provides the structure for writing executable examples of how your code should behave, and an rspec command with tools to constrain which examples get run and tailor the output. Install gem install rspec # for rspec-core, rspec-expectations, rspec-mocks gem install rspec-core # for rspec-core only rspec --help Want to run against the main branch? You'll need to include the de

              • テクノロジー
              • 2012/08/20 15:13
              • rspec
              • RubyDoc.info: File: README – Documentation for twitter (8.2.0) – RubyDoc.info

                3 users

                rubydoc.info

                The Twitter Ruby Gem 📣 This gem is no longer maintained The Twitter Ruby Gem is no longer maintained and will not support X (Twitter) API v2. 🎉 Here’s the good news We recommend switching to the X gem, which supports both API v1.1 and v2 to make the transition easier. It’s a robust, modern libary that is designed to ensure you’ll be able to easily integrate any new changes X may roll out. 💖 Spo

                • テクノロジー
                • 2012/07/18 16:24
                • api
                • twitter
                • Module: Devise::Models::Confirmable — Documentation for plataformatec/devise (master)

                  3 users

                  rubydoc.info

                  Libraries » plataformatec/devise (master) » Index (C) » Devise » Models » Confirmable Confirmable is responsible to verify if an account is already confirmed to sign in, and to send emails with confirmation instructions. Confirmation instructions are sent to the user email after creating a record and when manually requested by a new confirmation instruction request. Confirmable tracks the followin

                  • 世の中
                  • 2012/07/06 23:20
                  • RubyDoc.info: Module: Capybara – Documentation for jnicklas/capybara (master) – RubyDoc.info

                    6 users

                    rubydoc.info

                    Extended by: DSL, Forwardable Defined in: lib/capybara.rb, lib/capybara/dsl.rb, lib/capybara/config.rb, lib/capybara/result.rb, lib/capybara/server.rb, lib/capybara/window.rb, lib/capybara/helpers.rb, lib/capybara/session.rb, lib/capybara/version.rb, lib/capybara/minitest.rb, lib/capybara/node/base.rb, lib/capybara/driver/node.rb, lib/capybara/node/simple.rb, lib/capybara/node/actions.rb, lib/capy

                    • 世の中
                    • 2012/06/22 12:16
                    • capybara
                    • Processing thoughtbot/shoulda-matchers-main

                      6 users

                      rubydoc.info

                      thoughtbot/shoulda-matchers (main) is being processed. You'll be redirected when the pages are built, it shouldn't take much longer.

                      • テクノロジー
                      • 2012/06/11 15:10
                      • shoulda
                      • matcher
                      • rspec
                      • RubyDoc.info: Module: Capybara::Node::Matchers – Documentation for jnicklas/capybara (master) – RubyDoc.info

                        4 users

                        rubydoc.info

                        Asserts that all of the provided selectors are present on the given page or descendants of the current node.

                        • 暮らし
                        • 2012/04/20 14:57
                        • RubyDoc.info: Class: Capybara::Session – Documentation for jnicklas/capybara (master) – RubyDoc.info

                          3 users

                          rubydoc.info

                          Inherits: Object Object Capybara::Session show all Includes: Minitest::Expectations, SessionMatchers Defined in: lib/capybara/session.rb, lib/capybara/minitest/spec.rb The Session class represents a single user's interaction with the system. The Session can use any of the underlying drivers. A session can be initialized manually like this: session = Capybara::Session.new(:culerity, MyRackApp) The

                          • 世の中
                          • 2012/04/05 17:19
                          • capybara
                          • RubyDoc.info: File: README – Documentation for rspec-mocks (3.13.5) – RubyDoc.info

                            3 users

                            rubydoc.info

                            RSpec Mocks rspec-mocks is a test-double framework for rspec with support for method stubs, fakes, and message expectations on generated test-doubles and real objects alike. Install gem install rspec # for rspec-core, rspec-expectations, rspec-mocks gem install rspec-mocks # for rspec-mocks only Want to run against the main branch? You'll need to include the dependent RSpec repos as well. Add the

                            • テクノロジー
                            • 2012/04/02 14:06
                            • http://rubydoc.info/github/porras/mrproper/frames

                              7 users

                              rubydoc.info

                              • 学び
                              • 2012/03/30 16:04
                              • quickcheck
                              • ruby
                              • test
                              • haskell
                              • RubyDoc.info: Module: Capybara::Node::Actions – Documentation for jnicklas/capybara (master) – RubyDoc.info

                                11 users

                                rubydoc.info

                                Find a descendant file field on the page and attach a file given its path.

                                • テクノロジー
                                • 2012/03/22 20:48
                                • capybara
                                • テスト
                                • reference
                                • rails
                                • development
                                • RubyDoc.info: Class: HTTPClient – Documentation for httpclient (2.1.5.2) – RubyDoc.info

                                  3 users

                                  rubydoc.info

                                  Inherits: Object Object HTTPClient show all Includes: Util Defined in: lib/httpclient.rb, lib/httpclient/auth.rb, lib/httpclient/util.rb, lib/httpclient/session.rb, lib/httpclient/timeout.rb, lib/httpclient/connection.rb, lib/httpclient/ssl_config.rb The HTTPClient class provides several methods for accessing Web resources via HTTP. HTTPClient instance is designed to be MT-safe. You can call a HTT

                                  • テクノロジー
                                  • 2012/02/13 22:38
                                  • File: README — Documentation for capistrano/capistrano (master)

                                    3 users

                                    rubydoc.info

                                    Capistrano: A deployment automation tool built on Ruby, Rake, and SSH. Capistrano is a framework for building automated deployment scripts. Although Capistrano itself is written in Ruby, it can easily be used to deploy projects of any language or framework, be it Rails, Java, or PHP. Once installed, Capistrano gives you a cap tool to perform your deployments from the comfort of your command line.

                                    • テクノロジー
                                    • 2012/02/04 20:09
                                    • capistrano
                                    • File: README — Documentation for trema/trema (master)

                                      8 users

                                      rubydoc.info

                                      Welcome to Trema Trema is an OpenFlow controller programming framework that provides everything needed to create OpenFlow controllers in Ruby. It provides a high-level OpenFlow library and also a network emulator that can create OpenFlow-based networks for testing on your PC. This self-contained environment helps streamlines the entire process of development and testing. Prerequisites Ruby 2.0.0 o

                                      • テクノロジー
                                      • 2012/01/21 20:57
                                      • trema
                                      • OpenFlow
                                      • Ruby
                                      • リファレンス
                                      • ネットワーク
                                      • network
                                      • 開発
                                      • RubyDoc.info: Module: Paperclip::Shoulda::Matchers – Documentation for paperclip (6.1.0) – RubyDoc.info

                                        4 users

                                        rubydoc.info

                                        Defined in: lib/paperclip/matchers.rb, lib/paperclip/matchers/have_attached_file_matcher.rb, lib/paperclip/matchers/validate_attachment_size_matcher.rb, lib/paperclip/matchers/validate_attachment_presence_matcher.rb, lib/paperclip/matchers/validate_attachment_content_type_matcher.rb Provides RSpec-compatible & Test::Unit-compatible matchers for testing Paperclip attachments. RSpec In spec_helper.r

                                        • 暮らし
                                        • 2012/01/03 15:48
                                        • paperclip
                                        • rspec-rails-2

                                          6 users

                                          rubydoc.info

                                          rspec-rails rspec-rails brings the RSpec testing framework to Ruby on Rails as a drop-in alternative to its default testing framework, Minitest. In RSpec, tests are not just scripts that verify your application code. They’re also specifications (or specs, for short): detailed explanations of how the application is supposed to behave, expressed in plain English. According to RSpec Rails new version

                                          • テクノロジー
                                          • 2011/11/01 19:11
                                          • rspec
                                          • rails
                                          • RubyDoc.info: RubyGems Index: A

                                            3 users

                                            rubydoc.info

                                            RubyDoc.info is powered by yard 0.9.37 (ruby-3.4.3) © 2025 DOCMETA, LLC

                                            • テクノロジー
                                            • 2011/09/20 21:40
                                            • Module: Devise — Documentation for plataformatec/devise (master)

                                              3 users

                                              rubydoc.info

                                              Defined in: lib/devise.rb, lib/devise/rails.rb, lib/devise/models.rb, lib/devise/mapping.rb, lib/devise/version.rb, lib/devise/omniauth.rb, lib/devise/delegator.rb, lib/devise/encryptor.rb, lib/devise/failure_app.rb, lib/devise/hooks/proxy.rb, lib/devise/rails/routes.rb, lib/devise/test_helpers.rb, lib/devise/time_inflector.rb, lib/devise/mailers/helpers.rb, lib/devise/models/lockable.rb, lib/devi

                                              • テクノロジー
                                              • 2011/06/13 17:03
                                              • Devise
                                              • Rails
                                              • app
                                              • Documentation for plataformatec/devise (master)

                                                3 users

                                                rubydoc.info

                                                A ActiveRecord Authenticatable (Devise::Strategies) Authenticatable (Devise::Models) B Base (Devise::Strategies) C ClassMethods (Devise::Models::Authenticatable) ClassMethods (Devise::Models::Registerable) ClassMethods (Devise::Models::Timeoutable) ClassMethods (Devise::Models::Confirmable) ClassMethods (Devise::Models::Recoverable) ClassMethods (Devise::Controllers::Helpers) ClassMethods (Devise:

                                                • テクノロジー
                                                • 2011/05/27 18:36
                                                • リファレンス
                                                • Rails
                                                • *あとで読む
                                                • RubyDoc.info: Documenting RubyGems, Stdlib, and GitHub Projects

                                                  5 users

                                                  rubydoc.info

                                                  RubyDoc.info is powered by yard 0.9.37 (ruby-3.4.3) © 2025 DOCMETA, LLC

                                                  • テクノロジー
                                                  • 2011/01/17 19:26
                                                  • Ruby
                                                  • RubyDoc.info: RubyGems Index: A

                                                    4 users

                                                    rubydoc.info

                                                    RubyDoc.info is powered by yard 0.9.37 (ruby-3.4.3) © 2025 DOCMETA, LLC

                                                    • テクノロジー
                                                    • 2011/01/17 19:26
                                                    • reference
                                                    • ruby
                                                    • File: README — Documentation for yard (0.9.37)

                                                      3 users

                                                      rubydoc.info

                                                      YARD: Yay! A Ruby Documentation Tool Synopsis YARD is a documentation generation tool for the Ruby programming language. It enables the user to generate consistent, usable documentation that can be exported to a number of formats very easily, and also supports extending for custom Ruby constructs such as custom class level definitions. Below is a summary of some of YARD's notable features. Feature

                                                      • テクノロジー
                                                      • 2011/01/17 19:25
                                                      • RubyDoc.info: Featured Libraries

                                                        4 users

                                                        rubydoc.info

                                                        RubyDoc.info is powered by yard 0.9.37 (ruby-3.4.3) © 2025 DOCMETA, LLC

                                                        • テクノロジー
                                                        • 2010/09/06 11:34
                                                        • rails
                                                        • ruby
                                                        • RubyDoc.info: Documenting RubyGems, Stdlib, and GitHub Projects

                                                          36 users

                                                          rubydoc.info

                                                          RubyDoc.info is powered by yard 0.9.37 (ruby-3.4.3) © 2025 DOCMETA, LLC

                                                          • テクノロジー
                                                          • 2010/08/30 13:01
                                                          • ruby
                                                          • reference
                                                          • rdoc
                                                          • gems
                                                          • rails
                                                          • gem

                                                          このページはまだ
                                                          ブックマークされていません

                                                          このページを最初にブックマークしてみませんか?

                                                          『RubyDoc.info: Documenting RubyGems, Stdlib, and GitHub Projects』の新着エントリーを見る

                                                          キーボードショートカット一覧

                                                          j次のブックマーク

                                                          k前のブックマーク

                                                          lあとで読む

                                                          eコメント一覧を開く

                                                          oページを開く

                                                          はてなブックマーク

                                                          • 総合
                                                          • 一般
                                                          • 世の中
                                                          • 政治と経済
                                                          • 暮らし
                                                          • 学び
                                                          • テクノロジー
                                                          • エンタメ
                                                          • アニメとゲーム
                                                          • おもしろ
                                                          • アプリ・拡張機能
                                                          • 開発ブログ
                                                          • ヘルプ
                                                          • お問い合わせ
                                                          • ガイドライン
                                                          • 利用規約
                                                          • プライバシーポリシー
                                                          • 利用者情報の外部送信について
                                                          • ガイドライン
                                                          • 利用規約
                                                          • プライバシーポリシー
                                                          • 利用者情報の外部送信について

                                                          公式Twitter

                                                          • 公式アカウント
                                                          • ホットエントリー

                                                          はてなのサービス

                                                          • はてなブログ
                                                          • はてなブログPro
                                                          • 人力検索はてな
                                                          • はてなブログ タグ
                                                          • はてなニュース
                                                          • ソレドコ
                                                          • App Storeからダウンロード
                                                          • Google Playで手に入れよう
                                                          Copyright © 2005-2025 Hatena. All Rights Reserved.
                                                          設定を変更しましたx