When I ran db:migrate the first time it gave me the following warning:
/root/boxroom/config/boot.rb:26:Warning: Gem::SourceIndex#search support for String patterns is deprecated, use #find_name
and
wrong number of arguments (1 for 0)
I replaced the search with find_name in boot.rb and reran rake db:migrate
Now I get:
wrong number of arguments (1 for 0)
Any idea how to fix this, I have been trying to find something but haven't had any luck.
|