🌴
On vacation
Ruby on Rails ninja.
Very interested in crypto related projects - hit me up!
- Amsterdam, Netherlands
-
01:36
(UTC +01:00)
Pinned Loading
-
cryptodonate.me
cryptodonate.me PublicLet streamers easily accept donations based on Bitcoin and other cryptocurrencies
-
-
a great way to implement friendship ...
a great way to implement friendship AND blocklists for a rails-application. including specs for minitest. 1class User
2has_many :relations, class_name: "User::Relation"
3has_many :friends,-> { where user_relations: {type: :friendship, state: :confirmed }}, through: :relations
4has_many :pending_friendships,-> { where user_relations: {type: :friendship, state: :pending }}, through: :relations, source: :friend
5has_many :blocked_users,-> { where user_relations: {type: :block }}, through: :relations, source: :friend
-
monero-mining-calculator
monero-mining-calculator PublicThe real Monero Mining Calculator - with the true blockreward calculation! Written in React.js.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.