js-routes icon indicating copy to clipboard operation
js-routes copied to clipboard

Brings Rails named routes to javascript

Results 3 js-routes issues
Sort by recently updated
recently updated
newest added

This may be TypeScript specific, but with the native Rails route helpers, you can call in a couple ways. For example, assume Lead=1, Team=2 and App=3: ```ruby irb(main):002:0> app.lead_path({id: 1,...

Hi, First of all, thank you for this amazing gem. I have been using it for a while and it works very well! I'm writting a Ruby on Rails gem...

Hi! I have a simple project that doesn't use any import/export modules and is still using sprockets. On latest version, if I have this configuration: ```ruby JsRoutes.setup do |c| c.module_type...