Public Gists by lgs

Gravatar
Mon Nov 02 03:05:22 -0800 2009
1
2
3
/*
Jquery and Rails powered default application.js
Easy Ajax replacement for remote_functions and ajax_form based on class name
Gravatar
Sat Sep 26 01:19:30 -0700 2009
1
2
3
root@webby2066:/var/rails/bookuntu# script/generate themed home
uninitialized constant Home
root@webby2066:/var/rails/bookuntu# script/generate themed Home
Gravatar
Wed Aug 12 23:06:44 -0700 2009
1
2
3
---
layout: post
title: a facet of Facets
Gravatar
Wed Jul 22 11:49:07 -0700 2009
1
2
3
root@webby2066:~# ps -ef | grep rake
root 18916 18744 0 18:24 pts/0 00:00:00 /usr/bin/ruby1.8 /usr/bin/rake community_engine:test
root 18917 18916 0 18:24 pts/0 00:00:00 sh -c /usr/bin/ruby1.8 -I"lib:lib" "/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "vendor/plugins/community_engine/test/unit/vote_test.rb" "vendor/plugins/community_engine/test/unit/asset_test.rb" "vendor/plugins/community_engine/test/unit/friendship_test.rb" "vendor/plugins/community_engine/test/unit/photo_test.rb" "vendor/plugins/community_engine/test/unit/event_test.rb" "vendor/plugins ....
Gravatar
Wed Jul 22 11:34:39 -0700 2009
1
2
3
root@webby2066:~# vmstat 1
procs -----------memory---------- ---swap-- -----io---- -system-- ----cpu----
 r b swpd free buff cache si so bi bo in cs us sy id wa
Gravatar
Wed Jul 22 11:32:57 -0700 2009
1
2
3
root@webby2066:~# pstree
 
 
gist: 146008 authlogic ++ template
Gravatar
Mon Jul 13 02:10:31 -0700 2009
1
2
3
# download and git methods swiped from http://github.com/Sutto/rails-template/blob/07b044072f3fb0b40aea27b713ca61515250f5ec/rails_template.rb
 
require 'open-uri'
Gravatar
Thu Jul 02 05:36:59 -0700 2009
1
2
3
require 'sinatra/metal'
 
class SinatraMetal < Sinatra::Base
Gravatar
Tue Jun 09 14:14:38 -0700 2009
1
2
3
############################################################
# #
# Out of the box Clearance Rails authentication tamplate #
Gravatar
Tue Jun 09 07:35:31 -0700 2009
1
2
3
Deploying a Rails App with EC2 + S3 + Ubuntu
============================================
 
Gravatar
Tue Jun 09 03:10:24 -0700 2009
1
2
3
#############################################################################################
#
# http://blog.invisible.ch/2009/03/04/invisible-rails-sprint-day-3-twurli-comes-alive
Gravatar
Sun Jun 07 12:41:00 -0700 2009
1
2
3
run "gem sources -a http://gems.github.com"
 
gem 'desert', :version => '0.5', :lib => 'desert'
Gravatar
Sun Jun 07 12:40:47 -0700 2009
1
2
3
plugin 'thinking-sphinx', :git => "git://github.com/freelancing-god/thinking-sphinx.git"
gem "RedCloth", :lib => "redcloth", :source => "http://code.whytheluckystiff.net"
rake "gems:install"
Gravatar
Sun Jun 07 12:40:17 -0700 2009
1
2
3
gem 'google-geocode', :version => '~> 1.2.1', :lib => 'google_geocode'
rake "gems:install"
 
Gravatar
Thu Apr 23 02:08:07 -0700 2009
1
2
3
require 'sinatra/metal'
 
class SinatraMetal < Sinatra::Base
Gravatar
Tue Apr 21 14:12:06 -0700 2009
1
2
3
require 'sinatra/metal'
 
class SinatraMetal < Sinatra::Base
Gravatar
Tue Apr 21 14:10:34 -0700 2009
1
2
3
# A Sinatra App as a Rails Plugin
#
# In your Edge Rails app:
Gravatar
Fri Apr 03 08:11:26 -0700 2009
1
2
3
# NOTE: See further development and a gem at http://github.com/topfunky/basic_model
 
require 'couchrest'
Gravatar
Thu Mar 05 06:15:05 -0800 2009
1
2
3
require 'rubygems'
require 'benchmark'
require 'facets/dictionary'
Gravatar
Tue Mar 03 14:17:30 -0800 2009
1
2
3
require 'gruff'
 
class GitCommitGraph