Public Gists by pantulis

Gravatar
Tue Aug 11 01:09:54 -0700 2009
1
2
3
juan@Manzanito ~/Documents
$ irb
>> require 'time'
Gravatar
Thu Jun 18 11:59:24 -0700 2009
1
2
3
class MyRackFilter
  def initialize(app, logger = nil)
    @app = app
Gravatar
Sun Nov 30 05:15:11 -0800 2008
1
2
3
ActiveRecord::StatementInvalid (SQLite3::SQLException: no such table: blogs: SELECT * FROM "blogs" ):
  /app/controllers/blogs_controller.rb:5:in `index'
  thin (0.6.4) lib/thin/connection.rb:35:in `process'
Gravatar
Sat Nov 29 15:02:50 -0800 2008
1
2
3
ActiveRecord::StatementInvalid (SQLite3::SQLException: no such table: blogs: SELECT * FROM "blogs" ):
  /app/controllers/blogs_controller.rb:5:in `index'
  thin (0.6.4) :lib/thin/connection.rb:35:in `process'
Gravatar
Sat Nov 29 12:13:18 -0800 2008
1
2
3
Processing BlogsController#index (for 127.0.0.1 at 2008-11-29 21:00:06) [GET]
  Blog Load (0.0ms) SQLite3::SQLException: no such table: blogs: SELECT * FROM "blogs"
 
Gravatar
Sat Nov 29 12:09:01 -0800 2008
1
2
3
Processing BlogsController#index (for 127.0.0.1 at 2008-11-29 21:05:57) [GET]
  Blog Load (0.0ms) SQLite3::SQLException: no such table: blogs: SELECT * FROM "blogs"
 
Gravatar
Wed Oct 08 04:09:26 -0700 2008
1
2
3
;;; coffee.el --- Submit a BREW request to an RFC2324-compliant coffee device
;;;
;;; Author: Eric Marsden <emarsden@laas.fr>