Sarah Mei » Outside-In BDD: How?! - 0 views
Put chubby models on a diet with concerns by David of 37signals - 0 views
-
Concerns are also a helpful way of extracting a slice of model that doesn’t seem part of its essence (what is and isn’t in the essence of a model is a fuzzy line and a longer discussion) without going full-bore Single Responsibility Principle and running the risk of ballooning your object inventory.
-
Concerns are also a helpful way of extracting a slice of model that doesn't seem part of its essence (what is and isn't in the essence of a model is a fuzzy line and a longer discussion) without going full-bore Single Responsibility Principle and running the risk of ballooning your object inventory.
RubySource | Cracking Gems: Reading Ruby CodeRubySource - 0 views
-
Reading large codebases can be daunting. There’s just so many abstractions, all linked to one another, making a muddled mess in your brain.But, with a little bit of experience, it becomes much easier to read code. Let’s get to it!
hugodias/railStrap · GitHub - 0 views
JavaScript Koans - 0 views
dejan/rails_panel · GitHub - 0 views
Sublime Text 2 integration with RVM and Rspec: Take number 2 - Ruben Laguna's blog - 0 views
-
Ok, so you are using Sublime Text 2 and you can use Cmd-B to execute ruby code, but that ruby code won't be executed using under the environment dictated by the .rvmrc in the project which is a pity. The same goes for RSpec, where you usually want to use bundle exec rspec in addition to .rvmrc. I'm going to talk first on how to get regular ruby + RVM from Sublime Text 2 and then I'll jump onto executing RSpec together with RVM and Bundler from Sublime Text 2.
Why Git Sucks and you'll use it anyways - 0 views
How to use git without rage - 0 views
jQuery.payment - 0 views
-
A rising tide lifts all boats, and we'd like to help improve payment experiences for consumers everywhere, whether or not they use Stripe. Today, we're releasing jQuery.payment, a general purpose library for building credit card forms, validating input, and formatting numbers. This library is behind a lot of the functionality in Checkout.
Ruby on Rails Study Guide: Blocks, Procs, and Lambdas | Nettuts+ - 0 views
-
"Ruby is a language with a set of powerful features - the most powerful arguably being Blocks, Procs, and Lambdas. In short, these features allow you to pass code to a method and execute that code at a later time. Despite regularly using these features, many developers don't fully understand the subtle differences between them."
wesf90/rails-partial · GitHub - 0 views
Use Bundler's binstubs! - 0 views
Rolling With Sinatra - 0 views
Asset Pipeline for Dummies - Eric Berry - 0 views
-
The Manifest The keystone of the asset pipeline is the manifest file. By default, Rails creates one for stylesheets (app/assets/stylesheets/application.css) and JavaScript files (app/assets/javascripts/application.js). This file uses directives to declare dependencies in asset source files.
« First
‹ Previous
41 - 60
Next ›
Showing 20▼ items per page