Thin is an EventMachine-based web server written in Ruby for running Rack-based web apps.
A Rails 3.2.0 app, working fine with Thin web server, both locally and on Heroku cedar stack. After: $ git branch work $ …
ruby-on-rails-3 git thinpublic static Connection getConnection()throws SQLException,ClassNotFoundException { String username="scott"; String password="tiger"; String url="jdbc:oracle:thin:@localhost:1521"; Connection …
java oracle11g thin sqlexceptionI have a rails app running a thin server on heroku. It currently uses http. I would like to use …
ruby-on-rails ssl https thinIt seems like it's taken for granted that you must not use Webrick as production server, but I can't really …
ruby-on-rails production-environment thin webrick unicornI've been starting Thin with thin -V start in development. However, I would like Thin to be the default instead …
ruby-on-rails ruby ruby-on-rails-3 thin webrickI'm learning thin server, by now I can use thin start to fire up the server, but the port is 3000, …
ruby thinI'm running a Rails app locally (Thin server), and I can connect locally from the browser (localhost:3000), but when I …
ruby-on-rails curl osx-mavericks thinWe're working on a Ruby on Rails app that needs to take advantage of html5 websockets. At the moment, we …
ruby-on-rails nginx reverse-proxy websocket thin