Mark Provan Avatar

Posts tagged ruby

28 Notes

Subdomains with Devise

Neat way I found to integrate subdomains into your Rails app.

Notes

Riding Shotgun with Sinatra

I’m currently learning Sinatra and discovered that every time I make a change to an app, I would have to manually restart my Sinatra server. Obviously, this can become quite tedious, especially when only making tiny changes to an app at a time. I discovered Shotgun the other day, and its safe to say that its awesome! It sits between Sinatra and Rack, and ‘reloads’ your app on changing a file. Pretty cool!