- Platform: Browser
- https://github.com/organizations/{ORGNAME}/dashboard/issues
- Platform: Browser
| #!/bin/bash | |
| #set -x | |
| # Shows you the largest objects in your repo's pack file. | |
| # Written for osx. | |
| # | |
| # @see http://stubbisms.wordpress.com/2009/07/10/git-script-to-show-largest-pack-objects-and-trim-your-waist-line/ | |
| # @author Antony Stubbs | |
| # set the internal field spereator to line break, so that we can iterate easily over the verify-pack output |
| ############################################################# | |
| # Campfire | |
| ############################################################# | |
| after :deploy, 'campfire:notify' | |
| namespace :campfire do | |
| require 'tinder' | |
| load File.join(File.dirname(__FILE__), 'initializers/campfire_config.rb') |
| # application_controller.rb | |
| before_filter :default_hosts | |
| # set dynamically to always correct paths and urls (dev, stage, testing) | |
| def default_hosts | |
| ActionController::Base.default_url_options[:host] = request.host_with_port | |
| ActionMailer::Base.default_url_options[:host] = request.host_with_port | |
| end | |
| de: | |
| errors: | |
| messages: | |
| not_found: "Nicht gefunden" | |
| already_confirmed: "ist bereits bestätigt" | |
| not_locked: "war nicht gesperrt" | |
| devise: | |
| failure: | |
| unauthenticated: 'Du musst dich zuerst anmelden.' |