search for: komrath

Displaying 2 results from an estimated 2 matches for "komrath".

Did you mean: kamath
2010 Apr 27
4
Translated (language-aware) routes in Rails application
Hi, I''d like to have translated languate-aware routes in my application, like: /projects/5/permissions => locale "PL" /projekty/5/pozwolenia => locale "PL" Is there any way to achieve it with RESTful routes? I have done it manually with named routes, but it''s overwhelming with over 300 routes :D Also tried namespace (yeah, didn''t work) and
2008 May 27
1
Generating file for download from controller method on demand
Hello I''d like to implement in my app functionality of generating text files for download (like excel files etc.) generated on demand (user clicks "download a copy" and rails app should generate it and let user download, or at least start downloading by user) Is there any possibility to do it as simple as possible? :) Best regards and thank you in advance for your responds