Trying to reproduce this stackoverflow question.
bundle installshotgun -o '0.0.0.0' app.rb- Visit
http://localhost/title/?t=burası
Trying to reproduce this stackoverflow question.
bundle installshotgun -o '0.0.0.0' app.rbhttp://localhost/title/?t=burası| require 'sinatra' | |
| get '/title/' do | |
| params.inspect | |
| end |
| source :rubygems | |
| gem 'sinatra' | |
| gem 'shotgun', :group => :development |