i18n_backend_database
Database Backend for Rails I18n
i18n_db_admin
Demo application including admin interface for Rails translations using i18n_db
| <?php | |
| /** | |
| * SchemateBehavior - Somewhat ActivRecord'ish for CakePHP.. | |
| * | |
| * @author Kjell Bublitz | |
| * @link http://cakealot.com | |
| * @license MIT | |
| */ | |
| class SchemataBehavior extends ModelBehavior { | |
| # Lighter -- Campfire from the command line | |
| # usage: ruby lighter.rb subdomain "Main Room" macournoyer@gmail | |
| require "rubygems" | |
| require "tinder" | |
| require "readline" | |
| require "highline/import" | |
| class Lighter | |
| def initialize(room) | |
| @room = room |
| attwenger = [ | |
| { :year => 1991, :tracks => 18, :title => "Most" }, | |
| { :year => 1992, :tracks => 10, :title => "Pflug" }, | |
| { :year => 1993, :tracks => 17, :title => "Luft" }, | |
| { :year => 1997, :tracks => 5, :title => "Song" }, | |
| { :year => 2002, :tracks => 15, :title => "Sun" }, | |
| { :year => 2005, :tracks => 14, :title => "dog" }, | |
| { :year => 2006, :tracks => 17, :title => "dog2 remixes" }, | |
| { :year => 2007, :tracks => 8, :title => "die Kia" } | |
| ] |
| #!/usr/bin/env ruby | |
| # | |
| # A hook script to verify that only syntactically valid ruby code is commited. | |
| # Called by git-commit with no arguments. The hook should | |
| # exit with non-zero status after issuing an appropriate message if | |
| # it wants to stop the commit. | |
| # | |
| # Put this code into a file called "pre-commit" inside your .git/hooks | |
| # directory, and make sure it is executable ("chmod +x .git/hooks/pre-commit") | |
| # |
i18n_backend_database
Database Backend for Rails I18n
i18n_db_admin
Demo application including admin interface for Rails translations using i18n_db
| # put this in your ~/.bash_profile (Mac OS X) | |
| # Useful for Rails and Texmate coders | |
| # Sometimes I find it's the little things that make life easier. | |
| alias rr='rake routes' | |
| alias ss='script/server' | |
| alias ..='cd ..' | |
| alias e='mate .' | |
| alias lh3='open http://localhost:3000' |
| #!/opt/local/bin/ruby | |
| # _ __ _ _____ | |
| # __ ______ (_)___ ___ ____ _/ /______(_) _/__ / _ _____ _________ | |
| # / / / / __ \/ / __ \__ \/ __ \/ __/ ___/ / |/_/ / / | |/_/ _ \/ ___/ __ \ | |
| # / /_/ / / / / / / / / / / /_/ / /_/ / / /> < / /___> </ __/ / / /_/ / | |
| # \__,_/_/ /_/_/_/ /_/ /_/\__,_/\__/_/ /_/_/|_| /____/_/|_|\___/_/ \____/ | |
| # | |
| # Watermark folder script | |
| # 2009-08-15 01:52 am | |
| # |
| find . -type f -name "*.php" -exec look class {} \; > classes |
| /* | |
| As of version 1.1.2, Propane will load and execute the contents of | |
| ~Library/Application Support/Propane/unsupported/caveatPatchor.js | |
| immediately following the execution of its own enhancer.js file. | |
| You can use this mechanism to add your own customizations to Campfire | |
| in Propane. | |
| Below you'll find two customization examples. |
| # LOL!!1 | |
| # Dunno who made this. BUT I LUVZ IT. | |
| alias wtf='dmesg' | |
| alias onoz='cat /var/log/errors.log' | |
| alias rtfm='man' | |
| alias visible='echo' | |
| alias invisible='cat' | |
| alias moar='more' |