Мыслепомойка

Java, Ruby, git, MacOSX

March 4, 2010 at 10:51am

A simple way of creating Sinatra applications on Heroku

I’ve just pushed Sinatra project template that could be used on Heroku environment. Here is a usage case:

git clone git@github.com:dashin/sinatra-heroku-template.git
mv sinatra-heroku-template YOUR_PROJECT_NAME
heroku create YOUR_PROJECT_NAME
cd YOUR_PROJECT_NAME
git remote add heroku git@heroku.com:YOUR_PROJECT_NAME.git
git push heroku master
git remote rm origin

Any comments are highly appreciated!

February 15, 2010 at 2:56pm

Gistamine - gist.github.com Chrome extension

Today I’ve released the first version of Google Chrome extension called Gistamine. I hope it could be usefull for anybody. Here some screenshots:

Project source is located here: http://github.com/dashin/gistamine. To install visit the project’s details page. Feel free to contact me with any suggestions.