Sonja Bohr's blog



Sonja BohrSonja Bohr
Standup 09/29/2011: Embedded Jasmine in rails apps
edit Posted by Sonja Bohr on Thursday September 29, 2011 at 01:26PM

Ask for Help

"I get an error when trying to bundle w/ included git repository URLs"

Don't try to change the yaml parser

*With the 1.2.rc1 Jasmine gem, if you explicitly set src_files to each file (.JS or .js.coffee), it works fine. When you include a glob to all JS files it also works.

e.g. src_files:

  • app/assets/**/*.js

However, when you set it to include coffee and js, the server hangs on requesting the page.

src_files:

  • app/assets/**/*.js
  • app/assets/**/*.js.coffee*

Possibly check out TestTrack, lets you embed Jasmine in your rails app

Sonja BohrSonja Bohr
Standup 09/27/2011: Some questions have no answers
edit Posted by Sonja Bohr on Tuesday September 27, 2011 at 01:45PM

Ask for Help

"I have to totally blow away ~/.rvm and reinstall lots of gems to get things running on snow leopard. This is annoying, what should I do?"

This is probably because some files are not writable by default; starting from scratch is probably the best answer

Chrome driver on CentOS?

*crickets*

"Raphael is slow"

Consider using CSS3 3D transforms / ask Steve(?) when he comes back

Interesting Things

  • There are no interesting things today