opening the toolbox

Post on 15-May-2015

1.992 Views

Category:

Technology

1 Downloads

Preview:

Click to see full reader

DESCRIPTION

Presentation for the Railscamp Hamburg 2010

TRANSCRIPT

opening the toolboxtools and tricks for everyday use

Dennis Blöte, Railscamp Hamburg

Samstag, 23. Oktober 2010

RVM

• Ruby Version Manager

• Gem Management via Gemsets, global and per project

• Integration of tools like TextMate, Passenger and Capistrano

• http://rvm.beginrescueend.com/

Samstag, 23. Oktober 2010

GitX

• Git GUI for OS X

• History & Diff browsing

• Complete tree of revisions

• Search

• http://github.com/brotherbard/gitx

Samstag, 23. Oktober 2010

Samstag, 23. Oktober 2010

Homebrew

• Package manager for OS X

• Formulas are Ruby scripts

• Always up-to-date

• Easily extendable (most forked project)

• http://mxcl.github.com/homebrew/

Samstag, 23. Oktober 2010

Cinderella

• Dev environment based on Xcode, Homebrew, RVM & Chef

• Gives you Ruby, Python, nodeJS, Erlangand databases (MySQL, Postgres, …)

• Isolated in ~/Developer

• http://www.atmos.org/cinderella/

Samstag, 23. Oktober 2010

bash-it

• Community bash framework

• Inspired by oh-my-zsh

• Aliases, Helpers & commands for Git, Rails, RVM, …

• Themes

• http://github.com/revans/bash-it

Samstag, 23. Oktober 2010

Git Flow

• Collection of Git extensions to provide high-level repository operations

• Based on Vincent Driessen'sGit branching model

• http://github.com/nvie/gitflow

Samstag, 23. Oktober 2010

Samstag, 23. Oktober 2010

CI Joe

• Continuous Integration Server

• http://github.com/defunkt/cijoe

Samstag, 23. Oktober 2010

Terminitor

• Workflow automation

• Terminal setup per project

• http://github.com/achiu/terminitor

Samstag, 23. Oktober 2010

awesome_print

• Pretty printing Ruby objects in IRB

• http://github.com/michaeldv/awesome_print

Samstag, 23. Oktober 2010

Spork

• DRb server for RSpec and Cucumber

• Forks a copy of the Rails server for each test run

• http://github.com/timcharper/spork

Samstag, 23. Oktober 2010

AckMate

• Fast „Find in Project“

• http://github.com/protocool/AckMate

_ /|\'o.O'=(___)=

U ack!

Samstag, 23. Oktober 2010

it‘s the artistnot the tools ;)

Samstag, 23. Oktober 2010

Credits

• http://www.flickr.com/photos/dipster1/1403240351/

Samstag, 23. Oktober 2010

top related