Joined October 2012
·
Posted to
RubyMine 6.0 Remote Ruby SDK + debugging
over 1 year
ago
Hum, no. Have you tried to do Test connection...
and it worked?
Maybe you can try again and wait a little longer since it takes time for RM to download all the gems to local machine. Especially on Windows where you don't have NFS sharing...
Posted to
Validate URLs in Rails
over 1 year
ago
Nice. But the problem is that it allows http:google.com
, http:/google.com
, http:///google.com
and such...
Posted to
Testing your JavaScript with Karma runner
over 1 year
ago
Have you included jasmine-jquery
library? It includes loadFixtures
function...
Posted to
Remote visual debugging with RubyMine 4.5 / 5
over 1 year
ago
Thanks eyechu. Also this post is already outdated, because in new RubyMine we have Remote Ruby SDK option which supports debugging out of the box.
Achievements
623 Karma
34,518 Total ProTip Views
Nephila Komaci
Have at least one original repos where PHP is the dominant language
Velociraptor
Have at least one original repo where Perl is the dominant language
Honey Badger
Have at least one original Node.js-specific repo
Kona
Have at least one original repo where CoffeeScript is the dominant language
Altruist
Increase developer well-being by sharing at least 20 open source projects
Forked
Have a project valued enough to be forked by someone else
Mongoose 3
Have at least three original repos where Ruby is the dominant language
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Mongoose
Have at least one original repo where Ruby is the dominant language
Charity
Fork and commit to someone's open source project in need
Python
Would you expect anything less? Have at least one original repo where Python is the dominant language
Cub
Have at least one original jQuery or Prototype open source repo
Raven
Have at least one original repo where some form of shell script is the dominant language
That was super useful since PhantomJS pre 2.0 still doesn't support MutationObserver. Thanks! :)