[Rails] Rails 2.2.0 and i18n issue / caching problem

2008-10-24 Thread Jochen Kaechelin
I have some issues with the new great i18n features Everytime I make some chages in my .yml file I need to restart script/ server to see the changes. It seems to be not a browser caching issue. /lib/local/de.yml - "de": txt: menue: link: "Bitte folgen Sie diesem

[Rails] Weird named routes&pluralization problem

2008-10-24 Thread Vinay
Hi all, I have these models Account has_many :taxes Taxbelongs_to :account And the tax resource is nested inside the account resource like so map.resources :accounts do |account| account.resources :taxes, :name_prefix => nil #more resources here end Now when I rake the r

[Rails] [Help] How to render or replace a partial page having

2008-10-24 Thread boblu
My problem is quite complicated. In my project, I have to use static tag to generate dynamic graph with links inside it. for example in a erb.html file, I wrote. 1. ### this will generate a tree view in my page. 2.