Becoming a Rubyist Posted by bryckbost on February 26, 2013 — 0 comments Just like learning a new spoken language, learning a new programming language means learning a new way of thinking. Here are some of reflections on becoming a Rubyist . Comments Post a Comment Comment abiliti...
Installing Rails -- Both 3.2 and 4.0 with Ruby 2.0 Posted by DanielKehoe on February 26, 2013 — 0 comments Updated Installing Rails tutorial showing how to set up both Rail 3.2 and 4.0 with Ruby 2.0. Uses some new features of rvm. Comments Post a Comment Comment abilities for non ...
The debugger gem needs help getting updated for Ruby 2.0! Posted by bcardarella on February 25, 2013 — 0 comments Please help Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending time to add a proper CAPTCHA to solve the escalating ...
Ruby 2.0.0 MetaCasts Video Free This Week! Posted by markbates on February 25, 2013 — 0 comments To celebrate the release of Ruby 2.0 the MetaCasts video on Ruby 2.0.0-rc2 is free for this week only! Check it out to see the highlights of what is new in Ruby 2.0. Enjoy. http://www.meta...
Sinatra 1.3.5 release Posted by rkh on February 25, 2013 — 0 comments I just released Sinatra 1.3.5, which includes RubyGems 2.0 compatibility. Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending time to add a proper CAPTCHA to sol...
Decoding Rails Session Cookies Posted by alindeman on February 19, 2013 — 0 comments I wrote about how easy it is to decode and view the contents of session cookies in Rails 3 . A fully encrypted cookie store is coming in Rails 4. Comments Post a Comment Comment abilities for non ...
chruby 0.3.3 released! Posted by postmodern on February 19, 2013 — 0 comments chruby 0.3.3 has been released! This release contains bug fixes and workarounds for using tmux with chruby/auto.sh , ohmyzsh 's bundle exec ruby alias and OSX Mountain Lion 's PROMPT_COMMAND . Version 0.3.3 ...
Automatic Gemfile security audit for all your organizaition/user repos Posted by grosser on February 18, 2013 — 0 comments bundler-organization_audit audits all your projects for vulnerable gem version. Pro tip: Run it on your CI! Comments Post a Comment Comment abilities for non ...
Representable 1.3.3 Released With User Options Support! Posted by apotonick on February 16, 2013 — 0 comments Representable 1.3.3 got :setter and :getter to define accessors inline and process user options from outside! Heads-up here . Comments Post a Comment Comment abilities for...
Custom pre-commit hooks with pre-commit gem Posted by grosser on February 16, 2013 — 0 comments pre-commit comes with checks like missing-migrations/merge-conflicts/whitespace/jshint/... and now can also run project-specific checks via config/pre-commit.rb Comments Post a Comment ...
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 ...