blog.davidchelimsky.net blog.davidchelimsky.net

blog.davidchelimsky.net

David Chelimsky

TL;DR Myron Marston is taking over leadership of the RSpec project, and will be the lead maintainer of the rspec-core, rspec-expectations, and rspec- …

http://blog.davidchelimsky.net/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR BLOG.DAVIDCHELIMSKY.NET

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

July

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Saturday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.6 out of 5 with 15 reviews
5 star
9
4 star
6
3 star
0
2 star
0
1 star
0

Hey there! Start your review of blog.davidchelimsky.net

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

5.3 seconds

CONTACTS AT BLOG.DAVIDCHELIMSKY.NET

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
David Chelimsky | blog.davidchelimsky.net Reviews
<META>
DESCRIPTION
TL;DR Myron Marston is taking over leadership of the RSpec project, and will be the lead maintainer of the rspec-core, rspec-expectations, and rspec- …
<META>
KEYWORDS
1 david chelimsky
2 random thoughtlessness
3 blog
4 archives
5 slides
6 tl;dr
7 docs
8 rdoc
9 http / rubydoc info/gems/rspec core
10 http / rubydoc info/gems/rspec mocks
CONTENT
Page content here
KEYWORDS ON
PAGE
david chelimsky,random thoughtlessness,blog,archives,slides,tl;dr,docs,rdoc,http / rubydoc info/gems/rspec core,http / rubydoc info/gems/rspec mocks,http / rubydoc info/gems/rspec rails,cucumber features,http / relishapp.com/rspec/rspec core,release notes
SERVER
GitHub.com
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

David Chelimsky | blog.davidchelimsky.net Reviews

https://blog.davidchelimsky.net

TL;DR Myron Marston is taking over leadership of the RSpec project, and will be the lead maintainer of the rspec-core, rspec-expectations, and rspec- …

INTERNAL PAGES

blog.davidchelimsky.net blog.davidchelimsky.net
1

Slide Archive - David Chelimsky

http://blog.davidchelimsky.net/slides

Transit Ruby, Chicago Ruby Meetup, 2 Sep 2014. A Rubyist in Clojure-land. Practice Techniques in Other Crafts. Myron Marston and Andy Lindeman are RSpec's new project leads. Rspec-2.12 is released. Agile Testing and BDD eXchange 2012 in NYC. Rspec-2.11 is released! Spec smell: explicit use of subject.

2

Agile Testing and BDD eXchange 2012 in NYC - David Chelimsky

http://blog.davidchelimsky.net/blog/2012/09/22/agile-testing-and-bdd-exchange-2012-in-nyc

Agile Testing and BDD eXchange 2012 in NYC. I’m excited to be presenting on Behavior-Driven Objects at the Agile Testing and BDD eXchange in NYC on Monday, October 1st (details below). From the conference website. The Agile Testing and BDD eXchange is a one-day conference with talks, open-space discussions and focus on ‘quality time’ between presenters and attendees. There is a nice blend of technical talks like Uncle Bob Martin talking about how to apply SOLID principles to test design.

3

rspec-2.12 is released - David Chelimsky

http://blog.davidchelimsky.net/blog/2012/11/12/rspec-212-is-released

Rspec-2.12 is released. Rspec-2.12 is a minor release (per SemVer. Which includes numerous enhancements and bug fixes. It is fully backward compatible with previous rspec-2 releases and is a recommended upgrade for all users. Thanks to all who contributed. Special thanks to Myron Marston and Andy Lindeman for their personal contributions to the code as well as a great job shepherding pull requests from several new contributors. JSON Formatter (Alex Chaffee). Refactor rake task internals (Sam Phippen).

4

rspec-2.11 is released! - David Chelimsky

http://blog.davidchelimsky.net/blog/2012/07/07/rspec-211-is-released

Rspec-2.11 is released! Rspec-2.11.0 is out and filled with a bunch of new features. Big thanks to all who contributed, especially Justin Ko. The newest addition to the RSpec core team) and Myron Marston. For their great job addressing issues and shepherding pull requests. Thanks also to Myron for all his work on two great new features: the new expectation syntax. And support for stubbing constants. Options. (Daniel Doubrovkine @dblock). Named subject e.g. Subject(:article) { Article.new }. Syntax so tha...

5

Myron Marston and Andy Lindeman are RSpec's new project leads - David Chelimsky

http://blog.davidchelimsky.net/blog/2012/11/28/myron-marston-and-andy-lindeman-are-rspecs-new-project-leads

Myron Marston and Andy Lindeman are RSpec's new project leads. Myron Marston is taking over leadership of the RSpec project, and will be the lead maintainer of the rspec-core, rspec-expectations, and rspec-mocks gems. Andy Lindeman is taking over as lead maintainer of the rspec-rails gem. Myron Marston is RSpec’s new project lead. I can’t think of a better choice to lead the RSpec project, so I invited him to do so. Thankfully, SEOmoz. Andy Lindeman is the new lead maintainer of rspec-rails. For their su...

UPGRADE TO PREMIUM TO VIEW 8 MORE

TOTAL PAGES IN THIS WEBSITE

13

LINKS TO THIS WEBSITE

glennfu.com glennfu.com

association proxy — Glenn Fu

http://www.glennfu.com/tags/association-proxy

Code like water, compile like bamboo! Entries Tagged 'association proxy' ↓. Mock Expectation Fails on Associated Model (Association Proxy). July 1st, 2008 — association proxy. I just hit a real mean snag today trying to put an expectation on a model and it didn’t get caught like it should. This is something I do all the time so I knew I wasn’t just making a basic typo. Here’s what my setup looked like:. Def purchase send shipping notice end def send shipping notice puts "hi" end. The catch is that the.

glennfu.com glennfu.com

Rails Pagination by Letters (not Numbers like will_paginate) — Glenn Fu

http://www.glennfu.com/2008/06/24/rails-pagination-by-letters-not-numbers-like-will_paginate

Code like water, compile like bamboo! Larr; Attachment Fu and Zip Files – RubyZip and Extracting For Bulk Uploads. Mock Expectation Fails on Associated Model (Association Proxy). Rails Pagination by Letters (not Numbers like will paginate). June 24th, 2008 pagination. I want my list of data to be paginated by letters. The will paginate. Plugin certainly gives excellent pagination if all you want is “prev 1 2 3 . 6 next” kind of pagination. Here’s my solution:. Letter = params[:letter].blank? A-z]"], :ord...

glennfu.com glennfu.com

Development Tips using Passenger for Rails — Glenn Fu

http://www.glennfu.com/2008/12/08/development-tips-using-passenger-for-rails

Code like water, compile like bamboo! Larr; Building Named Scopes Conditionally. Mac OSX Development Environment Setup after Archive and Restore. Development Tips using Passenger for Rails. December 8th, 2008 passenger. I’ve just recently set up my rails development environment to be managed by Passenger. And I have to say I like being able to type in real URL’s for my domains and not have to manually start my sites. The easiest way is to use. Tail -f log/development.log. 8230;where ‘newcoolsite&#8...

glennfu.com glennfu.com

named_scopes — Glenn Fu

http://www.glennfu.com/tags/named_scopes

Code like water, compile like bamboo! Entries Tagged 'named scopes' ↓. Building Named Scopes Conditionally. November 11th, 2008 — named scopes. I recently ran across an article at Caboose.se. About building named scopes conditionally to make a slick filter. Unfortunately comments on it are closed now. The code he shared looked like this:. Def index scopes = [] scopes. I found this code soon after writing something similar for myself, and modifying his code to look like mine would give:. I saw Ryan Bates.

lebenbeck.blogspot.com lebenbeck.blogspot.com

生活就是泪奔,哥特就是锅贴: ActiveSupport中的class_attribute

http://lebenbeck.blogspot.com/2011/09/activesupportclassattribute.html

看rails guide的时候遇到了Class#class attribute,怎么使用参见 guide. Http:/ blog.obiefernandez.com/content/2010/04/tr3w-highlights-activesupport-class-class-attribute.html. 由于我看的是 3.0.7的版本. 65292;于是又找到了最新的 3.1.0的版本. 看完之后更加迷惑,为什么要定义两个reader instance method,一个用singleton class,一个用self.class呢? 查阅了相关资料,翻看了源码提交记录,我找到了答案。 其实本来在3.0.7版本中用self.class代替singleton class是可以的,但为了支持在singleton class上调用writer方法. Klass = Class.new { class attribute :setting }. Object = klass.new. Object.singleton class.setting = "foo".

lebenbeck.blogspot.com lebenbeck.blogspot.com

生活就是泪奔,哥特就是锅贴: 七月 2009

http://lebenbeck.blogspot.com/2009_07_01_archive.html

Secrets of the Rails Console. Secrets of the Rails Console Ninjas. 订阅: 帖子 (Atom). 喜欢编程,喜欢Ruby on Rails. NHK特集:中国四川大地震(下). NHK特集:中国四川大地震(上). CSS The Missing Manual. Secrets of the Rails Console.

jonathan.tron.name jonathan.tron.name

Jonathan.inspect | Random thoughts about web and mac development

http://jonathan.tron.name/category/php

Random thoughts about web and mac development. Hi, if you read those lines it means the DNS. Were updated and you’re looking at this blog hosted on Heroku. It’s been a long time since I wanted to try Heroku for more than a little Sinatra. Test app, so I decided to try with this blog. We’ll see how it goes in the next weeks. Published on Sat, 11 Jun 2011 12:20. End of my Rubygems mirror. With the advent of Gemcutter. I don’t feel the need to maintain my own rubygems mirror. Gem install gemcutter gem tumble.

codeschool.com codeschool.com

RSpec Tutorial | Code School

https://www.codeschool.com/courses/testing-with-rspec

Learn to use this trusted testing framework for Ruby applications. Brush up on testing best practices with our Testing with RSpec course. Enroll Now to Play. Help make Code School better. We are hoping that you could take a minute to let us know what you thought about Testing with RSpec. 1 Video 5 Challenges. An overview of RSpecs basic syntax and installation. 1 Video 8 Challenges. Setting up RSpec in a Ruby or Rails project and digging into some RSpec Matchers. 1 Video 5 Challenges. 1 Video 7 Challenges.

UPGRADE TO PREMIUM TO VIEW 140 MORE

TOTAL LINKS TO THIS WEBSITE

148

SOCIAL ENGAGEMENT



OTHER SITES

blog.davidcassel.net blog.davidcassel.net

David Cassel

On Software Development and Entrepreneurism. MarkLogic for Node.js Developers. Building a MarkLogic Data Model. Author: Dave Cassel Category: Software Development. Focusing on the community. Author: Dave Cassel Category: Career. Author: Dave Cassel Category: Software Development. Memoization is tracking partial solutions so that they don’t have to be recalculated. A good example of where this is handy is the Fibonacci sequence. You may remember that the definition of this is: F(n) = F(n -1)...This post s...

blog.davidcathers.com blog.davidcathers.com

David Cathers | Current Fun Happenings

Client Appreciation day a Huge Success. 28 March 2011 06:54. Thank you to the hundred or more people who showed up yesterday! Surely everyone had FUN. There were lots of prizes given away. Free games of Bowling. Red Robin Gift Certificates, Starbucks certificates. Gosh what else? Oh yeah hats and umbrellas. These came in handy wth all the rain outside. Hey, but nobody seemed to notice the rain as we were all inside having fun. See you soon,. 6576b998-b59b-49af-bc14-898ed40fbe35 0 .0. 5 October 2010 13:30.

blog.davidccook.com blog.davidccook.com

Welcome blog.davidccook.com - BlueHost.com

Web Hosting - courtesy of www.bluehost.com.

blog.davidcech.com blog.davidcech.com

David Cech

Thoughts, stories and ideas. Page 1 of 1. Nice We've put together a little post to introduce you to the Ghost editor and get you started. You can manage your content by ». Page 1 of 1. Proudly published with Ghost.

blog.davidchartier.com blog.davidchartier.com

Tumblr de Chartier

Tech, humor, equality, video games, and nuance by David Chartier. Content Strategist, Freelance Writer, Tech Distiller, and proprietor of Finer Things in Tech. Finer Things in Tech. 2007 2015 by Tumblr de Chartier. Twitter opens $3 million tech skills center for SF poor, homeless - SFGate. Real talk: great move by Twitter. I’d love to see more companies do this. If vader got to raise Luke and Leia. Priceless. Oculus Rift will be open to virtual reality porn. This is what the future will be. Seriously.

blog.davidchelimsky.net blog.davidchelimsky.net

David Chelimsky

Myron Marston and Andy Lindeman are RSpec’s new project leads. Myron Marston is taking over leadership of the RSpec project, and will be the lead maintainer of the rspec-core, rspec-expectations, and rspec-mocks gems. Andy Lindeman is taking over as lead maintainer of the rspec-rails gem. Myron Marston is RSpec’s new project lead. I can’t think of a better choice to lead the RSpec project, so I invited him to do so. Thankfully, SEOmoz. Andy Lindeman is the new lead maintainer of rspec-rails. For their su...

blog.davidchouinard.com blog.davidchouinard.com

Default Parallels Plesk Panel Page

Web Server's Default Page. This page is generated by Parallels Plesk Panel. The leading hosting automation software. You see this page because there is no Web site at this address. You can do the following:. Create domains and set up Web hosting using Parallels Plesk Panel. Parallels is a worldwide leader in virtualization and automation software that optimizes computing for consumers, businesses, and Cloud services providers across all major hardware, operating systems, and virtualization platforms.

blog.davidchristiansen.com blog.davidchristiansen.com

David Christiansen - Nothing is impossible. We just work harder to make it happen.

Nothing is impossible. We just work harder to make it happen. HowTo: Clear Nuget cache on a build server. Do you need to clear the Nuget cache on a build server which runs as a windows service? Simply navigate to the nuget cache store which is located in the temp directory for the system service accounts. C: Windows System32 config systemprofile AppData Local NuGet Cache C: Windows SysWOW64 config systemprofile AppData Local NuGet Cache. Nuget install ninject -nocache. May 29, 2015. December 16, 2014.

blog.davidchristy.com blog.davidchristy.com

Painting Perspectives » Art Blog for DavidChristy.Com

Art Blog for DavidChristy.Com. Two Good Friends – Digital Painting. Hello world, travel down the long road: Painting Perspecitves. New Christmas Angel. Adding our people each year. Posted on December 16th, 2013. Posted by David Christy. Comments Off on Christmas 2013. Filed under: Christmas Angel. The Christmas Angel has made a comeback this year. Waiting for snow. 2011 Pictures to follow. Ice Angel in 2007. Posted on December 21st, 2011. Posted by David Christy. Two Good Friends – Digital Painting.

blog.davidciani.com blog.davidciani.com

david ciani: blog | au courant

The Clatter of The Bike. John Le Carré,. The Spy Who Came In From The Cold. This entry was posted in Literature. Proudly powered by WordPress.

blog.davidclare.me.uk blog.davidclare.me.uk

David Clare

June 28th, 2013. Our project at Art Group for the next three weeks is to study a painting of a local artist. I chose to do the painting of The Barbican and River Stour at Sandwich by Henry Maurice Page. It did not go too well. Next week the aim is to finish blocking in and start putting in some details. Show you how I get on next week. In the garden – 17th-20th June. June 20th, 2013. More images from our garden from Monday 17th until Thursday 20th. Weekend in the garden 16th June. June 17th, 2013. It was...