Giter Site home page Giter Site logo

Comments (3)

imdrasil avatar imdrasil commented on May 20, 2024 3

@Xosmond this is fixed in v_0.3.4 branch and will be merged to master (with creating new release) on the 11th of September

from jennifer.cr.

g33kidd avatar g33kidd commented on May 20, 2024

I wasn't requiring my .database.yml correctly. After I did that it worked properly. Maybe a TODO for better errors?

from jennifer.cr.

Xosmond avatar Xosmond commented on May 20, 2024

@g33kidd Could you please show how you solve it?. I'm experiencing the same problem.

require "jennifer/adapter/postgres" # for postgres
require "jennifer"

Jennifer::Config.configure do |conf|
  conf.host = "localhost"
  conf.user = "user"
  conf.password = "pass"
  conf.adapter = "pg"
  conf.db = "mig_db"
  conf.migration_files_path = "./migrations"
end

Jennifer::Config.configure do |conf|
  conf.logger = Logger.new(STDOUT)

  conf.logger.formatter = Logger::Formatter.new do |severity, datetime, progname, message, io|
    io << datetime << ": " << message
  end
  conf.logger.level = Logger::DEBUG
end

This is my config file.

from jennifer.cr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.