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

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

アプリで開く

はてなブックマーク

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

はてなブックマーク

トップへ戻る

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

    iPhone 17

『Home | Robby on Rails』

  • 人気
  • 新着
  • すべて
  • Installing Ruby on Rails, Passenger, PostgreSQL, MySQL, Oh My Zsh on Snow Leopard, Fourth Edition | Robby on Rails

    6 users

    www.robbyonrails.com

    Installing Ruby on Rails, Passenger, PostgreSQL, MySQL, Oh My Zsh on Snow Leopard, Fourth Edition Welcome to what seems like my tenth installment (actually, it’s the fourth) of showing you how I setup my development environment on a fresh OSX install. In this case, I’m actually getting a MacBook setup for a new employee with Snow Leopard. Over the years, I’ve evolved these following steps and they

    • テクノロジー
    • 2010/02/09 16:05
    • rails
    • ruby
    • mac
    • OSX
    • 20 articles on Cucumber and a free beverage recipe! | Robby on Rails

      3 users

      www.robbyonrails.com

      20 articles on Cucumber and a free beverage recipe! Cucumber has been getting quite a bit of attention in the community and with the new RSpec Book on nearing publication, I predict that by this time next year, it’ll become a household word like boanthropy. What is Cucumber? The Cucumber project describes itself as a suite that, “lets software development teams describe how software should behave

      • テクノロジー
      • 2009/04/13 11:33
      • rails
      • まとめ
      • Git commit-msg for Lighthouse tickets | Robby on Rails

        3 users

        www.robbyonrails.com

        A quick follow-up to a post from a few months ago on how our team has a naming convention for git branches when we’re working on Lighthouse tickets (read previous post). I’ve just put together a quick git hook for commit-msg, which will automatically amend the commit message with the current ticket number when you’re following the branch naming conventions described here. Just toss this gist into

        • テクノロジー
        • 2009/02/26 00:21
        • Switch to Passenger (mod_rails) in development on OSX in less than 7 minutes or your money back! | Robby on Rails

          4 users

          www.robbyonrails.com

          Switch to Passenger (mod_rails) in development on OSX in less than 7 minutes or your money back! We recently switched our default builds of Rails Boxcar to leverage the benefits of using Passenger (mod_rails) for deployment of your Ruby on Rails applications and it’s been working out great for our customers. Several of our customers and colleagues mentioned that they also began using Passenger in

          • テクノロジー
          • 2009/02/12 11:24
          • mod_rails
          • rails
          • ruby
          • mac
          • Subdomain accounts with Ruby on Rails explained | Robby on Rails

            4 users

            www.robbyonrails.com

            DHH recently posted, How to do Basecamp-style subdomains in Rails on SvN and it just happens that I was implementing some similar stuff this last week for a project we’re developing internally. In our project, not everything needs to be scoped per-account as we are building a namespace for administrators of the application and also want a promotional site for the product. Three different interface

            • テクノロジー
            • 2009/01/13 02:49
            • rails
            • Launching Ruby on Rails projects, a checklist | Robby on Rails

              3 users

              www.robbyonrails.com

              ::: warning Since publishing this article, I have given a talk on this topic at Rails Underground 2009. I invite you to checkout the slides. ::: As mentioned in a recent post, I’m hoping to share some lessons that were learned throughout the process of launching a client project. Over the past few years, we’ve been part of several dozen client projects and the big launch date is always an anxiety-

              • テクノロジー
              • 2008/12/16 18:20
              • Rails
              • development
              • Flash Message Conductor | Robby on Rails

                3 users

                www.robbyonrails.com

                Do you find yourself copying and pasting the same code from Rails application-to-application as new projects start? Our team has a handful of projects in development right now and we notice that some of these reusable components tend to get out of sync when we bounce between projects. So, we’re making an effort to spot these and are creating a handful of plugins so that we can keep them updated be

                • テクノロジー
                • 2008/09/01 23:20
                • rails
                • git-svn is a gateway drug | Robby on Rails

                  3 users

                  www.robbyonrails.com

                  As we’re migrating away from Subversion to Git, I’m having to learn a lot about git-svn. Andy has posted a few articles on this topic, but I wanted to share a quick tip that I find myself forgetting. Working with Subversion branches While you’re hopefully already familiar with how great local branches are with Git, you might not know that you can connect local branches to remote branches in your S

                  • テクノロジー
                  • 2008/04/12 14:54
                  • git
                  • svn
                  • Installing Ruby on Rails and PostgreSQL on OS X, Third Edition | Robby on Rails

                    5 users

                    www.robbyonrails.com

                    Installing Ruby on Rails and PostgreSQL on OS X, Third Edition Over the past few years, I’ve helped you walk through the process of getting Ruby on Rails up and running on Mac OS X. The last version has been getting a lot of comments related to issues with the new Apple Leopard, so I’m going this post will expand on previous installation guides with what’s working for me as of January 2008. The fo

                    • テクノロジー
                    • 2008/01/23 22:52
                    • postgresql
                    • rails
                    • ruby
                    • mac
                    • Master/Slave Databases with Ruby on Rails | Robby on Rails

                      7 users

                      www.robbyonrails.com

                      Not terribly long ago, I announced Active Delegate, which was a really lightweight plugin that I developed to allow models to talk to multiple databases for specific methods. The plugin worked great for really simple situations, like individual models.. but when it came time to test with associations it fell apart. I haven’t had a chance to work on any updates and knew that it was going to take mo

                      • テクノロジー
                      • 2007/11/18 14:29
                      • rails
                      • ruby
                      • mysql
                      • database
                      • Multiple Database Connections in Ruby on Rails | Robby on Rails

                        10 users

                        www.robbyonrails.com

                        We have a client that already has some database replication going on in their deployment and needed to have most of their Ruby on Rails application pull from slave servers, but the few writes would go to the master, which would then end up in their slaves. So, I was able to quickly extend ActiveRecord with just two methods to achieve this. Anyhow, earlier today, someone in #caboose asked if there

                        • テクノロジー
                        • 2007/10/06 13:53
                        • rails
                        • db
                        • database
                        • ruby
                        • Rails Development Performance Tip - dev_mode_performance_fixes | Robby on Rails

                          4 users

                          www.robbyonrails.com

                          Rails Development Performance Tip - dev_mode_performance_fixes When you’re running a Rails application in development mode, you might notice that it takes a little longer for requests to get processed and this is somewhat intentional as the framework is was designed to allow you to run the application and make live changes to it. This way you can do some basic functional tests from your web browse

                          • テクノロジー
                          • 2007/09/11 17:51
                          • performance
                          • plugin
                          • rails
                          • development
                          • The Zen of Auto Rspec | Robby on Rails

                            6 users

                            www.robbyonrails.com

                            Several months ago, I heard that people were using a program called autotest to have their tests continue to run as you made changes to your code base, which comes with ZenTest. It’s a really nice tool written by Ryan Davis and I hadn’t gotten a chance to play with it as of yet. Well, our team isn’t spending too much time in the test/ directory these days as we jumped ship near the end of last sum

                            • テクノロジー
                            • 2007/03/23 17:29
                            • rspec
                            • autotest
                            • rails
                            • ruby
                            • test
                            • Robby on Rails

                              4 users

                              www.robbyonrails.com

                              Hello, my name is Robby Russell. This blog was started back in March of 2005, a few months after I joined the Ruby on Rails community. Most of the technical content on this site is based on earlier versions...so be gentle on me if the solutions don't work as efficiently as they did a decade ago. These days, I spend my time working on Oh My Zsh and running Planet Argon, a web design and development

                              • 暮らし
                              • 2005/03/16 01:31

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

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

                              『Home | Robby on Rails』の新着エントリーを見る

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

                              j次のブックマーク

                              k前のブックマーク

                              lあとで読む

                              eコメント一覧を開く

                              oページを開く

                              はてなブックマーク

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

                              公式Twitter

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

                              はてなのサービス

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