Jean-Baptiste Bonnet
unread,Sep 2, 2013, 5:49:10 PM9/2/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 zena...@googlegroups.com
Hello Gaspard,
I am trying to activate the "Worker" brick.
I installed the "delayed_job" gem, version 2.0.8 which is the last
version that's compatible with rails 2.
I activated the brick in the bricks.yml file ("switch: ON") of my
application
I then migrated my app: "rake zena:migrate" in the application directory
but it does not actually add any table to the database.
Here is the output:
** zena 1.2.7 starting (c) Gaspard Bucher 2012
** Bricks: acls, activity, captcha, fs_skin, grid, math, passenger, pdf,
spreadsheet, tags, uv
=> Not executing bricks init code.
Loaded suite /usr/languages/ruby/1.8.7/bin/rake1.8
Started
Finished in 0.00021 seconds.
0 tests, 0 assertions, 0 failures, 0 errors
It seems that the worker brick is not detected as activated. Did I miss
something in the process?
I restarted the server and raked again with no effect.
By the way I earlier had the following error message while executing the
"rake zena:migrate" command:
Could not require
"/home/[user]/gems/gems/zena-1.2.7/vendor/plugins/selenium-on-rails/lib/selenium-on-rails.rb"
I found that the target file name was selenium_on_rails.rb instead of
selenium-on-rails.rb
I changed the "_" to "-" and it worked.
Thanks for your help!
Jean-Baptiste