Skip to content Skip to sidebar Skip to footer
Showing posts with the label Sinatra

How To Redirect Web Page From A Specfic Page In Sinatra?

In Sinatra, how to redirect a web page from a specific page? require 'sinatra' get '/A… Read more How To Redirect Web Page From A Specfic Page In Sinatra?

How To Include A Javascript File With Sinatra Using Ajax

Note: This works fine when I don't use ajax. I have the same behavior with slim and haml. Here… Read more How To Include A Javascript File With Sinatra Using Ajax