Arie Kusuma Atmaja wrote:
> ** Invoke db:migrate (first_time)
> ** Invoke environment (first_time)
[...]
> /opt/local/lib/ruby/gems/1.8/gems/rake-0.7.2/lib/rake.rb:1935:in `run'
> /opt/local/lib/ruby/gems/1.8/gems/rake-0.7.2/bin/rake:7
> /opt/local/bin/rake:16:in `load'
> /opt/local/bin/rake:16
> sayang:~/Sites/beast-1.0 arie$ script/about | awk '/schema/' -
> Database schema version 33
> sayang:~/Sites/beast-1.0 arie$
ih ternyata ada lagi nih:
(1)
[EMAIL PROTECTED] suramdotcom]$ ps ax |grep ruby
31311 ? S 0:01 /usr/local/bin/ruby /usr/local/bin/gem_server
19478 pts/0 S 0:00 grep ruby
[EMAIL PROTECTED] suramdotcom]$ mongrel_rails start -d -e production
** Ruby version is up-to-date; cgi_multipart_eof_fix was not loaded
[EMAIL PROTECTED] suramdotcom]$ ps ax |grep ruby
31311 ? S 0:01 /usr/local/bin/ruby /usr/local/bin/gem_server
19481 ? S 0:02 /usr/local/bin/ruby /usr/local/bin/mongrel_rails
start
-d -e production
19483 pts/0 S 0:00 grep ruby
[EMAIL PROTECTED] suramdotcom]$ ruby -v
ruby 1.8.6 (2007-07-17 patchlevel 5000) [i686-linux]
(2)
Processing AccountController#login (for 192.168.88.245 at 2007-07-30 01:32:07)
[POST]
Session ID: 63be173ca289fa6d8917f4b568cc8315
Parameters: {"commit"=>"Sign in", "action"=>"login",
"controller"=>"account",
"login"=>"suramdotcom", "password"=>"suramdotcom123", "remember_me"=>"1"}
Cookie set: token=11f33f67acebf7c12ba6b79b43e16c9112aeb0ba; path=/;
expires=Sun,
12 Aug 2007 18:32:07 GMT
Redirected to http://192.168.88.219:3000/
Completed in 0.03499 (28 reqs/sec) | DB: 0.02387 (68%) | 302 Found
[http://192.168.88.219/account/login]
suram. masi perlu dipatch sendiri jg tuh.
--
r9 = { nama: Arie, nick: ariekeren, ym!: riyari3,
blog: http://ariekusumaatmaja.wordpress.com,
myst: http://groups.yahoo.com/groups/id-ruby,
vim: %Q~
function! RedGem()
ruby << EOF
class Garnet
def initialize(s)
@buffer = VIM::Buffer.current
vimputs(s)
end
def vimputs(s)
@buffer.append(@buffer.count,s)
end
end
gem = Garnet.new("pretty")
EOF
endfunction
~ }