Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.81 KB

2013-12-19.md

File metadata and controls

44 lines (31 loc) · 1.81 KB

emil

Toothpick

toothpick is a rubygem that I pushed just now which makes it easier to create and share picks from the command line. PS: This pick is created with toothpick

Fixing Photon+'s weird issue on locking and unlocking OSX

Photon+ data card has this weird problem of conking out after you lock and unlock your mac. Here's how to fix it. Go to system preferences -> Network -> Huawei modem. Enable Show modem status in menu bar. After you plug in your device, do not use the bundled software to connect. Use the modem icon in the status bar to connect and disconnect.

deepak

new version of Rail released
http://weblog.rubyonrails.org/2013/12/18/Rails-4-1-beta1/
http://coherence.io/blog/2013/12/17/whats-new-in-rails-4-1.html
http://edgeguides.rubyonrails.org/4_1_release_notes.html

do not know how we work without ActiveRecord::enum :-)

Hemant

Recently I have switched to tmux and started to automate my workflow using - https://github.com/aziz/tmuxinator.

Using it basically when starting work on a project, with one command I can have invoker running in one window and then in another some ssh session and then in another something else. Also my tmux configuration can be found on:

https://github.com/gnufied/dot_files/blob/master/.tmux.conf

Rubocop and Flycheck

Flycheck is a emacs mode which helps us with IDE like warnings in Emacs. I am already using enh-ruby-mode which helps with some of the syntax errors and stuff, but what is nice about flycheck is it integrates with rubocop and shows rubocop errors in-place in the editor.

A picture is worth thousand words so:

rubocop with flycheck