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
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
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.