🧑💻
Failure is success in progress
Web developer & open source lover
-
Inteliens
- Spain
- https://borlafdev.com
- @borlafdev
Pinned Loading
-
-
QtProcessesCpp
QtProcessesCpp PublicA example application about C++ processes inside a Qt 5 application
C++
-
SampleFragmentAndroid
SampleFragmentAndroid PublicSample application to show the different uses of the fragments in Android
Java 1
-
-
Get a JSON of controller actions usi...
Get a JSON of controller actions using rails routes api 1actions_grouped_by_controler = {}
2Rails.application.routes.routes.map do |route|
3actions_grouped_by_controler[route.defaults[:controller]] = [] if actions_grouped_by_controler[route.defaults[:controller]].nil?
4actions_grouped_by_controler[route.defaults[:controller]] << route.defaults[:action]
5end
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.