GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

sbecker

Scott Becker
WeoGeo, Inc.
Portland, OR
3
4
Feb 26, 2008
  • JavaScript and CSS Asset Compression for Production Rails Apps
    Created Wed Mar 05 16:33:09 -0800 2008
    legend
  • Source for the Capistrano Documentation manual and recipes.
    Forked from filmprog/capdoc Fri Jun 06 15:04:58 -0700 2008
    legend
  • Github Theme for Textmate
    Created Wed May 28 13:18:13 -0700 2008
    legend
  • A Rails-based application for managing servers in the cloud
    Created Fri Aug 29 16:13:55 -0700 2008
    legend

Public Activity  feed

sbecker pushed to master at sbecker/asset_packager Sun Nov 30 01:47:44 -0800 2008
HEAD is e6a0303aeeb87ad6269ac01bc7dfd53d1ae9964a
sbecker committed to sbecker/asset_packager Sun Nov 30 01:47:43 -0800 2008
sbecker pushed to master at sbecker/asset_packager Sun Nov 30 01:43:24 -0800 2008
HEAD is bc023686535f2f86d1bf4034302e0e0603af10c2
sbecker committed to sbecker/asset_packager Sun Nov 30 01:43:22 -0800 2008
sbecker pushed to master at sbecker/asset_packager Sun Nov 30 01:08:32 -0800 2008
HEAD is b0aa32d71212c7d3ebbb6683fcc77d19899ac7cf
  • sbecker committed b0aa32d7:
    packages now built on demand in production mode. avoids errors and having to explicitly run the rake asset:packager:build_all task in deployment
sbecker committed to sbecker/asset_packager Sun Nov 30 01:08:30 -0800 2008

b0aa32d71212c7d3ebbb6683fcc77d19899ac7cf

packages now built on demand in production mode. avoids errors and having to explicitly run the rake asset:packager:build_all task in deployment

sbecker pushed to master at sbecker/asset_packager Sun Nov 30 00:05:44 -0800 2008
HEAD is e4a45e4134998ee871852f675dc54fb807fd15ee

3 commits »

sbecker committed to sbecker/asset_packager Sun Nov 30 00:05:40 -0800 2008

e4a45e4134998ee871852f675dc54fb807fd15ee

remove svn revision muck. just name packages "<name>_packaged.js" (or css) since we have gone back to using rails query-string based timestamping. Bonus: compatible with git, and every other source control system!

sbecker committed to sbecker/asset_packager Sun Nov 30 00:05:40 -0800 2008

4cc35c875b292e6e20aaaea9cf9215aee64875af

fix misnamed AssetPackageHelperDevelopmentTest so tests actually run when called via rake, and DRY up tests: use javascript_include_tag and stylesheet_link_tag instead of building html manually

sbecker committed to sbecker/asset_packager Sun Nov 30 00:05:40 -0800 2008

383a90afc56b21ad485b97256f0dc863f179bc93

Get existing tests passing in Rails 2.2.2

sbecker committed to sbecker/github_textmate_theme Fri Oct 10 13:31:09 -0700 2008

6fd0719949b57eceb849fcef61513a65c4e38e02

fix up erb tags vs ruby string interpolation

sbecker committed to sbecker/vapor Mon Sep 22 01:01:22 -0700 2008

417e42689f4ad11c8fc6aaa6521b1fe19d449ded

add some doc comments. commit a spec fix that got left out of the last commit

sbecker committed to sbecker/vapor Mon Sep 22 00:48:05 -0700 2008

1589361fedcff0a64b7121f44832a8d39946e983

Reformatting 'new' views to include select boxes where appropriate. Added spec helpers for verifying named scope, and stubbing chained methods. Added some new named scopes.

sbecker created gist: 11918 Sun Sep 21 16:18:14 -0700 2008
class Image < ActiveRecord::Base named_scope :allowed_for, lambda { |account| { :conditions => ["aws_is_public = ? OR account_id = ?", true, account.id] }} end
sbecker updated gist: 11917 2 times, most recently Sun Sep 21 16:14:31 -0700 2008
class Image < ActiveRecord::Base named_scope :allowed_for, lambda { |account| { :conditions => ["aws_is_public = ? OR account_id = ?", true, account.id] }} end
sbecker created gist: 11917 Sun Sep 21 16:09:07 -0700 2008
module NamedScopeSpecHelper class HaveNamedScope #:nodoc:
sbecker committed to sbecker/vapor Fri Sep 19 18:31:44 -0700 2008

fa488662f2d2673e9b285c7005daa9397ce402b6

protect attributes for volumes and snapshots. remove text fields for non-editable fields. pull metadata view into a partial

sbecker committed to sbecker/vapor Fri Sep 19 17:36:29 -0700 2008
sbecker committed to sbecker/vapor Fri Sep 19 17:32:54 -0700 2008