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
** [out :: kaidu.vlex.com] ActionView::TemplateError (no se encuentra num. resultados | |
** [out :: kaidu.vlex.com] <html><head><title>Apache Tomcat/6.0.24 - Error report</title><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 500 - </h1><HR size="1" noshade="noshade"><p><b>type</b> Exception report</p><p><b>message</b> <u></u></p><p><b>description</b> <u>The server encountered an internal error () that prevented it from fulfilling |
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
>> Textos4.connection.select_values('select vid_documento from textos') | |
=> ["303449232", "388563340", "388563340", "390906266", "390906266", "390996160", "390996160", "700000000", "700000000", "717714687", "1000000021", "1000000021", "1000000021", "1000000021", "1000000021", "1000000021", "1000000022", "1919100013", "1919100015", "1919100022", "1919100033", "2147483647", "2147483647", "2147483647", "2147483647", "2147483647", "2147483647", "2147483647"] |
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
# application_controller | |
def render_as_string_specific_action(controller, action, params) | |
controller.class_eval { | |
def params=(params); @params = params end | |
def params; @params end | |
} | |
c = controller.new | |
c.request = @_request | |
c.response = @_response | |
c.params = params |
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
<section class="article" id="articulo9" data-article-number="9"> | |
<header> | |
<h1>ARTÍCULO 9o</h1> | |
<h2>- Se consideran residentes en territorio nacional:</h2> | |
</header> | |
<p>I. A las siguientes personas físicas:</p> | |
<ol class="alpha"> | |
<li value="1"> | |
<p>Las que hayan establecido su casa habitación en México. Cuando las personas físicas de que se trate también tengan casa habitación en otro país, se considerarán residentes en México, si en territorio nacional se encuentra su centro de intereses vitales. Para estos efectos, se considerará que el centro de intereses vitales está en territorio nacional cuando, entre otros casos, se ubiquen en cualquiera de los siguientes supuestos:</p> | |
<ol> |
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
gem install -v 1.4 rubygems-update && ruby `gem env gemdir`/gems/rubygems-update-1.4.0/setup.rb |
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
** [out :: tornasol.vlex.com] 192.168.166.130 - - [09/Feb/2012:11:44:29 +0100] "GET /source/london-gazette-2583/toc/022?page=5 HTTP/1.0" 200 5721 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" | |
** [out :: tornasol.vlex.com] 192.168.166.130 - - [09/Feb/2012:11:46:21 +0100] "GET /source/london-gazette-2583/toc/018?page=2 HTTP/1.0" 200 5976 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" | |
** [out :: tornasol.vlex.com] 192.168.166.130 - - [09/Feb/2012:11:46:56 +0100] "GET /source/london-gazette-2583/toc/020?page=5 HTTP/1.0" 200 5439 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" | |
** [out :: tornasol.vlex.com] 192.168.166.130 - - | |
** [out :: tornasol.vlex.com] [09/Feb/2012:11:46:49 +0100] "GET /source/london-gazette-2583/toc/007?page=2 HTTP/1.0" 200 6884 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" | |
** [out :: tornasol.vlex.com] 192.168.166.130 - - [09/Feb/2012:11:47:09 +0100] "GET /sour |
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
define([ | |
'underscore', | |
'backbone', | |
'models/document', | |
'models/source' | |
], function (_, Backbone, Document, Source) { | |
return Backbone.Model.extend({ | |
initialize: function(attributes) { | |
if (!attributes.object) return; |
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
define([ | |
'underscore', | |
'backbone', | |
'config' | |
], function (_, Backbone, Config) { | |
return Backbone.Model.extend({ | |
url: function() { | |
return Config.host + '/route_to_resoure'; | |
}, | |
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
response: #<Net::HTTPNotFound 404 Not Found readbody=true> | |
http://quijote.biblio.iteso.mx/wardjan/login.aspx?resource=vlex&cmn=updatekey | |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> | |
<HTML><HEAD><TITLE>The page cannot be found</TITLE> | |
<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252"> | |
<STYLE type="text/css"> | |
BODY { font: 8pt/12pt verdana } | |
H1 { font: 13pt/15pt verdana } | |
H2 { font: 8pt/12pt verdana } |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title></title> | |
</head> | |
<body> | |
Redireccionando a vLex ... | |
<script> | |
// url generada con remote_auth lib proporcionada por vlex |
OlderNewer