arjanvandergaag.nl
FactoryGirl Tips and Tricks by Arjan van der Gaag
http://www.arjanvandergaag.nl/blog/factory_girl_tips.html
Arjan van der Gaag is a thirtysomething software developer, historian and all-round geek. This is his blog about Ruby, Rails, Javascript, Git, CSS, software and the web. Read more about Arjan. Or follow Arjan at Github. Or via his feed. FactoryGirl Tips and Tricks. Written on 20 jun 2012. And tagged code, ruby, testing. Get the most out of FactoryGirl. For example, say you have a. Object that both have a publication date. You could use inheritance to create various combinations:. FactoryGirl lets you def...
blog.10to1.be
Under the Hat - Author - Koen
http://blog.10to1.be/author/koen
Part of the groupelephant.com family. All posts by Koen. Ik heb terug een iPhone. Ben ik van voltijds iOS gebruiker naar voltijds Android gebruiker gegaan. Ik vond dat toen een bijzonder grote en moedige stap van mezelf. Nu heb ik sinds een paar weken opnieuw een iPhone. 549 dagen getuigen wel van een tevreden gebruiker denk ik. Nee, beter nog: ik ben er zeker van. Geen moment heb ik gedacht,. Had ik nu maar een iPhone’. Met een iPhone zou ik dat nu zo doen’. Google zorgt goed voor zijn vrienden. Om die ...
wildblueether.com
Taming the Wild Blue Ether » On the Rails: Set Up Ruby, Rails and PostgreSQL on Ubuntu 10.04
http://www.wildblueether.com/2010/05/31/on-the-rails-set-up-ruby-rails-and-postgresql-on-ubuntu-10-04
Taming the Wild Blue Ether. Making sense of the Internet and software development. On the Rails: Set Up Ruby, Rails and PostgreSQL on Ubuntu 10.04. On the Rails: Set Up Ruby, Rails and PostgreSQL on Ubuntu 10.04. May 31st, 2010. Hello again. Today we are going to be installing Ruby. 187 patchlevel 174), RubyGems. 137), Ruby on Rails. 32-bit 10.04 (Lucid Lynx) LTS (Long-Term Support release). This runthrough assumes a clean install of Lucid, with all available updates/upgrades applied. Type your user pass...
danielpuglisi.com
Blog | Daniel Puglisi
http://danielpuglisi.com/articles
Nice to meet you. I'm Daniel, passionate learner and maker. Reinstall Ruby after upgrading to OSX Yosemite. October 22, 2014 - programming. After upgrading your OS X to Yosemite and Homebrew libraries you may encouter that your Ruby installations wont work anymore. You need to reinstall your Ruby versions. The problem? This wont work right away:. To fix the issue, run the installer with the following flag:. And you should be good to go. If the above doesnt work for you, try this:. Should learn to code.
yichunzhang.wordpress.com
Human & Machine | agentzh's Funhouse for Computing | Page 2
https://yichunzhang.wordpress.com/page/2
Agentzh's Funhouse for Computing. Newer posts →. LZSQL compiler hacking and future VoltDB applications. September 15, 2010. We’ve working on a compiler for our own language named lzsql. It’s for our nginx-based web service platform that drives our data product lz.taobao.com. Our lzsql compiler can now emit lua code that has passed lots of real world tests. We can now decide whether to run a sql query at a remote mysql node or at the nginx core, all in the lzsql language. Here’s a small example:. Return (...
wildblueether.com
Taming the Wild Blue Ether » Jeremy Merrill
http://www.wildblueether.com/author/admin
Taming the Wild Blue Ether. Making sense of the Internet and software development. On the Rails: Set Up Ruby, Rails and PostgreSQL on Ubuntu 10.04. May 31st, 2010. Hello again. Today we are going to be installing Ruby. 187 patchlevel 174), RubyGems. 137), Ruby on Rails. 32-bit 10.04 (Lucid Lynx) LTS (Long-Term Support release). This runthrough assumes a clean install of Lucid, with all available updates/upgrades applied. We are going to be more or less following the instructions found in a gist. Curl htt...
matthewhutchinson.net
Matthew Hutchinson
http://www.matthewhutchinson.net/posts/page/6
Apple Keyboard for sale! No comments yet, post one now. I’m selling one of these. Get it while its hot! March 15, 2010 10:45. No comments yet, post one now. Be who you are and say what you feel, because those who mind don’t matter and those who matter don’t mind. February 28, 2010 19:14. No comments yet, post one now. Just got the new Book Book. In the post today, its awesome (if a little pricey with P&P from the USA. Also make some excellent mac gear. February 16, 2010 22:29. A few days ago. Disables ma...
guides.ruby.tw
Ruby & Rails 風格指南 繁體中文
http://guides.ruby.tw/ruby-rails-style-guides
Ruby Taiwan : ). Prev section section name. Next section section name. Ruby Taiwan : ). 這篇文章翻譯自 bbatsov 所寫的 Ruby Style Guide. 及 Rails Style Guide. Juanito Fatas,你可以在 twitter、ruby-taiwan 找到我。 Ruby Style Guide 建議. Rails Style Guide 建議. 幾個禮拜前我開始學習 Ruby 及 Rails。 Style is necessary only where understanding is missing. A corollary to this is that sometimes the only way to effectively use something you dont understand is to copy styles observed elsewhere. From Let Over Lambda. 以及 "The Ruby Programming Language".