Skip to content

Instantly share code, notes, and snippets.

@safarista
Created December 3, 2010 21:47
Show Gist options
  • Save safarista/727613 to your computer and use it in GitHub Desktop.
Save safarista/727613 to your computer and use it in GitHub Desktop.
this is the one will
Kertu-Kelems-iMac:ilinkoln_blog safarista$ bundle install
Using rake (0.8.7)
Using abstract (1.0.0)
Using activesupport (3.0.0)
Using builder (2.1.2)
Using i18n (0.4.1)
Using activemodel (3.0.0)
Using erubis (2.6.6)
Using rack (1.2.1)
Using rack-mount (0.6.13)
Using rack-test (0.5.6)
Using tzinfo (0.3.23)
Using actionpack (3.0.0)
Using mime-types (1.16)
Using polyglot (0.3.1)
Using treetop (1.4.8)
Using mail (2.2.6.1)
Using actionmailer (3.0.0)
Using arel (1.0.1)
Using activerecord (3.0.0)
Using activeresource (3.0.0)
Using bundler (1.0.0)
Using thor (0.14.2)
Using railties (3.0.0)
Using rails (3.0.0)
Using sqlite3-ruby (1.2.5)
Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed.
Kertu-Kelems-iMac:ilinkoln_blog safarista$ ruby -v
ruby 1.9.2p0 (2010-08-18 revision 29036) [x86_64-darwin10.4.0]
Kertu-Kelems-iMac:ilinkoln_blog safarista$
Showing /Users/safarista/Sites/Rails3/ilinkoln_blog/app/views/layouts/application.html.erb where line #85 raised:
incompatible character encodings: ASCII-8BIT and UTF-8
Extracted source (around line #85):
82: </li>
83: <li>
84: <%= link_to image_tag("twitter.png"), "http://www.twitter.com/ilinkoln/" %>
85: </li>
86: </ul>
87: </div>
88:
Rails.root: /Users/safarista/Sites/Rails3/ilinkoln_blog
Application Trace | Framework Trace | Full Trace
app/views/layouts/application.html.erb:85:in `concat'
app/views/layouts/application.html.erb:85:in `_app_views_layouts_application_html_erb__2586743950725326477_2156904260_1437653181933144589'
app/controllers/posts_controller.rb:18:in `show'
Request
Parameters:
{"id"=>"1"}
Show session dump
Show env dump
Response
Headers:
None
source 'http://rubygems.org'
gem 'rails', :require => '3.0.3'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
gem 'sqlite3-ruby', :require => 'sqlite3'
# Use unicorn as the web server
# gem 'unicorn'
# Deploy with Capistrano
# gem 'capistrano'
# To use debugger
# gem 'ruby-debug'
# Bundle the extra gems:
# gem 'bj'
# gem 'nokogiri'
# gem 'sqlite3-ruby', :require => 'sqlite3'
# gem 'aws-s3', :require => 'aws/s3'
# gem 'formtastic', '~> 1.1.0'
# Bundle gems for the local environment. Make sure to
# put test-only gems in this group so their generators
# and rake tasks are available in development mode:
# group :development, :test do
# gem 'webrat'
# end
source 'http://rubygems.org'
gem 'rails', '3.0.0'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
gem 'sqlite3-ruby', '1.2.5', :require => 'sqlite3'
# Use unicorn as the web server
# gem 'unicorn'
# Deploy with Capistrano
# gem 'capistrano'
# To use debugger
# gem 'ruby-debug'
# Bundle the extra gems:
# gem 'bj'
# gem 'nokogiri'
# gem 'sqlite3-ruby', :require => 'sqlite3'
# gem 'aws-s3', :require => 'aws/s3'
gem 'formtastic', '~> 1.1.0'
# Bundle gems for the local environment. Make sure to
# put test-only gems in this group so their generators
# and rake tasks are available in development mode:
# group :development, :test do
# gem 'webrat'
# end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment