Skip to main content

Home/ Groups/ localhost3000
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?
Ivan Storck

Web Development With Sublime Text 2 - 0 views

  •  
    Sublime Text intro, recommended packages, and keyboard shortcuts
Ivan Storck

Ruby On Rails State of Practice: Deployment and Management - 0 views

  •  
    Vote on what you use to deploy Ruby on Rails apps and see what others are voting on 
Ivan Storck

Rails has Two Default Stacks by Steve Klabnik - 0 views

  •  
    Rails is omakase, Rails! (Rails prime) is the combo plate, I guess.
Ivan Storck

Using Capybara-Webkit with Cucumber Without Rails or Rack - 0 views

  •  
    How to use capybara to test any web app PHP, Java, .Net, whatever
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

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

Ruby Association: Ruby Association Certified Ruby Programmer - 0 views

  •  
    The Ruby Association Certified Ruby Programmer examinations are intended for engineers who design, develop, and/or operate Ruby-based systems, consultants who make Ruby-based system proposals, and instructors who teach Ruby. Those who are certified are recognized for their skills as Ruby engineers and as having high levels of Ruby-based system development capabilities. Those who pass the examination are certified by the Ruby Association as a Ruby Association Certified Ruby Programmer
Ivan Storck

How I Test | Nettuts+ - 0 views

  •  
    How to get started with rSpec and Cucumber
Ivan Storck

Coding for Interviews - 0 views

  •  
    Great books to read / review before your next programming interview
Ivan Storck

tutorial rails recurly subscription saas · RailsApps - 0 views

  •  
    A complete Ruby on Rails app for subscription content site (with Recurly)
Ivan Storck

Why Rails? | Nettuts+ - 0 views

  •  
    Why use the Ruby on Rails framework?
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.
« First ‹ Previous 41 - 60 of 66 Next ›
Showing 20 items per page