BSDer
Results
2
issues of
BSDer
Hi, can you please patch so that the gem works under *BDS as well? ``` --- lib/tdlib/api.rb.old +++ lib/tdlib/api.rb @@ -80,6 +80,7 @@ case os when :windows then 'dll' when...
Hi, I see `url_for` not working when routes are localized: ``` #config/routes.rb Rails.application.routes.draw do root 'pages#index' localized do resources :agencies end end ``` Routes are OK: ``` % rake routes...
question