Giter Site home page Giter Site logo

less-js-routes's People

Contributors

jonbrenner avatar stevenbristol avatar yax avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

less-js-routes's Issues

functions do not return correct path with when no format is specified

What steps will reproduce the problem?

  1. Using routes with :format (like default map.resource generated routes).

What is the expected output? What do you see instead?
I.e: route admin_ticket_path(4) should return admin/ticket/4 instead it
returns admin/ticket/4undefined.

What version of the product are you using? On what operating system?
commit d9cacd5
tree 1b1e8be1620c5bfee4e165afc0355cd2042d1faf

Please provide any additional information below.
Problem is caused by format parameter not having default value equal to
''. I fixed it in my fork, but I think it can be done prettier: http://github.com/Yax/less-js-routes/commit/eebed718bac239f3dd82235164edb90809ad05e2

Rails 3.2.3 compatability

the gem does not work for rails 3.2.3 due to changes in route to Journey Engine. I have fix in my fork but it is not backwards compatible.

Passing blank format generates wrong path

Passing blank string as a format causes path to have trailing "dot" in the end. I think your format check function should check for blank string as well as checking for undefined.

for example:
edit_user_path(2,'') //=> /users/2.

Thanks

It doesn't work with a new project

gem 'rails', '3.2.10'

I've created new Rails project, added the gem and run

rake less:js:routes

And got

rake aborted!
No such file or directory - /javascripts/less_routes.js

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.