haikuporter -i ruby
gem update --system
gem install rails
rails foobar
cd foobar
StyledEdit ./script/server
replace the first line with
#!/boot/common/bin/ruby
./server
=> Booting WEBrick
=> Rails 2.3.8 application starting on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
[2010-06-16 19:09:09] INFO WEBrick 1.3.1
[2010-06-16 19:09:09] INFO ruby 1.9.1 (2009-07-16) [i586-haiku]
[2010-06-16 19:09:09] INFO WEBrick::HTTPServer#start: pid=129249 port=3000
sqlite doesn't load of course
strace is very nice on haiku
try with strace ruby
1 comment:
that's really cool. Vim + Rails is enought for most of time i'm using my computer :)
Post a Comment