...uninstalled with gem uninstall gemname. List and uninstall a gem installed via Bundler from Github This does not work for gems installed directly from Github. They do not appear in...
Show all gems installed via Github by bundler: ls ~/.rbenv/versions/2.4.1/lib/ruby/gems/2.4.0/bundler/ Remove a gem installed via Github by Bundler: rm -rf ~/.rbenv/versions/2.4.1/lib/ruby/gems/2.4.0/bundler/gemname-xyz rm -rf ~/.rbenv/versions/2.4.1/lib/ruby/gems/2.4.0/cache/bundler/gemname-1.2.3 This might also be...
...lives in app/assets). I got rid of the warnings by committing empty files into Git: public/images/.gitkeep public/javascripts/.gitkeep public/stylesheets/.gitkeep
Sometimes, due to git or other "accidents", important files get deleted or overwritten. At a state when even Ctrl+Z doesn't work anymore, you maybe can rescue your files...
...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...