
seen from Thailand
seen from Iraq
seen from United States

seen from France

seen from Thailand

seen from Thailand

seen from United States

seen from Sweden
seen from United States
seen from Netherlands

seen from United States
seen from United Kingdom
seen from China

seen from United Kingdom
seen from United Kingdom

seen from United Kingdom
seen from United States
seen from United Kingdom

seen from Brazil
seen from United States
[Solved] Error installing capybara-webkit on OS X Mavericks
This is the last problem I ran into when I tried to setup my dev environment using Boxen. As the other install failure the other day, it had something to do with Mavericks. QT dependency is reported broken for version 4.8.5 on Mac OSX 10.9. Now homebrew has fixed it with an updated library from webkit (http://trac.webkit.org/export/157771/trunk/WebKitLibraries/libWebKitSystemInterfaceMavericks.a), so now it is very handy for us to install qt4 on Mavericks by `install brew install qt --HEAD`.
新人SEがいろんなことにつまずいてクリアしていったときのメモ
とっかかりになりました~ 感謝!
capybara-webkit: now more stable than ever
Especially ever! [Matt Horan](https://github.com/mhoran) joined as a [capybara-webkit](http://rubydoc.info/gems/capybara-webkit) author this fall, and he's been busily improving the codebase, making things less crashtastic and more fastastic. Starting with version 0.14, we're changing the slogan from "capybara-webkit: it works every time, 70% of the time" to "capybara-webkit: we're almost sure it really works now!" Thanks to our [contributors](https://github.com/thoughtbot/capybara-webkit/graphs/contributors), we also added URL blacklist support, improved JavaScript console messages, and compatibility with the lovely Capybara 2.0. You can see a [full list](https://github.com/thoughtbot/capybara-webkit/blob/master/NEWS.md) and a [fuller list](https://github.com/thoughtbot/capybara-webkit/compare/v0.13.0...v0.14.0) on GitHub. With this release, we're also dropping support for Qt 4.7 and Capybara 1.x. If you've tried capybara-webkit in the past and had trouble with crashes or freezing up, give the latest release a shot. If you're already happily using it, upgrade anyway for a faster, more reliable experience. You can install capybara-webkit from [RubyGems.org](http://rubygems.org/gems/capybara-webkit) by adding it to your Gemfile.
This week in open source
laptop
I was reminded that I've been missing out on our sweet laptop script, which is a program we maintain to get a Rails environment set up on OS X as quickly as possible. So over the past week, Antonio Salazar Cardozo (Shadowfiend) fixed our capitalization of Qt (b667280), Prem Sichanugrist (sikachu) fixed our capitalization of JavaScript (87fe88f), and Dan Croak (croaky) removed the deprecated Heroku Labs plugin (842cd0d) and gave instructions on installing the command-line XCode tools (a177cca).
suspenders
The suspenders gem, which has helped many people start a Rails app, now shows that the build is broken. Gabe Berke-Williams (gabebw) added that (76e42eb).
shoulda-matchers
The shoulda-matchers gem is a collection of RSpec matchers for various Rails things. Gabe Berke-Williams (gabebw) went to town on it this week, cleaning everything up in an effort to make it more pleasant to hack on (2b98e49, 09544fa, 7b3d6d0, 96df0b1, 36006d8, 4ff1344, 3b3181b, 4574f51, 1c517d2, bd52483, e70e1bf, 41bccc8). Having done that, he added a :primary option to the have_db_column matcher (68e65b2). Matthew Daubert (MDaubs) fixed a JRuby failure and also added support for Rails 3.0 (d85503f).
bourne
Due to my complaining last week, the bourne gem now has a NEWS file (8dfb077), thanks to Gabe Berke-Williams (gabebw).
paperclip
So we have this gem named paperclip. You might have heard of it. This week, Tony Brewerio (tony-brewerio) fixed the :content_type validator (c4c22f8).
Prem Sichanugrist (sikachu) released version 3.0.1, which breaks backward compatibility (d61ddd5, 51bb0f9, 7088f5b, e1951ed, 9ea4a9b, 36d1289, 8390516, b3f9690, 8e80310, ee4107a, b3a63ed, 8a758c2, 84d2d08, fe706c6, b54904e, d3a7427, da5d716, ee42b19, e83f88f, 03f777f, 5232b19, 19aedbc).
Jon Yurek (jyurek) merged in something he has been working on: adapters for different types of I/O (6c5fe19, e10edcd, f4b6d48, 78cfebd, 89c8d11). Adding new file-like things is now easier, including URLs that act like files. Yeah, that's right.
Jon is so going to write a blog post about this with more explanations, after he updates the README.
factory_girl
A bunch of fun commits to factory_girl this week. Chris Griego (cgriego) used pull requests as a forum to promote his ActiveAttr gem (81c9f2c and 4e2a672). Joshua Clayton (joshuaclayton) added a before_create callback (24d417d).
Vasiliy Ermolovich (nashby) used ActiveSupport for deprecation warnings (bca13f1 and 28e3c25) and also made use of the singleton_class method in Ruby 1.9 (08d01c1).
Mike Subelsky (subelsky) fixed a typo in the docs around the name FactoryGirl::Syntax::Methods (266b1d6), Dan Croak (croaky) mentioned the supported Ruby versions in the README (bed50ec), Josh renamed Changelog to NEWS because that's exactly what it is (4f5b775) and also renamed *rb files to *erb to handle yardoc better (a6ccbcb).
capybara-webkit
I totally dropped the ball on releasing a new version of capybara-webkit this week. Sorry about that! Joe Ferris (jferris), however, refactored some of the C++, which is very welcome (c2a2bd0 and 4531f65).
appraisal
Some news in our appraisal gem this week: Gabe Berke-Williams (gabebw) added a contribution guideline (fd05fdf), then osheroff fixed appraisal to handle weird filenames (1d4fa93, b21220a, and 75a4970).
This week in open source
cocaine
The only user-visible change in cocaine this week was by Gabe Berke-Williams (gabebw), who modified the public API for CommandLine to change unix? from a class method to an instance method (4183c89). Otherwise it was more of Gabe refactoring things (ae8ae22 and 1b9742a) and Prem Sichanugrist (sikachu) playing with Travis CI (4eb18d2).
diesel
This week diesel, an abstraction and set of helpers for Rails engines, got a bug fix from Gabe Berke-Williams (gabebw); Gabe fixed an issue where setting the BUNDLE_GEMFILE environment variable could sometimes cause it to be duplicated (933d545). Along the way he and Prem Sichanugrist (sikachu) played with Travis CI, Rails 3.2, and other dependencies (1d19331, 7496d91, 39c84e2, 821e1cd, bb4e627).
paperclip
Version 2.6.0 of paperclip is out! It has a bug fix: files have rewind called on them after being called, thanks to Kelley Reynolds (3b2b9bc). Justin Ko (justinko) made sure a non-Rails test suite can use Paperclip (67d5c0b and b0cb54e).
Internally, has_attached_file options are turned into an AttachmentOptions hash-like object (7f948f8, 9eda1bb, and 1f989ae), via Luke Griffiths (Sporky023). The afore mentioned Kelley Reynolds found a way to simplify the Filesystem#flush_writes code using FileUtils.cp (f8c2444). Prem Sichanugrist (sikachu) played with Travis CI (772c8e9) and Mike Burns (mike-burns) released version 2.6.0 (71d3f46).
factory_girl
Hear ye, hear ye, factory_girl 2.5.1 is out (13c58d2). With it Simone Carletti (weppos) gave us all the ability to pass traits to built_list and create_list (13129b0 and 6482a64); Erik Ostrom (eostrom) fixed the Cucumber step to use inherited associations (34c1bf9, 6cddb37, and 852eea8); Joshua Clayton (joshuaclayton) fixed #279 and #285 with some black magic around re-defining and undefining methods (f50550c).
Elsewhere, Gabe Berke-Williams (gabebw) found a way to re-write the entire gemspec (6e7e4ee) and also found six extra characters in a file (b63e389). Joshua Clayton (joshuaclayton) moved some exception classes around (98626c9) and set a minimum on the activesupport package (c103ca1).
capybara-webkit
As promised last week, version 0.9.0 of capybara-webkit is released! Thanks go to Matthew Mongeau (halogenandtoast) for this (bea4cbe and a6fde0e).
fake_braintree
Gabe Berke-Williams (gabebw) found a way to re-write the README for fake_braintree this week (7d10953).