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
One thing some projects do that we could do more of is identifying problems that would be good for newcomers to tackle. We've been really thrilled to see lots of new faces over the past few weeks, and so here is a bouquet toss for an excellent project idea that could get your contribution featured on the Stimulus Reflex Expo site.
Rails routes explorer
Let's offer visitors a demo where they can inspect the routes on the site. It can borrow elements from the Tabular (sorting), Book Search (filtering) and Todos (facets) demos.
You can obtain this data from running rake routes and memoizing it, or from introspecting the Rails routing system directly, if you know how to do that.
The idea is that you could filter by string, sort by name, method, etc, and use checkboxes to turn on/off things like http verb.
Genuinely useful and relevant to developers while showing off a practical use case. Who's interested?
The text was updated successfully, but these errors were encountered:
One thing some projects do that we could do more of is identifying problems that would be good for newcomers to tackle. We've been really thrilled to see lots of new faces over the past few weeks, and so here is a bouquet toss for an excellent project idea that could get your contribution featured on the Stimulus Reflex Expo site.
Rails routes explorer
Let's offer visitors a demo where they can inspect the routes on the site. It can borrow elements from the Tabular (sorting), Book Search (filtering) and Todos (facets) demos.
You can obtain this data from running
rake routes
and memoizing it, or from introspecting the Rails routing system directly, if you know how to do that.The idea is that you could filter by string, sort by name, method, etc, and use checkboxes to turn on/off things like http verb.
Genuinely useful and relevant to developers while showing off a practical use case. Who's interested?
The text was updated successfully, but these errors were encountered: