Skip to main content

Home/ localhost3000/ Group items tagged coding

Rss Feed Group items tagged

Ivan Storck

Deciphering Ruby Code Metrics - Code Climate Blog - 1 views

  •  
    Ruby has a rich ecosystem of code metrics tools, readily available and easy to run on your codebase. Though generating the metrics is simple, interpreting them is complex. This article looks at some Ruby metrics, how they are calculated, what they mean and (most importantly) what to do about them, if anything.
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

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

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

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

Code Fellows Hiring Partner: Nick Soman, Reveal - Course Report - 0 views

  •  
    Code Fellows Hiring Partner: Nick Soman, Reveal - Course Report http://abid.es/1rCP7OA
Ivan Storck

Build a Custom API to Connect WordPress With Ruby on Rails - Tuts+ Code Tutorial - 0 views

  •  
    Build a Custom API to Connect WordPress With Ruby on Rails - Tuts+ Code Tutorial http://abid.es/1t6mtem
Ivan Storck

Trash Your Servers and Burn Your Code: Immutable Infrastructure and Disposable Componen... - 0 views

  •  
    Trash Your Servers and Burn Your Code: Immutable Infrastructure and Disposable Components - The Passionate Programmer http://abid.es/1265RBj
Ivan Storck

Best Programming Books: 8 Books to Read and Distinguish YourselfCoding Dojo - 0 views

  •  
    If you read just one of these best programming books this year you'll be a step ahead of nearly everyone around you. That's because, according to Steve McConnell, the author of Code Compete, one book is more than most programmers read each year. Pro…
  •  
    If you read just one of these best programming books this year you'll be a step ahead of nearly everyone around you. That's because, according to Steve McConnell, the author of Code Compete, one book is more than most programmers read each year. Pro…
Ivan Storck

Coding for Interviews - 0 views

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

Nitrous.IO - 0 views

  •  
    Spin up your own dev environment to code in the cloud now! Get 250MB of additional space by using this link: http://abid.es/1d7k2MG
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

Rails has Two Default Stacks by Steve Klabnik - 0 views

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

Web Development With Sublime Text 2 - 0 views

  •  
    Sublime Text intro, recommended packages, and keyboard shortcuts
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

How I Test | Nettuts+ - 0 views

  •  
    How to get started with rSpec and Cucumber
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

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.
1 - 20 of 25 Next ›
Showing 20 items per page