February 2012
4 posts
4 tags
nice solitr game →
you can find sources in the next following link:
https://github.com/joliss/solitr
7 tags
Pomodoro App
Hi everyone!
I’ve just pushed my simple application for working with pomodoro.
based on backbonejs, jquerymobile, sinatra, rack-offline.
http://pomodoro-app.heroku.com/
5 tags
Enable localStorage for cucumber features
We have already made fork for capybara-webkit and now we can test localStorage features using cucumber/capybara-webkit.
But for enabling properly this feature you should use the next following snippet in the env.rb:
Capybara.default_host = "lvh.me"
Capybara.app_host = "http://lvh.me:3003"
Capybara.server_port = 3003
Before('@html5') do
if [:webkit, :webkit_debug].include?...
need help →