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
Post Preview
Note: Only the first pargraph is shown on the front page and overly long paragraphs may be broken up.
Hatetepe: the HTTP Toolkit
Yesterday I released v0.4.0 of Hatetepe, an EventMachine and Fiber based toolkit for building HTTP servers, clients and proxies. Feature highlights: streaming requests and responses, keep-alive, proxying requests to another server as well as a unique way of dealing with HTTP message bodies!
Google Web Toolkit: GWT, Closure, NaCl, Dart & JS
Google officially supports JavaScript, GWT, Closure, NaCl and Dart: how do these project play together, why the competition? What’s the one true “Google” way to build a modern web application in 2012?
Capybara, Cucumber and How the Cookie Crumbles
If you’ve ever run into a brick wall trying to manage cookies within your Cucumber suite, check out Collective Idea’s latest blog post for a handy workaround.
LincsPiper: Community site by 2 mates with Aspergers syndrome
Here’s what a “do or dare” can result in. 2 teenagers I met a year ago and that have been an inspiration to me in return, have learned some Ruby, Rails and HTML5 and CSS and created this site for Lincolnshire people as a community website. Tutorial references and guides from RubyFlow, RubyInside, Rails guides, and Beginning Ruby 2nd edition - found somewhere online, among many other websites and pdf guides. Thank you Rubyists.
Never create Ruby strings longer than 23 characters!
Today I wrote about why you should Never create Ruby strings longer than 23 characters … :).
Delayed Job 3 Released
Delayed Job 3.0 was released over the holidays. Here’s a rundown of what’s new and what’s changed.
Monitoring server-side processes with God
We just published an article about monitoring with god.
quickie gem released
Quickie is tiny (less than 100 loc) Ruby testing library that adds should and should_not methods to your objects. Check out Github source repo for details an usage example.
Building a Web Client like Pros
I wrote about how to make your client application to communicate with your API
Don't repeat your capistrano rules
I just blogged about how to avoid duplication in capistrano and I want to have your opinion about that.
Going off the rails on a crazy train
“… I mean when I first saw “def” in the programming book I thought it looked something like ‘Def Leppard’ band.” [more inside]
Rack Server Pages - Simplest way to serve Ruby/ERB pages like a jsp and php.
I just released Rack Server Pages, it provides a simplest way to serve Ruby/ERB pages like a jsp and php. It supports Tilt for rendering templates, then you can use this supported engines such as Slim, Sass, CoffeeScrpt and more. For example, README is wrote in Markdown, styled by Sass and served by Rack Server Pages.
Ruby Object Model - description of super
The document at www.atalon.cz now contains a description of the parent method call (super) logic.
A conference website built with nanoc3
I just created the website that will host the next Italian Ruby Day. I’ve built it with nanoc and I wish it can be improved to be useful for many other conferences.
Geo-Rails part 6: Scaling Spatial Applications
I just posted Geo-Rails part 6: Scaling Spatial Applications, the latest installment in my ongoing series on geospatial programming using Ruby and Rails. It covers database scaling in the presence of geospatial data.
to_wordpress_html using coderay
Hello all, happy new year! I would like to share my first post here useful for highlighting your code snippets on wordpress default theme.
035 Ruby Rogues Estimation
Today the Ruby Rogues discuss estimation, tracking of projects, measuring speed and better managing project time.
Scraping Rackspace for your API Key
My recent endeavor with grepping rackspace for my api key.
ActiveRecord (and Rails) Considered Harmful
I just posted a new blog post. New years’ is about reflection, and here’s some of my reflections on how Rails could improve.
Intro to Machine Learning in Ruby
Example of statistic classification in Ruby.
Ultra Fast ORDER BY RAND solution
I just extract my own random solution to a gem . This solution is based on this post. http://jan.kneschke.de/projects/mysql/order-by-rand/ - It is fast more than you think. Check it out! https://github.com/xdite/fast_random
PubSub Chat Using HTML5 Web Socket and em-websocket
Long back i was working on HTML5 Web Socket and created pubsub chat application so i am sharing my thoughts and demo onto it.
Redis in the NoSQL ecosystem
New blog post at Siyelo’s blog: Redis in the NoSQL ecosystem.
MiniTest Quick Reference Guide
I just wrote a quick reference guide on MiniTest. It aims to demonstrate MiniTest’s main concepts and provide real world examples to get you acquainted quickly.