RailsCasts Pro episodes are now free!

Learn more or hide this

Tyler Smart's Profile

GitHub User: tesserakt

Site: http://www.athenians.info

Comments by Tyler Smart

Avatar

1000 page hits and not even a second improvement with Turbolinks? For most people it seems like the extra hassle of refactoring code is not worth it. Heed Mr. Knuth's words in this instance, unless you absolutely need that extra 5%.

Avatar

The deploying with JRuby pdf is also good.

Avatar

I use torquebox and it is great. I don't have to deploy memcached, resque, use cron, etc. All encapsulated in one system, JBOSS.

Avatar

Well, I think the deployment headache is worth it when you see the performance if offers over MRI as well as what torquebox gives you out of the box.

Avatar

I use torquebox and yes, the deployments are the worst. The whole site goes down for 30 seconds.

Avatar

I would say yes and to run it on Torquebox if it has any complexity.

Avatar

Ryan, this is not my thumbnail from github, in fact I don't know who this is... could my thumbnail be refreshed?

Avatar

A good alternative to RMagick if your needs are just resizing: https://github.com/seattlerb/image_science

Avatar

Ryan,

So am I right in thinking that I have to invoke the methods that would otherwise have been called on page load? That is, we cannot rely upon DOM events firing for our fixtures? Integration testing is where you would want to test that (or call the function manually in the Jasmine test)?

Avatar

You can also override from using Class.from('select * from blah') in case you need to do nested selects.

Avatar

I switched to RubyMine from VIM a while ago b/c the remote degugger is such a pain to inject every time using VIM/TEXTMATE/WHATEVER. Visual debugging is REALLY nice :) I'm not sure what technique they use, but debugging has worked on Ruby 1.9.3 for a while with RubyMine.