9e84693cb2
There are many warnings coming from Rails, and spoiling the end-user experience.
7 lines
124 B
Ruby
Executable file
7 lines
124 B
Ruby
Executable file
#!/usr/bin/ruby
|
|
|
|
# Executable file for a gem
|
|
# must be same as ./instiki.rb
|
|
|
|
load File.dirname(__FILE__) + "/script/server"
|