4bdf703ab2
This release upgrades Instiki to Rails 2.3.4, which patches two security holes in Rails. See http://weblog.rubyonrails.org/2009/9/4/ruby-on-rails-2-3-4 There are also some new features, and the usual boatload of bugfixes. See the CHANGELOG for details.
5 lines
159 B
Ruby
Executable file
5 lines
159 B
Ruby
Executable file
#!/usr/bin/env ruby
|
|
require File.expand_path('../../config/boot', __FILE__)
|
|
$LOAD_PATH.unshift "#{RAILTIES_PATH}/builtin/rails_info"
|
|
require 'commands/about'
|