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.
Easy image processing and hosting service for rails apps
Hey there Rubyists! [more inside]
RubyMine 4 is Out — Speed Up with Ruby and Rails IDE
RubyMine 4, the latest major release of the intelligent Ruby on Rails IDE from JetBrains, brings significant performance improvements, a brand new UI, improved CoffeeScript and SCSS/LESS editors, and many other features. Read more and download RubyMine 4.
Introducing Gemfury - It's Dropbox for Rubyists
We’ve just launched Gemfury: Private Gem Server cloud service. If you have packaged some private code into RubyGems, but have had problems deploying them to your hosts, Heroku, or other cloud platforms, I recommend you find out more about us.
ror_ecommerce 1.0.0 release!!!
I just released ror_ecommerce 1.0.0. I also gave a quick tutorial on how to setup ror_ecommerce on Heroku. Also take a look at the project on github. Enjoy Rails 3.2
The go command...
Thought, my recent blog post about new go command may be also interesting for the rubyists, check it out here.
Big Fat Rails - Creative Commons ebook/screencasts
Big Fat Rails is my latest project for learning Ruby on Rails. Any feedback on what you think would be valuable for a newbie to learn would be greatly appreciated.
More lib directory love!
Common patterns for happy hacking your lib directory
Static analysis for your Ruby code with Pelusa
We just launched Pelusa, a static analysis tool for Ruby code, and also blogged about it!
Viewpoint-SPWS: A Ruby Sharepoint library.
I just pushed out version 0.5.0 of viewpoint-spws; a rewrite of the previously named viewpoint_spws library. It allows one to talk to Sharepoint through its web services. There is still a lot that needs to be done but the library allows for some basic List manipulation. Viewpoint-SPWS
Call for translations for devise-i18n
This project provides translations for the devise gem in various languages - many languages have missing translations so if you can contribute, please do so! [more inside]
Miso Adventures in Scaling: PostgreSQL, Scaling and Replication
A while ago Miso migrated the primary database for our Ruby applications from MySQL to PostgreSQL. Back then, we had published a post explaining PostgreSQL setup and tuning in detail. Today, we published a followup post in the series explaining hot standbys, high availability and streaming replication and detailed instructions on how to set these up for your application.
Every Little Things Capistrano Does Is Magic
That’s the title of my new post on RubyFleebie. It’s about the not so obvious things that capistrano does when you type cap deploy in a rails 3.1+ app.
Gumrider - API client for Gumroad
Gumrider covered 99% of available methods in the Gumroad’s API and is available on Github and RubyGems. Install via ‘gem install gumrider’. Docs included in the repository.
SOA for the Little Guys
I just published an article titled SOA for the Little Guys. It covers breaking apart a monolithic app into services with testing and Sinatra as the driving forces.
Visualizing a network with the Neography gem and D3.js
Ruby nested hash trickery helps visualize a network using Neo4j and the Cypher language.
Ruby 1.9.3 on Mac OSX Lion via RVM: Success Story
Your Rails app deserves to benefit from the faster loading performance brought by Ruby 1.9.3! This post explains how to successfully install Ruby 1.9.3 on Mac OSX Lion, via RVM.
"Creating basic Chrome extensions" and "Object Oriented Nirvana"
Check out this week’s internal talk slides at Codegram (taken from our blog): Basic Chrome Extensions: Marc Divins introduced us to the creation of some extensions. Warning: Intense trolling ahead! Object Oriented Nirvana: Oriol Gual refactored some of our Spinach codebase by applying some Object Orientation’s best practices taken from The ThoughtWorks Anthology
Spotify Water Cooler - Killing productivity...one beat at a time!
Last weekend, I won 1st place at the 2012 API Hackday NYC with my submission Spotify Water Cooler. It is a Spotify playlist manager that interacts with Spotify playlists (intended to be played on a shared space/office computer blasting Spotify). The water cooler bit refers to a simple non-persistant web chat as well as the awesome Twilio Client API integration for a voice chat from the browser. The app was built with Sinatra. Enjoy!
Not use time_ago_in_words
Rails provides helper method time_ago_in_words to calculate the time distance, but it’s not good, we should use client side solution instead, Not use time_ago_in_words
Justifying TDD/BDD & Technical Debt
It’s time to turn the task of making a schedule for the business folks into a time to Justify TDD/BDD & Technical Debt. Too often we just give a time based schedule. Spend less time on your schedule and more time justifying Best Practices. Flip what you hate doing into a meeting about what you love.
MailCatcher – a super simple SMTP server that intercepts email for testing
MailCatcher has been around for a while now, but there’s been numerous updates, so definitely worth a look if you haven’t started using it in development. [more inside]