sql >> データベース >  >> RDS >> PostgreSQL

Rails 4カスタム404により、Herokuでpostgresql接続が失敗します

    機能的なコントローラーコードは次のとおりです。

    class ErrorsController < ApplicationController
      def not_found
        respond_to do |format|
          format.any(:htm, :html, :xls, :xlsx) { render :status => 404, :layout => "error_frame", :formats => [:html] }
          format.all { render nothing: true, status: 404 }
        end
      end
    
      def unacceptable
        respond_to do |format|
          format.html { render :status => 422, :layout => "error_frame" }
          format.all { render nothing: true, status: 422 }
        end
      end
    
      def internal_error
        respond_to do |format|
          format.html { render :layout => false, :status => 500 }
          format.all { render nothing: true, status: 500}
        end
      end
    end
    



    1. mysqlで1週間前のレコードを選択します

    2. SQL Server 2008 一連の日時を生成する

    3. データベース管理用のMySQLWorkbenchをインストールします

    4. MySQL GROUP_CONCAT:出力のフォーマット