RailsCasts will be back on Monday I will not be producing episodes this week in order to get back to a Monday release schedule. The next episodes will be released on Monday, June 25 . If you have an active RailsCasts Pro subscription, you can extend it by one week for free by clicking...
Joe is a father, business owner, speaker and developer. In 2006 he co-founded EdgeCase , a leading Ruby and Ruby on Rails training and consulting company. They have had a tremendous amount of success helping companies as large as Ingersoll Rand, GAP and AT&T Interactive as well as tho...
BostonRB June '12 - JRuby Posted by bcardarella on June 19, 2012 — 0 comments This past month we had two presentations and one lightning talk, videos available: Jay McGaffigan gave an introduction to JRuby Dan McClain gave a lightning talk on his postgres_ext game Kevin Mernard spoke ...
June 15th, 2012 Tribune Company open sources eight gems … New “Giant Robots Smashing Into Other Giant Robots” podcast from thoughtbot … Grocer: another APNS gem … BubbleWrap: Cocoa wrappers and helpers for RubyMotion … Early access to “Confident Ruby” e-book … 25 things you need to kn...
debugger is a fast implementation of the standard Ruby debugger debug.rb. It is implemented by utilizing a new Ruby C API hook. The core component provides support that front-ends can build on. It provides breakpoint handling, bindings for stack frames among other things.
Posted June 18, 2012 by schof | Comments Someone recently complained on the spree-user mailing list that they were disappointed with the lack of certain i18n features in Spree. We certainly have no problem with constructive criticism and we often have friendly debates about the merits...
Some Updates on Representable: 1.2.3 Released Posted by apotonick on June 19, 2012 — 0 comments With the release of representable 1.2 - a gem to map (REST) documents to Ruby objects - some groovy things changed , like the treatment of nil and false values. Comments Post a Comment ...
Talks gem now works on linux and show notifications Posted by gazay on June 19, 2012 — 0 comments I just added new functionality to talks gem for working with different notifiers (like Growl, Kdialog, etc). And from previous version talks perfectly works not only on MacOS X ;) Comment...
Disclaimer: Scout is a commercial service. I have received no compensation for mentioning this service and am posting about it merely due to my own interest in it. Scout is a new "a la carte" monitoring and reporting service, primarily for tracking servers and Web applications, develo...
Tuesday, June 19, 2012 at 5:38AM Settling down into a steady rhythm of work for the week. But first, links. Backbone UI - Represent Backbone models and collections as UI components with data binding. A better git log - Tip to make it more colorful and perhaps more useful. Jam - A pack...
Provides a simple library to send updates to Geckoboard via its push API.
As you can see, this program takes an “idea” from the command line and claims to ask for a “job” to analyze each word in the idea. Obviously, the next step is to actually ask for that job, instead of just talking about it. First, I’ll write the code that tells Resque to enqueue a job,...
Before you plan the migration, it is very important to test out the application on the new environment. Some of the more painful migrations I have been involved with were a result of incomplete testing. Functionality should be tested but it is also important to put load on the new env...
#240 Search, Sort, Paginate with AJAX Nov 15, 2010 | 13 minutes | Rails 3.0 , Administration , Ajax , Search Many administration pages have search, sorting, and pagination on the index page. See how to add all of this including AJAX. Click to Play Video ▶ Tweet Download: source code P...
Hooks a Rails app up to the DocuSign service through the DocuSign REST API
A linguagem Ruby permite que você envie e-mails facilmente usando diretamente o SMTP (Simple Mail Transfer Protocol). Algumas poucas linhas de código são suficientes para o envio de mensagens eletrônicas. Entretanto, nem sempre temos um bom servidor de e-mails à disposição. Logo, pode...
In Ruby, you can write methods whose names end in ! (exclamation point or “bang”). There’s a lot of confusion surrounding the matter of when, and why, you would want to do so. What ! does (and does not) mean The ! in method names that end with ! means, “This method is dangerous”—or, m...
About 5 years ago I expressed an idea to Josh Graham.Let's take the parts of traditional conferences that the presenters like the most, and make that an entire conference. Specifically, we should have plenty of discussion time with drinks available & we should have group dinners every...
I actually got started by learning how to create generators in Rails 3 (used to create custom code in an existing Rails application), then extended that to Rails templates (used to create new Rails applications, pre-baked with my favorite gem installations and other tweaks). The best ...