macbury / webpraca

webpraca is a opensource job board. It's purpose is to provide a way to quickly and easily host a niche job board.
http://webpraca.net
GNU General Public License v3.0
62 stars 5 forks source link

Cannot install rake aborted! no such file to load -- more #1

Open rubytastic opened 14 years ago

rubytastic commented 14 years ago

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.

rubytastic commented 14 years ago

ofcourse I did install all required gems for your app before

kazuhiro commented 14 years ago

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?

rubytastic commented 14 years ago

Hi, yes i did those commands, and the more gem is also installed, i just did git clone .git /jobs

kazuhiro commented 14 years ago

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"'.