...new_memory_mb) and flavor_id: raise exception.CannotResizeToSameSize() which got fixed 2012-09-12 (https://git.openstack.org/cgit/openstack/nova/commit/nova/compute/api.py?id=843af52d49554f15c13e5617b9eb672c35c7fe51).
...not be automated 100%, but you can still save time. First do script/plugin install http://github.com/cgoddard/haml2erb.git Then in the console type hamls = Dir["app/views/**/*.haml"] - ['app/views/layouts/screen.html.haml']; hamls.each do |haml...
...usually a tag with the version number (e.g. v1.2.0) is created an pushed to Github, so everyone can check out or take a look at the source code at this...
...at the Readme of a specific Gem version, you can easily switch to that git tag on Github...
...The command name and one or more plain arguments (without shell expansion), e.g. exec *[ 'git', 'add', 'Gemfile' ] If the first command is a two-element array, the first element is...
...now cut gems more easily using Bundler. Easy mode Check out a repository from Github like git clone git@github.com:makandra/aegis.git Make and commit your changes. You can but don't...
...own gem with sudo gem install GEMNAME Hard mode Check out a repository from Github like git clone git@github.com:makandra/aegis.git Make and commit your changes Bump the gem version using...
RubyMine provides a visual tool for resolving merge conflicts locally. Follow Git > Resolve Conflicts in the context menu to open RubyMine's merge conflict tool. Left pane: local copy (read...
Tool to show you which gems are slow to load: ➜ git:(master) ✗ bundle exec bumbler [################################################# ] (49/65) travis-lint... Slow requires: 110.21 render_anywhere 147.33 nokogiri 173.83 haml 179.62 sass-rails...
All the hidden and not hidden features of Git and GitHub...
...in succession the overhead starts to add up. If you do a lot of Git pushing and pulling or frequently need to SSH to a dev server, you’ve probably...
...source to generate Puppet, Chef, or shell code. Everything blueprint sees is stored in Git to be diffed and pushed. It runs on Ubuntu Linux 10.04 and newer...
Heroku's architecture enables deployment with nothing but Git. Deployment is fast, simple, and just works – all you do is push code to your repo on Heroku...
...easy to generate metrics reports. It uses Saikuro, Flog, Flay, Rcov, Reek, Roodi, Subversion, Git, and Rails built-in stats task to create a series of reports. It's designed...
Capistrano recipes for database backups before migrations, passenger deployment strategy, release tagging in Git repos...
...compile when servers are running on different code next if revisions.uniq.length > 1 changed_files = `git diff --name-only #{revisions.first}`.split if changed_files.grep(asset_locations).none? puts Airbrussh::Colors.green('** Assets have...
Best results in other decks
git branch -d the_local_branch delete a local branch git push origin --delete the_remote_branch [remove_the_local_branch] remove a remote branch alternatively, git push origin :the...
Understand the differences between git diff and git diff --staged (or git diff --cached) Understand the difference between git reset and git reset --hard Use git add -p
...git checkout -p Note you can also rollback partial changes from the line gutter in RubyMine. Use git rebase -i Understand what it means for pushing to a remote, and...