Skip to main content

Home/ Groups/ localhost3000
Ivan Storck

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.
Ivan Storck

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!
  •  
    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!
Ivan Storck

JavaScript Koans - 0 views

  •  
    learn JavaScript via koans
Ivan Storck

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.
Ivan Storck

Why Git Sucks and you'll use it anyways - 0 views

  •  
    Good overview of git, why its hard to get used to, how it works, and why you'll grow to love it.
Ivan Storck

Getting More Out of the Rails Console - Samuel Mullen - 0 views

  •  
    Great article on how to get more out of the Rails console
Ivan Storck

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.
Ivan Storck

Gistflow :: State Machine with Rails. Basics - 0 views

  •  
    "State Machine comes to the rescue when models in your application need statuses and events. There is a #state_machine gem for #ruby. I recommend you to spend some time studying basics before you start using it"
Ivan Storck

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."
Ivan Storck

The Best Ruby Tutorials (for a n00b) - Joe Gardiner - 0 views

  •  
    "a list of the most useful tutorials as a complete Ruby n00b to aid others who may be just getting started"
Ivan Storck

wesf90/rails-partial · GitHub - 0 views

  •  
    "Makes creating Rails Partials a breeze. Quickly create a blank Partial, or select text and create the partial instantly!"
Ivan Storck

Use Bundler's binstubs! - 0 views

  •  
    how to make "bundle install --binstubs" work even better with RVM
Ivan Storck

Rolling With Sinatra - 0 views

  •  
    When it comes to web development, Sinatra is amazingly flexible. Unlike Rails, it isn't opinionated in the slightest and basically lets you make all the design decisions.
Ivan Storck

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.
  •  
    Asset pipeline - how is your CSS and JS included in a Rails app?
« First ‹ Previous 41 - 60 Next ›
Showing 20 items per page