Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/2called-chaos/circular_dependency
Demonstration of circular dependency error with Rails 4 + namespaces concerns in development
https://github.com/2called-chaos/circular_dependency
Last synced: about 2 months ago
JSON representation
Demonstration of circular dependency error with Rails 4 + namespaces concerns in development
- Host: GitHub
- URL: https://github.com/2called-chaos/circular_dependency
- Owner: 2called-chaos
- Created: 2014-03-16T04:08:46.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-16T04:11:30.000Z (almost 11 years ago)
- Last Synced: 2024-10-14T13:47:54.489Z (3 months ago)
- Language: Ruby
- Size: 125 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Circular dependency error
This is a demonstration of how to provoke the circular dependency error when using namespaced concerns
with Rails 4.## HowTo
1. Start server, visit the page (you get the raise message)
2. Reload the page (you get Circular dependency warning)
3. comment out the raise and reload the page (ruby process hangs at 100% CPU)