A Casual Stroll Through Discourse's Source Code Posted by jerodsanto on February 12, 2013 — 0 comments Discourse is a new, open source discussion platform built on Rails and Ember.js. I wanted to see what a production-ready Rails/Ember codebase looks like, so I cloned the repo, had a ...
bundler-audit: patch-level verification for Bundler Posted by postmodern on February 12, 2013 — 0 comments bundler-audit provides patch-level verification for Bundler. It will check the gem versions in Gemfile.lock against a local database of advisories. Check whether your Rails apps ...
Avoiding SQL Injection in Rails Posted by presidentbeef on February 11, 2013 — 0 comments I promise this is not related to or prompted by the Rails CVEs today - just coincidental timing. I've put a small blog post together about rails-sqli.org , a list of dangerous methods in ActiveRe...
integrate Emacs with rbenv - announcing rbenv.el Posted by senny on February 11, 2013 — 0 comments Ruby developers using Emacs and rbenv should take a look at rbenv.el . It let's you configure your Emacs session with the rbenv ruby of your choice. Comments Post a Comment Comment a...
Getting To Know RubyMotion With Laurent Sansonetti Posted by patshaughnessy on February 11, 2013 — 0 comments Not familiar with RubyMotion yet? Or want to learn more? Take a few minutes to read part 1 of my interview with Laurent Sansonetti . FYI tomorrow I'll post part 2, also on Rub...
Creating immutable tree data structures in Ruby Posted by molf on February 11, 2013 — 0 comments What are the advantages of immutable data structures outside functional programming? We explore the benefits of immutability when designing a search query API in Ruby. Continue reading... ...
Blind Refactoring, Guided by Tests Posted by NathanLong on February 08, 2013 — 0 comments Can you write good code if you don't understand what you're doing? I was recently surprised to discover that sometimes, with a good test suite, you can . Comments Post a Comment Comment abili...
Open Source in your Inbox: Code Triage Posted by schneems on February 07, 2013 — 0 comments “I don’t have time to contribute to open source”. But who does? We’re too busy shipping products and open source is so daunting and time consuming. Sure tools and technologies are our livelihoo...
PartyFoul 1.0 - Capture errors in your app and open as a Github issue! Posted by bcardarella on February 06, 2013 — 0 comments PartyFoul 1.0 includes background processor adapters, custom label handlers, and strategies for capturing errors in your Workers. Stop paying tons of money fo...
Visualising KPIs of your Rails project with Google Charts Posted by makaroni4 on February 05, 2013 — 0 comments 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 ...
The problem with code examples Posted by cavalle on February 04, 2013 — 0 comments I wrote a few words about how code examples can make a good or a bad case of any idea that you're trying to illustrate with them. Comments Post a Comment Comment abilities for non registered users a...
Handle incoming email to your Rails app with Griddler Posted by croaky on February 04, 2013 — 0 comments Rails has built-in support for outgoing mail with ActionMailer, but nothing on the omakase menu resembles handling incoming mail. To help with that, today we’re happy to release Gr...
Collection+JSON Support In Roar! Posted by apotonick on February 01, 2013 — 0 comments Roar, a REST framework gem, now comes with support for rendering and parsing the Collection+JSON format. Here's a litte introduction to Collection+JSON and how it works in roar. Comments Post a ...
watch ruby/rails conferences' videos and slides on your iphone/ipad Posted by flyerhzm on February 01, 2013 — 0 comments There are many ruby / rails conferences every year, like RubyConf, RailsConf and JRubyConf, a lot of great sessions. I built an ios app named ConferencesBox wh...
Looking for Viewpoint for EWS input Posted by zenchild on January 31, 2013 — 0 comments I am currently re-writing the Viewpoint for Exchange Web Services gem and was hoping to get some use-cases from people so I know better how to drive the features. If you use the gem I would appreci...
OmniAuth + Google Apps authentication Posted by mattetti on January 31, 2013 — 0 comments Getting OmniAuth + Google Apps working properly together isn't that hard as long as you're are of two key things. To help you waste time like I did, here is quick run through guide to get you up ...
High Performance Networking in Google Chrome Posted by igrigorik on January 30, 2013 — 0 comments Chrome gets faster as you use it. Chrome learns the topology of the web, browsing patterns, and critical resources on every page to optimize your browsing! A look under the hood of how it...
Do you know how to setup Paypal Payflow in Rails? Posted by IndianGuru on January 29, 2013 — 0 comments Learn how to setup a PayPal Payflow payment gateway for a Rails application using the four step process. Comments Post a Comment Comment abilities for non registered users are c...
gem install queryable_array Posted by shuber on January 29, 2013 — 1 comment Provides a simplified DSL allowing arrays of objects to be searched by their attributes https://github.com/shuber/queryable_array Comments There's some discussion about it over at reddit.com/r/ruby shuber...
Von: Real Simple Stats Tracking with Redis Posted by blahed on January 28, 2013 — 0 comments Tossed this little stats gem together over the last few days. It's helpful if you want to keep stats for a time period (hours/days/weeks/months/years). It does just what we need it to and not ...
./bin/setup convention Posted by croaky on January 25, 2013 — 0 comments A developer should be able to clone the project and run a single, consistent, reliable command to start contributing. Comments Post a Comment Comment abilities for non registered users are currently deactivat...
Interact with the DigitalOcean Hosting API Posted by rmoriz on January 25, 2013 — 0 comments I just released the digital_ocean gem that allows you to create/manage virtual servers with DigitalOcean.com . They use SSDs, have datacenters in NY/US and Amsterdam/NL and are backed by TechS...
which explains how subscriptions for tutorials will support the RailsApps open source project. The aim is more example applications, updated regularly, and more tutorials.
Phusion Passenger 4.0 beta 2: focus on stability Posted by FooBarWidget on January 24, 2013 — 0 comments Phusion Passenger 4.0 beta 2 is out, and this release focuses on stability. Comments Post a Comment Comment abilities for non registered users are currently deactivated, pendin...
Substance Surface brings reliable text manipulation to the web Posted by mql on January 23, 2013 — 0 comments Surface is an extensible low-level interface for semantic rich text editing. It doesn’t introduce any UI components, but an API for managing user-defined text annotations. It ...
The new Rack socket hijacking API Posted by FooBarWidget on January 23, 2013 — 0 comments Rack 1.5.0 introduced a new "socket hijacking" API. This article explains what the API is and how it can be used. Comments Post a Comment Comment abilities for non registered users are curren...
Mutation Testing with Mutant Posted by solnic on January 23, 2013 — 0 comments I wrote a quick introduction to mutation testing using a new gem called mutant. Check it out here . Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending ...
evil.rb - doing evil things in ruby Posted by caius on January 23, 2013 — 0 comments Here be hax, read at your own risk! - http://caiustheory.com/evil-rb Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending time to add a proper CAPT...
New gem: PartyFoul Posted by bcardarella on January 22, 2013 — 0 comments Auto submit exceptions from Rails as issues on Github Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending time to add a proper CAPTCHA to solve the escalatin...
How to use Sidekiq's built-in extensions to send emails asynchronously Posted by kfaustino on January 22, 2013 — 0 comments I just posted "Using Sidekiq to send asynchronous emails " on the Remarkable Labs blog. It focuses on the built-in Action Mailer extensions provided by Sidekiq a...