Skip to content
railsengines.com

Auctify

Rails engine for auctions of items

No ratings yet
Gem
auctify
Repository
sinfin/auctify
License
MIT
Stars
14
Added
August 08, 2026

About

Rails engine for auctions of items

What you get

  • :item - object/model, which should be auctioned (from main_app)
  • :user - source for seller, owner, buyer and bidder (from main_app)
  • sale - sale of :item; can be direct retail, by auction or some other type
  • auction for one :item (it is Forward auction) (v češtině "Položka aukce")
  • seller - person/company which sells :item in specific sale
  • bidder - registered person/user allowed to bid in specific auction
  • buyer - person/company which buys :item in specific sale ( eg. winner of auction)

Installing it

ruby
# Gemfile
gem "auctify"

Details

14 stars on GitHub · MIT licensed · maintained by sinfin. Source: https://github.com/sinfin/auctify

Discussion (0)

Sign in to join the discussion.

No comments yet.