Rails 3.2.8.rc2 has been released. If no regressions are found we will release 3.2.8 final around Wednesday 8th. IMPORTANT We are removing all the deprecation warnings that we introduced in 3.2.x. We have decided to stop introducing API deprecations in all point releases going forward...
August 3, 2012 Tagged: learning Comments (View) Introducing learn.thoughtbot.com Back in May we released the Trail Map a collection of straightforward, structured answers to questions like: “How do I learn Ruby on Rails? Vim? Test-Driven Development?” The Trail Map came out on top of ...
Tell, Don't Ask (with Ruby Objects) Bad for your relationships but good object oriented programming advice. Ben Orenstein shows off some quick before and after examples of telling your objects what to do rather than querying them to make decisions.
August 3, 2012 Tagged: ios testing Objective-C CoreLocation Comments (View) Faking CoreLocation… Inconceivable! I decided to get more familiar with integration testing iOS applications. In the past I’ve found trying to do integration testing analogous with climbing the side of a cliff...
Ruby Refinements landed in trunk Posted by wyeworks on August 03, 2012 — 0 comments Ruby Refinements landed in trunk . Comments Post a Comment Comment abilities for non registered users are currently deactivated, pending time to add a proper CAPTCHA to solve the escalating spam pr...
They discuss the best and the worst of his job, his history as a Linux hacker, and what his experience has taught him about technology and technology trends, and how he stays on top of them. Also, how to create effective, well-written, maintainable software, the Rails talent crunch, d...
wifi_location 0.0.1 Get your location with WiFi Mac Address and GoogleMap. install gem install wifi_location Download Documentation Subscribe Stats Authors Sho Hashimoto 11 total downloads 11 for this version Owners Links Homepage Gemfile gem "wifi_location", "~> 0.0.1" Versions 0.0.1...
We have some great news! As of today, the old Tender app that Orchestra customers have been using for documentation and forums has been replaced with our Engine Yard Help Desk ! With our Help Desk, all Orchestra customers will get: Access to our community forums and searchable knowled...
Josh Clayton recently posted about Mind Bending Factories — demonstrating how a 20+ line factory definition lets you use Factory Girl to create URL strings from factories, in Ruby. I came up with an alternate approach, which I reveal here in this free & exclusive webinar.
July 31st, 2012 We master space and time this week (discussing a book of the same name), deep dive with ActiveRecord which loves blocks, live stream with Rails 4.0, and discuss Team Dashboard, respond_to_missing?, Synack, and Try iOS. July 27th, 2012 New Rails, how to ride a mountain ...
An introduction to RepoManager, batch management of multiple Git repositories Posted by robertwahler on August 03, 2012 — 0 comments Presenting RepoManager , a Ruby command line interface for batch management of multiple Git repositories. Comments Post a Comment Comment abilities ...
Friday, August 3, 2012 at 4:58AM And that's another week in the box. Hand me the nails. Trident: a high-level abstraction for realtime computing - Trident is to Twitter Storm as Pig is to Hadoop. Legit - "Git Workflow for Humans", some aliases for common git operations. Testing with C...
August 3, 2012 Comments (View) 5th Playbook Video, “Launch!” now unlocked We’ve just unlocked the 5th video in the The Playbook: Video Edition : Launch! In this 16 minute HD video I cover the final stages of the development workflow, server infrastructure and services, and our launch ...
swift-db-postgres 0.2.3 Swift adapter for PostgreSQL database install gem install swift-db-postgres Download Documentation Subscribe Stats Authors Bharanee Rathna 364 total downloads 50 for this version Owners Links Homepage Gemfile gem "swift-db-postgres", "~> 0.2.3" Versions 0.2.3 J...
wycats, Posted November 30, 2010, 3:56 am In my mind, in Ruby < 2.0, there's a category of library which is "provide a number of useful core extensions." The three major ones are ActiveSupport, Extlib and Facets. In general, applications need to choose one, but not more of these libra...
A Hurl (in Redis) is a JSON object describing an HTTP request. Its key is the SHA1 of its value. This is convenient because it means we won't store duplicate values - we use Redis' SETNX command to only save the value if its key doesn't already exist - and probably won't get collisions.
9 августа состоится High Performance Conference - конференция по высоконагруженным системам от ITmozg. Спикеры - специалисты Badoo, Mail.Ru Group, "Фотостраны" и ITmozg. Профессиональный рост, актуальные практические знания в сферах проектирования, тестирования и поддержки высоконагру...
Обожаемый всеми Эрон Паттерсон (Aaron Patterson) написал классную статью о новой возможности в Rails 4 - Live Streaming. Он по шагам показывает как создать приложение, которое поддерживает Server-Sent Events . В статье много примеров кода и даже есть видео о результатах работы. Код пр...
CレベルのポインタをRubyオブジェクトとして見せるためのラッパー。 Cポインタと、mark関数、free関数から作る。Cを使ってRubyに機能 を追加しようとする人はぜひこのクラスの使い方をマスターする必 要がある。逆にいうとそういう予定のない人には用事がないクラス でもある。 defined? いろいろなもの(式)が本当に定義されているかどうか調べてくれる 演算子。定義されていなければnil 、定義されてい ればその式の種別を示す文字列を返す。defined? は メソッドのようにみえるがRubyの文法に組み込まれた演算子で、引 数の評価を行わない。よって d...
Can someone help me get this working on windows? I get "ERROR: Cannot find the R library, aborting...". I guess this might be a windows thing. Has anyone got it working on windows?
Can someone help me get this working on windows? I get "ERROR: Cannot find the R library, aborting...". I guess this might be a windows thing. Has anyone got it working on windows?
August 3, 2012 Tagged: ios testing Objective-C CoreLocation Comments (View) Faking CoreLocation… Inconceivable! I decided to get more familiar with integration testing iOS applications. In the past I’ve found trying to do integration testing analogous with climbing the side of a cliff...
I believe you are getting into why DHH said this will help you make better controllers. I am working on a e-book for modelling REST and resources in Rails. Right off the bat, you should be thinking about your use cases and the flow of your application. Jamis, didn’t you blog something...