Posts by Gedean Dias • 123 points
2 posts
-
1
votes3
answers141
viewsQ: How to implement an Abstract Controller that executes actions implemented in concrete controllers, depending on variables passed via params?
I need an abstract controller to redirect the execution of the actions "create" and "show" implemented in modules, according to values passed via params, ex.: class Indicator::AbstractController…
ruby-on-railsasked Gedean Dias 123 -
1
votes1
answer205
viewsQ: Bypass FTP lock
Hello! I need to import a . zip file from a Brazilian FTP server. It works perfectly on my development machine, both using Ruby native Net/Ftp and using Linux wget, the problem is it doesn’t work on…