I tried to run a hobo app in production mode. before starting I did: $ bundle exec rake assets:precompile
calling the home page brings the following error Processing by FrontController#index as HTML DRYML: Compiled /home/agreif/.rvm/gems/ruby-1.9.2-p290 @ hobo5/gems/dryml-2.0.0.pre8/taglibs/core.dryml in 0.14s DRYML: Compiled app/views/taglibs/auto/rapid/cards.dryml in 0.07s DRYML: Compiled app/views/taglibs/auto/rapid/pages.dryml in 0.12s DRYML: Compiled app/views/taglibs/auto/rapid/forms.dryml in 0.05s DRYML: Compiled app/views/front/index.dryml in 0.78s Rendered front/index.dryml (1885.6ms) Completed 200 OK in 2192ms (Views: 2189.1ms | ActiveRecord: 1.8ms) Started GET "/assets/front-129fdb670b91f1bca94fa289ba725dd5.js" for 192.168.0.110 at 2013-02-08 20:20:08 +0100 ActionController::RoutingError (No route matches [GET] "/assets/front-129fdb670b91f1bca94fa289ba725dd5.js"): $ bundle exec rake routes does not show the /assets routes Any ideas why this route is not defined? thanks, Alex. -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/hobousers?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
