RubyFlow : The Ruby Community Blog

Home   Submit   Sign Up   Log In   leaders   Twitter   RSS Feed  
 

makaroni4 — 8 posts

http://gistflow.com

It is extremely important to know how well your project is going. The best way to do it – just plot some metrics. In blog post Visualising database some tricky ActiveRecord queries are described with code examples of Google Charts to visualise query results.
In this blog post you can find sufficient manual how to install Jenkins CI on clean machine and configure it to build your Rails application.
If you work on a project that is quite old and you haven't looked in database schema yet it is time to clean up the garbage! See all empty columns with this simple ruby script.
In my blog post I described how we created GitFM – service for personal recommendations of Github repos.
Check this out: Gitfm.com.
May be this is too captain but I just freed 1Tb of memory on production server by deleting old releases folder. Be sure to automate releases cleanup in your deploy.rb: recipe.
Make deploy time shorter by skipping migrations. Here is the solution.
Here is my blogpost about using Garb gem in rails app for displaying page views and real example of using it.