Posts

Showing posts from July, 2013

Git Visual Cheat Sheet

Image
Reference : https://github.com/nerdgirl/git-cheatsheet-visual

Gems for Development Group

Here are the list of gems which you can use in your development machine or inside the development group in your gemfile, Basically these gems helps to make things faster and bring simplicity to the development process. gem 'debugger' gem "better_errors" gem "binding_of_caller" gem 'annotate' gem 'rails-footnotes' gem 'rails_best_practices' gem 'bullet' gem 'flay' gem 'pry' gem 'pry-doc' gem 'quiet_assets' gem 'rack-mini-profiler' gem 'railroady' gem 'reek' gem 'request-log-analyzer' gem 'smusher' gem 'hirb' gem 'localtunnel' gem 'lol_dba' gem 'mailcatcher' gem 'meta_request','0.2.1' Other then the above mentioned gems there is one gem which you must have gem install zeus You don't need to mention this inside your Gemfile, This really helps to improve the deve