You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 7, 2020. It is now read-only.
You may be familiar with mountable applications from Django, it’s clone to Merb called Merb Slices or Rails Engines for Ruby on Rails. In my experiences, the Django applications are simpliest, easy to write, but not so robust, for example in redefining parts of them or in testing them in context of current project. Merb Slices are more robust, they use monkey-patching to allow you customize stuff, but it’s magic and not so easy to use or write. Due to lightweight design of Rango, we believe Django implementation is better for our purposes.