nokogiri.org github.com/tenderlove/nokogiri/wikis github.com/tenderlove/nokogiri/tree/master groups.google.com/group/nokogiri-talk github.com/tenderlove/nokogiri/issues DESCRIPTION: Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser. Among Nokogiri’s many features is the ability to ...
It’s happening again: An extremely successful software developer with a very large following lists his rules for success, and people jump for joy at the occasion, and use that list to justify their practices. That sounds great, doesn’t it? While reading, Testing like the TSA , I found...
April 12, 2012 Tagged: decorator pattern strategy pattern composite pattern presenter pattern design patterns ruby Comments (View) Decorators compared to Strategies, Composites, and Presenters We’ve been paying closer attention lately to how we use design patterns in our Ruby on Rails...
Rails Core Drama: Reverting 'Return an actual boolean from xml_http_request?' A revert was made to Rails which took the xml_http_request? from returning true/false to returning a value that's 'true or false in the Ruby definition of the words.' This turned into the big Ruby drama du j...
class ProductsDatatable delegate :params, :h, :link_to, :number_to_currency, to: :@view def initialize(view) @view = view end def as_json(options = {}) { sEcho: params[:sEcho].to_i, iTotalRecords: Product.count, iTotalDisplayRecords: products.total_entries, aaData: data } end private ...
April 12, 2012 Tagged: decorator pattern strategy pattern composite pattern presenter pattern design patterns ruby Comments (View) Decorators vs. other patterns We’ve been paying closer attention lately to how we use design patterns in our Ruby on Rails work. Decorators have emerged a...
#341 Asset Pipeline in Production Apr 11, 2012 | 13 minutes | Production , Deployment , Tools The Asset Pipeline is very useful, but it can be a pain in production. Here I show why it works the way it does, and how to customize it to fit your deployment setup. Subscribe to Watch Episo...
Lost foxes in Chapter 6. Downtown. Such juicy metaprogramming and class design! T-Shirts : "Addiction is Like Pokemon..." , "Chunky. Bacon." , and others . Want updates? Join poignant-watchers for a periodic update on new chapters. Or poignant-stiffs for dicussion. Read This Paragraph...
Xeround makes it easy to scale MySQL. Ensure auto-scaling & high-availability of your MySQL application with a zero-management, simple, database-as-a-service. No code changes required to your app! At the moment, we only offer a free plan, for testing your apps. In the coming months, w...
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd "> Elizabeth Naramore talks with David Soria Parra, Rasmus Lerdorf, and Stas Malyshev for a panel discussion about Internals. Our panel of experts will share their thoughts and pre...
Decorators vs. other patterns Posted by croaky on April 12, 2012 — 0 comments What’s the difference between a decorator and a strategy, composite, and presenter? Giant Robots Smashing Into Other Giant Robots tells all. Comments Post a Comment Comment abilities for non registered u...
Pretty graph hairballs with the Neography and Builder gems Posted by maxdemarzi on April 12, 2012 — 0 comments Create a moving clustered graph visualization with the help of Sigma.js and Neo4j. Comments Post a Comment Comment abilities for non registered users are currently deacti...
Thursday, April 12, 2012 at 5:08AM Today: time to help set up the gun ranges for the spring Scouting season. fivemat - Test formatter that uses one row of dots per file to help you keep track of progress through your test suite. Amazon CloudSearch - Amazon is adding their search techn...
Command line tool for interactively cleaning up old git branches (remotely and locally)
First, I spent a bunch of time going over the Unicorn README file. While comprehensive, when I was done, I still had questions, so I put them all together, and emailed the Unicorn development team. They were gracious enough to reply with detailed answers to all my questions, and now t...
require 'test_helper' class ApplicationControllerTest < ActionController::TestCase context 'ensure_manually_set_password' do setup do class ::TestingController < ApplicationController def hello render :nothing => true end end ActionController::Routing::Routes.draw do |map| map.hello '...
Switching back to Ruby implementations, let’s look at MRI 1.9. As has been previously reported, MRI 1.9 removes the “green threads” we had in MRI 1.8 and uses native threads to implement the Thread class. Now, what are these “native threads”? These are are units of concurrency that th...
We’re proud to introduce a brand new feature to Pivotal Tracker: EPICS. Epics are a powerful management tool providing teams with big picture detail. It sounds like an oxymoron, but that’s what Epics offer, the ability to zoom out and zoom in at the same time. Now you can group dozens...
nancy 0.2.0 Sinatra's little daughter install gem install nancy Download Documentation Subscribe Stats Authors Guillermo Iguaran 161 total downloads 34 for this version Owners Links Homepage Bundler gem "nancy", "~> 0.2.0" Versions 0.2.0 April 12, 2012 0.1.0 April 4, 2012 0.0.1 March ...
Whether an error in the Sass code should cause Sass to provide a detailed description within the generated CSS file. If set to true, the error will be displayed along with a line number and source snippet both as a comment in the CSS file and at the top of the page (in supported brows...