RailsCasts Pro episodes are now free!

Learn more or hide this

Peter Liu's Profile

GitHub User: blindninja

Comments by Peter Liu

Avatar

I like Twitter Bootstrap because it has same nice CCS features and javascript features like pophover, drop down menus, etc. I suppose one can use jQuery to achieve that but Twitter Bootstrap makes it really nice. My only compliant is that it uses LESS instead of SASS.

Back to Compass, can one have BOTH Compass and Twitter Bootstrap? I would like to have the dynamic nature scaling for mobile devices while having the mixing of Compass.

Avatar

Pretty awesome. I've been using RSpec for a while and the tests are really slow. I really like how light weight MiniTest is. Hopefully it'll run faster.

Avatar

If we add a few middle on the top of the stack and gain performance for those items, will it slow down the rest of the app because the middleware stack is now deeper?