1) Translations like :looking_for_most_x.l :link => link_to("#
{:recent.l}?", recent_path) are not working, it shows "¿Buscando lo
más {link}? "
2) When a mail is being sent, I have this error:
TypeError (superclass mismatch for class UserNotifier):
app/models/user_notifier.rb:1
desert (0.5.0) lib/desert/rails/dependencies.rb:67:in
`define_constant_from_file'
desert (0.5.0) lib/desert/rails/dependencies.rb:66:in `each'
desert (0.5.0) lib/desert/rails/dependencies.rb:66:in
`define_constant_from_file'
desert (0.5.0) lib/desert/rails/dependencies.rb:45:in
`define_constant_with_desert_loading'
desert (0.5.0) lib/desert/rails/dependencies.rb:8:in
`load_missing_constant'
/var/lib/gems/1.8/gems/aws-s3-0.6.2/lib/aws/s3/extensions.rb:206:in
`const_missing'
desert (0.5.0) lib/desert/rails/dependencies.rb:54:in
`look_for_constant_in_parent_module'
desert (0.5.0) lib/desert/rails/dependencies.rb:13:in
`load_missin....
I'm using ARMailer
3) In forums/recent:
forum_url failed to generate from
{:controller=>"forums", :id=>nil, :action=>"show"}, expected:
{:controller=>"forums", :action=>"show"}, diff: {:id=>nil}
Extracted source (around line #49):
46: = pluralize @users[post.user_id].sb_posts_count,
'post'
47: %td.body.entry-content
48: %p.topic
49: = link_to(h(post.forum_name), forum_path(post.forum))
50: \/
51: = link_to h(post.topic_title), forum_topic_path
(post.forum, post.topic)
52: = post.body_html
4) When I run rake community_engine:test, I get this error:
/usr/bin/ruby1.8 -I"lib:lib" "/var/lib/gems/1.8/gems/rake-0.8.7/lib/
rake/rake_test_loader.rb" "vendor/plugins/community_engine/test/
functional/posts_controller_test.rb" "vendor/plugins/community_engine/
test/functional/tags_controller_test.rb" "vendor/plugins/
community_engine/test/functional/moderators_controller_test.rb"
"vendor/plugins/community_engine/test/functional/
sessions_controller_test.rb" "vendor/plugins/community_engine/test/
functional/activities_controller_test.rb" "vendor/plugins/
community_engine/test/functional/statistics_controller_test.rb"
"vendor/plugins/community_engine/test/functional/ /.....
One question: is there any way to run my migrations on the test db?