This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # encoding: UTF-8 | |
| # pt-BR translations for Devise | |
| pt-BR: | |
| devise: | |
| confirmations: | |
| confirmed: 'Sua conta foi confirmada com sucesso. Você está logado.' | |
| send_instructions: 'Dentro de minutos, você receberá um e-mail com instruções para a confirmação da sua conta.' | |
| send_paranoid_instructions: 'Se o seu endereço de e-mail estiver cadastrado, você receberá uma mensagem com instruções para confirmação da sua conta.' | |
| failure: | |
| already_authenticated: 'Você já está logado.' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2016-09-26T19:00:18.329224+00:00 heroku[router]: at=info method=POST path="/complaints" host=www.minharuatemproblema.com.br request_id=44b968b4-73bc-4562-ad4a-6a001c9b4df4 fwd="201.78.96.77,172.68.29.66" dyno=web.1 connect=2ms service=38ms status=500 bytes=1754 | |
| 2016-09-26T19:00:18.314973+00:00 app[web.1]: Started POST "/complaints" for 172.68.29.66 at 2016-09-26 19:00:18 +0000 | |
| 2016-09-26T19:00:18.320662+00:00 app[web.1]: Processing by ComplaintsController#create as HTML | |
| 2016-09-26T19:00:18.320666+00:00 app[web.1]: Parameters: {"utf8"=>"✓", "authenticity_token"=>"+bRX0p5HLXZ7HpMlwpApkwzVFtg==", "complaint"=>{"address"=>"R. Sete de Setembro, 635 - Centro, Barbacena - MG, 36200-078, Brasil", "latitude"=>"-21.217853828199136", "longitude"=>"-43.75900812636718", "cidade_id"=>"1406", "category_id"=>"26", "title"=>"Remover teste", "body"=>"Remover teste Remover teste"}, "commit"=>"Criar reclamação"} | |
| 2016-09-26T19:00:18.326459+00:00 app[web.1]: Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms) | |
| 2016-0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script> | |
| var ready; | |
| ready = function() { | |
| console.log('abc abc'); | |
| //chamar script aqui ? como ? | |
| }; | |
| $(document).ready(ready); | |
| $(document).on('page:load', ready); | |
| </script> | |
| //esse src da problema pois é chamado 2x |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "Acre": ["Acrel\u00e2ndia","Assis Brasil","Brasil\u00e9ia","Bujari","Capixaba","Cruzeiro do Sul","Epitaciol\u00e2ndia","Feij\u00f3","Jord\u00e3o","M\u00e2ncio Lima","Manoel Urbano","Marechal Thaumaturgo","Pl\u00e1cido de Castro","Porto Acre","Porto Walter","Rio Branco","Rodrigues Alves","Santa Rosa do Purus","Sena Madureira","Senador Guiomard","Tarauac\u00e1","Xapuri"], | |
| "Alagoas": ["\u00c1gua Branca","Anadia","Arapiraca","Atalaia","Barra de Santo Ant\u00f4nio","Barra de S\u00e3o Miguel","Batalha","Bel\u00e9m","Belo Monte","Boca da Mata","Branquinha","Cacimbinhas","Cajueiro","Campestre","Campo Alegre","Campo Grande","Canapi","Capela","Carneiros","Ch\u00e3 Preta","Coit\u00e9 do N\u00f3ia","Col\u00f4nia Leopoldina","Coqueiro Seco","Coruripe","Cra\u00edbas","Delmiro Gouveia","Dois Riachos","Estrela de Alagoas","Feira Grande","Feliz Deserto","Flexeiras","Girau do Ponciano","Ibateguara","Igaci","Igreja Nova","Inhapi","Jacar\u00e9 dos Homens","Jacu\u00edpe","Japaratinga","Jaramataia","Jequi\u00e1 da Praia","Jo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package br.com.nutrichat.feed.cadastro; | |
| import android.Manifest; | |
| import android.annotation.TargetApi; | |
| import android.app.Activity; | |
| import android.app.AlertDialog; | |
| import android.app.Dialog; | |
| import android.app.ProgressDialog; | |
| import android.content.ContentUris; | |
| import android.content.Context; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package br.com.nutrichat.dashboard.Main; | |
| import android.Manifest; | |
| import android.annotation.TargetApi; | |
| import android.app.Activity; | |
| import android.app.AlertDialog; | |
| import android.app.LoaderManager; | |
| import android.content.Context; | |
| import android.content.DialogInterface; | |
| import android.content.Intent; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package br.com.nutrichat.feed; | |
| import android.app.Activity; | |
| import android.app.ProgressDialog; | |
| import android.content.Context; | |
| import android.content.Intent; | |
| import android.content.SharedPreferences; | |
| import android.graphics.Color; | |
| import android.os.Bundle; | |
| import android.support.v4.widget.DrawerLayout; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package br.com.nutrichat.feed; | |
| import android.app.Activity; | |
| import android.app.ProgressDialog; | |
| import android.content.Context; | |
| import android.content.Intent; | |
| import android.content.SharedPreferences; | |
| import android.graphics.Color; | |
| import android.os.Bundle; | |
| import android.support.v4.widget.DrawerLayout; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package br.com.nutrichat.intronutri; | |
| import android.app.Activity; | |
| import android.app.Application; | |
| import android.app.ProgressDialog; | |
| import android.content.Context; | |
| import android.content.Intent; | |
| import android.graphics.Bitmap; | |
| import android.graphics.BitmapFactory; | |
| import android.graphics.Color; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| def allNotification = "( n.introComment.intro.customer.company.id = "+company_id+" OR n.comment.post.customer.company.id = "+company_id+ | |
| "OR n.feedbackComment.feedback.customer.company.id = "+company_id+" OR n.post.customer.company.id = "+company_id+")" | |
| log.debug allNotification | |
| //if the page parameter is zero, set to 1 | |
| p = p <= 0 ? 1 : p | |
| def today = new Date() |