Nat
unread,Jan 29, 2013, 11:00:24 AM1/29/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Alchemy CMS
Hello
I'm very excited about Alchemy) But I can't make it work. I hope you
can help
When I try to create a new app (with sqlite3), I get
- an error:
rake aborted!
No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb,
Rakefile.rb)
/home/mouse/.rvm/gems/ruby-1.9.3-p194/bin/ruby_noexec_wrapper:14:in
`eval'
/home/mouse/.rvm/gems/ruby-1.9.3-p194/bin/ruby_noexec_wrapper:14:in
`<main>'
(See full trace by running task with --trace)
- a warning:
: warning: undefining `object_id' may cause serious problems
- and then an error again:
rake aborted!
Alchemy not mounted! Please mount Alchemy::Engine in your config/
routes.rb file.
I think I fixed the last error by adding 'mount Alchemy::Engine => "/
engine"' to routes.rb but what about aborted rake and undefining
`object_id'? When I start rails server, I see a routing error instead
of the front page
Thanks in advance!