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
pd-vpn-075:admin alland$ gem install nokogiri | |
Fetching: nokogiri-1.4.4.gem (100%) | |
Building native extensions. This could take a while... | |
ERROR: Error installing nokogiri: | |
ERROR: Failed to build gem native extension. | |
/Users/alland/.rvm/rubies/ruby-1.9.2-head/bin/ruby extconf.rb | |
checking for libxml/parser.h... yes | |
checking for libxslt/xslt.h... yes | |
checking for libexslt/exslt.h... yes |
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
pd-vpn-075:admin alland$ ruby admin_title.rb | |
[01/28] Isolating nokogiri (= 1.4.4). | |
Building native extensions. This could take a while... | |
/Users/alland/.rvm/rubies/ruby-1.9.2-head/lib/ruby/site_ruby/1.9.1/rubygems/installer.rb:551:in `rescue in block in build_extensions': ERROR: Failed to build gem native extension. (Gem::Installer::ExtensionBuildError) | |
/Users/alland/.rvm/rubies/ruby-1.9.2-head/bin/ruby extconf.rb | |
checking for libxml/parser.h... yes | |
checking for libxslt/xslt.h... yes | |
checking for libexslt/exslt.h... yes | |
checking for iconv_open() in iconv.h... no |
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 PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" | |
"http://www.w3.org/TR/html4/loose.dtd"> | |
<head> | |
<meta charset="utf-8"> | |
<title>test</title> | |
<style type="text/css" media="screen"> | |
html, body {margin: 0; padding: 0; height: 100%; position: relative;} |
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
~/html_templating ruby app.rb | |
== Sinatra/1.0 has taken the stage on 4567 for development with backup from WEBrick | |
[2011-03-25 12:57:40] INFO WEBrick 1.3.1 | |
[2011-03-25 12:57:40] INFO ruby 1.9.2 (2010-12-25) [x86_64-darwin10.5.0] | |
[2011-03-25 12:57:40] INFO WEBrick::HTTPServer#start: pid=10635 port=4567 | |
Errno::ENOENT - No such file or directory - /Users/adelacruz/html_templating/<internal:lib/rubygems/views/home01.erb: | |
/Users/adelacruz/html_templating/tmp/isolate/ruby-1.9.1/gems/sinatra-1.0/lib/sinatra/tilt.rb:122:in `read' | |
/Users/adelacruz/html_templating/tmp/isolate/ruby-1.9.1/gems/sinatra-1.0/lib/sinatra/tilt.rb:122:in `block in initialize' | |
/Users/adelacruz/html_templating/tmp/isolate/ruby-1.9.1/gems/sinatra-1.0/lib/sinatra/tilt.rb:123:in `call' | |
/Users/adelacruz/html_templating/tmp/isolate/ruby-1.9.1/gems/sinatra-1.0/lib/sinatra/tilt.rb:123:in `initialize' |
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
actionmailer (2.3.5, 1.3.6) | |
actionpack (2.3.5, 1.13.6) | |
actionwebservice (1.2.6) | |
activerecord (2.3.5, 1.15.6) | |
activeresource (2.3.5) | |
activesupport (2.3.5, 1.4.4) | |
acts_as_ferret (0.4.3) | |
capistrano (2.5.2) | |
cgi_multipart_eof_fix (2.5.0) | |
coderay (0.9.7) |
NewerOlder