Using Jammit in Rails
I'll show you how to easily integrate Jammit in a Rails 3 application.
Continue reading...I'll show you how to easily integrate Jammit in a Rails 3 application.
Continue reading...Update: I write a more detailed version of this topic here http://www.ruby-on-rails-outsourcing.com/2011/10/07/how-to-use-phusion-passenger-with-multiple-ruby-versions/ This post will show you how to use RVM with Passenger.
Continue reading...Those who are doing BDD knows Cucumber. But Cucumber is not the only tool that helps you to do acceptance testing of Rails applications. There is Steak.
Continue reading...New Relic has been a top choice when one choose a Rails performance monitoring tool. We use them too on some of our clients production app. But New Relic is not the only option in Rails performance monitoring scheme.
Continue reading...If you are doing TDD thet Autotest is a good thing for you. Autotest would run a subset of your test suite each time you change a file. That way Autotest will give you instant feedback on your code. The testing happens on its own so you no longer have to switch back and forth from the coding context to the testing context anymore
Continue reading...