...gem install chunky_png -v=0.8.0 freeze our lemonade version cd vendor/gems git clone http://github.com/makandra/lemonade.git lemonade-0.3.4 rm -rf lemonade-0.3.4/.git in config/environment.rb: config.gem 'compass', :version...
...paths to assets via compass helper functions. Uncomment: relative_assets = true require 'lemonade' in .gitignore: ^ *.sprite_info.yml` also Remarks This setup is still not optimal: dependency on compass is unnecessary
...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...
sudo gem install zip git clone git://github.com/rtomayko/date-performance.git cd date-performance rake package:build cd dist sudo gem install --no-ri --no-rdoc date-performance-0.4.7.gem
...don't skip these updates. Organizing your code Push all your work to a GitLab repository, at least once per day. You can create unlimited repositories in your personal namespace...
5.4.0 2021-02-01 Compatible changes Add geordi branch command that checks out a feature branch based on a story...
Install gem and plugin sudo gem install parallel script/plugin install git://github.com/grosser/parallel_tests.git Adapt config/database.yml test: database: xxx_test<%= ENV['TEST_ENV_NUMBER'] %> Create test databases script/dbconsole -p CREATE DATABASE...
Geordi, our collection of command line tools, has been extended by another command deploy-to-production. This script encapsulates the...
...search your gem at RubyGems. Example: will_paginate version history. The "Tags" tab at GitHub might be helpful as well...
Liquid Prompt gives you a nicely displayed prompt with useful information when you need it. It shows you what you...
Probably was in the repository once and got deleted in a commit that you pulled.
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...
Added excludedCommands to allow selected git commands to run unsandboxed, even in strict mode