When I try to start the rails server in my project root directory, rails
executes the create script.
Was working yesterday and now doing this.
Any help?
My out put is below.
VACSAL50841-2:sample_app ccherlet$ rails server
create
create app/controllers
create app/helpers
create app/models
create app/views/layouts
create config/environments
create config/initializers
create config/locales
create db
create doc
create lib
create lib/tasks
create log
create public/images
create public/javascripts
create public/stylesheets
create script/performance
create test/fixtures
create test/functional
create test/integration
create test/performance