Rails Rumble Winners - Gem Teardown
11–20 of 30 posts
Re: Rails Rumble Winners - Gem Teardown
#12Nice breakdown. Just a critique, I'm willing to bet that people were using therubyracer to compile CoffeeScript.
Edit: 9=>6 per the blog post
Re: Rails Rumble Winners - Gem Teardown
#13Re: Rails Rumble Winners - Gem Teardown
#14Re: Rails Rumble Winners - Gem Teardown
#15Nice breakdown. Just a critique, I'm willing to bet that people were using therubyracer to compile CoffeeScript.
Actually, the twitter-bootstrap-rails[1] gem requires therubyracer[2] in order to compile LESS -> CSS. [1] https://github.com/seyhunak/twitter-bootstrap-rails [2] https://github.com/cowboyd/therubyracer
Re: Rails Rumble Winners - Gem Teardown
#16I'm an organiser of Rumble. If the writers are reading this, I am sure we could try and work out more if they ever want to play with more metrics. :)
Re: Rails Rumble Winners - Gem Teardown
#17Re: Rails Rumble Winners - Gem Teardown
#18Why is beanstalk often looked over? Has anyone ha problems with it before? Or is it just marketing problems..
Re: Rails Rumble Winners - Gem Teardown
#19Why is beanstalk often looked over? Has anyone ha problems with it before? Or is it just marketing problems..
The collaboration and navigation tools of Beanstalk are not up to par, last I checked. The file browsers on GitHub and Bitbucket are very responsive. The "pull request" feature is extremely useful for managing large teams where features are being developed concurrently. Beanstalk's best feature is its automatic deployment, but you can duplicate this in a more powerful way with post-commit hooks or continuous integrat…