Get the latest tech news
Rendering Markdown Views in Rails
fantastic tool for building web applications, with a large set of conventions and "batteries-included" libraries guiding the development. One area where Rails does not have great support though is for hosting static Markdown pages along with the rest of the application.
Rails is a fantastic tool for building web applications, with a large set of conventions and "batteries-included" libraries guiding the development. I host my Rails app at the latter, and though I might do some routing magic to forward from one domain to the other, I would much prefer deploying the full stack as a monolith, documentation included. Nicer formatting using `prose` In the previous section, we defined the PagesController and an index route to register our markdown file at the root path.
Or read this on Hacker News