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
| 04e81cf706cf68d4f9db90adf6817e1dbaa77329ba97b4b8f2a744ab66d91e571e274b8aad90fbc86980d7a9a67a55af1a6f8799026047011c320adf88640551e4;samflores |
This file has been truncated, but you can view the full file.
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
| {"type":"FeatureCollection","geocoding":{"creation_date":"2016-10-12","generator":{"author":{"name":"Mapzen"},"package":"fences-builder","version":"0.1.2"},"license":"ODbL (see http://www.openstreetmap.org/copyright)"},"features":[{"id":170046518,"osm_type":"way","type":"Feature","name":"Raiz","properties":{"name":"Raiz","source":"Lei Municipal 1401 de 2010","boundary":"administrative","admin_level":"4"},"geometry":{"type":"MultiPolygon","coordinates":[[[[-59.992759500000005,-3.128255],[-59.9930025,-3.128422],[-59.993252500000004,-3.1285792000000003],[-59.99391870000001,-3.1290114],[-59.994137800000004,-3.1292006],[-59.99433330000001,-3.1295455999999997],[-59.9945371,-3.1298766],[-59.9946868,-3.1300723999999995],[-59.9949482,-3.1302933],[-59.995090700000006,-3.1303278000000003],[-59.9952944,-3.1303657],[-59.9956274,-3.130406],[-59.99583530000001,-3.1305228],[-59.9962116,-3.1307762],[-59.9966638,-3.1309368],[-59.99817630000001,-3.1315625],[-59.998301100000006,-3.1316393],[-59.998459600000004,-3.1317633],[-59.9 |
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
| sdsad |
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
| [ | |
| [0] { | |
| "2_production" => { | |
| "core_instance" => [ | |
| [0] { | |
| "kind" => 0, | |
| "ebses" => [ | |
| [0] { | |
| "size" => 70, | |
| "device" => "/dev/sdf", |
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
| Show | |
| Endereços | |
| Detalhes ( Nome, Telefone, Endereço ) | |
| Cardápio | |
| Fotos | |
| Promoções | |
| Comentários / Reviews |
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
| if transaction.errors.empty? | |
| # Processa a notificação. A melhor maneira de se fazer isso é realizar | |
| # o processamento em background. Uma boa alternativa para isso é a | |
| # biblioteca Sidekiq. | |
| @payment = Payment.find[transaction.reference.gsub("DW", "")] | |
| PagseguroMailer.welcome(payment).deliver | |
| PaseguroMailer.welcome(@payment).deliver | |
| p transaction | |
| if @payment.present? and @payment.awainting? and @payment.value == transaction.gross_amount and transaction.code == 3 |
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
| %w(1 2 3 4 5).in_groups_of(2, false) do |group| | |
| div.row | |
| group.each do |product| | |
| div.column | |
| product | |
| end | |
| end | |
| div.row | |
| end |
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
| namespace :seed do | |
| desc "Creating additional services" | |
| task services: :environment do | |
| stages.each do |stage| | |
| StageAction.create(stage: stage, product: protheus, name: 'sql', label: 'sql') | |
| StageAction.create(stage: stage, product: protheus, name: 'ini', label: 'ini') | |
| StageAction.create(stage: stage, product: fluig, name: 'change_port', label: 'change_port') | |
| StageAction.create(stage: stage, product: fluig, name: 'change_dns', label: 'change_dns') | |
| end | |
| end |
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
| [50464a4a-abba-4168-b0e5-66c5db16d35d] Started POST "/protheus/migration/36/service" for 127.0.0.1 at 2015-04-27 13:24:53 -0300 | |
| [50464a4a-abba-4168-b0e5-66c5db16d35d] Error occurred while parsing request parameters. | |
| Contents: | |
| utf8=%E2%9C%93&authenticity_token=EzuPnuK%2BVT%2FUjNEOVRmn3Olc8%2F6wrBI4wdl%2F6RJgEw4%3D&simulator_calculator%5Bsimulator_old_env_characteristics%5D%5Bsoftware_integration%5D=false&simulator_calculator%5Bsimulator_old_env_characteristics%5D%5Btss_at_installation%5D=false&simulator_calculator%5Bsimulator_migration_service_selector%5D%5Bdefault_services%5D%5B%5D=0&simulator_calculator%5Bsimulator_migration_service_selector%5D%5Bdefault_services%5D%5B%5D=erp_agendador&simulator_calculator%5Bsimulator_migration_service_selector%5D%5Bdata_size%5D=4&simulator_calculator%5Bsimulator_migration_service_selector%5D%5Boptional_services%5D%5B%5D=0&simulator_calculator%5Bsimulator_migration_service_selector%5D%5Boptional_services%5D%5B%5D=0&simulator_calculator%5Bsimulator_migration_service_selector |
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
| [d9ea8c42-72ea-4ad2-b9c0-c1dad2915723] Started GET "/" for 127.0.0.1 at 2015-04-23 11:13:08 -0300 | |
| [d9ea8c42-72ea-4ad2-b9c0-c1dad2915723] Processing by HomeController#index as HTML | |
| [d9ea8c42-72ea-4ad2-b9c0-c1dad2915723] Redirected to http://localhost:3000/saml/sso | |
| [d9ea8c42-72ea-4ad2-b9c0-c1dad2915723] Filter chain halted as :is_a_customer_logged? rendered or redirected | |
| [d9ea8c42-72ea-4ad2-b9c0-c1dad2915723] Completed 302 Found in 1ms (ActiveRecord: 0.0ms) | |
| [b56a1f5d-2a82-4883-b6de-548d96d48256] | |
| [b56a1f5d-2a82-4883-b6de-548d96d48256] | |
| [b56a1f5d-2a82-4883-b6de-548d96d48256] Started GET "/saml/sso" for 127.0.0.1 at 2015-04-23 11:13:08 -0300 | |
| [b56a1f5d-2a82-4883-b6de-548d96d48256] Processing by SamlController#sso as HTML | |
| [b56a1f5d-2a82-4883-b6de-548d96d48256] Created AuthnRequest: <samlp:AuthnRequest AssertionConsumerServiceURL='http://localhost:3000/saml/acs' Destination='https://adtsys.customerfi.com/cloudpass/SPInitRedirect/receiveSSORequest/8tbk2dxheat19wg01421685143824/4t7059tc71ks63vw1422273277671' ID='_ca7f4d |
NewerOlder