I'm frequently asked what it takes to begin testing Rails applications. The hardest part of being a beginner is that you often don't know the terminology or what questions you should be asking. What follows is a high-level overview of the tools we use, why we use them, and some tips t...
Less than a year ago, most analysts were recommending that mobile solutions be built strictly for smartphones. But fast-forward to today, and not only has tablet usage overtaken smartphone usage, but the adoption rate for tablets is outpacing that of smartphones. In practice, few busi...
RubyMotion for Rails Developers - Your Views Have Come To Life Posted by FluffyJack on January 14, 2014 — 0 comments I've posted part 3 in the ongoing series trying to educate Rails, Sinatra, and other kinds of web developers, about the world of iOS and OSX development with RubyMotion...
January 10th, 2013 Another Ruby5! Analyze your githubs with AccessList and hammerspace enumerable into submission using Sneakers. January 7th, 2014 Test Driving a JSON API in Rails, Jubilee for Vert.x, Exception#cause, Hulse, Caching an API January 3rd, 2014 Writing a Ruby compiler, t...
Memory Monitoring And Limiting With LXC Posted by manualwise on January 14, 2014 — 0 comments A tutorial about Memory Monitoring and Limiting with LXC (Linux Containers) and the importance of building a metrics infrastructure. Memory Monitoring And Limiting With LXC Comments Post ...
Grails 2.0 Login Create Account Pivotal Home Learn Products & Services Groovy/Grails Tool Suite (IDE) Other Products Consulting Training About SpringSource Community Downloads Plugins Facebook connect Twitter connect Log in Login or Email (forgot login) Password (forgot password) Crea...
Get to Know the Creators of Spree - SpreeConf 2014 Posted January 14, 2014 by Shannon Madlin Comments Since the last SpreeConf, Spree Commerce has continued to grow. As many of you know, Spree is one of the largest open source projects worldwide — of any kind, not just ecommerce. We n...
Grails 2.0 Login Create Account Pivotal Home Learn Products & Services Groovy/Grails Tool Suite (IDE) Other Products Consulting Training About SpringSource Community Downloads Plugins Facebook connect Twitter connect Log in Login or Email (forgot login) Password (forgot password) Crea...
Rails Testing Antipatterns: Fixtures and Factories Posted by markoa on January 14, 2014 — 0 comments I just published the first post in a series about Rails testing antipatterns. It's about fixtures and factories . Comments Post a Comment Comment abilities for non registered users...
is Mike Gunderloy's software development weblog, covering Ruby on Rails and whatever else I find interesting in the universe of software. I'm a full-time Rails developer and contributor, available for long- or short-term consulting, with solid experience in working as part of a distri...
check the query v component for RFC2396 compliance and against the URI::Parser Regexp for :QUERY Can not have a opaque component defined, with a query component defined. Show source # File lib/uri/generic.rb, line 882 def check_query ( v ) return v unless v # raise if both hier and op...
Broder Nord joined the building! Launch Lightbox We participated in the Bike Commute Challenge 2013 Announced the free non-profit web assessment! Robby hosted a generous donation to Charles Ramsey Had a fun outing to Ground Kontrol Launch Lightbox We hosted a hike for Rails devs The A...
This is a guest opinion piece by Xavier Shay. Ruby on Rails, by its own admission, is an opinionated framework. From day one it has positioned itself as the Kryptonite to enterprise software, providing an easy to use, rapid development framework. The infamous 15 minute blog video set ...
The gateway code is a bare 100 lines long, including comments. Basically, all it does is establish a connection to the gateway machine, and then for every connection established via the gateway, it forwards a port from the local host to the requested server. Then, it establishes a con...
RubyScript? (Or, running Ruby scripts in the browser) By Peter Cooper / April 17, 2007 Dion Almaer has a go at implementing a basic Ruby scripting system for Web pages (or, as I call it, "RubyScript"). If you want to play with it, there's a live demo available here . Despite the slown...
あなたはソースディレクトリからRubiniusをビルドし、実行することができます。 インストールは不要です。以下ではRubiniusのインストールとソースディレクトリ からの実行の両方について詳しく説明します。 RubiniusはJITコンパイラにLLVMを使用し、LLVMのバージョン3に依存しています。 configure スクリプトはLLVMの存在を自動でチェックし、なければダウンロードします。 もしインストール済みのLLVMとのリンクに失敗する場合、--skip-system を configure スクリプトに渡してください。 ソースコードの入手 Rubi...