Framework to write command-line apps in Ruby. Comes with a nice way of processing parameter options, some utility classes...
Git has a built-in repository viewer for your web browser. a bit similar (but less awesome) than github.
How to ignore new files Globally Add the path(s) to your file(s) which you would like to ignore...
tig path_to_file_or_files_or_path_with_wildcard
After starting the Rails server in a freshly generated Rails 3.1 project you could see an error message such as...
You can convert git commits into patch files. Those can be used to apply to a different repository [1] or...
Please note that you can break your system with this! This is not recommended. Sometimes the package repository has errors...
Using git rebase can be painful but luckily you can resort to cheating with git reset and committing anew.
If Rails or Rake are complaining about a missing gem that is listed in your Gemfile.lock and the listed version...
Sometimes you may need to figure out what branches exist on a remote repository so you can pull them down...
ExecJS lets you run JavaScript code from Ruby. It automatically picks the best runtime available to evaluate your JavaScript program...
We forked craken today and fixed one of the issues we had with new (>0.8.7) rake versions. The craken:install...
Random list of useful git commands for advanced users. I found some of them useful.
Microsoft provides virtual machine disk images to facilitate website testing in multiple versions of IE, regardless of the host operating...
Grit gives you object oriented read/write access to Git repositories via Ruby.
After updating Rubygems you see a wall of deprecation warnings like this: NOTE: Gem::SourceIndex#add_spec is deprecated, use...
When browsing a repository, pressing "t" allows you to quickly search for file names. Very awesome! Go here to try...
If you want to use the (badly implemented!) solarized color scheme in your Rubymine IDE: Clone the IntelliJ IDEA port...
We usually generate our commit messages from Pivotal Tracker IDs and titles, like [#15775609] Index view for conflicts
Some folks have started to keep their linux configuration in a git repository called "dotfiles". This sounds like a good...
Note: Consider using MATE instead of Gnome 3 on newer system Awesome is a very good tiling window manager that...
Install Ruby from the Ubuntu repository: sudo apt-get install ruby ruby-dev \ ruby is the meta package. If you...
We're adding a script console-for to open a remote Rails console with one command. Also have a look...
Sometimes, when running a rake task, RubyGems 1.8.5 raises an error: rake aborted! undefined method `specifications' for "/usr/lib/ruby/gems/1.8":String