Blogs


The underrated power of dry-schema | Hanami Mastery
dry-validation is the most popular gem from the whole collection of the DRY libraries, there is no doubt about it. Validating data incoming to the system is an extremely important thing to do well, and dry-validation is probably the best ruby gem ...

RubyOnRails.BA site could soon get million page views per month :)
Just wanted to share some statistics about rubyonrails.ba. A website which lately, having so big progress in terms of user visits and page views.For a last month daily site visits are up to 10 times. Before that it was normal to collect 2000-4000 ...

It Doesn't Have To Be Crazy At Work! // (DHH) David Heinemeier Hansson
David Heinemeier Hansson is the creator of Ruby on Rails, co-founder of Basecamp & HEY, author, Le Mans class-winning racing driver, antitrust advocate, frequent podcast guest, and family man.
He is a best selling author, having co-written the Ne...


Performance at GitHub: deferring stats with rack.after_reply | The GitHub Blog
How we sped up GitHub.com by moving slow, non-critical code into rack.after_reply.Performance is an essential aspect of any production application, and GitHub is no exception. In the last year, we’ve been making significant investments to improve ...


216 Ruby on Rails Open Source Applications You Can Use as a Reference | hexdevs
Not sure how to implement a new Ruby on Rails feature? A proper model, controller, migration? Or how to write a test for the code you’re writing?What if you could easily access a massive library of full-blown Ruby on Rails Applications used in the...

Rails formation - plan and bootstrap Rails applications
For the last few weeks, I have been working on a new way of bootstrapping Rails applications. I wanted to make it less boring and more effective. So today, I can share the first version of the Rails formations library with you. Let me know your th...