PostgreSQL
 sql >> Baza danych >  >> RDS >> PostgreSQL

Rails 4 niestandardowe 404 powoduje awarię połączenia postgresql na Heroku

Oto kod kontrolera funkcjonalnego:

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. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. Postgresql - jedna baza danych dla wszystkich lub jedna baza danych na klienta

  2. ClassCastException:Integer nie można rzutować na Long podczas próby iteracji przez identyfikatory jednostek

  3. postgresql - uzyskaj liczbę według zakresów wartości

  4. Czy istnieje sposób na używanie OrmLite z hstores Postgres?

  5. Nie można znaleźć biblioteki klienta PostgreSQL (libpq)