This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require "hanami/model/coercer" | |
require "sequel" | |
require "sequel/extensions/pg_json" | |
class PGJsonB < Hanami::Model::Coercer | |
def self.dump(hash_map) | |
::Sequel.pg_jsonb(hash_map) | |
end | |
def self.load(jsonb) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require "minitest/autorun" | |
def raise_an_exception | |
raise "Raised!" | |
end | |
module Minitest | |
module Ensure | |
def ensure_to_call_after(name) | |
old_test_method = instance_method("test_#{name}") |
- https://pragprog.com/book/jrport2/manage-your-project-portfolio-second-edition
- http://www.sandimetz.com/99bottles
http://objectsonrails.com/(read)https://pragprog.com/book/d-jrlean/agile-and-lean-program-management#links(read)- https://leanpub.com/teamleader
- https://www.theeffectiveengineer.com/book
- https://www.amazon.com/Liftoff-Launching-Agile-Teams-Projects/dp/097792016X
- https://en.wikipedia.org/wiki/Critical_path_method
- https://www.amazon.fr/Uterus-Feature-Not-Bug-Overthrowing/dp/0062641816
https://leanpub.com/4rulesofsimpledesign/(read)
OlderNewer