New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82919


Ignore:
Timestamp:
08/21/11 17:50:48 (4 years ago)
Author:
derek@…
Message:

Added a note saying that this script should be executed from the rails app root directory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gsoc11-statistics/bin/generate_seed

    r82904 r82919  
    33### Generate a valid seeds.rb for use in seeding the database with  
    44### valid ports and categories 
     5 
     6# Note - this file must be executed from inside RAILS_ROOT  
     7# otherwise it won't be able to connect to the database 
    58 
    69require 'rubygems' 
Note: See TracChangeset for help on using the changeset viewer.