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
| module ApplicationHelper | |
| def link_to_submit(name, html_options={}) | |
| link_to_function name, ";$(this).closest('form').submit()",html_options | |
| end | |
| def sub_nav_fixed(&block) | |
| content_tag('header',content_tag('div',content_tag('ul',block.call,:class=>"nav nav-pills"),:class=>"subnav subnav-fixed"),:class=>"jumbotron subhead",:id=>"overview") | |
| 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
| <?xml version='1.0' encoding='UTF-8'?> | |
| <server name="li339-88.members.linode.com" xmlns="urn:jboss:domain:1.1"> | |
| <extensions> | |
| <extension module="org.jboss.as.clustering.infinispan"/> | |
| <extension module="org.jboss.as.cmp"/> | |
| <extension module="org.jboss.as.connector"/> | |
| <extension module="org.jboss.as.deployment-scanner"/> | |
| <extension module="org.jboss.as.ee"/> |
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
| # SQLite version 3.x | |
| # gem install sqlite3 | |
| # | |
| # Ensure the SQLite 3 gem is defined in your Gemfile | |
| # gem 'sqlite3' | |
| development: | |
| adapter: jdbcmysql | |
| encoding: utf8 | |
| database: ***** |
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
| source 'http://rubygems.org' | |
| gem 'rails', "3.0.10" | |
| platforms :jruby do | |
| gem 'jdbc-mysql' | |
| gem 'activerecord-jdbcmysql-adapter' | |
| gem 'jruby-openssl' | |
| 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
| 11:15:36,330 INFO [stdout] (JobScheduler$20120107014908-knob.yml_Worker-1) "xActiveRecord::JDBCError: Connection is not associated with a managed connection.org.jboss.jca.adapters.jdbc.jdk6.WrappedConnectionJDK6@26f6f967: INSERT INTO `diretorios` (`cliente_id`, `cpf_cnpj_destinatario`, `razao_social_destinatario`, `data_emissao`, `status`, `tipo_envio`, `idt_quitado`, `email_destinatario`, `usuario_id`, `created_at`, `updated_at`, `chave_acesso`, `xml_hash`, `arquivo_xml`, `arquivo_pdf`, `movimento`, `numero_nota`, `pdf`, `cpf_cnpj_emitente`, `razao_social_emitente`, `downloads`, `cnpj_lote`, `versao_xml`, `arquivo_valido`, `tipo_arquivo`, `xml_hash_old`, `protocolo`) VALUES ( |