Database migrate

0 views
Skip to first unread message

mike_255

unread,
Jul 28, 2009, 8:42:41 AM7/28/09
to railfrog-dev
hello, i am getting the following error message when i try to perform
the database rake--

C:\project\railfrogcms>rake _0.7.3_ db:migrate
(in C:/project/railfrogcms)
rake aborted!
no such file to load -- mime/types
C:/Ruby/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1940:in
`raw_load_rakefile
'
(See full trace by running task with --trace)

i have rake 0.7.3 and the maruku RedCloth gems on my computer so am
not sure what could be causing this.
i have created an empty schema with the mysql query browser and
configured the database.yml file to relate to this schema.

development:
adapter: mysql
encoding: utf8
database: project
pool: 5
username: root
password:
host: localhost

would greatly appreciate any support concerning this problem.

Dmitriy Fedorov

unread,
Jul 28, 2009, 8:55:16 AM7/28/09
to railfrog-dev
You must install mime-types gem!

mike_255

unread,
Jul 28, 2009, 1:09:30 PM7/28/09
to railfrog-dev
Thank you i have got it installed and running now.
however, the link on the github website to localhost doesnt work for
me, if i input 127.0.0.1:3000/admin then i get the admin page. not
sure why this is because i know thta clicking the link works for
people.

regards,
mike

On Jul 28, 1:55 pm, Dmitriy Fedorov <dlfedo...@gmail.com> wrote:
> You must install mime-types gem!

Thomas Nichols

unread,
Jul 28, 2009, 5:05:24 PM7/28/09
to railfr...@googlegroups.com
Hi Mike,

Do you mean that http://127.0.0.1:3000/admin works, but that http://localhost:3000/admin does not? If I've misunderstood, please could you post the URL that does work, and the one that does not?

-- Thomas
Reply all
Reply to author
Forward
0 new messages