After upgrading to Ruby on Rails 1.1.6 (with a one-day 1.1.5 intermezzo), we’ve found a strange error in our Recykl.com application. Most of the application behaved normally, but email sending got broken with the following error: ActionView::ActionViewError (No rhtml, rxml, rjs or delegate template found for notification_email): /usr/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_view/base.rb:389:in `find_template_extension_for’ /usr/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_view/base.rb:323:in `pick_template_extension’ /vendor/plugins/globalize/lib/globalize/rails/action_view.rb:29:in `locate_globalize_path’ /vendor/plugins/globalize/lib/globalize/rails/action_view.rb:10:in `render_file’… Continue reading No rhtml, rxml, rjs or delegate template found
Category: How-to
Full text search in Ruby on Rails 2 – MySQL
My previous post compared MySQL and ferret full text search engines. For our project, the ferret was the winner. Nevertheless, I will try to show the beauty and simplicity of using MySQL indexes. Create table and indices First of all it is necessary to create table and the corresponding index. Create table articles( id integer… Continue reading Full text search in Ruby on Rails 2 – MySQL
Rails application does not run on standard ports
During development of our rails application, I went through the initial try/error phase. But it seems that there is always space for new problems. I have been testing the HTTPS, so I run the WEBrick servers on standard ports 80 and 443 and the WEBrick server went down immediatelly with a strange error: [2006-07-12 00:01:14]… Continue reading Rails application does not run on standard ports
Spread the word in Typo
This post is largly based on: How to add digg this, reddit this, et al links to WordPress Posts. Basically the only difference is how to use rails instead of php in the URLs and addition of Fark and Blinklist. So, here is what you have to do: 1. Download following images to /public/images 2.… Continue reading Spread the word in Typo