could one recommend a very good gem for creating a booking system.
i would like to create a similar website such as www.airbnb.co.uk where users can book dates to rent an item (where as in the case of airbnb its booking an apartment). there are many out there, but if one could recommend a good gem i would very grateful
i have come across the below gem: bookable
Task
i am building an app that allows users to rent an item and book the dates to rent that item.
To build a site like airbnb , you will need 2 set of users . Let's say renters and buyers . You can create different users using devise . Devise provides a lot of in built goodies that would help you get up and started easily . Next you would need something to check for roles and authorization , you can look into either Pundit or Rolify whichever suits your need . For payment purpose , you can use Stripe which has detailed documentation and can be up and working quickly :)