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

koshigoe

koshigoe
feedforce
japan
0
3
Jul 24, 2008

Public Activity  feed

koshigoe updated gist: 24910 Fri Nov 14 06:08:14 -0800 2008
require 'rubygems' gem = Gem::Dependency.new('rails', '=2.1.2')
koshigoe created gist: 24910 Fri Nov 14 06:03:28 -0800 2008
require 'rubygems' gem = Gem::Dependency.new('rails', '=2.1.0')
koshigoe created gist: 24909 Fri Nov 14 06:02:24 -0800 2008
require 'rubygems' gem = Gem::Dependency.new('rails', '=2.1.0')
koshigoe started watching defunkt/gist Sun Oct 26 04:02:42 -0700 2008
gist's description:
Absolutely the best command line gister.
koshigoe started watching brynary/webrat Sat Oct 25 21:26:36 -0700 2008
webrat's description:
Webrat - Ruby Acceptance Testing for Web applications
koshigoe started watching aslakhellesoy/cucumber Sat Oct 25 21:26:31 -0700 2008
cucumber's description:
A reimplementation of RSpec's story framework, based on Treetop.
koshigoe updated gist: 13345 2 times, most recently Wed Oct 01 05:01:08 -0700 2008
Index: rails-speedbar-feature.el =================================================================== --- rails-speedbar-feature.el (リビジョン 232)
koshigoe created gist: 13345 Sat Sep 27 08:41:36 -0700 2008
diff -r a6a75d3d3b9b rails-controller-layout.el --- a/rails-controller-layout.el Sat Sep 27 18:33:34 2008 +0900 +++ b/rails-controller-layout.el Sun Sep 28 00:40:04 2008 +0900
koshigoe started watching bilson/blog Fri Sep 19 08:03:12 -0700 2008
blog's description:
Bloggit: Version Control For My Mind
koshigoe started watching github/hubahuba Wed Sep 17 06:15:39 -0700 2008
hubahuba's description:
Ruby and Rails core extensions used by GitHub.
koshigoe created gist: 10497 Fri Sep 12 12:01:14 -0700 2008
# == run demo OP # # $ wget http://openidenabled.com/files/ruby-openid/packages/ruby-openid-2.1.2.tar.bz2
koshigoe committed to koshigoe/rackup_examples Fri Sep 12 11:56:44 -0700 2008
koshigoe created gist: 10455 Fri Sep 12 07:53:00 -0700 2008
use Rack::Session::Memcache run Rack::Auth::OpenID.new('http://.../')
koshigoe created gist: 9886 Wed Sep 10 06:33:53 -0700 2008
# rackup で起動できる様に(実験的実装) # * libs/ssb/rack.rb: SSB::Application自体にcallメソッドを持たせる実装 # * libs/rack/adapter/ssb.rb: Rack::Adapterを使ってオリジナルをラップする実装
koshigoe created gist: 9885 Wed Sep 10 06:30:42 -0700 2008
# SSBをRack::AdapterでRackに対応させる試み require 'rubygems' require 'rack'
koshigoe committed to koshigoe/rackup_examples Tue Sep 09 08:27:03 -0700 2008
koshigoe committed to koshigoe/rackup_examples Mon Sep 08 09:08:20 -0700 2008

7792359910bf5b08456df49ffbd75cf43b2df200

* Rack::Auth::OpenID 以外は、多分一通り書いたはず

koshigoe created rackup_examples Mon Sep 08 09:01:03 -0700 2008
New repository is at koshigoe/rackup_examples
koshigoe updated gist: 8980 2 times, most recently Sat Sep 06 21:35:30 -0700 2008
Index: test/filter_test.rb =================================================================== --- test/filter_test.rb (リビジョン 18932)
koshigoe updated gist: 9151 Sat Sep 06 10:41:41 -0700 2008
# ssb を Rack に対応させる require 'rubygems' require 'rack'