Feed on
Posts
Comments

Archive for April, 2008

Ferret Upgrade

These are the steps I have followed for ferret gem upgrade.
Step 1> Upgrade ferret gemĀ  to new version 0.11.6
>>sudo gem update ferret
Step 2> Run setup.rb in ferret-0.11.6
>>ruby /usr/lib/ruby/gems/ferret-0.11.6/setup.rb
Step 3> Update acts_as_ferret plugin in application
>> script/plugin install svn://projects.jkraemer.net/acts_as_ferret/tags/stable/acts_as_ferret –force
Step 4> Add below lines in ferret_server.yml for testing
development:
host: localhost
port: 9010
Step 5> Delete index folder
Step 6> Do changes [...]

Read Full Post »

When i am running my server I got this error
anand-muranals-macbook:Trunk anandmuranal$ ruby script/server
=> Booting Mongrel (use ’script/server webrick’ to force WEBrick)
=> Rails application starting on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
** Ruby version is up-to-date; cgi_multipart_eof_fix was not loaded
** Starting Mongrel listening at 0.0.0.0:3000
** Starting Rails with development environment…
Exiting
/Users/anandmuranal/Projects/Trunk/vendor/rails/railties/lib/commands/servers/mongrel.rb:15: warning: already [...]

Read Full Post »