-
Notifications
You must be signed in to change notification settings - Fork 28
Description
Hi there -
I get the following error, do you have any suggestions to configure the app once it's been cloned from the git?
$ rake db:migrate
(in /home/tim/Development/learning/railsform/complex-form-examples)
rake aborted!
no such file to load -- /home/tim/Development/learning/railsform/complex-form-examples/config/../vendor/rails/railties/lib/initializer
/home/tim/Development/learning/railsform/complex-form-examples/Rakefile:4
(See full trace by running task with --trace)
$ script/server
./script/../config/boot.rb:45:in require': no such file to load -- ./script/../config/../vendor/rails/railties/lib/initializer (LoadError) from ./script/../config/boot.rb:45:inload_initializer'
from ./script/../config/boot.rb:38:in run' from ./script/../config/boot.rb:11:inboot!'
from ./script/../config/boot.rb:109
from script/server:2:in `require'
from script/server:2