Posts by Arthur Brandão • 31 points
4 posts
-
1
votes0
answers39
viewsQ: Use windows CMD commands from typed
I use Cmder or Conemu and am trying to configure some of them to get the commands typed from what I have already typed. For example, if I type the following sequence of commands: cd Sites\site1 ssh…
-
2
votes1
answer138
viewsQ: How to avoid large SELECT memory stocking in Rails?
In the routine I’m developing, I do a simple SELECT in the bank, only in a table: Model.select("id").where(:tipo => 2).find_each do |registro| puts registro.id end But this select returns around…
-
0
votes0
answers131
viewsQ: How to use a single Larable authentication for all subdomains of the same domain?
I need to use a single authentication in a standard project, which is in the subdominio1.dominio.com.br. In this subdomain will have an authentication, and is working normally, via database 'driver'…
-
0
votes2
answers317
viewsQ: How do I use the same session in the Standard for all subdomains?
I’m looking to log in to a users.meudominio.com subdomain. To test the session, I’m just displaying what I type in the login field on the screen with the code in the controller:…
laravelasked Arthur Brandão 31