I am new to Ruby and Rails and am curious about something.
In two different tutorials I am looking at they use different methods for populating a database with basic test information.
One uses "rake db:seed" to pull from a text file with sample data.
The other uses "rake db:fixtures:load".
To me they appear to do the exact same thing.
Do they, or am I missing something here? (Highly likely)