Open rubytastic opened 14 years ago
ofcourse I did install all required gems for your app before
It's a dependency error of gem called "more", but that should be fixed by patch from my fork. Do you have the newest available version of project from github? Did you run 'rake gems:install' before?
Hi, yes i did those commands, and the more gem is also installed, i just did git clone
Source of the problem was in new version of 'more' gem. I've fixed it temporary by adding version requirements to 'config/environment.rb' file in my fork. You can also install correct 'more' gem version using: 'gem i more -v="0.0.3"'.
rake db:create rake aborted! no such file to load -- more
Rakefile:10 (See full trace by running task with --trace)
line 10 of rake file wants to include a file there is not there. Any solution on this?
I changed all example config files to .yml and set there settings.