RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Submit a post

You can use basic HTML markup (e.g. <a>) or Markdown.
Note that your post may be edited to suit the format of the site.

As you are not logged in, you will be
directed via GitHub to signup or sign in

Post Preview

Note: Only the first pargraph is shown on the front page and overly long paragraphs may be broken up.

Request Log Analyzer + Scout = Lightweight & Rich Rails Monitoring

With just the path to a Rails log file, Scout now provides analysis of your production Rails Application via the excellent Request Log Analyzer, written by Willem van Bergen and Bart ten Brinke. Get reports of most used actions, most expensive actions, breakdowns by database time, view rendering time, etc. Combined with Scout’s plugin system, graphs, and email alerts, you can get a comprehensive view of your production environment. See more info on Rails monitoring with Scout + Request Log Analyzer.

It’s a nice idea, but I don’t understand why it’s so expensive. If it was 25% …
@MJS - We (Scout) do offer a 30-day free trial on all of our plans (as well as …
Sometimes women not figure out while pairing them on top of dresses. To get a …

Ruby Equality And Object Comparison

Object comparison is extremely important, not only do we tend to often explicitly compare objects to each other but objects are frequently compared and tested for equality ‘behind the scenes’, by core and library classes (i.e. ordering of objects in collections etc.). When it comes to object equality Ruby is interesting in that it provides multiple methods to test for object equality each with a slightly different purpose. So, lets not waste any time and jump straight into Ruby Equality And Object Comparison.

Laminate - Safe user templates for your Ruby apps

We’ve recently pushed a new Ruby template system called Laminate up to github. Laminate binds the Lua runtime into Ruby to support safe user templates. Laminate is deployed in production supporting our VodSpot product.

In response to “not_another_template_system!”: You are missing the goal of t…
Does Laminate offer more security over Liquid? I realize Liquid was written in …
@not_another_template_system!: dude… u shud at least read b4 posting a comment …
Mitchell is correct, Laminate is for *user editable” templates, not for interna…
Loading older posts