Setting up Javascript environment with NVM on Ubuntu 14.04

Posted Over 9 years ago by konjoot.
github.com

NVM provides you more convenient way to manage and set up your Javascript(Node.js) environment. First install NVM, note git...

Rspec + Capybara + Rails4 + Spork (intergation tests setup with selenium and poltergeist)

Posted Over 10 years ago by konjoot.

Add in Gemfile: group :development, :test do gem 'rspec-rails' gem 'spork-rails' end group :test do gem 'capybara'

Javascript with Turbolinks in Rails 4

Posted Over 10 years ago by konjoot.

If some of your scripts don't work with turbolinks, you should do the following: ready = -> #your code here