blog.izs.me: Everyone has a Price

izs:

Got this email this morning:

From: Andrew
To: i@izs.me
Subject: Have a minute to talk about npmjs.org? Hello, We have a client interested in npmjs.org. Would you
consider selling the site? Please let me know a day, time and phone number
you could speak about this possibility and we'll try
to...

(via alex-js)

20 notes

Set tabname in iterm2

0 notes

Print grape routes using rake task.

0 notes

Use http_basic with grape API layer.

0 notes

Track your time.

Today I’ve decided to install widget of the cashboardapp.com. it’s definitely save my time in the future for making invoices to the clients. Also I have already started to create the stories based on the pivotaltracker and then just click log time.

I will see result at the end of the month.

0 notes

Migrating s3 data to the new account

Few days ago I needed to migrate s3 data from one account to another account. I’ve decided to use as background worker heroku server. And wrote this code below:

1 note

devise masquerade gem

Yesterday I published the simple gem for devise. Now it is easy to add ‘Login As’ functionality to your admin pages.

1. Add gem ‘devise_masquerade’ to your Gemfile.

2. Add before_filter :masquerade_user! to the application_controller.rb

3. Add link_to ‘Login As’, masquerade_path(user) to your table with users.

4. Use it :)

More

0 notes