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

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

アプリで開く

はてなブックマーク

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

はてなブックマーク

トップへ戻る

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

    WWDC25

『Simone Carletti — Underwater programmer』

  • 人気
  • 新着
  • すべて
  • Heroku and Rails 3.2 asset:precompile error — Simone Carletti

    7 users

    simonecarletti.com

    This article targets Rails ~> 3.2 The article was written as of Rails 3.2. The information contained in this page might not apply to different versions. I have a very simple Rails 3.1 application, deployed on Heroku. Just after upgrading it to Rails 3.2, the deploy to Heroku stopped working properly. More specifically, the rake asset:precompile task was failing during slug compilation. Your bundle

    • テクノロジー
    • 2012/02/06 10:20
    • heroku
    • rails
    • rails3.2
    • Capistrano: Executing a command as root without using sudo — Simone Carletti

      3 users

      simonecarletti.com

      I don't have time to read and I want to jump immediately to the solution. The problem From the day I started using DelayedJob in combination with God, I faced the problem to restart the god group every time I deployed a new application release. In fact, when a rake task (God runs DelayedJob using the rake jobs:work task, here's the config) is started, it loads the entire Rails environment and keep

      • テクノロジー
      • 2011/12/12 02:28
      • capistrano
      • god
      • Configuring a Git repository with Redmine — Simone Carletti

        4 users

        simonecarletti.com

        One of the features I enjoy the most about Redmine is the built-in support for the most common SCM tools including Subversion, Git and Mercurial. As a Rubyist, you are probably using Git for the most of your Ruby/Rails projects and chances are you'd like to have Redmine synchronized with your Git repositories. Configuring a Git repository with Redmine it's really straightforward but if you come fr

        • テクノロジー
        • 2011/12/05 11:16
        • redmine
        • git
        • Understanding Ruby and Rails: Delegate — Simone Carletti

          5 users

          simonecarletti.com

          This article targets Rails 2.3 Rails 3 The information contained in this page might not apply to different versions. This is article is part of my series Understanding Ruby and Rails. Please see the table of contents for the series to view the list of all posts. Delegation is a quite common practice in Ruby projects, if you consider proxies, mixins and composition as the ingredient of the Delegati

          • テクノロジー
          • 2011/10/04 12:25
          • Rails
          • Configuring Rails 3 to use HTTPS and SSL — Simone Carletti

            9 users

            simonecarletti.com

            This article targets Rails 3 The article was written as of Rails 3.1. The information contained in this page might not apply to different versions. There are several ways to force your Rails application to use SSL and the HTTPS protocol. Rails >= 3.1 If you are using Rails 3.1 (currently available in beta1) or greater, this commit makes it incredibly easy to switch from HTTP/HTTPS and vice-versa.

            • テクノロジー
            • 2011/05/06 01:01
            • ssl
            • rails
            • Public Suffix libraries — Simone Carletti

              3 users

              simonecarletti.com

              As part of my contributions to the Mozilla Public Suffix List project, I developed some libraries in different programming languages to interact with the Public Suffix List. The public_suffix Ruby gem The publicsuffix Go package

              • テクノロジー
              • 2011/05/02 18:07
              • ruby
              • Understanding Ruby and Rails: Lazy load hooks — Simone Carletti

                18 users

                simonecarletti.com

                This article targets Rails 3 The article was written as of Rails 3.2. The information contained in this page might not apply to different versions. This is article is part of my series Understanding Ruby and Rails. Please see the table of contents for the series to view the list of all posts. A small-but-interesting feature introduced in Rails 3 is the built-in support for lazy loading. Lazy loadi

                • 暮らし
                • 2011/04/12 03:08
                • rails
                • ActiveSupport
                • rails3
                • ruby
                • tips
                • The Road to Rails 3: make your Rails 2.3 project more Rails 3 oriented — Simone Carletti

                  5 users

                  simonecarletti.com

                  With the first Rails 3 Release Candidate available in a few days and the final version just around the corner, it's time to start thinking in The Rails 3 way. Many developers, including myself, already started to work with Rails 3 and many others are tracking the changes, waiting for the right time to upgrade their Rails 2 applications. There are already thousands of articles talking about the mos

                  • テクノロジー
                  • 2010/08/03 02:13
                  • ruby-on-rails
                  • Rails
                  • あとで読む
                  • Unobtrusive JavaScript in Rails 3 — Simone Carletti

                    22 users

                    simonecarletti.com

                    This article targets Rails 3 The article was written as of Rails 3.0. The information contained in this page might not apply to different versions. One of the biggest changes on the frontend side of the upcoming Rails 3 version is the replacement of the Prototype JavaScript helpers in favor of Unobtrusive JavaScript (UJS). The implementation of Unobtrusive JavaScript, and the consequent removal of

                    • テクノロジー
                    • 2010/06/09 09:30
                    • rails3
                    • rails
                    • javascript
                    • jQuery
                    • ajax
                    • jquery
                    • ruby
                    • js
                    • Understanding Ruby and Rails: Rescuable and rescue_from — Simone Carletti

                      5 users

                      simonecarletti.com

                      This article targets Rails 2.3 Rails 3 The information contained in this page might not apply to different versions. This is article is part of my series Understanding Ruby and Rails. Please see the table of contents for the series to view the list of all posts. Last time I talked about the ActiveSupport Module#delegate method. Today, I want to introduce an other poweful ActiveSupport module: Resc

                      • テクノロジー
                      • 2010/05/30 20:57
                      • rails
                      • Understanding Ruby and Rails: Reading Source Code — Simone Carletti

                        5 users

                        simonecarletti.com

                        This is the first post, as well the table of contents, of my series Understanding Ruby and Rails (formerly known as Inside Ruby on Rails). This post is updated whenever a new article is published. Jump to end of this page to view list of all posts. In my experience, the most part of Rails developers tend to use just a really limited subset of all the features the Rails framework offers. If you cou

                        • テクノロジー
                        • 2010/05/11 22:42
                        • rails
                        • 後で読む
                        • Ruby
                        • Understanding Ruby and Rails: Serializing Ruby objects with JSON — Simone Carletti

                          3 users

                          simonecarletti.com

                          This article targets Rails 2.3 Rails 3 The information contained in this page might not apply to different versions. This is article is part of my series Understanding Ruby and Rails. Please see the table of contents for the series to view the list of all posts. A few weeks ago, Alan Skorkin posted a nice article about serializing objects with Ruby introducing different serialization options, incl

                          • テクノロジー
                          • 2010/04/30 17:19
                          • Capistrano and database.yml — Simone Carletti

                            6 users

                            simonecarletti.com

                            Last week, an user asked the Capistrano mailing list about database password best practices. This reminded me that I never posted here a Capistrano recipe I created almost one year ago to solve exactly this problem. Which problem? Imagine you need to deploy a new Rails application. As you probably know, Rails stores all the database configurations in a single file called config/database.yml, inclu

                            • テクノロジー
                            • 2010/03/01 22:41
                            • capistrano
                            • rails
                            • tips
                            • Capistrano: File Transfer actions — Simone Carletti

                              5 users

                              simonecarletti.com

                              Capistrano provides 5 super helpful methods you can use to transfer files and resources from your local machine to remote servers and vice versa. Those methods lives in a module called FileTransfer, part of the Capistrano::Configuration::Actions namespace. The FileTransfer methods are: upload put download get transfer These methods are not a merely a ssh-based implementation of the basic FTP comma

                              • テクノロジー
                              • 2010/02/13 16:44
                              • Capistrano
                              • development
                              • *あとで
                              • Apache Log Regex: a lightweight Ruby Apache log parser — Simone Carletti

                                5 users

                                simonecarletti.com

                                This is going to be a really fruitful month for me. I completed a couple of long-time standing activities and I finally had some time to go back working on my Ruby gems. After the third version of my Ruby client for delicious API, this is the turn of Apache Log Regex. ApacheLogRegex is designed to be a simple Ruby class to parse Apache log files. It takes an Apache logging format and generates a r

                                • テクノロジー
                                • 2009/03/14 21:32
                                • ruby
                                • Capistrano: Managing an uploads folder — Simone Carletti

                                  4 users

                                  simonecarletti.com

                                  Quite often you might want to integrate upload capabilities in your Rails application. For example, you want to provide users the ability to configure their avatar or your e-commerce needs to display an image in the product page. Creating an upload system in Rails is a piece of cake. There are tons of plugins out of there that you can install and configure in a couple of click. Here's a couple of

                                  • テクノロジー
                                  • 2009/02/27 01:53
                                  • Capistrano

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

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

                                  『Simone Carletti — Underwater programmer』の新着エントリーを見る

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

                                  j次のブックマーク

                                  k前のブックマーク

                                  lあとで読む

                                  eコメント一覧を開く

                                  oページを開く

                                  はてなブックマーク

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

                                  公式Twitter

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

                                  はてなのサービス

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