We got nominated! Help us out and vote for GitHub as Best Bootstrapped Startup of 2008. (You can vote once a day.) [ hide ]

public
Description: The open source social networking platform in Ruby on Rails from the author of RailsSpace
Homepage: http://insoshi.com
Clone URL: git://github.com/insoshi/insoshi.git
Michael Hartl (author)
Wed May 14 10:50:33 -0700 2008
commit  c096fdf0962c92c188fe0cc64ae1fb555e4e3d0b
tree    1705b17edd07e4b58dfa72b1a2d4d68f9ae6434a
parent  f073e77861aa482fa316ee646b0ff81ef5889b28
insoshi / script / ferret_server
100755 11 lines (9 sloc) 0.234 kb
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env ruby
 
begin
  require File.join(File.dirname(__FILE__), '../vendor/plugins/acts_as_ferret/lib/server_manager')
rescue LoadError
  # try the gem
  require 'rubygems'
  gem 'acts_as_ferret'
  require 'server_manager'
end