Displaying 2 results from an estimated 2 matches for "frankr".
Did you mean:
frank
2012 Aug 31
1
after_fork - ActiveRecord::AdapterNotSpecified
...file''
)
class User < ActiveRecord::Base
end
get ''/'' do
? @users = User.all
? "This is a Sinatra test. We have #{@users.count} users."
end
The config.ru
require ''./test''
run Sinatra::Application
The config/unicorn.rb
@dir = ''/home/frankr/tmp/sinatra/''
pidfile = " #{@dir}log/unicorn.pid"
worker_processes 3
preload_app true
GC.respond_to?(:copy_on_write_friendly=) and GC.copy_on_write_friendly = true
timeout 30
listen ''/tmp/sinatra.socket'', :backlog => 64
pid pidfile
stderr_path "#{@dir}...
2010 Nov 09
0
[ANNOUNCE] xf86-video-geode 2.11.10
...ion
Don't power down DCON when it is frozen
Frank Huang (4):
Replace xalloc/xrealloc/xfree/xcalloc with malloc/realloc/free/calloc
Mode Validation support on modeline in xorg.conf
Fix a typo on resolution parameter
Add resolution 1024x600 support for PANEL
Huang, FrankR (2):
Revise the entry for 1024x600
Simplify the mode_valid function
Hunk (1):
Modify rotation pitch & reallocate pixmap for bo
Hunk Cui (1):
Allocate video memory with exaOffscreenAlloc
Martin-?ric Racine (2):
Revert "Simplify the mode_valid function"...