Skip to content

Show how to handle database locks in Rails

Notifications You must be signed in to change notification settings

3v0k4/database-locking

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Database Locking

This repository presents a few scenarios in which database locking is required to guarantee the correctness of the code in case of concurrent requests.

Feel free to check the controllers to see how the logic is implemented. Also, you find tests for most endpoints in bin/.

About

Show how to handle database locks in Rails

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 83.4%
  • HTML 14.6%
  • CSS 1.8%
  • JavaScript 0.2%