July 28, 2012 Tagged: playbook development Comments (View) Playbook video, “Development”, now unlocked! We’ve just unlocked the 4th video in the The Playbook: Video Edition : Development. In this 34 minute HD video I cover development, our development principles, our development proce...
July 27, 2012 Tagged: factory_girl clearance paperclip dotfiles trail-map Comments (View) This week in open source factory_girl Version 3.6.0. of factory_girl is hot and ready (919543e ). Joshua Clayton (joshuaclayton ) added memoization to the names of attributes which adds a 33% spe...
July 24th, 2012 We talk about Sublime editing, implicit gemsets with Bundler & rbenv, really secure HTTPS with HSTS headers, easy graph output with Graphene and Rubies in Gemfiles thanks to Heroku's new Bundler 1.2.0-RC compatible Ruby buildpack. July 20th, 2012 Three great blog entri...
terminal-notifier 1.2.0 Send User Notifications on Mac OS X 10.8. install gem install terminal-notifier Download Documentation Subscribe Stats Authors Eloy Duran 6 total downloads 6 for this version Owners Links Homepage Gemfile gem "terminal-notifier", "~> 1.2.0" Versions 1.2.0 July ...
Chrome slow after click on body While investigating memory leaks in a single page JS app, we found that rendering times increased by ~2 seconds after clicking on the body of the document. It only happens in Chrome, Webkit and Firefox don't have the problem. We don't seem to have any c...
Was ist gerade passiert? Haben wir etwa gerade das kürzeste “Hallo, Welt!”-Programm der Welt geschrieben? Nun, nicht direkt: Mit der zweiten Zeile teilt uns IRB lediglich das Ergebnis des letzten ausgewerteten Ausdrucks mit. Wenn wir “Hallo, Welt!” auf den Bildschirm ausgeben wollen, ...
January 25, 2012 Tagged: rails rspec factory girl test-driven rails testing dependency injection Comments (View) Inject that Rails Configuration Dependency! Setting up configuration settings in a Rails app has been fairly straightforward for a while now: # config/environments/developm...
The Ancestry gem works like a tree but also allows us to fetch deeply nested messages in a single query. It provides a method to arrange them after fetching.
But this approach becomes increasingly impractical as the table size increases, since User.all.each instructs Active Record to fetch the entire table in a single pass, build a model object per row, and then keep the entire array of model objects in memory. Indeed, if we have a large n...
Hi. I created Bitmap Marking GC for Ruby2.0. Source code: https://github.com/authorNari/ruby/tree/bitmap_marking Patch: https://github.com/authorNari/patch_bag/blob/maste... In following environment, this patch works 'make check' and 'make TESTS="--gc-stress" test-all'. $ ruby -v ruby...
redis-stat 0.2.1 A command-line Redis monitoring tool install gem install redis-stat Download Documentation Subscribe Stats Authors Junegunn Choi 326 total downloads 45 for this version Owners Links Homepage Gemfile gem "redis-stat", "~> 0.2.1" Versions 0.2.1 July 26, 2012 0.2.0 July ...
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...
But seriously now, it’s really good stuff. There are all the good ideas brought over from when the Merb team joined the party and brought a focus on framework agnosticism, slimmer and faster internals, and a handful of tasty APIs. If you’re coming to Rails 3.0 from Merb 1.x, you shoul...
#190 Screen Scraping with Nokogiri Nov 30, 2009 | 13 minutes | Tools Screen scraping is easy with Nokogiri and SelectorGadget. Click to Play Video ▶ Tweet Download: source code Project Files in Zip (97.9 KB) mp4 Full Size H.264 Video (29.2 MB) m4v Smaller H.264 Video (16.7 MB) webm Fu...
Are you really using the default ctrl-b? I have mapped caps-lock to ctrl, and ctrl-a as the tmux prefix, as I'm sure many others have. It makes it very easy to type tmux commands, because you can just use a single gesture; hit caps-lock and 'a' at the same time with the appropriate fi...