Giter Club home page Giter Club logo

Comments (8)

resistorsoftware avatar resistorsoftware commented on July 23, 2024

I changed the :root in my config.ru to be "index" instead of blog. So that works when the url is localhost:9292/blog/ and not localhost:9292/blog which is understandable. Is there a way to ensure the localhost:9292/blog without the trailing slash works too? Also, this technique fails when you try the read-on links... they do not append the /blog into the constructed URL and hence those links do not work out of the box.

In my rhtml template I prepend the hrefs dumping article.path with /blog which produces a working url. That sucks.

Also, in toto's init I check if path.nil? is true before trying to build the route. If it is, I simply set it to '/' and it then works for both /blog and /blog/. Again.. an unecessary hack?.... Anyone else using Toto this way???

ack thpfft...

from toto.

cloudhead avatar cloudhead commented on July 23, 2024

Hey, so I looked into this, and the problem was that path_info was "", when doing a request to /blog, instead of / which was expected. I pushed a fix in v0.3.1, tell me how it goes. Also, note that toto will have no idea that the url is actually /blog, it will see it as /.

from toto.

resistorsoftware avatar resistorsoftware commented on July 23, 2024

Ok. Thanks for the fix to path_info. Now you're telling me that no matter what the url is set to, http://example.com or http://example.com/blog/ toto will continue to just see '/' for generating links to articles? Is there a way to use url perhaps? Thanks..

from toto.

cloudhead avatar cloudhead commented on July 23, 2024

hehe no, the path will be / for /blog, the url var will always be whatever you set it to in the config, which should be http://example.com/blog/ in this case.

from toto.

resistorsoftware avatar resistorsoftware commented on July 23, 2024

Ok.. so in the ERB templates... it will be necessary to preface article.path with something. yick.

from toto.

cloudhead avatar cloudhead commented on July 23, 2024

Well, you could also just use article.url, which is effectively a permalink

from toto.

resistorsoftware avatar resistorsoftware commented on July 23, 2024

MMM.. article.url. Okay. Odd thing about that method is it renders the permalink with a trailing slash, which then raises a 404 exception when you try and venture forth there.

from toto.

cloudhead avatar cloudhead commented on July 23, 2024

Really? the end slash shouldn't pose a problem, in fact path ends the url with a slash too..

from toto.

Related Issues (20)

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.