rubylight 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (67) hide show
  1. data/README.rdoc +11 -7
  2. data/lib/rubylight/version.rb +1 -1
  3. metadata +10 -136
  4. data/MIT-LICENSE +0 -20
  5. data/Rakefile +0 -37
  6. data/test/dummy/Rakefile +0 -7
  7. data/test/dummy/app/assets/images/1.jpg +0 -0
  8. data/test/dummy/app/assets/images/large.png +0 -0
  9. data/test/dummy/app/assets/images/thumb.jpg +0 -0
  10. data/test/dummy/app/assets/images/thumb.png +0 -0
  11. data/test/dummy/app/assets/javascripts/application.js +0 -10
  12. data/test/dummy/app/assets/javascripts/home.js +0 -2
  13. data/test/dummy/app/assets/stylesheets/application.css +0 -8
  14. data/test/dummy/app/assets/stylesheets/home.css +0 -4
  15. data/test/dummy/app/controllers/application_controller.rb +0 -3
  16. data/test/dummy/app/controllers/home_controller.rb +0 -5
  17. data/test/dummy/app/helpers/application_helper.rb +0 -2
  18. data/test/dummy/app/helpers/home_helper.rb +0 -2
  19. data/test/dummy/app/views/home/index.html.haml +0 -2
  20. data/test/dummy/app/views/layouts/application.html.erb +0 -15
  21. data/test/dummy/config.ru +0 -4
  22. data/test/dummy/config/application.rb +0 -45
  23. data/test/dummy/config/boot.rb +0 -10
  24. data/test/dummy/config/database.yml +0 -25
  25. data/test/dummy/config/environment.rb +0 -5
  26. data/test/dummy/config/environments/development.rb +0 -30
  27. data/test/dummy/config/environments/production.rb +0 -60
  28. data/test/dummy/config/environments/test.rb +0 -39
  29. data/test/dummy/config/initializers/backtrace_silencers.rb +0 -7
  30. data/test/dummy/config/initializers/inflections.rb +0 -10
  31. data/test/dummy/config/initializers/mime_types.rb +0 -5
  32. data/test/dummy/config/initializers/secret_token.rb +0 -7
  33. data/test/dummy/config/initializers/session_store.rb +0 -8
  34. data/test/dummy/config/initializers/wrap_parameters.rb +0 -14
  35. data/test/dummy/config/locales/en.yml +0 -5
  36. data/test/dummy/config/routes.rb +0 -60
  37. data/test/dummy/db/development.sqlite3 +0 -0
  38. data/test/dummy/db/schema.rb +0 -16
  39. data/test/dummy/log/development.log +0 -3858
  40. data/test/dummy/log/production.log +0 -224
  41. data/test/dummy/public/404.html +0 -26
  42. data/test/dummy/public/422.html +0 -26
  43. data/test/dummy/public/500.html +0 -26
  44. data/test/dummy/public/favicon.ico +0 -0
  45. data/test/dummy/script/rails +0 -6
  46. data/test/dummy/test/functional/home_controller_test.rb +0 -9
  47. data/test/dummy/test/unit/helpers/home_helper_test.rb +0 -4
  48. data/test/dummy/tmp/cache/assets/C6F/830/sprockets%2F53156008748ee1f204b02643e5c16a6a +0 -16
  49. data/test/dummy/tmp/cache/assets/CA9/240/sprockets%2F0a8008b0737953f41a8a7b08307e77cb +0 -16
  50. data/test/dummy/tmp/cache/assets/CB9/FA0/sprockets%2Fa1863b6fc859a4348e41a5240889fa27 +0 -374
  51. data/test/dummy/tmp/cache/assets/CDF/870/sprockets%2Fb878faf942403e313a5b103e5d80488e +0 -28
  52. data/test/dummy/tmp/cache/assets/CE6/560/sprockets%2Fecc51273a18292241960719cbe899cfb +0 -18
  53. data/test/dummy/tmp/cache/assets/D17/AB0/sprockets%2F5c9a32ccb0692131b7bf677fb77937b6 +0 -18
  54. data/test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -54
  55. data/test/dummy/tmp/cache/assets/D54/ED0/sprockets%2F71c9fa01091d432b131da3bb73faf3d4 +0 -197
  56. data/test/dummy/tmp/cache/assets/D5E/C30/sprockets%2F421d71dbc41e4efceae210d855f16117 +0 -395
  57. data/test/dummy/tmp/cache/assets/D73/030/sprockets%2Fc364507281a666a47d6c9d16bbad9efc +0 -27
  58. data/test/dummy/tmp/cache/assets/D7D/FC0/sprockets%2F1f94aa5b9cec9554f135bb198db799b3 +0 -203
  59. data/test/dummy/tmp/cache/assets/D80/080/sprockets%2Fcd9c69336a9b3be0bde87986adb24792 +0 -16
  60. data/test/dummy/tmp/cache/assets/D84/210/sprockets%2Fabd0103ccec2b428ac62c94e4c40b384 +0 -10009
  61. data/test/dummy/tmp/cache/assets/D98/8B0/sprockets%2Fedbef6e0d0a4742346cf479f2c522eb0 +0 -30
  62. data/test/dummy/tmp/cache/assets/D9D/A60/sprockets%2Fa88ab4e49bb7203b8e0586c38efdd2b0 +0 -884
  63. data/test/dummy/tmp/cache/assets/DD3/B30/sprockets%2F92d8bd6a4785d5eb46dbaeebdc542039 +0 -18
  64. data/test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -67
  65. data/test/dummy/tmp/cache/assets/E5A/4B0/sprockets%2Fddb87630e146e40f58ac25addedadfbf +0 -9289
  66. data/test/rubylight_test.rb +0 -7
  67. data/test/test_helper.rb +0 -10
@@ -1,25 +0,0 @@
1
- # SQLite version 3.x
2
- # gem install sqlite3
3
- #
4
- # Ensure the SQLite 3 gem is defined in your Gemfile
5
- # gem 'sqlite3'
6
- development:
7
- adapter: sqlite3
8
- database: db/development.sqlite3
9
- pool: 5
10
- timeout: 5000
11
-
12
- # Warning: The database defined as "test" will be erased and
13
- # re-generated from your development database when you run "rake".
14
- # Do not set this db to the same as development or production.
15
- test:
16
- adapter: sqlite3
17
- database: db/test.sqlite3
18
- pool: 5
19
- timeout: 5000
20
-
21
- production:
22
- adapter: sqlite3
23
- database: db/production.sqlite3
24
- pool: 5
25
- timeout: 5000
@@ -1,5 +0,0 @@
1
- # Load the rails application
2
- require File.expand_path('../application', __FILE__)
3
-
4
- # Initialize the rails application
5
- Dummy::Application.initialize!
@@ -1,30 +0,0 @@
1
- Dummy::Application.configure do
2
- # Settings specified here will take precedence over those in config/application.rb
3
-
4
- # In the development environment your application's code is reloaded on
5
- # every request. This slows down response time but is perfect for development
6
- # since you don't have to restart the web server when you make code changes.
7
- config.cache_classes = false
8
-
9
- # Log error messages when you accidentally call methods on nil.
10
- config.whiny_nils = true
11
-
12
- # Show full error reports and disable caching
13
- config.consider_all_requests_local = true
14
- config.action_controller.perform_caching = false
15
-
16
- # Don't care if the mailer can't send
17
- config.action_mailer.raise_delivery_errors = false
18
-
19
- # Print deprecation notices to the Rails logger
20
- config.active_support.deprecation = :log
21
-
22
- # Only use best-standards-support built into browsers
23
- config.action_dispatch.best_standards_support = :builtin
24
-
25
- # Do not compress assets
26
- config.assets.compress = false
27
-
28
- # Expands the lines which load the assets
29
- config.assets.debug = true
30
- end
@@ -1,60 +0,0 @@
1
- Dummy::Application.configure do
2
- # Settings specified here will take precedence over those in config/application.rb
3
-
4
- # Code is not reloaded between requests
5
- config.cache_classes = true
6
-
7
- # Full error reports are disabled and caching is turned on
8
- config.consider_all_requests_local = false
9
- config.action_controller.perform_caching = true
10
-
11
- # Disable Rails's static asset server (Apache or nginx will already do this)
12
- config.serve_static_assets = false
13
-
14
- # Compress JavaScripts and CSS
15
- config.assets.compress = true
16
-
17
- # Don't fallback to assets pipeline if a precompiled asset is missed
18
- config.assets.compile = false
19
-
20
- # Generate digests for assets URLs
21
- config.assets.digest = true
22
-
23
- # Defaults to Rails.root.join("public/assets")
24
- # config.assets.manifest = YOUR_PATH
25
-
26
- # Specifies the header that your server uses for sending files
27
- # config.action_dispatch.x_sendfile_header = "X-Sendfile" # for apache
28
- # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for nginx
29
-
30
- # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
31
- # config.force_ssl = true
32
-
33
- # See everything in the log (default is :info)
34
- # config.log_level = :debug
35
-
36
- # Use a different logger for distributed setups
37
- # config.logger = SyslogLogger.new
38
-
39
- # Use a different cache store in production
40
- # config.cache_store = :mem_cache_store
41
-
42
- # Enable serving of images, stylesheets, and JavaScripts from an asset server
43
- # config.action_controller.asset_host = "http://assets.example.com"
44
-
45
- # Precompile additional assets (application.js, application.css, and all non-JS/CSS are already added)
46
- # config.assets.precompile += %w( search.js )
47
-
48
- # Disable delivery errors, bad email addresses will be ignored
49
- # config.action_mailer.raise_delivery_errors = false
50
-
51
- # Enable threaded mode
52
- # config.threadsafe!
53
-
54
- # Enable locale fallbacks for I18n (makes lookups for any locale fall back to
55
- # the I18n.default_locale when a translation can not be found)
56
- config.i18n.fallbacks = true
57
-
58
- # Send deprecation notices to registered listeners
59
- config.active_support.deprecation = :notify
60
- end
@@ -1,39 +0,0 @@
1
- Dummy::Application.configure do
2
- # Settings specified here will take precedence over those in config/application.rb
3
-
4
- # The test environment is used exclusively to run your application's
5
- # test suite. You never need to work with it otherwise. Remember that
6
- # your test database is "scratch space" for the test suite and is wiped
7
- # and recreated between test runs. Don't rely on the data there!
8
- config.cache_classes = true
9
-
10
- # Configure static asset server for tests with Cache-Control for performance
11
- config.serve_static_assets = true
12
- config.static_cache_control = "public, max-age=3600"
13
-
14
- # Log error messages when you accidentally call methods on nil
15
- config.whiny_nils = true
16
-
17
- # Show full error reports and disable caching
18
- config.consider_all_requests_local = true
19
- config.action_controller.perform_caching = false
20
-
21
- # Raise exceptions instead of rendering exception templates
22
- config.action_dispatch.show_exceptions = false
23
-
24
- # Disable request forgery protection in test environment
25
- config.action_controller.allow_forgery_protection = false
26
-
27
- # Tell Action Mailer not to deliver emails to the real world.
28
- # The :test delivery method accumulates sent emails in the
29
- # ActionMailer::Base.deliveries array.
30
- config.action_mailer.delivery_method = :test
31
-
32
- # Use SQL instead of Active Record's schema dumper when creating the test database.
33
- # This is necessary if your schema can't be completely dumped by the schema dumper,
34
- # like if you have constraints or database-specific column types
35
- # config.active_record.schema_format = :sql
36
-
37
- # Print deprecation notices to the stderr
38
- config.active_support.deprecation = :stderr
39
- end
@@ -1,7 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- # You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces.
4
- # Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ }
5
-
6
- # You can also remove all the silencers if you're trying to debug a problem that might stem from framework code.
7
- # Rails.backtrace_cleaner.remove_silencers!
@@ -1,10 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- # Add new inflection rules using the following format
4
- # (all these examples are active by default):
5
- # ActiveSupport::Inflector.inflections do |inflect|
6
- # inflect.plural /^(ox)$/i, '\1en'
7
- # inflect.singular /^(ox)en/i, '\1'
8
- # inflect.irregular 'person', 'people'
9
- # inflect.uncountable %w( fish sheep )
10
- # end
@@ -1,5 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- # Add new mime types for use in respond_to blocks:
4
- # Mime::Type.register "text/richtext", :rtf
5
- # Mime::Type.register_alias "text/html", :iphone
@@ -1,7 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- # Your secret key for verifying the integrity of signed cookies.
4
- # If you change this key, all old signed cookies will become invalid!
5
- # Make sure the secret is at least 30 characters and all random,
6
- # no regular words or you'll be exposed to dictionary attacks.
7
- Dummy::Application.config.secret_token = '733305f571fb8303d0b5d62cb2fc42f75006f5e63e169d2ad8df9f9c993199b0acc657b18f83823324050fa7707a37c4f2f336f66b63f38c039900c15180559b'
@@ -1,8 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- Dummy::Application.config.session_store :cookie_store, key: '_dummy_session'
4
-
5
- # Use the database for sessions instead of the cookie-based default,
6
- # which shouldn't be used to store highly confidential information
7
- # (create the session table with "rails generate session_migration")
8
- # Dummy::Application.config.session_store :active_record_store
@@ -1,14 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
- #
3
- # This file contains settings for ActionController::ParamsWrapper which
4
- # is enabled by default.
5
-
6
- # Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array.
7
- ActiveSupport.on_load(:action_controller) do
8
- wrap_parameters format: [:json]
9
- end
10
-
11
- # Disable root element in JSON by default.
12
- ActiveSupport.on_load(:active_record) do
13
- self.include_root_in_json = false
14
- end
@@ -1,5 +0,0 @@
1
- # Sample localization file for English. Add more files in this directory for other locales.
2
- # See https://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
3
-
4
- en:
5
- hello: "Hello world"
@@ -1,60 +0,0 @@
1
- Dummy::Application.routes.draw do
2
- get "home/index"
3
-
4
- # The priority is based upon order of creation:
5
- # first created -> highest priority.
6
-
7
- # Sample of regular route:
8
- # match 'products/:id' => 'catalog#view'
9
- # Keep in mind you can assign values other than :controller and :action
10
-
11
- # Sample of named route:
12
- # match 'products/:id/purchase' => 'catalog#purchase', :as => :purchase
13
- # This route can be invoked with purchase_url(:id => product.id)
14
-
15
- # Sample resource route (maps HTTP verbs to controller actions automatically):
16
- # resources :products
17
-
18
- # Sample resource route with options:
19
- # resources :products do
20
- # member do
21
- # get 'short'
22
- # post 'toggle'
23
- # end
24
- #
25
- # collection do
26
- # get 'sold'
27
- # end
28
- # end
29
-
30
- # Sample resource route with sub-resources:
31
- # resources :products do
32
- # resources :comments, :sales
33
- # resource :seller
34
- # end
35
-
36
- # Sample resource route with more complex sub-resources
37
- # resources :products do
38
- # resources :comments
39
- # resources :sales do
40
- # get 'recent', :on => :collection
41
- # end
42
- # end
43
-
44
- # Sample resource route within a namespace:
45
- # namespace :admin do
46
- # # Directs /admin/products/* to Admin::ProductsController
47
- # # (app/controllers/admin/products_controller.rb)
48
- # resources :products
49
- # end
50
-
51
- # You can have the root of your site routed with "root"
52
- # just remember to delete public/index.html.
53
- root :to => 'home#index'
54
-
55
- # See how all your routes lay out with "rake routes"
56
-
57
- # This is a legacy wild controller route that's not recommended for RESTful applications.
58
- # Note: This route will make all actions in every controller accessible via GET requests.
59
- # match ':controller(/:action(/:id(.:format)))'
60
- end
Binary file
@@ -1,16 +0,0 @@
1
- # encoding: UTF-8
2
- # This file is auto-generated from the current state of the database. Instead
3
- # of editing this file, please use the migrations feature of Active Record to
4
- # incrementally modify your database, and then regenerate this schema definition.
5
- #
6
- # Note that this schema.rb definition is the authoritative source for your
7
- # database schema. If you need to create the application database on another
8
- # system, you should be using db:schema:load, not running all the migrations
9
- # from scratch. The latter is a flawed and unsustainable approach (the more migrations
10
- # you'll amass, the slower it'll run and the greater likelihood for issues).
11
- #
12
- # It's strongly recommended to check this file into your version control system.
13
-
14
- ActiveRecord::Schema.define(:version => 0) do
15
-
16
- end
@@ -1,3858 +0,0 @@
1
-  (0.1ms) select sqlite_version(*)
2
-  (275.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
3
-  (0.1ms) PRAGMA index_list("schema_migrations")
4
-  (211.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
5
-  (0.4ms) select sqlite_version(*)
6
-  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
7
-
8
-
9
- Started GET "/" for 127.0.0.1 at 2012-05-30 21:51:04 -0400
10
- Processing by HomeController#index as HTML
11
- Rendered home/index.html.haml within layouts/application (1.0ms)
12
- Compiled application.css (2ms) (pid 5347)
13
- Compiled lightbox.css (0ms) (pid 5347)
14
- Compiled home.css (0ms) (pid 5347)
15
- Compiled application.js (6ms) (pid 5347)
16
- Compiled jquery.js (20ms) (pid 5347)
17
- Compiled jquery_ujs.js (38ms) (pid 5347)
18
- Compiled lightbox.js (0ms) (pid 5347)
19
- Compiled home.js (0ms) (pid 5347)
20
- Completed 200 OK in 195ms (Views: 194.5ms | ActiveRecord: 0.0ms)
21
-
22
-
23
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-05-30 21:51:05 -0400
24
- Served asset /application.css - 200 OK (6ms)
25
-
26
-
27
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-05-30 21:51:05 -0400
28
- Served asset /home.css - 200 OK (16ms)
29
-
30
-
31
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-05-30 21:51:05 -0400
32
- Served asset /home.js - 200 OK (8ms)
33
-
34
-
35
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-05-30 21:51:05 -0400
36
- Served asset /lightbox.css - 200 OK (3ms)
37
-
38
-
39
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-05-30 21:51:05 -0400
40
- Served asset /jquery_ujs.js - 304 Not Modified (3ms)
41
-
42
-
43
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-05-30 21:51:05 -0400
44
- Served asset /jquery.js - 304 Not Modified (3ms)
45
-
46
-
47
- Started GET "/assets/lightbox.js?body=1" for 127.0.0.1 at 2012-05-30 21:51:05 -0400
48
- Served asset /lightbox.js - 200 OK (3ms)
49
-
50
-
51
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-05-30 21:51:05 -0400
52
- Served asset /application.js - 200 OK (6ms)
53
-
54
-
55
- Started GET "/images/loading.gif" for 127.0.0.1 at 2012-05-30 21:51:05 -0400
56
-
57
-
58
- Started GET "/images/close.png" for 127.0.0.1 at 2012-05-30 21:51:05 -0400
59
-
60
-
61
- Started GET "/public" for 127.0.0.1 at 2012-05-30 21:51:18 -0400
62
-
63
- ActionController::RoutingError (No route matches [GET] "/public"):
64
-
65
-
66
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.2ms)
67
-
68
-
69
- Started GET "/public" for 127.0.0.1 at 2012-05-30 21:52:31 -0400
70
-
71
- ActionController::RoutingError (No route matches [GET] "/public"):
72
-
73
-
74
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.2ms)
75
-
76
-
77
- Started GET "/" for 127.0.0.1 at 2012-05-30 21:52:34 -0400
78
- Processing by HomeController#index as HTML
79
- Rendered home/index.html.haml within layouts/application (2.2ms)
80
- Completed 200 OK in 15ms (Views: 13.8ms | ActiveRecord: 0.0ms)
81
-
82
-
83
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-05-30 21:52:34 -0400
84
- Served asset /application.css - 304 Not Modified (0ms)
85
-
86
-
87
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-05-30 21:52:34 -0400
88
- Served asset /home.css - 304 Not Modified (0ms)
89
-
90
-
91
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-05-30 21:52:34 -0400
92
- Served asset /application.js - 304 Not Modified (0ms)
93
-
94
-
95
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-05-30 21:52:34 -0400
96
- Served asset /home.js - 304 Not Modified (0ms)
97
-
98
-
99
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-05-30 21:52:34 -0400
100
- Served asset /jquery.js - 304 Not Modified (0ms)
101
-
102
-
103
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-05-30 21:52:34 -0400
104
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
105
-
106
-
107
- Started GET "/assets/public/original" for 127.0.0.1 at 2012-05-30 21:52:34 -0400
108
- Served asset /public/original - 404 Not Found (2ms)
109
-
110
- ActionController::RoutingError (No route matches [GET] "/assets/public/original"):
111
-
112
-
113
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.2ms)
114
-
115
-
116
- Started GET "/images/close.png" for 127.0.0.1 at 2012-05-30 21:52:34 -0400
117
-
118
-
119
- Started GET "/images/loading.gif" for 127.0.0.1 at 2012-05-30 21:52:34 -0400
120
-
121
-
122
- Started GET "/" for 127.0.0.1 at 2012-05-30 21:52:48 -0400
123
- Processing by HomeController#index as HTML
124
- Rendered home/index.html.haml within layouts/application (2.2ms)
125
- Completed 200 OK in 17ms (Views: 16.0ms | ActiveRecord: 0.0ms)
126
-
127
-
128
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-05-30 21:52:48 -0400
129
- Served asset /application.css - 304 Not Modified (0ms)
130
-
131
-
132
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-05-30 21:52:48 -0400
133
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
134
-
135
-
136
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-05-30 21:52:48 -0400
137
- Served asset /lightbox.css - 304 Not Modified (0ms)
138
-
139
-
140
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-05-30 21:52:48 -0400
141
- Served asset /jquery.js - 304 Not Modified (0ms)
142
-
143
-
144
- Started GET "/assets/lightbox.js?body=1" for 127.0.0.1 at 2012-05-30 21:52:48 -0400
145
- Served asset /lightbox.js - 304 Not Modified (0ms)
146
-
147
-
148
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-05-30 21:52:48 -0400
149
- Served asset /home.css - 304 Not Modified (0ms)
150
-
151
-
152
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-05-30 21:52:48 -0400
153
- Served asset /home.js - 304 Not Modified (0ms)
154
-
155
-
156
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-05-30 21:52:48 -0400
157
- Served asset /application.js - 304 Not Modified (0ms)
158
-
159
-
160
- Started GET "/images/loading.gif" for 127.0.0.1 at 2012-05-30 21:52:48 -0400
161
-
162
-
163
- Started GET "/images/close.png" for 127.0.0.1 at 2012-05-30 21:52:48 -0400
164
-
165
-
166
- Started GET "/assets/public/original.jpg" for 127.0.0.1 at 2012-05-30 21:52:48 -0400
167
- Served asset /public/original.jpg - 404 Not Found (4ms)
168
-
169
- ActionController::RoutingError (No route matches [GET] "/assets/public/original.jpg"):
170
-
171
-
172
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms)
173
-
174
-
175
- Started GET "/" for 127.0.0.1 at 2012-05-30 21:53:19 -0400
176
- Processing by HomeController#index as HTML
177
- Rendered home/index.html.haml within layouts/application (1.4ms)
178
- Completed 200 OK in 50ms (Views: 49.1ms | ActiveRecord: 0.0ms)
179
-
180
-
181
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-05-30 21:53:19 -0400
182
- Served asset /lightbox.css - 304 Not Modified (0ms)
183
-
184
-
185
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-05-30 21:53:19 -0400
186
- Served asset /home.css - 304 Not Modified (0ms)
187
-
188
-
189
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-05-30 21:53:19 -0400
190
- Served asset /jquery.js - 304 Not Modified (0ms)
191
-
192
-
193
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-05-30 21:53:19 -0400
194
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
195
-
196
-
197
- Started GET "/assets/lightbox.js?body=1" for 127.0.0.1 at 2012-05-30 21:53:19 -0400
198
- Served asset /lightbox.js - 304 Not Modified (0ms)
199
-
200
-
201
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-05-30 21:53:19 -0400
202
- Served asset /application.css - 304 Not Modified (0ms)
203
-
204
-
205
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-05-30 21:53:19 -0400
206
- Served asset /home.js - 304 Not Modified (0ms)
207
-
208
-
209
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-05-30 21:53:19 -0400
210
- Served asset /application.js - 304 Not Modified (0ms)
211
-
212
-
213
- Started GET "/assets/original.jpg" for 127.0.0.1 at 2012-05-30 21:53:19 -0400
214
- Served asset /original.jpg - 404 Not Found (4ms)
215
-
216
- ActionController::RoutingError (No route matches [GET] "/assets/original.jpg"):
217
-
218
-
219
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.2ms)
220
-
221
-
222
- Started GET "/images/close.png" for 127.0.0.1 at 2012-05-30 21:53:19 -0400
223
-
224
-
225
- Started GET "/images/loading.gif" for 127.0.0.1 at 2012-05-30 21:53:19 -0400
226
-
227
-
228
- Started GET "/" for 127.0.0.1 at 2012-05-30 21:54:12 -0400
229
- Processing by HomeController#index as HTML
230
- Rendered home/index.html.haml within layouts/application (1.9ms)
231
- Completed 200 OK in 11ms (Views: 10.2ms | ActiveRecord: 0.0ms)
232
-
233
-
234
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-05-30 21:54:12 -0400
235
- Served asset /application.css - 304 Not Modified (0ms)
236
-
237
-
238
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-05-30 21:54:12 -0400
239
- Served asset /home.css - 304 Not Modified (0ms)
240
-
241
-
242
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-05-30 21:54:12 -0400
243
- Served asset /jquery.js - 304 Not Modified (0ms)
244
-
245
-
246
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-05-30 21:54:12 -0400
247
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
248
-
249
-
250
- Started GET "/assets/lightbox.js?body=1" for 127.0.0.1 at 2012-05-30 21:54:12 -0400
251
- Served asset /lightbox.js - 304 Not Modified (0ms)
252
-
253
-
254
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-05-30 21:54:12 -0400
255
- Served asset /lightbox.css - 304 Not Modified (0ms)
256
-
257
-
258
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-05-30 21:54:12 -0400
259
- Served asset /application.js - 304 Not Modified (0ms)
260
-
261
-
262
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-05-30 21:54:12 -0400
263
- Served asset /home.js - 304 Not Modified (0ms)
264
-
265
-
266
- Started GET "/assets/images/original.jpg" for 127.0.0.1 at 2012-05-30 21:54:12 -0400
267
- Served asset /images/original.jpg - 404 Not Found (4ms)
268
-
269
- ActionController::RoutingError (No route matches [GET] "/assets/images/original.jpg"):
270
-
271
-
272
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.2ms)
273
-
274
-
275
- Started GET "/images/close.png" for 127.0.0.1 at 2012-05-30 21:54:12 -0400
276
-
277
-
278
- Started GET "/images/loading.gif" for 127.0.0.1 at 2012-05-30 21:54:12 -0400
279
-
280
-
281
- Started GET "/assets/images/original.jpg" for 127.0.0.1 at 2012-05-30 21:54:32 -0400
282
- Served asset /images/original.jpg - 404 Not Found (8ms)
283
-
284
- ActionController::RoutingError (No route matches [GET] "/assets/images/original.jpg"):
285
-
286
-
287
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms)
288
-
289
-
290
- Started GET "/assets/images/original.jpg" for 127.0.0.1 at 2012-05-30 21:54:39 -0400
291
- Served asset /images/original.jpg - 404 Not Found (4ms)
292
-
293
- ActionController::RoutingError (No route matches [GET] "/assets/images/original.jpg"):
294
-
295
-
296
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
297
-
298
-
299
- Started GET "/" for 127.0.0.1 at 2012-05-30 21:55:33 -0400
300
- Processing by HomeController#index as HTML
301
- Rendered home/index.html.haml within layouts/application (2.6ms)
302
- Completed 200 OK in 16ms (Views: 14.9ms | ActiveRecord: 0.0ms)
303
-
304
-
305
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-05-30 21:55:33 -0400
306
- Served asset /application.css - 304 Not Modified (0ms)
307
-
308
-
309
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-05-30 21:55:33 -0400
310
- Served asset /lightbox.css - 304 Not Modified (0ms)
311
-
312
-
313
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-05-30 21:55:33 -0400
314
- Served asset /jquery.js - 304 Not Modified (0ms)
315
-
316
-
317
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-05-30 21:55:33 -0400
318
- Served asset /home.css - 304 Not Modified (0ms)
319
-
320
-
321
- Started GET "/assets/lightbox.js?body=1" for 127.0.0.1 at 2012-05-30 21:55:33 -0400
322
- Served asset /lightbox.js - 304 Not Modified (0ms)
323
-
324
-
325
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-05-30 21:55:33 -0400
326
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
327
-
328
-
329
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-05-30 21:55:33 -0400
330
- Served asset /home.js - 304 Not Modified (0ms)
331
-
332
-
333
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-05-30 21:55:33 -0400
334
- Served asset /application.js - 304 Not Modified (0ms)
335
-
336
-
337
- Started GET "/images/original.jpg" for 127.0.0.1 at 2012-05-30 21:55:33 -0400
338
-
339
- ActionController::RoutingError (No route matches [GET] "/images/original.jpg"):
340
-
341
-
342
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms)
343
-
344
-
345
- Started GET "/images/close.png" for 127.0.0.1 at 2012-05-30 21:55:33 -0400
346
-
347
-
348
- Started GET "/images/loading.gif" for 127.0.0.1 at 2012-05-30 21:55:33 -0400
349
-
350
-
351
- Started GET "/" for 127.0.0.1 at 2012-05-30 21:55:42 -0400
352
- Processing by HomeController#index as HTML
353
- Rendered home/index.html.haml within layouts/application (2.1ms)
354
- Completed 200 OK in 12ms (Views: 11.5ms | ActiveRecord: 0.0ms)
355
-
356
-
357
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-05-30 21:55:42 -0400
358
- Served asset /application.css - 304 Not Modified (0ms)
359
-
360
-
361
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-05-30 21:55:43 -0400
362
- Served asset /lightbox.css - 304 Not Modified (0ms)
363
-
364
-
365
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-05-30 21:55:43 -0400
366
- Served asset /home.css - 304 Not Modified (0ms)
367
-
368
-
369
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-05-30 21:55:43 -0400
370
- Served asset /jquery.js - 304 Not Modified (0ms)
371
-
372
-
373
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-05-30 21:55:43 -0400
374
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
375
-
376
-
377
- Started GET "/assets/lightbox.js?body=1" for 127.0.0.1 at 2012-05-30 21:55:43 -0400
378
- Served asset /lightbox.js - 304 Not Modified (0ms)
379
-
380
-
381
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-05-30 21:55:43 -0400
382
- Served asset /home.js - 304 Not Modified (0ms)
383
-
384
-
385
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-05-30 21:55:43 -0400
386
- Served asset /application.js - 304 Not Modified (0ms)
387
-
388
-
389
- Started GET "/assets/assets/images/original.jpg" for 127.0.0.1 at 2012-05-30 21:55:43 -0400
390
- Served asset /assets/images/original.jpg - 404 Not Found (2ms)
391
-
392
- ActionController::RoutingError (No route matches [GET] "/assets/assets/images/original.jpg"):
393
-
394
-
395
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)
396
-
397
-
398
- Started GET "/images/loading.gif" for 127.0.0.1 at 2012-05-30 21:55:43 -0400
399
-
400
-
401
- Started GET "/images/close.png" for 127.0.0.1 at 2012-05-30 21:55:43 -0400
402
-
403
-
404
- Started GET "/" for 127.0.0.1 at 2012-05-30 21:55:51 -0400
405
- Processing by HomeController#index as HTML
406
- Rendered home/index.html.haml within layouts/application (2.1ms)
407
- Completed 200 OK in 14ms (Views: 13.6ms | ActiveRecord: 0.0ms)
408
-
409
-
410
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-05-30 21:55:51 -0400
411
- Served asset /application.css - 304 Not Modified (0ms)
412
-
413
-
414
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-05-30 21:55:51 -0400
415
- Served asset /jquery.js - 304 Not Modified (0ms)
416
-
417
-
418
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-05-30 21:55:51 -0400
419
- Served asset /lightbox.css - 304 Not Modified (0ms)
420
-
421
-
422
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-05-30 21:55:51 -0400
423
- Served asset /home.css - 304 Not Modified (0ms)
424
-
425
-
426
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-05-30 21:55:51 -0400
427
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
428
-
429
-
430
- Started GET "/assets/lightbox.js?body=1" for 127.0.0.1 at 2012-05-30 21:55:51 -0400
431
- Served asset /lightbox.js - 304 Not Modified (0ms)
432
-
433
-
434
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-05-30 21:55:51 -0400
435
- Served asset /home.js - 304 Not Modified (0ms)
436
-
437
-
438
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-05-30 21:55:51 -0400
439
- Served asset /application.js - 304 Not Modified (0ms)
440
-
441
-
442
- Started GET "/assets/images/original.jpg" for 127.0.0.1 at 2012-05-30 21:55:51 -0400
443
- Served asset /images/original.jpg - 404 Not Found (4ms)
444
-
445
- ActionController::RoutingError (No route matches [GET] "/assets/images/original.jpg"):
446
-
447
-
448
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.2ms)
449
-
450
-
451
- Started GET "/images/close.png" for 127.0.0.1 at 2012-05-30 21:55:51 -0400
452
-
453
-
454
- Started GET "/images/loading.gif" for 127.0.0.1 at 2012-05-30 21:55:51 -0400
455
-
456
-
457
- Started GET "/" for 127.0.0.1 at 2012-05-30 21:56:13 -0400
458
- Processing by HomeController#index as HTML
459
- Rendered home/index.html.haml within layouts/application (2.2ms)
460
- Completed 200 OK in 13ms (Views: 12.0ms | ActiveRecord: 0.0ms)
461
-
462
-
463
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-05-30 21:56:13 -0400
464
- Served asset /application.css - 304 Not Modified (0ms)
465
-
466
-
467
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-05-30 21:56:13 -0400
468
- Served asset /home.css - 304 Not Modified (0ms)
469
-
470
-
471
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-05-30 21:56:13 -0400
472
- Served asset /lightbox.css - 304 Not Modified (0ms)
473
-
474
-
475
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-05-30 21:56:13 -0400
476
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
477
-
478
-
479
- Started GET "/assets/lightbox.js?body=1" for 127.0.0.1 at 2012-05-30 21:56:13 -0400
480
- Served asset /lightbox.js - 304 Not Modified (0ms)
481
-
482
-
483
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-05-30 21:56:13 -0400
484
- Served asset /home.js - 304 Not Modified (0ms)
485
-
486
-
487
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-05-30 21:56:13 -0400
488
- Served asset /jquery.js - 304 Not Modified (0ms)
489
-
490
-
491
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-05-30 21:56:13 -0400
492
- Served asset /application.js - 304 Not Modified (0ms)
493
-
494
-
495
- Started GET "/assets/images/original.jpg" for 127.0.0.1 at 2012-05-30 21:56:13 -0400
496
- Served asset /images/original.jpg - 404 Not Found (5ms)
497
-
498
- ActionController::RoutingError (No route matches [GET] "/assets/images/original.jpg"):
499
-
500
-
501
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms)
502
-
503
-
504
- Started GET "/images/loading.gif" for 127.0.0.1 at 2012-05-30 21:56:13 -0400
505
-
506
-
507
- Started GET "/images/close.png" for 127.0.0.1 at 2012-05-30 21:56:13 -0400
508
-
509
-
510
- Started GET "/" for 127.0.0.1 at 2012-05-30 21:56:49 -0400
511
- Processing by HomeController#index as HTML
512
- Rendered home/index.html.haml within layouts/application (2.1ms)
513
- Completed 200 OK in 15ms (Views: 14.0ms | ActiveRecord: 0.0ms)
514
-
515
-
516
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-05-30 21:56:49 -0400
517
- Served asset /application.css - 304 Not Modified (0ms)
518
-
519
-
520
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-05-30 21:56:49 -0400
521
- Served asset /home.css - 304 Not Modified (0ms)
522
-
523
-
524
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-05-30 21:56:49 -0400
525
- Served asset /lightbox.css - 304 Not Modified (0ms)
526
-
527
-
528
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-05-30 21:56:49 -0400
529
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
530
-
531
-
532
- Started GET "/assets/lightbox.js?body=1" for 127.0.0.1 at 2012-05-30 21:56:49 -0400
533
- Served asset /lightbox.js - 304 Not Modified (0ms)
534
-
535
-
536
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-05-30 21:56:49 -0400
537
- Served asset /jquery.js - 304 Not Modified (0ms)
538
-
539
-
540
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-05-30 21:56:49 -0400
541
- Served asset /home.js - 304 Not Modified (0ms)
542
-
543
-
544
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-05-30 21:56:49 -0400
545
- Served asset /application.js - 304 Not Modified (0ms)
546
-
547
-
548
- Started GET "/app/assets/images/original.jpg" for 127.0.0.1 at 2012-05-30 21:56:50 -0400
549
-
550
- ActionController::RoutingError (No route matches [GET] "/app/assets/images/original.jpg"):
551
-
552
-
553
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.2ms)
554
-
555
-
556
- Started GET "/images/close.png" for 127.0.0.1 at 2012-05-30 21:56:50 -0400
557
-
558
-
559
- Started GET "/images/loading.gif" for 127.0.0.1 at 2012-05-30 21:56:50 -0400
560
-
561
-
562
- Started GET "/" for 127.0.0.1 at 2012-05-30 21:57:42 -0400
563
- Processing by HomeController#index as HTML
564
- Rendered home/index.html.haml within layouts/application (1.3ms)
565
- Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.0ms)
566
-
567
-
568
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-05-30 21:57:42 -0400
569
- Served asset /application.css - 304 Not Modified (0ms)
570
-
571
-
572
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-05-30 21:57:42 -0400
573
- Served asset /lightbox.css - 304 Not Modified (0ms)
574
-
575
-
576
- Started GET "/assets/lightbox.js?body=1" for 127.0.0.1 at 2012-05-30 21:57:42 -0400
577
- Served asset /lightbox.js - 304 Not Modified (0ms)
578
-
579
-
580
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-05-30 21:57:42 -0400
581
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
582
-
583
-
584
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-05-30 21:57:42 -0400
585
- Served asset /jquery.js - 304 Not Modified (0ms)
586
-
587
-
588
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-05-30 21:57:42 -0400
589
- Served asset /home.css - 304 Not Modified (0ms)
590
-
591
-
592
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-05-30 21:57:42 -0400
593
- Served asset /home.js - 304 Not Modified (0ms)
594
-
595
-
596
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-05-30 21:57:42 -0400
597
- Served asset /application.js - 304 Not Modified (0ms)
598
-
599
-
600
- Started GET "/images/loading.gif" for 127.0.0.1 at 2012-05-30 21:57:42 -0400
601
-
602
-
603
- Started GET "/images/close.png" for 127.0.0.1 at 2012-05-30 21:57:42 -0400
604
-
605
-
606
- Started GET "/assets/images/original.jpg" for 127.0.0.1 at 2012-05-30 21:57:42 -0400
607
- Served asset /images/original.jpg - 404 Not Found (2ms)
608
-
609
- ActionController::RoutingError (No route matches [GET] "/assets/images/original.jpg"):
610
-
611
-
612
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms)
613
-
614
-
615
- Started GET "/" for 127.0.0.1 at 2012-05-30 22:01:02 -0400
616
- Processing by HomeController#index as HTML
617
- Rendered home/index.html.haml within layouts/application (2.1ms)
618
- Completed 200 OK in 13ms (Views: 12.7ms | ActiveRecord: 0.0ms)
619
-
620
-
621
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-05-30 22:01:02 -0400
622
- Served asset /application.css - 304 Not Modified (0ms)
623
-
624
-
625
- Started GET "/assets/lightbox.js?body=1" for 127.0.0.1 at 2012-05-30 22:01:02 -0400
626
- Served asset /lightbox.js - 304 Not Modified (0ms)
627
-
628
-
629
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-05-30 22:01:02 -0400
630
- Served asset /lightbox.css - 304 Not Modified (0ms)
631
-
632
-
633
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-05-30 22:01:02 -0400
634
- Served asset /jquery.js - 304 Not Modified (0ms)
635
-
636
-
637
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-05-30 22:01:02 -0400
638
- Served asset /home.css - 304 Not Modified (0ms)
639
-
640
-
641
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-05-30 22:01:02 -0400
642
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
643
-
644
-
645
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-05-30 22:01:02 -0400
646
- Served asset /home.js - 304 Not Modified (0ms)
647
-
648
-
649
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-05-30 22:01:02 -0400
650
- Served asset /application.js - 304 Not Modified (0ms)
651
-
652
-
653
- Started GET "/images/loading.gif" for 127.0.0.1 at 2012-05-30 22:01:02 -0400
654
-
655
-
656
- Started GET "/assets/images/1.jpg" for 127.0.0.1 at 2012-05-30 22:01:02 -0400
657
- Served asset /images/1.jpg - 404 Not Found (54ms)
658
-
659
- ActionController::RoutingError (No route matches [GET] "/assets/images/1.jpg"):
660
-
661
-
662
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms)
663
-
664
-
665
- Started GET "/images/close.png" for 127.0.0.1 at 2012-05-30 22:01:02 -0400
666
-
667
-
668
- Started GET "/" for 127.0.0.1 at 2012-05-30 22:01:39 -0400
669
- Processing by HomeController#index as HTML
670
- Rendered home/index.html.haml within layouts/application (2.3ms)
671
- Completed 200 OK in 13ms (Views: 12.9ms | ActiveRecord: 0.0ms)
672
-
673
-
674
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-05-30 22:01:39 -0400
675
- Served asset /application.css - 304 Not Modified (0ms)
676
-
677
-
678
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-05-30 22:01:39 -0400
679
- Served asset /home.css - 304 Not Modified (0ms)
680
-
681
-
682
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-05-30 22:01:39 -0400
683
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
684
-
685
-
686
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-05-30 22:01:39 -0400
687
- Served asset /lightbox.css - 304 Not Modified (0ms)
688
-
689
-
690
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-05-30 22:01:39 -0400
691
- Served asset /jquery.js - 304 Not Modified (0ms)
692
-
693
-
694
- Started GET "/assets/lightbox.js?body=1" for 127.0.0.1 at 2012-05-30 22:01:39 -0400
695
- Served asset /lightbox.js - 304 Not Modified (0ms)
696
-
697
-
698
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-05-30 22:01:39 -0400
699
- Served asset /home.js - 304 Not Modified (0ms)
700
-
701
-
702
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-05-30 22:01:39 -0400
703
- Served asset /application.js - 304 Not Modified (0ms)
704
-
705
-
706
- Started GET "/images/close.png" for 127.0.0.1 at 2012-05-30 22:01:39 -0400
707
-
708
-
709
- Started GET "/assets/images/1.jpg" for 127.0.0.1 at 2012-05-30 22:01:39 -0400
710
- Served asset /images/1.jpg - 404 Not Found (4ms)
711
-
712
- ActionController::RoutingError (No route matches [GET] "/assets/images/1.jpg"):
713
-
714
-
715
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms)
716
-
717
-
718
- Started GET "/images/loading.gif" for 127.0.0.1 at 2012-05-30 22:01:39 -0400
719
-
720
-
721
- Started GET "/assets/images/1.jpg" for 127.0.0.1 at 2012-05-30 22:01:42 -0400
722
- Served asset /images/1.jpg - 404 Not Found (4ms)
723
-
724
- ActionController::RoutingError (No route matches [GET] "/assets/images/1.jpg"):
725
-
726
-
727
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.2ms)
728
-
729
-
730
- Started GET "/" for 127.0.0.1 at 2012-05-31 06:03:21 -0400
731
- Processing by HomeController#index as HTML
732
- Rendered home/index.html.haml within layouts/application (1.5ms)
733
- Compiled application.css (2ms) (pid 6517)
734
- Compiled lightbox.css (0ms) (pid 6517)
735
- Compiled home.css (0ms) (pid 6517)
736
- Compiled application.js (3ms) (pid 6517)
737
- Compiled jquery.js (2ms) (pid 6517)
738
- Compiled jquery_ujs.js (0ms) (pid 6517)
739
- Compiled lightbox.js (0ms) (pid 6517)
740
- Compiled home.js (0ms) (pid 6517)
741
- Completed 200 OK in 77ms (Views: 76.5ms | ActiveRecord: 0.0ms)
742
-
743
-
744
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-05-31 06:03:22 -0400
745
- Served asset /jquery.js - 304 Not Modified (9ms)
746
-
747
-
748
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-05-31 06:03:22 -0400
749
- Served asset /home.css - 304 Not Modified (2ms)
750
-
751
-
752
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-05-31 06:03:22 -0400
753
- Served asset /jquery_ujs.js - 304 Not Modified (1ms)
754
-
755
-
756
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-05-31 06:03:22 -0400
757
- Served asset /lightbox.css - 304 Not Modified (1ms)
758
-
759
-
760
- Started GET "/assets/lightbox.js?body=1" for 127.0.0.1 at 2012-05-31 06:03:22 -0400
761
- Served asset /lightbox.js - 304 Not Modified (3ms)
762
-
763
-
764
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-05-31 06:03:22 -0400
765
- Served asset /home.js - 304 Not Modified (4ms)
766
-
767
-
768
- Started GET "/assets/images/1.jpg" for 127.0.0.1 at 2012-05-31 06:03:22 -0400
769
- Served asset /images/1.jpg - 404 Not Found (4ms)
770
-
771
- ActionController::RoutingError (No route matches [GET] "/assets/images/1.jpg"):
772
-
773
-
774
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms)
775
-
776
-
777
- Started GET "/images/close.png" for 127.0.0.1 at 2012-05-31 06:03:22 -0400
778
-
779
-
780
- Started GET "/images/loading.gif" for 127.0.0.1 at 2012-05-31 06:03:22 -0400
781
-
782
-
783
- Started GET "/images/prev.png" for 127.0.0.1 at 2012-05-31 06:03:43 -0400
784
-
785
-
786
- Started GET "/images/next.png" for 127.0.0.1 at 2012-05-31 06:03:48 -0400
787
-
788
-
789
- Started GET "/" for 127.0.0.1 at 2012-05-31 06:15:05 -0400
790
- Processing by HomeController#index as HTML
791
- Rendered home/index.html.haml within layouts/application (1.5ms)
792
- Compiled lightbox.css (0ms) (pid 7007)
793
- Compiled application.css (2ms) (pid 7007)
794
- Compiled lightbox.js (0ms) (pid 7007)
795
- Compiled application.js (3ms) (pid 7007)
796
- Completed 200 OK in 71ms (Views: 70.4ms | ActiveRecord: 0.0ms)
797
-
798
-
799
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-05-31 06:15:06 -0400
800
- Served asset /lightbox.css - 200 OK (18ms)
801
-
802
-
803
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-05-31 06:15:06 -0400
804
- Served asset /home.css - 304 Not Modified (2ms)
805
-
806
-
807
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-05-31 06:15:06 -0400
808
- Served asset /jquery.js - 304 Not Modified (3ms)
809
-
810
-
811
- Started GET "/assets/lightbox.js?body=1" for 127.0.0.1 at 2012-05-31 06:15:06 -0400
812
- Served asset /lightbox.js - 200 OK (6ms)
813
-
814
-
815
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-05-31 06:15:06 -0400
816
- Served asset /jquery_ujs.js - 304 Not Modified (3ms)
817
-
818
-
819
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-05-31 06:15:06 -0400
820
- Served asset /home.js - 304 Not Modified (2ms)
821
-
822
-
823
- Started GET "/assets/images/1.jpg" for 127.0.0.1 at 2012-05-31 06:15:06 -0400
824
- Served asset /images/1.jpg - 404 Not Found (45ms)
825
-
826
- ActionController::RoutingError (No route matches [GET] "/assets/images/1.jpg"):
827
-
828
-
829
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms)
830
-
831
-
832
- Started GET "/images/loading.gif" for 127.0.0.1 at 2012-05-31 06:15:06 -0400
833
-
834
-
835
- Started GET "/images/close.png" for 127.0.0.1 at 2012-05-31 06:15:06 -0400
836
-
837
-
838
- Started GET "/next.png" for 127.0.0.1 at 2012-05-31 06:15:07 -0400
839
-
840
- ActionController::RoutingError (No route matches [GET] "/next.png"):
841
-
842
-
843
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.2ms)
844
-
845
-
846
- Started GET "/" for 127.0.0.1 at 2012-05-31 06:16:52 -0400
847
- Processing by HomeController#index as HTML
848
- Rendered home/index.html.haml within layouts/application (1.5ms)
849
- Compiled application.css (2ms) (pid 7046)
850
- Compiled lightbox.css (0ms) (pid 7046)
851
- Compiled home.css (0ms) (pid 7046)
852
- Compiled application.js (3ms) (pid 7046)
853
- Compiled jquery.js (2ms) (pid 7046)
854
- Compiled jquery_ujs.js (0ms) (pid 7046)
855
- Compiled lightbox.js (0ms) (pid 7046)
856
- Compiled home.js (0ms) (pid 7046)
857
- Completed 200 OK in 77ms (Views: 76.2ms | ActiveRecord: 0.0ms)
858
-
859
-
860
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-05-31 06:16:53 -0400
861
- Served asset /lightbox.css - 304 Not Modified (13ms)
862
-
863
-
864
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-05-31 06:16:53 -0400
865
- Served asset /jquery_ujs.js - 304 Not Modified (3ms)
866
-
867
-
868
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-05-31 06:16:53 -0400
869
- Served asset /jquery.js - 304 Not Modified (7ms)
870
-
871
-
872
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-05-31 06:16:53 -0400
873
- Served asset /home.css - 304 Not Modified (2ms)
874
-
875
-
876
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-05-31 06:16:53 -0400
877
- Served asset /home.js - 304 Not Modified (2ms)
878
-
879
-
880
- Started GET "/assets/lightbox.js?body=1" for 127.0.0.1 at 2012-05-31 06:16:53 -0400
881
- Served asset /lightbox.js - 304 Not Modified (3ms)
882
-
883
-
884
- Started GET "/assets/images/1.jpg" for 127.0.0.1 at 2012-05-31 06:16:53 -0400
885
- Served asset /images/1.jpg - 404 Not Found (4ms)
886
-
887
- ActionController::RoutingError (No route matches [GET] "/assets/images/1.jpg"):
888
-
889
-
890
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms)
891
-
892
-
893
- Started GET "/next.png" for 127.0.0.1 at 2012-05-31 06:16:53 -0400
894
-
895
- ActionController::RoutingError (No route matches [GET] "/next.png"):
896
-
897
-
898
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.2ms)
899
-
900
-
901
- Started GET "/" for 127.0.0.1 at 2012-05-31 06:16:56 -0400
902
- Processing by HomeController#index as HTML
903
- Rendered home/index.html.haml within layouts/application (0.7ms)
904
- Completed 200 OK in 13ms (Views: 12.4ms | ActiveRecord: 0.0ms)
905
-
906
-
907
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-05-31 06:16:56 -0400
908
- Served asset /lightbox.css - 304 Not Modified (0ms)
909
-
910
-
911
- Started GET "/assets/lightbox.js?body=1" for 127.0.0.1 at 2012-05-31 06:16:56 -0400
912
- Served asset /lightbox.js - 304 Not Modified (0ms)
913
-
914
-
915
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-05-31 06:16:56 -0400
916
- Served asset /home.css - 304 Not Modified (0ms)
917
-
918
-
919
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-05-31 06:16:56 -0400
920
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
921
-
922
-
923
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-05-31 06:16:56 -0400
924
- Served asset /jquery.js - 304 Not Modified (0ms)
925
-
926
-
927
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-05-31 06:16:56 -0400
928
- Served asset /home.js - 304 Not Modified (0ms)
929
-
930
-
931
- Started GET "/assets/images/1.jpg" for 127.0.0.1 at 2012-05-31 06:16:56 -0400
932
- Served asset /images/1.jpg - 404 Not Found (4ms)
933
-
934
- ActionController::RoutingError (No route matches [GET] "/assets/images/1.jpg"):
935
-
936
-
937
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms)
938
-
939
-
940
- Started GET "/" for 127.0.0.1 at 2012-05-31 06:19:18 -0400
941
- Processing by HomeController#index as HTML
942
- Rendered home/index.html.haml within layouts/application (0.8ms)
943
- Completed 200 OK in 14ms (Views: 13.1ms | ActiveRecord: 0.0ms)
944
-
945
-
946
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-05-31 06:19:18 -0400
947
- Served asset /home.css - 304 Not Modified (0ms)
948
-
949
-
950
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-05-31 06:19:18 -0400
951
- Served asset /lightbox.css - 304 Not Modified (0ms)
952
-
953
-
954
- Started GET "/assets/lightbox.js?body=1" for 127.0.0.1 at 2012-05-31 06:19:18 -0400
955
- Served asset /lightbox.js - 304 Not Modified (0ms)
956
-
957
-
958
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-05-31 06:19:18 -0400
959
- Served asset /home.js - 304 Not Modified (0ms)
960
-
961
-
962
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-05-31 06:19:19 -0400
963
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
964
-
965
-
966
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-05-31 06:19:19 -0400
967
- Served asset /jquery.js - 304 Not Modified (0ms)
968
-
969
-
970
- Started GET "/assets/images/1.jpg" for 127.0.0.1 at 2012-05-31 06:19:19 -0400
971
- Served asset /images/1.jpg - 404 Not Found (5ms)
972
-
973
- ActionController::RoutingError (No route matches [GET] "/assets/images/1.jpg"):
974
-
975
-
976
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.2ms)
977
-
978
-
979
- Started GET "/next.png" for 127.0.0.1 at 2012-05-31 06:19:20 -0400
980
-
981
- ActionController::RoutingError (No route matches [GET] "/next.png"):
982
-
983
-
984
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.2ms)
985
-
986
-
987
- Started GET "/" for 127.0.0.1 at 2012-05-31 06:26:10 -0400
988
- Processing by HomeController#index as HTML
989
- Rendered home/index.html.haml within layouts/application (1.3ms)
990
- Compiled application.css (2ms) (pid 7502)
991
- Compiled lightbox.css (0ms) (pid 7502)
992
- Compiled home.css (0ms) (pid 7502)
993
- Compiled application.js (3ms) (pid 7502)
994
- Compiled jquery.js (2ms) (pid 7502)
995
- Compiled jquery_ujs.js (0ms) (pid 7502)
996
- Compiled lightbox.js (0ms) (pid 7502)
997
- Compiled home.js (0ms) (pid 7502)
998
- Completed 200 OK in 68ms (Views: 67.2ms | ActiveRecord: 0.0ms)
999
-
1000
-
1001
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-05-31 06:26:10 -0400
1002
- Served asset /jquery.js - 304 Not Modified (11ms)
1003
-
1004
-
1005
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-05-31 06:26:10 -0400
1006
- Served asset /home.css - 304 Not Modified (3ms)
1007
-
1008
-
1009
- Started GET "/assets/lightbox.js?body=1" for 127.0.0.1 at 2012-05-31 06:26:10 -0400
1010
- Served asset /lightbox.js - 304 Not Modified (1ms)
1011
-
1012
-
1013
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-05-31 06:26:10 -0400
1014
- Served asset /jquery_ujs.js - 304 Not Modified (2ms)
1015
-
1016
-
1017
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-05-31 06:26:10 -0400
1018
- Served asset /lightbox.css - 304 Not Modified (3ms)
1019
-
1020
-
1021
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-05-31 06:26:10 -0400
1022
- Served asset /home.js - 304 Not Modified (1ms)
1023
-
1024
-
1025
- Started GET "/assets/assets/1.jpg" for 127.0.0.1 at 2012-05-31 06:26:11 -0400
1026
- Served asset /assets/1.jpg - 404 Not Found (2ms)
1027
-
1028
- ActionController::RoutingError (No route matches [GET] "/assets/assets/1.jpg"):
1029
-
1030
-
1031
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms)
1032
-
1033
-
1034
- Started GET "/next.png" for 127.0.0.1 at 2012-05-31 06:26:11 -0400
1035
-
1036
- ActionController::RoutingError (No route matches [GET] "/next.png"):
1037
-
1038
-
1039
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms)
1040
-
1041
-
1042
- Started GET "/" for 127.0.0.1 at 2012-05-31 06:30:23 -0400
1043
- Processing by HomeController#index as HTML
1044
- Rendered home/index.html.haml within layouts/application (1.5ms)
1045
- Compiled application.css (2ms) (pid 7722)
1046
- Compiled lightbox.css (0ms) (pid 7722)
1047
- Compiled home.css (0ms) (pid 7722)
1048
- Compiled application.js (3ms) (pid 7722)
1049
- Compiled jquery.js (2ms) (pid 7722)
1050
- Compiled jquery_ujs.js (0ms) (pid 7722)
1051
- Compiled lightbox.js (0ms) (pid 7722)
1052
- Compiled home.js (0ms) (pid 7722)
1053
- Completed 200 OK in 78ms (Views: 77.6ms | ActiveRecord: 0.0ms)
1054
-
1055
-
1056
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-05-31 06:30:23 -0400
1057
- Served asset /home.css - 304 Not Modified (4ms)
1058
-
1059
-
1060
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-05-31 06:30:23 -0400
1061
- Served asset /lightbox.css - 200 OK (6ms)
1062
-
1063
-
1064
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-05-31 06:30:23 -0400
1065
- Served asset /jquery.js - 304 Not Modified (4ms)
1066
-
1067
-
1068
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-05-31 06:30:23 -0400
1069
- Served asset /home.js - 304 Not Modified (1ms)
1070
-
1071
-
1072
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-05-31 06:30:23 -0400
1073
- Served asset /jquery_ujs.js - 304 Not Modified (2ms)
1074
-
1075
-
1076
- Started GET "/assets/lightbox.js?body=1" for 127.0.0.1 at 2012-05-31 06:30:23 -0400
1077
- Served asset /lightbox.js - 304 Not Modified (3ms)
1078
-
1079
-
1080
- Started GET "/assets/assets/1.jpg" for 127.0.0.1 at 2012-05-31 06:30:23 -0400
1081
- Served asset /assets/1.jpg - 404 Not Found (8ms)
1082
-
1083
- ActionController::RoutingError (No route matches [GET] "/assets/assets/1.jpg"):
1084
-
1085
-
1086
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms)
1087
-
1088
-
1089
- Started GET "/" for 127.0.0.1 at 2012-06-01 05:11:25 -0400
1090
- Processing by HomeController#index as HTML
1091
- Rendered home/index.html.haml within layouts/application (2.4ms)
1092
- Compiled application.css (4ms) (pid 4075)
1093
- Compiled lightbox.css (0ms) (pid 4075)
1094
- Compiled home.css (0ms) (pid 4075)
1095
- Compiled application.js (6ms) (pid 4075)
1096
- Compiled jquery.js (41ms) (pid 4075)
1097
- Compiled jquery_ujs.js (0ms) (pid 4075)
1098
- Compiled lightbox.js (0ms) (pid 4075)
1099
- Compiled home.js (0ms) (pid 4075)
1100
- Completed 200 OK in 159ms (Views: 157.8ms | ActiveRecord: 0.0ms)
1101
-
1102
-
1103
- Started GET "/assets/jquery-1.8.18.custom.min" for 127.0.0.1 at 2012-06-01 05:11:27 -0400
1104
- Served asset /jquery-1.8.18.custom.min - 404 Not Found (4ms)
1105
-
1106
- ActionController::RoutingError (No route matches [GET] "/assets/jquery-1.8.18.custom.min"):
1107
-
1108
-
1109
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.2ms)
1110
-
1111
-
1112
- Started GET "/" for 127.0.0.1 at 2012-06-01 05:19:46 -0400
1113
- Processing by HomeController#index as HTML
1114
- Rendered home/index.html.haml within layouts/application (1.5ms)
1115
- Compiled application.css (2ms) (pid 4525)
1116
- Compiled lightbox.css (0ms) (pid 4525)
1117
- Compiled home.css (0ms) (pid 4525)
1118
- Compiled application.js (3ms) (pid 4525)
1119
- Compiled jquery.js (29ms) (pid 4525)
1120
- Compiled jquery_ujs.js (0ms) (pid 4525)
1121
- Compiled lightbox.js (0ms) (pid 4525)
1122
- Compiled home.js (0ms) (pid 4525)
1123
- Compiled jquery-1.7.2.min (0ms) (pid 4525)
1124
- Completed 200 OK in 91ms (Views: 90.5ms | ActiveRecord: 0.0ms)
1125
-
1126
-
1127
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-06-01 05:19:47 -0400
1128
- Served asset /lightbox.css - 304 Not Modified (18ms)
1129
-
1130
-
1131
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-06-01 05:19:47 -0400
1132
- Served asset /home.css - 304 Not Modified (1ms)
1133
-
1134
-
1135
- Started GET "/assets/jquery-1.7.2.min?body=1" for 127.0.0.1 at 2012-06-01 05:19:47 -0400
1136
- Served asset /jquery-1.7.2.min - 200 OK (7ms)
1137
-
1138
-
1139
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-01 05:19:47 -0400
1140
- Served asset /jquery.js - 304 Not Modified (41ms)
1141
-
1142
-
1143
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-01 05:19:47 -0400
1144
- Served asset /jquery_ujs.js - 304 Not Modified (5ms)
1145
-
1146
-
1147
- Started GET "/assets/lightbox.js?body=1" for 127.0.0.1 at 2012-06-01 05:19:47 -0400
1148
- Served asset /lightbox.js - 304 Not Modified (2ms)
1149
-
1150
-
1151
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-06-01 05:19:47 -0400
1152
- Served asset /home.js - 304 Not Modified (2ms)
1153
-
1154
-
1155
- Started GET "/assets/assets/1.jpg" for 127.0.0.1 at 2012-06-01 05:19:47 -0400
1156
- Served asset /assets/1.jpg - 404 Not Found (4ms)
1157
-
1158
- ActionController::RoutingError (No route matches [GET] "/assets/assets/1.jpg"):
1159
-
1160
-
1161
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms)
1162
-
1163
-
1164
- Started GET "/" for 127.0.0.1 at 2012-06-01 05:21:30 -0400
1165
- Processing by HomeController#index as HTML
1166
- Rendered home/index.html.haml within layouts/application (2.3ms)
1167
- Completed 200 OK in 15ms (Views: 14.6ms | ActiveRecord: 0.0ms)
1168
-
1169
-
1170
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-06-01 05:21:30 -0400
1171
- Served asset /lightbox.css - 304 Not Modified (0ms)
1172
-
1173
-
1174
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-01 05:21:30 -0400
1175
- Served asset /jquery.js - 304 Not Modified (0ms)
1176
-
1177
-
1178
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-06-01 05:21:30 -0400
1179
- Served asset /home.css - 304 Not Modified (0ms)
1180
-
1181
-
1182
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-01 05:21:30 -0400
1183
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1184
-
1185
-
1186
- Started GET "/assets/lightbox.js?body=1" for 127.0.0.1 at 2012-06-01 05:21:30 -0400
1187
- Served asset /lightbox.js - 304 Not Modified (0ms)
1188
-
1189
-
1190
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-06-01 05:21:30 -0400
1191
- Served asset /home.js - 304 Not Modified (0ms)
1192
-
1193
-
1194
- Started GET "/assets/jquery-1.7.2.min?body=1" for 127.0.0.1 at 2012-06-01 05:21:30 -0400
1195
- Served asset /jquery-1.7.2.min - 304 Not Modified (0ms)
1196
-
1197
-
1198
- Started GET "/assets/images/1.jpg" for 127.0.0.1 at 2012-06-01 05:21:30 -0400
1199
- Served asset /images/1.jpg - 404 Not Found (4ms)
1200
-
1201
- ActionController::RoutingError (No route matches [GET] "/assets/images/1.jpg"):
1202
-
1203
-
1204
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.2ms)
1205
-
1206
-
1207
- Started GET "/" for 127.0.0.1 at 2012-06-01 05:21:43 -0400
1208
- Processing by HomeController#index as HTML
1209
- Rendered home/index.html.haml within layouts/application (1.0ms)
1210
- Completed 200 OK in 16ms (Views: 15.6ms | ActiveRecord: 0.0ms)
1211
-
1212
-
1213
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-06-01 05:21:43 -0400
1214
- Served asset /home.css - 304 Not Modified (0ms)
1215
-
1216
-
1217
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-01 05:21:43 -0400
1218
- Served asset /jquery.js - 304 Not Modified (0ms)
1219
-
1220
-
1221
- Started GET "/assets/lightbox.js?body=1" for 127.0.0.1 at 2012-06-01 05:21:43 -0400
1222
- Served asset /lightbox.js - 304 Not Modified (0ms)
1223
-
1224
-
1225
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-06-01 05:21:43 -0400
1226
- Served asset /lightbox.css - 304 Not Modified (0ms)
1227
-
1228
-
1229
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-01 05:21:43 -0400
1230
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1231
-
1232
-
1233
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-06-01 05:21:43 -0400
1234
- Served asset /home.js - 304 Not Modified (0ms)
1235
-
1236
-
1237
- Started GET "/assets/jquery-1.7.2.min?body=1" for 127.0.0.1 at 2012-06-01 05:21:43 -0400
1238
- Served asset /jquery-1.7.2.min - 304 Not Modified (0ms)
1239
-
1240
-
1241
- Started GET "/" for 127.0.0.1 at 2012-06-01 05:25:47 -0400
1242
- Processing by HomeController#index as HTML
1243
- Rendered home/index.html.haml within layouts/application (0.2ms)
1244
- Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.0ms)
1245
-
1246
-
1247
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-06-01 05:25:47 -0400
1248
- Served asset /lightbox.css - 304 Not Modified (0ms)
1249
-
1250
-
1251
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-01 05:25:47 -0400
1252
- Served asset /jquery.js - 304 Not Modified (0ms)
1253
-
1254
-
1255
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-06-01 05:25:47 -0400
1256
- Served asset /home.css - 304 Not Modified (0ms)
1257
-
1258
-
1259
- Started GET "/assets/lightbox.js?body=1" for 127.0.0.1 at 2012-06-01 05:25:47 -0400
1260
- Served asset /lightbox.js - 304 Not Modified (0ms)
1261
-
1262
-
1263
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-01 05:25:47 -0400
1264
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1265
-
1266
-
1267
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-06-01 05:25:47 -0400
1268
- Served asset /home.js - 304 Not Modified (0ms)
1269
-
1270
-
1271
- Started GET "/assets/jquery-1.7.2.min?body=1" for 127.0.0.1 at 2012-06-01 05:25:47 -0400
1272
- Served asset /jquery-1.7.2.min - 304 Not Modified (0ms)
1273
-
1274
-
1275
- Started GET "/" for 127.0.0.1 at 2012-06-01 05:26:03 -0400
1276
- Processing by HomeController#index as HTML
1277
- Rendered home/index.html.haml within layouts/application (0.3ms)
1278
- Completed 200 OK in 14ms (Views: 13.5ms | ActiveRecord: 0.0ms)
1279
-
1280
-
1281
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-06-01 05:26:03 -0400
1282
- Served asset /home.js - 200 OK (2ms)
1283
-
1284
-
1285
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-06-01 05:26:03 -0400
1286
- Served asset /lightbox.css - 304 Not Modified (7ms)
1287
-
1288
-
1289
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-01 05:26:03 -0400
1290
- Served asset /jquery.js - 304 Not Modified (0ms)
1291
-
1292
-
1293
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-01 05:26:03 -0400
1294
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1295
-
1296
-
1297
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-06-01 05:26:03 -0400
1298
- Served asset /home.css - 200 OK (2ms)
1299
-
1300
-
1301
- Started GET "/assets/lightbox.js?body=1" for 127.0.0.1 at 2012-06-01 05:26:03 -0400
1302
- Served asset /lightbox.js - 200 OK (3ms)
1303
-
1304
-
1305
- Started GET "/assets/jquery-1.7.2.min?body=1" for 127.0.0.1 at 2012-06-01 05:26:03 -0400
1306
- Served asset /jquery-1.7.2.min - 200 OK (0ms)
1307
-
1308
-
1309
- Started GET "/" for 127.0.0.1 at 2012-06-01 05:26:08 -0400
1310
- Processing by HomeController#index as HTML
1311
- Rendered home/index.html.haml within layouts/application (0.3ms)
1312
- Completed 200 OK in 15ms (Views: 13.8ms | ActiveRecord: 0.0ms)
1313
-
1314
-
1315
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-06-01 05:26:08 -0400
1316
- Served asset /lightbox.css - 304 Not Modified (0ms)
1317
-
1318
-
1319
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-01 05:26:08 -0400
1320
- Served asset /jquery.js - 304 Not Modified (0ms)
1321
-
1322
-
1323
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-01 05:26:08 -0400
1324
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1325
-
1326
-
1327
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-06-01 05:26:08 -0400
1328
- Served asset /home.css - 304 Not Modified (0ms)
1329
-
1330
-
1331
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-06-01 05:26:08 -0400
1332
- Served asset /home.js - 304 Not Modified (0ms)
1333
-
1334
-
1335
- Started GET "/assets/lightbox.js?body=1" for 127.0.0.1 at 2012-06-01 05:26:08 -0400
1336
- Served asset /lightbox.js - 304 Not Modified (0ms)
1337
-
1338
-
1339
- Started GET "/assets/jquery-1.7.2.min?body=1" for 127.0.0.1 at 2012-06-01 05:26:08 -0400
1340
- Served asset /jquery-1.7.2.min - 304 Not Modified (0ms)
1341
-
1342
-
1343
- Started GET "/" for 127.0.0.1 at 2012-06-01 05:26:36 -0400
1344
- Processing by HomeController#index as HTML
1345
- Rendered home/index.html.haml within layouts/application (0.2ms)
1346
- Completed 200 OK in 14ms (Views: 13.6ms | ActiveRecord: 0.0ms)
1347
-
1348
-
1349
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-06-01 05:26:36 -0400
1350
- Served asset /home.js - 304 Not Modified (0ms)
1351
-
1352
-
1353
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-06-01 05:26:36 -0400
1354
- Served asset /lightbox.css - 304 Not Modified (0ms)
1355
-
1356
-
1357
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-01 05:26:36 -0400
1358
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1359
-
1360
-
1361
- Started GET "/assets/lightbox.js?body=1" for 127.0.0.1 at 2012-06-01 05:26:36 -0400
1362
- Served asset /lightbox.js - 304 Not Modified (0ms)
1363
-
1364
-
1365
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-01 05:26:36 -0400
1366
- Served asset /jquery.js - 304 Not Modified (0ms)
1367
-
1368
-
1369
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-06-01 05:26:36 -0400
1370
- Served asset /home.css - 304 Not Modified (0ms)
1371
-
1372
-
1373
- Started GET "/assets/jquery-1.7.2.min?body=1" for 127.0.0.1 at 2012-06-01 05:26:36 -0400
1374
- Served asset /jquery-1.7.2.min - 304 Not Modified (0ms)
1375
-
1376
-
1377
- Started GET "/" for 127.0.0.1 at 2012-06-01 05:26:57 -0400
1378
- Processing by HomeController#index as HTML
1379
- Rendered home/index.html.haml within layouts/application (0.3ms)
1380
- Completed 200 OK in 15ms (Views: 13.9ms | ActiveRecord: 0.0ms)
1381
-
1382
-
1383
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-06-01 05:26:58 -0400
1384
- Served asset /home.css - 304 Not Modified (0ms)
1385
-
1386
-
1387
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-06-01 05:26:58 -0400
1388
- Served asset /lightbox.css - 304 Not Modified (0ms)
1389
-
1390
-
1391
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-01 05:26:58 -0400
1392
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1393
-
1394
-
1395
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-01 05:26:58 -0400
1396
- Served asset /jquery.js - 304 Not Modified (0ms)
1397
-
1398
-
1399
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-06-01 05:26:58 -0400
1400
- Served asset /home.js - 304 Not Modified (0ms)
1401
-
1402
-
1403
- Started GET "/assets/lightbox.js?body=1" for 127.0.0.1 at 2012-06-01 05:26:58 -0400
1404
- Served asset /lightbox.js - 304 Not Modified (0ms)
1405
-
1406
-
1407
- Started GET "/assets/jquery-1.7.2.min?body=1" for 127.0.0.1 at 2012-06-01 05:26:58 -0400
1408
- Served asset /jquery-1.7.2.min - 304 Not Modified (0ms)
1409
-
1410
-
1411
- Started GET "/" for 127.0.0.1 at 2012-06-01 05:36:56 -0400
1412
- Processing by HomeController#index as HTML
1413
- Rendered home/index.html.haml within layouts/application (1.0ms)
1414
- Compiled application.css (2ms) (pid 5357)
1415
- Compiled lightbox.css (0ms) (pid 5357)
1416
- Compiled home.css (0ms) (pid 5357)
1417
- Compiled screen.css (0ms) (pid 5357)
1418
- Compiled application.js (4ms) (pid 5357)
1419
- Compiled jquery.js (29ms) (pid 5357)
1420
- Compiled jquery_ujs.js (0ms) (pid 5357)
1421
- Compiled lightbox.js (0ms) (pid 5357)
1422
- Compiled home.js (0ms) (pid 5357)
1423
- Compiled jquery-ui-1.8.18.custom.min.js (0ms) (pid 5357)
1424
- Compiled jquery.smooth-scroll.min.js (0ms) (pid 5357)
1425
- Compiled jquery-1.7.2.min (0ms) (pid 5357)
1426
- Completed 200 OK in 100ms (Views: 99.6ms | ActiveRecord: 0.0ms)
1427
-
1428
-
1429
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-06-01 05:36:57 -0400
1430
- Served asset /home.css - 304 Not Modified (8ms)
1431
-
1432
-
1433
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-06-01 05:36:57 -0400
1434
- Served asset /lightbox.css - 304 Not Modified (6ms)
1435
-
1436
-
1437
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-01 05:36:57 -0400
1438
- Served asset /jquery.js - 304 Not Modified (3ms)
1439
-
1440
-
1441
- Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-06-01 05:36:57 -0400
1442
- Served asset /screen.css - 200 OK (9ms)
1443
-
1444
-
1445
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-01 05:36:57 -0400
1446
- Served asset /jquery_ujs.js - 304 Not Modified (3ms)
1447
-
1448
-
1449
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-06-01 05:36:57 -0400
1450
- Served asset /home.js - 304 Not Modified (5ms)
1451
-
1452
-
1453
- Started GET "/assets/lightbox.js?body=1" for 127.0.0.1 at 2012-06-01 05:36:57 -0400
1454
- Served asset /lightbox.js - 304 Not Modified (3ms)
1455
-
1456
-
1457
- Started GET "/assets/jquery-ui-1.8.18.custom.min.js?body=1" for 127.0.0.1 at 2012-06-01 05:36:57 -0400
1458
- Served asset /jquery-ui-1.8.18.custom.min.js - 304 Not Modified (4ms)
1459
-
1460
-
1461
- Started GET "/assets/jquery.smooth-scroll.min.js?body=1" for 127.0.0.1 at 2012-06-01 05:36:57 -0400
1462
- Served asset /jquery.smooth-scroll.min.js - 304 Not Modified (2ms)
1463
-
1464
-
1465
- Started GET "/assets/jquery-1.7.2.min?body=1" for 127.0.0.1 at 2012-06-01 05:36:57 -0400
1466
- Served asset /jquery-1.7.2.min - 304 Not Modified (0ms)
1467
-
1468
-
1469
- Started GET "/images/bg-checker.png" for 127.0.0.1 at 2012-06-01 05:36:58 -0400
1470
-
1471
-
1472
- Started GET "/" for 127.0.0.1 at 2012-06-01 05:39:23 -0400
1473
- Processing by HomeController#index as HTML
1474
- Rendered home/index.html.haml within layouts/application (0.2ms)
1475
- Completed 200 OK in 10ms (Views: 9.6ms | ActiveRecord: 0.0ms)
1476
-
1477
-
1478
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-06-01 05:39:24 -0400
1479
- Served asset /lightbox.css - 304 Not Modified (4ms)
1480
-
1481
-
1482
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-01 05:39:24 -0400
1483
- Served asset /jquery.js - 304 Not Modified (0ms)
1484
-
1485
-
1486
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-06-01 05:39:24 -0400
1487
- Served asset /home.css - 304 Not Modified (0ms)
1488
-
1489
-
1490
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-01 05:39:24 -0400
1491
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1492
-
1493
-
1494
- Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-06-01 05:39:24 -0400
1495
- Served asset /screen.css - 200 OK (0ms)
1496
-
1497
-
1498
- Started GET "/assets/lightbox.js?body=1" for 127.0.0.1 at 2012-06-01 05:39:24 -0400
1499
- Served asset /lightbox.js - 304 Not Modified (0ms)
1500
-
1501
-
1502
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-06-01 05:39:24 -0400
1503
- Served asset /home.js - 304 Not Modified (0ms)
1504
-
1505
-
1506
- Started GET "/assets/jquery-ui-1.8.18.custom.min.js?body=1" for 127.0.0.1 at 2012-06-01 05:39:24 -0400
1507
- Served asset /jquery-ui-1.8.18.custom.min.js - 304 Not Modified (0ms)
1508
-
1509
-
1510
- Started GET "/assets/jquery-1.7.2.min?body=1" for 127.0.0.1 at 2012-06-01 05:39:24 -0400
1511
- Served asset /jquery-1.7.2.min - 304 Not Modified (0ms)
1512
-
1513
-
1514
- Started GET "/assets/jquery.smooth-scroll.min.js?body=1" for 127.0.0.1 at 2012-06-01 05:39:24 -0400
1515
- Served asset /jquery.smooth-scroll.min.js - 304 Not Modified (0ms)
1516
-
1517
-
1518
- Started GET "/images/bg-checker.png" for 127.0.0.1 at 2012-06-01 05:39:24 -0400
1519
-
1520
-
1521
- Started GET "/" for 127.0.0.1 at 2012-06-01 05:41:50 -0400
1522
- Processing by HomeController#index as HTML
1523
- Rendered home/index.html.haml within layouts/application (1.1ms)
1524
- Completed 200 OK in 69ms (Views: 68.2ms | ActiveRecord: 0.0ms)
1525
-
1526
-
1527
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-06-01 05:41:51 -0400
1528
- Served asset /lightbox.css - 304 Not Modified (44ms)
1529
-
1530
-
1531
- Started GET "/assets/lightbox.js?body=1" for 127.0.0.1 at 2012-06-01 05:41:51 -0400
1532
- Served asset /lightbox.js - 304 Not Modified (7ms)
1533
-
1534
-
1535
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-06-01 05:41:51 -0400
1536
- Served asset /home.css - 304 Not Modified (3ms)
1537
-
1538
-
1539
- Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-06-01 05:41:51 -0400
1540
- Served asset /screen.css - 200 OK (3ms)
1541
-
1542
-
1543
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-01 05:41:51 -0400
1544
- Served asset /jquery.js - 304 Not Modified (8ms)
1545
-
1546
-
1547
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-01 05:41:51 -0400
1548
- Served asset /jquery_ujs.js - 304 Not Modified (3ms)
1549
-
1550
-
1551
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-06-01 05:41:51 -0400
1552
- Served asset /home.js - 304 Not Modified (2ms)
1553
-
1554
-
1555
- Started GET "/assets/jquery-ui-1.8.18.custom.min.js?body=1" for 127.0.0.1 at 2012-06-01 05:41:51 -0400
1556
- Served asset /jquery-ui-1.8.18.custom.min.js - 304 Not Modified (2ms)
1557
-
1558
-
1559
- Started GET "/assets/jquery.smooth-scroll.min.js?body=1" for 127.0.0.1 at 2012-06-01 05:41:51 -0400
1560
- Served asset /jquery.smooth-scroll.min.js - 304 Not Modified (2ms)
1561
-
1562
-
1563
- Started GET "/assets/jquery-1.7.2.min?body=1" for 127.0.0.1 at 2012-06-01 05:41:51 -0400
1564
- Served asset /jquery-1.7.2.min - 304 Not Modified (0ms)
1565
-
1566
-
1567
- Started GET "/images/bg-checker.png" for 127.0.0.1 at 2012-06-01 05:41:51 -0400
1568
-
1569
-
1570
- Started GET "/" for 127.0.0.1 at 2012-06-01 05:48:29 -0400
1571
- Processing by HomeController#index as HTML
1572
- Rendered home/index.html.haml within layouts/application (1.1ms)
1573
- Compiled application.css (1ms) (pid 5842)
1574
- Completed 200 OK in 72ms (Views: 71.4ms | ActiveRecord: 0.0ms)
1575
-
1576
-
1577
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-01 05:48:30 -0400
1578
- Served asset /jquery.js - 304 Not Modified (8ms)
1579
-
1580
-
1581
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-06-01 05:48:30 -0400
1582
- Served asset /home.js - 304 Not Modified (1ms)
1583
-
1584
-
1585
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-01 05:48:30 -0400
1586
- Served asset /jquery_ujs.js - 304 Not Modified (2ms)
1587
-
1588
-
1589
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-06-01 05:48:30 -0400
1590
- Served asset /home.css - 304 Not Modified (2ms)
1591
-
1592
-
1593
- Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-06-01 05:48:30 -0400
1594
- Served asset /screen.css - 304 Not Modified (2ms)
1595
-
1596
-
1597
- Started GET "/assets/lightbox.js?body=1" for 127.0.0.1 at 2012-06-01 05:48:30 -0400
1598
- Served asset /lightbox.js - 304 Not Modified (1ms)
1599
-
1600
-
1601
- Started GET "/assets/jquery.smooth-scroll.min.js?body=1" for 127.0.0.1 at 2012-06-01 05:48:30 -0400
1602
- Served asset /jquery.smooth-scroll.min.js - 304 Not Modified (2ms)
1603
-
1604
-
1605
- Started GET "/assets/jquery-ui-1.8.18.custom.min.js?body=1" for 127.0.0.1 at 2012-06-01 05:48:30 -0400
1606
- Served asset /jquery-ui-1.8.18.custom.min.js - 304 Not Modified (1ms)
1607
-
1608
-
1609
- Started GET "/assets/jquery-1.7.2.min?body=1" for 127.0.0.1 at 2012-06-01 05:48:30 -0400
1610
- Served asset /jquery-1.7.2.min - 304 Not Modified (0ms)
1611
-
1612
-
1613
- Started GET "/images/bg-checker.png" for 127.0.0.1 at 2012-06-01 05:48:30 -0400
1614
-
1615
-
1616
- Started GET "/" for 127.0.0.1 at 2012-06-01 06:21:25 -0400
1617
- Processing by HomeController#index as HTML
1618
- Rendered home/index.html.haml within layouts/application (1.1ms)
1619
- Compiled application.css (2ms) (pid 6741)
1620
- Completed 200 OK in 73ms (Views: 72.6ms | ActiveRecord: 0.0ms)
1621
-
1622
-
1623
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-06-01 06:21:26 -0400
1624
- Served asset /home.css - 304 Not Modified (1ms)
1625
-
1626
-
1627
- Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-06-01 06:21:26 -0400
1628
- Served asset /screen.css - 304 Not Modified (3ms)
1629
-
1630
-
1631
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-06-01 06:21:26 -0400
1632
- Served asset /lightbox.css - 304 Not Modified (1ms)
1633
-
1634
-
1635
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-01 06:21:26 -0400
1636
- Served asset /jquery.js - 304 Not Modified (5ms)
1637
-
1638
-
1639
- Started GET "/assets/lightbox.js?body=1" for 127.0.0.1 at 2012-06-01 06:21:26 -0400
1640
- Served asset /lightbox.js - 304 Not Modified (2ms)
1641
-
1642
-
1643
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-06-01 06:21:26 -0400
1644
- Served asset /home.js - 304 Not Modified (2ms)
1645
-
1646
-
1647
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-01 06:21:26 -0400
1648
- Served asset /jquery_ujs.js - 304 Not Modified (2ms)
1649
-
1650
-
1651
- Started GET "/assets/jquery-ui-1.8.18.custom.min.js?body=1" for 127.0.0.1 at 2012-06-01 06:21:26 -0400
1652
- Served asset /jquery-ui-1.8.18.custom.min.js - 304 Not Modified (1ms)
1653
-
1654
-
1655
- Started GET "/assets/jquery.smooth-scroll.min.js?body=1" for 127.0.0.1 at 2012-06-01 06:21:26 -0400
1656
- Served asset /jquery.smooth-scroll.min.js - 304 Not Modified (1ms)
1657
-
1658
-
1659
- Started GET "/assets/jquery-1.7.2.min?body=1" for 127.0.0.1 at 2012-06-01 06:21:26 -0400
1660
- Served asset /jquery-1.7.2.min - 304 Not Modified (0ms)
1661
-
1662
-
1663
- Started GET "/images/bg-checker.png" for 127.0.0.1 at 2012-06-01 06:21:26 -0400
1664
-
1665
-
1666
- Started GET "/" for 127.0.0.1 at 2012-06-02 07:44:42 -0400
1667
- Processing by HomeController#index as HTML
1668
- Rendered home/index.html.haml within layouts/application (1.0ms)
1669
- Compiled application.js (6ms) (pid 10029)
1670
- Completed 200 OK in 121ms (Views: 120.8ms | ActiveRecord: 0.0ms)
1671
-
1672
-
1673
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-06-02 07:44:43 -0400
1674
- Served asset /lightbox.css - 304 Not Modified (2ms)
1675
-
1676
-
1677
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-06-02 07:44:43 -0400
1678
- Served asset /home.css - 304 Not Modified (1ms)
1679
-
1680
-
1681
- Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-06-02 07:44:43 -0400
1682
- Served asset /screen.css - 304 Not Modified (1ms)
1683
-
1684
-
1685
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-02 07:44:43 -0400
1686
- Served asset /jquery_ujs.js - 304 Not Modified (1ms)
1687
-
1688
-
1689
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-02 07:44:43 -0400
1690
- Served asset /jquery.js - 304 Not Modified (8ms)
1691
-
1692
-
1693
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-06-02 07:44:43 -0400
1694
- Served asset /home.js - 304 Not Modified (2ms)
1695
-
1696
-
1697
- Started GET "/assets/jquery-ui-1.8.18.custom.min.js?body=1" for 127.0.0.1 at 2012-06-02 07:44:43 -0400
1698
- Served asset /jquery-ui-1.8.18.custom.min.js - 304 Not Modified (1ms)
1699
-
1700
-
1701
- Started GET "/assets/jquery.smooth-scroll.min.js?body=1" for 127.0.0.1 at 2012-06-02 07:44:43 -0400
1702
- Served asset /jquery.smooth-scroll.min.js - 304 Not Modified (1ms)
1703
-
1704
-
1705
- Started GET "/assets/jquery-1.7.2.min?body=1" for 127.0.0.1 at 2012-06-02 07:44:43 -0400
1706
- Served asset /jquery-1.7.2.min - 304 Not Modified (0ms)
1707
-
1708
-
1709
- Started GET "/images/bg-checker.png" for 127.0.0.1 at 2012-06-02 07:44:43 -0400
1710
-
1711
-
1712
- Started GET "/" for 127.0.0.1 at 2012-06-02 07:46:51 -0400
1713
- Processing by HomeController#index as HTML
1714
- Rendered home/index.html.haml within layouts/application (1.4ms)
1715
- Completed 200 OK in 69ms (Views: 68.8ms | ActiveRecord: 0.0ms)
1716
-
1717
-
1718
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-06-02 07:46:52 -0400
1719
- Served asset /lightbox.css - 304 Not Modified (3ms)
1720
-
1721
-
1722
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-06-02 07:46:52 -0400
1723
- Served asset /home.css - 304 Not Modified (2ms)
1724
-
1725
-
1726
- Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-06-02 07:46:52 -0400
1727
- Served asset /screen.css - 304 Not Modified (2ms)
1728
-
1729
-
1730
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-06-02 07:46:52 -0400
1731
- Served asset /home.js - 304 Not Modified (2ms)
1732
-
1733
-
1734
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-02 07:46:52 -0400
1735
- Served asset /jquery.js - 304 Not Modified (8ms)
1736
-
1737
-
1738
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-02 07:46:52 -0400
1739
- Served asset /jquery_ujs.js - 304 Not Modified (2ms)
1740
-
1741
-
1742
- Started GET "/assets/jquery-ui-1.8.18.custom.min.js?body=1" for 127.0.0.1 at 2012-06-02 07:46:52 -0400
1743
- Served asset /jquery-ui-1.8.18.custom.min.js - 304 Not Modified (2ms)
1744
-
1745
-
1746
- Started GET "/assets/jquery.smooth-scroll.min.js?body=1" for 127.0.0.1 at 2012-06-02 07:46:52 -0400
1747
- Served asset /jquery.smooth-scroll.min.js - 304 Not Modified (2ms)
1748
-
1749
-
1750
- Started GET "/assets/jquery-1.7.2.min?body=1" for 127.0.0.1 at 2012-06-02 07:46:52 -0400
1751
- Served asset /jquery-1.7.2.min - 304 Not Modified (0ms)
1752
-
1753
-
1754
- Started GET "/images/bg-checker.png" for 127.0.0.1 at 2012-06-02 07:46:52 -0400
1755
-
1756
-
1757
- Started GET "/" for 127.0.0.1 at 2012-06-02 07:48:18 -0400
1758
- Processing by HomeController#index as HTML
1759
- Rendered home/index.html.haml within layouts/application (0.9ms)
1760
- Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.0ms)
1761
-
1762
-
1763
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-06-02 07:48:18 -0400
1764
- Served asset /lightbox.css - 304 Not Modified (0ms)
1765
-
1766
-
1767
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-06-02 07:48:18 -0400
1768
- Served asset /home.css - 304 Not Modified (0ms)
1769
-
1770
-
1771
- Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-06-02 07:48:18 -0400
1772
- Served asset /screen.css - 304 Not Modified (0ms)
1773
-
1774
-
1775
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-02 07:48:18 -0400
1776
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1777
-
1778
-
1779
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-02 07:48:18 -0400
1780
- Served asset /jquery.js - 304 Not Modified (0ms)
1781
-
1782
-
1783
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-06-02 07:48:18 -0400
1784
- Served asset /home.js - 304 Not Modified (0ms)
1785
-
1786
-
1787
- Started GET "/assets/jquery.smooth-scroll.min.js?body=1" for 127.0.0.1 at 2012-06-02 07:48:18 -0400
1788
- Served asset /jquery.smooth-scroll.min.js - 304 Not Modified (0ms)
1789
-
1790
-
1791
- Started GET "/assets/jquery-ui-1.8.18.custom.min.js?body=1" for 127.0.0.1 at 2012-06-02 07:48:18 -0400
1792
- Served asset /jquery-ui-1.8.18.custom.min.js - 304 Not Modified (0ms)
1793
-
1794
-
1795
- Started GET "/assets/jquery-1.7.2.min?body=1" for 127.0.0.1 at 2012-06-02 07:48:18 -0400
1796
- Served asset /jquery-1.7.2.min - 304 Not Modified (0ms)
1797
-
1798
-
1799
- Started GET "/images/bg-checker.png" for 127.0.0.1 at 2012-06-02 07:48:18 -0400
1800
-
1801
-
1802
- Started GET "/" for 127.0.0.1 at 2012-06-02 07:48:29 -0400
1803
- Processing by HomeController#index as HTML
1804
- Rendered home/index.html.haml within layouts/application (5.7ms)
1805
- Completed 500 Internal Server Error in 11ms
1806
-
1807
- ActionView::Template::Error (undefined local variable or method `thumb' for #<#<Class:0x000000038de908>:0x000000035e7ee8>):
1808
- 1: Test
1809
- 2: =link_to(image_tag(thumb.jpg), image_tag(1.jpg), {:rel=>"lightbox", :title => "test"})
1810
- app/views/home/index.html.haml:2:in `_app_views_home_index_html_haml__321986710477207108_28288560'
1811
-
1812
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.1ms)
1813
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms)
1814
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.4ms)
1815
-
1816
-
1817
- Started GET "/" for 127.0.0.1 at 2012-06-02 07:48:47 -0400
1818
- Processing by HomeController#index as HTML
1819
- Rendered home/index.html.haml within layouts/application (2.3ms)
1820
- Completed 200 OK in 17ms (Views: 16.6ms | ActiveRecord: 0.0ms)
1821
-
1822
-
1823
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-06-02 07:48:47 -0400
1824
- Served asset /home.css - 304 Not Modified (0ms)
1825
-
1826
-
1827
- Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-06-02 07:48:47 -0400
1828
- Served asset /screen.css - 304 Not Modified (0ms)
1829
-
1830
-
1831
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-02 07:48:47 -0400
1832
- Served asset /jquery.js - 304 Not Modified (0ms)
1833
-
1834
-
1835
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-06-02 07:48:47 -0400
1836
- Served asset /lightbox.css - 304 Not Modified (0ms)
1837
-
1838
-
1839
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-06-02 07:48:47 -0400
1840
- Served asset /home.js - 304 Not Modified (0ms)
1841
-
1842
-
1843
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-02 07:48:47 -0400
1844
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1845
-
1846
-
1847
- Started GET "/assets/jquery.smooth-scroll.min.js?body=1" for 127.0.0.1 at 2012-06-02 07:48:47 -0400
1848
- Served asset /jquery.smooth-scroll.min.js - 304 Not Modified (0ms)
1849
-
1850
-
1851
- Started GET "/assets/jquery-ui-1.8.18.custom.min.js?body=1" for 127.0.0.1 at 2012-06-02 07:48:47 -0400
1852
- Served asset /jquery-ui-1.8.18.custom.min.js - 304 Not Modified (0ms)
1853
-
1854
-
1855
- Started GET "/assets/jquery-1.7.2.min?body=1" for 127.0.0.1 at 2012-06-02 07:48:47 -0400
1856
- Served asset /jquery-1.7.2.min - 304 Not Modified (0ms)
1857
-
1858
-
1859
- Started GET "/assets/jquery.smooth-scroll.min.js?body=1" for 127.0.0.1 at 2012-06-02 07:48:47 -0400
1860
- Served asset /jquery.smooth-scroll.min.js - 304 Not Modified (0ms)
1861
-
1862
-
1863
- Started GET "/images/bg-checker.png" for 127.0.0.1 at 2012-06-02 07:48:47 -0400
1864
-
1865
-
1866
- Started GET "/%3Cimg%20alt=" for 127.0.0.1 at 2012-06-02 07:48:49 -0400
1867
-
1868
- ActionController::RoutingError (No route matches [GET] "/%3Cimg%20alt="):
1869
-
1870
-
1871
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.2ms)
1872
-
1873
-
1874
- Started GET "/" for 127.0.0.1 at 2012-06-02 07:50:16 -0400
1875
- Processing by HomeController#index as HTML
1876
- Rendered home/index.html.haml within layouts/application (1.6ms)
1877
- Completed 200 OK in 11ms (Views: 10.7ms | ActiveRecord: 0.0ms)
1878
-
1879
-
1880
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-06-02 07:50:16 -0400
1881
- Served asset /home.css - 304 Not Modified (0ms)
1882
-
1883
-
1884
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-06-02 07:50:17 -0400
1885
- Served asset /lightbox.css - 304 Not Modified (0ms)
1886
-
1887
-
1888
- Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-06-02 07:50:17 -0400
1889
- Served asset /screen.css - 304 Not Modified (0ms)
1890
-
1891
-
1892
- Started GET "/" for 127.0.0.1 at 2012-06-02 07:50:47 -0400
1893
- Processing by HomeController#index as HTML
1894
- Rendered home/index.html.haml within layouts/application (0.6ms)
1895
- Compiled application.css (2ms) (pid 10241)
1896
- Completed 200 OK in 18ms (Views: 17.6ms | ActiveRecord: 0.0ms)
1897
-
1898
-
1899
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-06-02 07:50:47 -0400
1900
- Served asset /lightbox.css - 304 Not Modified (0ms)
1901
-
1902
-
1903
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-06-02 07:50:47 -0400
1904
- Served asset /home.css - 304 Not Modified (0ms)
1905
-
1906
-
1907
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-02 07:50:47 -0400
1908
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1909
-
1910
-
1911
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-02 07:50:47 -0400
1912
- Served asset /jquery.js - 304 Not Modified (0ms)
1913
-
1914
-
1915
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-06-02 07:50:47 -0400
1916
- Served asset /home.js - 304 Not Modified (0ms)
1917
-
1918
-
1919
- Started GET "/assets/jquery.smooth-scroll.min.js?body=1" for 127.0.0.1 at 2012-06-02 07:50:47 -0400
1920
- Served asset /jquery.smooth-scroll.min.js - 304 Not Modified (0ms)
1921
-
1922
-
1923
- Started GET "/assets/jquery-ui-1.8.18.custom.min.js?body=1" for 127.0.0.1 at 2012-06-02 07:50:47 -0400
1924
- Served asset /jquery-ui-1.8.18.custom.min.js - 304 Not Modified (0ms)
1925
-
1926
-
1927
- Started GET "/assets/jquery-1.7.2.min?body=1" for 127.0.0.1 at 2012-06-02 07:50:47 -0400
1928
- Served asset /jquery-1.7.2.min - 304 Not Modified (0ms)
1929
-
1930
-
1931
- Started GET "/images/bg-checker.png" for 127.0.0.1 at 2012-06-02 07:50:47 -0400
1932
-
1933
-
1934
- Started GET "/" for 127.0.0.1 at 2012-06-02 07:50:59 -0400
1935
- Processing by HomeController#index as HTML
1936
- Rendered home/index.html.haml within layouts/application (1.4ms)
1937
- Completed 200 OK in 61ms (Views: 60.1ms | ActiveRecord: 0.0ms)
1938
-
1939
-
1940
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-06-02 07:51:00 -0400
1941
- Served asset /lightbox.css - 304 Not Modified (6ms)
1942
-
1943
-
1944
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-06-02 07:51:00 -0400
1945
- Served asset /home.css - 304 Not Modified (2ms)
1946
-
1947
-
1948
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-02 07:51:00 -0400
1949
- Served asset /jquery_ujs.js - 304 Not Modified (5ms)
1950
-
1951
-
1952
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-02 07:51:00 -0400
1953
- Served asset /jquery.js - 304 Not Modified (9ms)
1954
-
1955
-
1956
- Started GET "/assets/jquery-ui-1.8.18.custom.min.js?body=1" for 127.0.0.1 at 2012-06-02 07:51:00 -0400
1957
- Served asset /jquery-ui-1.8.18.custom.min.js - 304 Not Modified (2ms)
1958
-
1959
-
1960
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-06-02 07:51:00 -0400
1961
- Served asset /home.js - 304 Not Modified (1ms)
1962
-
1963
-
1964
- Started GET "/assets/jquery.smooth-scroll.min.js?body=1" for 127.0.0.1 at 2012-06-02 07:51:00 -0400
1965
- Served asset /jquery.smooth-scroll.min.js - 304 Not Modified (2ms)
1966
-
1967
-
1968
- Started GET "/assets/jquery-1.7.2.min?body=1" for 127.0.0.1 at 2012-06-02 07:51:00 -0400
1969
- Served asset /jquery-1.7.2.min - 304 Not Modified (0ms)
1970
-
1971
-
1972
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-02 07:51:00 -0400
1973
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1974
-
1975
-
1976
- Started GET "/images/bg-checker.png" for 127.0.0.1 at 2012-06-02 07:51:00 -0400
1977
-
1978
-
1979
- Started GET "/" for 127.0.0.1 at 2012-06-02 07:52:14 -0400
1980
- Processing by HomeController#index as HTML
1981
- Rendered home/index.html.haml within layouts/application (1.4ms)
1982
- Compiled application.css (2ms) (pid 10565)
1983
- Compiled lightbox.css (0ms) (pid 10565)
1984
- Compiled home.css (0ms) (pid 10565)
1985
- Compiled application.js (3ms) (pid 10565)
1986
- Compiled jquery.js (28ms) (pid 10565)
1987
- Compiled jquery_ujs.js (0ms) (pid 10565)
1988
- Compiled home.js (0ms) (pid 10565)
1989
- Compiled jquery-ui-1.8.18.custom.min.js (0ms) (pid 10565)
1990
- Compiled jquery.smooth-scroll.min.js (0ms) (pid 10565)
1991
- Compiled jquery-1.7.2.min (0ms) (pid 10565)
1992
- Completed 200 OK in 83ms (Views: 82.1ms | ActiveRecord: 0.0ms)
1993
-
1994
-
1995
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-06-02 07:52:15 -0400
1996
- Served asset /home.css - 304 Not Modified (4ms)
1997
-
1998
-
1999
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-02 07:52:15 -0400
2000
- Served asset /jquery.js - 304 Not Modified (7ms)
2001
-
2002
-
2003
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-02 07:52:15 -0400
2004
- Served asset /jquery_ujs.js - 304 Not Modified (3ms)
2005
-
2006
-
2007
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-06-02 07:52:15 -0400
2008
- Served asset /lightbox.css - 304 Not Modified (2ms)
2009
-
2010
-
2011
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-06-02 07:52:15 -0400
2012
- Served asset /home.js - 304 Not Modified (2ms)
2013
-
2014
-
2015
- Started GET "/assets/jquery-ui-1.8.18.custom.min.js?body=1" for 127.0.0.1 at 2012-06-02 07:52:15 -0400
2016
- Served asset /jquery-ui-1.8.18.custom.min.js - 304 Not Modified (3ms)
2017
-
2018
-
2019
- Started GET "/assets/jquery.smooth-scroll.min.js?body=1" for 127.0.0.1 at 2012-06-02 07:52:15 -0400
2020
- Served asset /jquery.smooth-scroll.min.js - 304 Not Modified (2ms)
2021
-
2022
-
2023
- Started GET "/assets/jquery-1.7.2.min?body=1" for 127.0.0.1 at 2012-06-02 07:52:15 -0400
2024
- Served asset /jquery-1.7.2.min - 304 Not Modified (0ms)
2025
-
2026
-
2027
- Started GET "/" for 127.0.0.1 at 2012-06-02 07:56:24 -0400
2028
- Processing by HomeController#index as HTML
2029
- Rendered home/index.html.haml within layouts/application (1.6ms)
2030
- Compiled application.css (2ms) (pid 10739)
2031
- Compiled lightbox.css (0ms) (pid 10739)
2032
- Compiled home.css (0ms) (pid 10739)
2033
- Compiled screen.css (0ms) (pid 10739)
2034
- Compiled application.js (3ms) (pid 10739)
2035
- Compiled jquery.js (30ms) (pid 10739)
2036
- Compiled jquery_ujs.js (0ms) (pid 10739)
2037
- Compiled home.js (0ms) (pid 10739)
2038
- Compiled jquery-ui-1.8.18.custom.min.js (0ms) (pid 10739)
2039
- Compiled jquery.smooth-scroll.min.js (0ms) (pid 10739)
2040
- Compiled jquery-1.7.2.min (0ms) (pid 10739)
2041
- Completed 200 OK in 97ms (Views: 96.8ms | ActiveRecord: 0.0ms)
2042
-
2043
-
2044
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-06-02 07:56:24 -0400
2045
- Served asset /home.js - 304 Not Modified (5ms)
2046
-
2047
-
2048
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-06-02 07:56:24 -0400
2049
- Served asset /lightbox.css - 304 Not Modified (2ms)
2050
-
2051
-
2052
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-02 07:56:24 -0400
2053
- Served asset /jquery_ujs.js - 304 Not Modified (2ms)
2054
-
2055
-
2056
- Started GET "/assets/jquery-ui-1.8.18.custom.min.js?body=1" for 127.0.0.1 at 2012-06-02 07:56:24 -0400
2057
- Served asset /jquery-ui-1.8.18.custom.min.js - 304 Not Modified (3ms)
2058
-
2059
-
2060
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-06-02 07:56:25 -0400
2061
- Served asset /home.css - 304 Not Modified (3ms)
2062
-
2063
-
2064
- Started GET "/assets/jquery.smooth-scroll.min.js?body=1" for 127.0.0.1 at 2012-06-02 07:56:25 -0400
2065
- Served asset /jquery.smooth-scroll.min.js - 304 Not Modified (41ms)
2066
-
2067
-
2068
- Started GET "/assets/jquery-1.7.2.min?body=1" for 127.0.0.1 at 2012-06-02 07:56:25 -0400
2069
- Served asset /jquery-1.7.2.min - 304 Not Modified (0ms)
2070
-
2071
-
2072
- Started GET "/" for 127.0.0.1 at 2012-06-02 07:57:22 -0400
2073
- Processing by HomeController#index as HTML
2074
- Rendered home/index.html.haml within layouts/application (0.9ms)
2075
- Compiled application.js (8ms) (pid 10739)
2076
- Compiled lightbox.js (0ms) (pid 10739)
2077
- Completed 200 OK in 41ms (Views: 40.5ms | ActiveRecord: 0.0ms)
2078
-
2079
-
2080
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-06-02 07:57:22 -0400
2081
- Served asset /lightbox.css - 304 Not Modified (0ms)
2082
-
2083
-
2084
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-06-02 07:57:22 -0400
2085
- Served asset /home.css - 304 Not Modified (0ms)
2086
-
2087
-
2088
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-02 07:57:22 -0400
2089
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2090
-
2091
-
2092
- Started GET "/assets/jquery-ui-1.8.18.custom.min.js?body=1" for 127.0.0.1 at 2012-06-02 07:57:22 -0400
2093
- Served asset /jquery-ui-1.8.18.custom.min.js - 304 Not Modified (0ms)
2094
-
2095
-
2096
- Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-06-02 07:57:22 -0400
2097
- Served asset /screen.css - 200 OK (28ms)
2098
-
2099
-
2100
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-06-02 07:57:22 -0400
2101
- Served asset /home.js - 304 Not Modified (0ms)
2102
-
2103
-
2104
- Started GET "/assets/jquery.smooth-scroll.min.js?body=1" for 127.0.0.1 at 2012-06-02 07:57:22 -0400
2105
- Served asset /jquery.smooth-scroll.min.js - 304 Not Modified (0ms)
2106
-
2107
-
2108
- Started GET "/assets/jquery-1.7.2.min?body=1" for 127.0.0.1 at 2012-06-02 07:57:22 -0400
2109
- Served asset /jquery-1.7.2.min - 304 Not Modified (0ms)
2110
-
2111
-
2112
- Started GET "/" for 127.0.0.1 at 2012-06-02 07:57:31 -0400
2113
- Processing by HomeController#index as HTML
2114
- Rendered home/index.html.haml within layouts/application (0.9ms)
2115
- Completed 200 OK in 14ms (Views: 13.5ms | ActiveRecord: 0.0ms)
2116
-
2117
-
2118
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-06-02 07:57:31 -0400
2119
- Served asset /lightbox.css - 304 Not Modified (0ms)
2120
-
2121
-
2122
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-02 07:57:31 -0400
2123
- Served asset /jquery.js - 304 Not Modified (11ms)
2124
-
2125
-
2126
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-06-02 07:57:31 -0400
2127
- Served asset /home.css - 304 Not Modified (0ms)
2128
-
2129
-
2130
- Started GET "/assets/lightbox.js?body=1" for 127.0.0.1 at 2012-06-02 07:57:31 -0400
2131
- Served asset /lightbox.js - 304 Not Modified (6ms)
2132
-
2133
-
2134
- Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-06-02 07:57:31 -0400
2135
- Served asset /screen.css - 304 Not Modified (0ms)
2136
-
2137
-
2138
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-02 07:57:31 -0400
2139
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2140
-
2141
-
2142
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-06-02 07:57:31 -0400
2143
- Served asset /home.js - 304 Not Modified (0ms)
2144
-
2145
-
2146
- Started GET "/assets/jquery-ui-1.8.18.custom.min.js?body=1" for 127.0.0.1 at 2012-06-02 07:57:31 -0400
2147
- Served asset /jquery-ui-1.8.18.custom.min.js - 304 Not Modified (0ms)
2148
-
2149
-
2150
- Started GET "/assets/jquery.smooth-scroll.min.js?body=1" for 127.0.0.1 at 2012-06-02 07:57:31 -0400
2151
- Served asset /jquery.smooth-scroll.min.js - 304 Not Modified (0ms)
2152
-
2153
-
2154
- Started GET "/assets/jquery-1.7.2.min?body=1" for 127.0.0.1 at 2012-06-02 07:57:31 -0400
2155
- Served asset /jquery-1.7.2.min - 304 Not Modified (0ms)
2156
-
2157
-
2158
- Started GET "/" for 127.0.0.1 at 2012-06-02 07:58:00 -0400
2159
- Processing by HomeController#index as HTML
2160
- Rendered home/index.html.haml within layouts/application (1.6ms)
2161
- Compiled application.css (2ms) (pid 11006)
2162
- Compiled lightbox.css (0ms) (pid 11006)
2163
- Compiled home.css (0ms) (pid 11006)
2164
- Compiled screen.css (0ms) (pid 11006)
2165
- Compiled application.js (3ms) (pid 11006)
2166
- Compiled jquery.js (3ms) (pid 11006)
2167
- Compiled jquery_ujs.js (0ms) (pid 11006)
2168
- Compiled lightbox.js (0ms) (pid 11006)
2169
- Compiled home.js (0ms) (pid 11006)
2170
- Compiled jquery-ui-1.8.18.custom.min.js (0ms) (pid 11006)
2171
- Compiled jquery.smooth-scroll.min.js (0ms) (pid 11006)
2172
- Compiled jquery-1.7.2.min (1ms) (pid 11006)
2173
- Completed 200 OK in 101ms (Views: 100.4ms | ActiveRecord: 0.0ms)
2174
-
2175
-
2176
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-06-02 07:58:01 -0400
2177
- Served asset /lightbox.css - 304 Not Modified (11ms)
2178
-
2179
-
2180
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-02 07:58:01 -0400
2181
- Served asset /jquery.js - 304 Not Modified (5ms)
2182
-
2183
-
2184
- Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-06-02 07:58:01 -0400
2185
- Served asset /screen.css - 304 Not Modified (5ms)
2186
-
2187
-
2188
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-06-02 07:58:01 -0400
2189
- Served asset /home.css - 304 Not Modified (2ms)
2190
-
2191
-
2192
- Started GET "/assets/lightbox.js?body=1" for 127.0.0.1 at 2012-06-02 07:58:01 -0400
2193
- Served asset /lightbox.js - 304 Not Modified (4ms)
2194
-
2195
-
2196
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-02 07:58:01 -0400
2197
- Served asset /jquery_ujs.js - 304 Not Modified (2ms)
2198
-
2199
-
2200
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-06-02 07:58:01 -0400
2201
- Served asset /home.js - 304 Not Modified (2ms)
2202
-
2203
-
2204
- Started GET "/assets/jquery-ui-1.8.18.custom.min.js?body=1" for 127.0.0.1 at 2012-06-02 07:58:01 -0400
2205
- Served asset /jquery-ui-1.8.18.custom.min.js - 304 Not Modified (2ms)
2206
-
2207
-
2208
- Started GET "/assets/jquery.smooth-scroll.min.js?body=1" for 127.0.0.1 at 2012-06-02 07:58:01 -0400
2209
- Served asset /jquery.smooth-scroll.min.js - 304 Not Modified (2ms)
2210
-
2211
-
2212
- Started GET "/assets/jquery-1.7.2.min?body=1" for 127.0.0.1 at 2012-06-02 07:58:01 -0400
2213
- Served asset /jquery-1.7.2.min - 304 Not Modified (0ms)
2214
-
2215
-
2216
- Started GET "/" for 127.0.0.1 at 2012-06-02 07:59:07 -0400
2217
- Processing by HomeController#index as HTML
2218
- Rendered home/index.html.haml within layouts/application (1.0ms)
2219
- Compiled application.js (3ms) (pid 11006)
2220
- Completed 200 OK in 27ms (Views: 25.9ms | ActiveRecord: 0.0ms)
2221
-
2222
-
2223
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-06-02 07:59:07 -0400
2224
- Served asset /lightbox.css - 304 Not Modified (0ms)
2225
-
2226
-
2227
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-06-02 07:59:07 -0400
2228
- Served asset /home.css - 304 Not Modified (0ms)
2229
-
2230
-
2231
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-02 07:59:07 -0400
2232
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2233
-
2234
-
2235
- Started GET "/assets/lightbox.js?body=1" for 127.0.0.1 at 2012-06-02 07:59:07 -0400
2236
- Served asset /lightbox.js - 304 Not Modified (0ms)
2237
-
2238
-
2239
- Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-06-02 07:59:07 -0400
2240
- Served asset /screen.css - 304 Not Modified (0ms)
2241
-
2242
-
2243
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-06-02 07:59:07 -0400
2244
- Served asset /home.js - 304 Not Modified (0ms)
2245
-
2246
-
2247
- Started GET "/assets/jquery-1.7.2.min?body=1" for 127.0.0.1 at 2012-06-02 07:59:07 -0400
2248
- Served asset /jquery-1.7.2.min - 304 Not Modified (0ms)
2249
-
2250
-
2251
- Started GET "/" for 127.0.0.1 at 2012-06-02 07:59:31 -0400
2252
- Processing by HomeController#index as HTML
2253
- Rendered home/index.html.haml within layouts/application (1.6ms)
2254
- Compiled application.css (2ms) (pid 11169)
2255
- Compiled lightbox.css (0ms) (pid 11169)
2256
- Compiled home.css (0ms) (pid 11169)
2257
- Compiled screen.css (0ms) (pid 11169)
2258
- Compiled application.js (3ms) (pid 11169)
2259
- Compiled jquery.js (2ms) (pid 11169)
2260
- Compiled jquery_ujs.js (0ms) (pid 11169)
2261
- Compiled lightbox.js (0ms) (pid 11169)
2262
- Compiled home.js (0ms) (pid 11169)
2263
- Compiled jquery-1.7.2.min (0ms) (pid 11169)
2264
- Completed 200 OK in 95ms (Views: 94.2ms | ActiveRecord: 0.0ms)
2265
-
2266
-
2267
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-06-02 07:59:32 -0400
2268
- Served asset /lightbox.css - 304 Not Modified (8ms)
2269
-
2270
-
2271
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-06-02 07:59:32 -0400
2272
- Served asset /home.css - 304 Not Modified (1ms)
2273
-
2274
-
2275
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-02 07:59:32 -0400
2276
- Served asset /jquery.js - 304 Not Modified (3ms)
2277
-
2278
-
2279
- Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-06-02 07:59:32 -0400
2280
- Served asset /screen.css - 304 Not Modified (1ms)
2281
-
2282
-
2283
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-02 07:59:32 -0400
2284
- Served asset /jquery_ujs.js - 304 Not Modified (1ms)
2285
-
2286
-
2287
- Started GET "/assets/lightbox.js?body=1" for 127.0.0.1 at 2012-06-02 07:59:32 -0400
2288
- Served asset /lightbox.js - 304 Not Modified (4ms)
2289
-
2290
-
2291
- Started GET "/assets/jquery-1.7.2.min?body=1" for 127.0.0.1 at 2012-06-02 07:59:32 -0400
2292
- Served asset /jquery-1.7.2.min - 304 Not Modified (0ms)
2293
-
2294
-
2295
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-06-02 07:59:32 -0400
2296
- Served asset /home.js - 304 Not Modified (3ms)
2297
-
2298
-
2299
- Started GET "/" for 127.0.0.1 at 2012-06-02 08:00:08 -0400
2300
- Processing by HomeController#index as HTML
2301
- Rendered home/index.html.haml within layouts/application (1.6ms)
2302
- Compiled application.css (2ms) (pid 11202)
2303
- Compiled lightbox.css (0ms) (pid 11202)
2304
- Compiled home.css (0ms) (pid 11202)
2305
- Compiled screen.css (0ms) (pid 11202)
2306
- Compiled application.js (3ms) (pid 11202)
2307
- Compiled jquery.js (3ms) (pid 11202)
2308
- Compiled jquery_ujs.js (0ms) (pid 11202)
2309
- Compiled lightbox.js (0ms) (pid 11202)
2310
- Compiled home.js (0ms) (pid 11202)
2311
- Compiled jquery-1.7.2.min (0ms) (pid 11202)
2312
- Completed 200 OK in 95ms (Views: 94.4ms | ActiveRecord: 0.0ms)
2313
-
2314
-
2315
- Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-06-02 08:00:09 -0400
2316
- Served asset /screen.css - 304 Not Modified (4ms)
2317
-
2318
-
2319
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-06-02 08:00:09 -0400
2320
- Served asset /home.css - 304 Not Modified (2ms)
2321
-
2322
-
2323
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-06-02 08:00:09 -0400
2324
- Served asset /lightbox.css - 304 Not Modified (3ms)
2325
-
2326
-
2327
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-02 08:00:09 -0400
2328
- Served asset /jquery_ujs.js - 304 Not Modified (2ms)
2329
-
2330
-
2331
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-02 08:00:09 -0400
2332
- Served asset /jquery.js - 304 Not Modified (6ms)
2333
-
2334
-
2335
- Started GET "/assets/lightbox.js?body=1" for 127.0.0.1 at 2012-06-02 08:00:09 -0400
2336
- Served asset /lightbox.js - 304 Not Modified (3ms)
2337
-
2338
-
2339
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-06-02 08:00:09 -0400
2340
- Served asset /home.js - 304 Not Modified (2ms)
2341
-
2342
-
2343
- Started GET "/assets/jquery-1.7.2.min?body=1" for 127.0.0.1 at 2012-06-02 08:00:09 -0400
2344
- Served asset /jquery-1.7.2.min - 304 Not Modified (0ms)
2345
-
2346
-
2347
- Started GET "/" for 127.0.0.1 at 2012-06-02 08:00:22 -0400
2348
- Processing by HomeController#index as HTML
2349
- Rendered home/index.html.haml within layouts/application (0.6ms)
2350
- Compiled application.js (2ms) (pid 11202)
2351
- Completed 200 OK in 17ms (Views: 16.6ms | ActiveRecord: 0.0ms)
2352
-
2353
-
2354
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-06-02 08:00:22 -0400
2355
- Served asset /lightbox.css - 304 Not Modified (0ms)
2356
-
2357
-
2358
- Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-06-02 08:00:22 -0400
2359
- Served asset /screen.css - 304 Not Modified (0ms)
2360
-
2361
-
2362
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-02 08:00:22 -0400
2363
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2364
-
2365
-
2366
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-02 08:00:22 -0400
2367
- Served asset /jquery.js - 304 Not Modified (0ms)
2368
-
2369
-
2370
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-06-02 08:00:22 -0400
2371
- Served asset /home.css - 304 Not Modified (0ms)
2372
-
2373
-
2374
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-06-02 08:00:22 -0400
2375
- Served asset /home.js - 304 Not Modified (0ms)
2376
-
2377
-
2378
- Started GET "/assets/jquery-1.7.2.min?body=1" for 127.0.0.1 at 2012-06-02 08:00:22 -0400
2379
- Served asset /jquery-1.7.2.min - 304 Not Modified (0ms)
2380
-
2381
-
2382
- Started GET "/" for 127.0.0.1 at 2012-06-02 08:01:06 -0400
2383
- Processing by HomeController#index as HTML
2384
- Rendered home/index.html.haml within layouts/application (1.1ms)
2385
- Completed 200 OK in 15ms (Views: 14.7ms | ActiveRecord: 0.0ms)
2386
-
2387
-
2388
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-06-02 08:01:06 -0400
2389
- Served asset /home.css - 304 Not Modified (0ms)
2390
-
2391
-
2392
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-06-02 08:01:06 -0400
2393
- Served asset /lightbox.css - 304 Not Modified (0ms)
2394
-
2395
-
2396
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-02 08:01:06 -0400
2397
- Served asset /jquery.js - 304 Not Modified (0ms)
2398
-
2399
-
2400
- Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-06-02 08:01:06 -0400
2401
- Served asset /screen.css - 304 Not Modified (0ms)
2402
-
2403
-
2404
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-06-02 08:01:06 -0400
2405
- Served asset /home.js - 304 Not Modified (0ms)
2406
-
2407
-
2408
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-02 08:01:06 -0400
2409
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2410
-
2411
-
2412
- Started GET "/assets/jquery-1.7.2.min?body=1" for 127.0.0.1 at 2012-06-02 08:01:06 -0400
2413
- Served asset /jquery-1.7.2.min - 304 Not Modified (0ms)
2414
-
2415
-
2416
- Started GET "/" for 127.0.0.1 at 2012-06-02 08:01:11 -0400
2417
- Processing by HomeController#index as HTML
2418
- Rendered home/index.html.haml within layouts/application (37.9ms)
2419
- Compiled application.js (3ms) (pid 11202)
2420
- Completed 200 OK in 59ms (Views: 58.6ms | ActiveRecord: 0.0ms)
2421
-
2422
-
2423
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-02 08:01:11 -0400
2424
- Served asset /jquery.js - 304 Not Modified (0ms)
2425
-
2426
-
2427
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-06-02 08:01:11 -0400
2428
- Served asset /home.css - 304 Not Modified (0ms)
2429
-
2430
-
2431
- Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-06-02 08:01:11 -0400
2432
- Served asset /screen.css - 304 Not Modified (0ms)
2433
-
2434
-
2435
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-06-02 08:01:11 -0400
2436
- Served asset /lightbox.css - 304 Not Modified (0ms)
2437
-
2438
-
2439
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-02 08:01:11 -0400
2440
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2441
-
2442
-
2443
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-06-02 08:01:11 -0400
2444
- Served asset /home.js - 304 Not Modified (0ms)
2445
-
2446
-
2447
- Started GET "/assets/lightbox.js?body=1" for 127.0.0.1 at 2012-06-02 08:01:11 -0400
2448
- Served asset /lightbox.js - 304 Not Modified (0ms)
2449
-
2450
-
2451
- Started GET "/assets/jquery-1.7.2.min?body=1" for 127.0.0.1 at 2012-06-02 08:01:11 -0400
2452
- Served asset /jquery-1.7.2.min - 304 Not Modified (0ms)
2453
-
2454
-
2455
- Started GET "/" for 127.0.0.1 at 2012-06-02 08:01:59 -0400
2456
- Processing by HomeController#index as HTML
2457
- Rendered home/index.html.haml within layouts/application (0.8ms)
2458
- Compiled application.js (5ms) (pid 11202)
2459
- Completed 200 OK in 43ms (Views: 42.3ms | ActiveRecord: 0.0ms)
2460
-
2461
-
2462
- Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-06-02 08:01:59 -0400
2463
- Served asset /screen.css - 304 Not Modified (0ms)
2464
-
2465
-
2466
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-06-02 08:01:59 -0400
2467
- Served asset /lightbox.css - 304 Not Modified (0ms)
2468
-
2469
-
2470
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-06-02 08:01:59 -0400
2471
- Served asset /home.css - 304 Not Modified (0ms)
2472
-
2473
-
2474
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-02 08:01:59 -0400
2475
- Served asset /jquery.js - 304 Not Modified (0ms)
2476
-
2477
-
2478
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-02 08:01:59 -0400
2479
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2480
-
2481
-
2482
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-06-02 08:01:59 -0400
2483
- Served asset /home.js - 304 Not Modified (0ms)
2484
-
2485
-
2486
- Started GET "/assets/jquery-1.7.2.min?body=1" for 127.0.0.1 at 2012-06-02 08:01:59 -0400
2487
- Served asset /jquery-1.7.2.min - 304 Not Modified (0ms)
2488
-
2489
-
2490
- Started GET "/" for 127.0.0.1 at 2012-06-02 08:05:49 -0400
2491
- Processing by HomeController#index as HTML
2492
- Rendered home/index.html.haml within layouts/application (1.4ms)
2493
- Compiled application.css (2ms) (pid 11367)
2494
- Compiled lightbox.css (0ms) (pid 11367)
2495
- Compiled home.css (11ms) (pid 11367)
2496
- Compiled screen.css (0ms) (pid 11367)
2497
- Compiled application.js (3ms) (pid 11367)
2498
- Compiled jquery.js (2ms) (pid 11367)
2499
- Compiled jquery_ujs.js (0ms) (pid 11367)
2500
- Compiled lightbox.js (10ms) (pid 11367)
2501
- Compiled home.js (0ms) (pid 11367)
2502
- Compiled jquery-1.7.2.min (18ms) (pid 11367)
2503
- Completed 200 OK in 176ms (Views: 175.8ms | ActiveRecord: 0.0ms)
2504
-
2505
-
2506
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-06-02 08:05:50 -0400
2507
- Served asset /application.css - 304 Not Modified (0ms)
2508
-
2509
-
2510
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-06-02 08:05:50 -0400
2511
- Served asset /lightbox.css - 304 Not Modified (2ms)
2512
-
2513
-
2514
- Started GET "/assets/screen.css?body=1" for 127.0.0.1 at 2012-06-02 08:05:50 -0400
2515
- Served asset /screen.css - 304 Not Modified (3ms)
2516
-
2517
-
2518
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-02 08:05:50 -0400
2519
- Served asset /jquery.js - 304 Not Modified (8ms)
2520
-
2521
-
2522
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-02 08:05:50 -0400
2523
- Served asset /jquery_ujs.js - 304 Not Modified (3ms)
2524
-
2525
-
2526
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-06-02 08:05:50 -0400
2527
- Served asset /home.css - 304 Not Modified (2ms)
2528
-
2529
-
2530
- Started GET "/assets/lightbox.js?body=1" for 127.0.0.1 at 2012-06-02 08:05:50 -0400
2531
- Served asset /lightbox.js - 304 Not Modified (3ms)
2532
-
2533
-
2534
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-06-02 08:05:50 -0400
2535
- Served asset /home.js - 304 Not Modified (2ms)
2536
-
2537
-
2538
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-06-02 08:05:50 -0400
2539
- Served asset /application.js - 200 OK (6ms)
2540
-
2541
-
2542
- Started GET "/assets/jquery-1.7.2.min?body=1" for 127.0.0.1 at 2012-06-02 08:05:50 -0400
2543
- Served asset /jquery-1.7.2.min - 304 Not Modified (0ms)
2544
-
2545
-
2546
- Started GET "/assets/bg-checker.png" for 127.0.0.1 at 2012-06-02 08:05:50 -0400
2547
- Served asset /bg-checker.png - 304 Not Modified (9ms)
2548
-
2549
-
2550
- Started GET "/assets/loading.gif" for 127.0.0.1 at 2012-06-02 08:05:50 -0400
2551
- Served asset /loading.gif - 304 Not Modified (22ms)
2552
-
2553
-
2554
- Started GET "/assets/thumb.jpg" for 127.0.0.1 at 2012-06-02 08:05:50 -0400
2555
- Served asset /thumb.jpg - 304 Not Modified (3ms)
2556
-
2557
-
2558
- Started GET "/assets/close.png" for 127.0.0.1 at 2012-06-02 08:05:50 -0400
2559
- Served asset /close.png - 304 Not Modified (7ms)
2560
-
2561
-
2562
- Started GET "/" for 127.0.0.1 at 2012-06-02 08:09:10 -0400
2563
- Processing by HomeController#index as HTML
2564
- Rendered home/index.html.haml within layouts/application (40.1ms)
2565
- Compiled application.css (2ms) (pid 11367)
2566
- Completed 200 OK in 61ms (Views: 60.3ms | ActiveRecord: 0.0ms)
2567
-
2568
-
2569
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-06-02 08:09:10 -0400
2570
- Served asset /application.css - 200 OK (6ms)
2571
-
2572
-
2573
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-06-02 08:09:10 -0400
2574
- Served asset /home.css - 304 Not Modified (0ms)
2575
-
2576
-
2577
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-06-02 08:09:10 -0400
2578
- Served asset /lightbox.css - 304 Not Modified (0ms)
2579
-
2580
-
2581
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-02 08:09:10 -0400
2582
- Served asset /jquery.js - 304 Not Modified (0ms)
2583
-
2584
-
2585
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-02 08:09:10 -0400
2586
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2587
-
2588
-
2589
- Started GET "/assets/lightbox.js?body=1" for 127.0.0.1 at 2012-06-02 08:09:10 -0400
2590
- Served asset /lightbox.js - 304 Not Modified (0ms)
2591
-
2592
-
2593
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-06-02 08:09:10 -0400
2594
- Served asset /home.js - 304 Not Modified (0ms)
2595
-
2596
-
2597
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-06-02 08:09:10 -0400
2598
- Served asset /application.js - 304 Not Modified (0ms)
2599
-
2600
-
2601
- Started GET "/assets/jquery-1.7.2.min?body=1" for 127.0.0.1 at 2012-06-02 08:09:10 -0400
2602
- Served asset /jquery-1.7.2.min - 304 Not Modified (0ms)
2603
-
2604
-
2605
- Started GET "/" for 127.0.0.1 at 2012-06-02 08:09:10 -0400
2606
- Processing by HomeController#index as HTML
2607
- Rendered home/index.html.haml within layouts/application (0.6ms)
2608
- Completed 200 OK in 10ms (Views: 9.1ms | ActiveRecord: 0.0ms)
2609
-
2610
-
2611
- Started GET "/assets/thumb.jpg" for 127.0.0.1 at 2012-06-02 08:09:11 -0400
2612
- Served asset /thumb.jpg - 304 Not Modified (0ms)
2613
-
2614
-
2615
- Started GET "/assets/close.png" for 127.0.0.1 at 2012-06-02 08:09:11 -0400
2616
- Served asset /close.png - 304 Not Modified (0ms)
2617
-
2618
-
2619
- Started GET "/assets/loading.gif" for 127.0.0.1 at 2012-06-02 08:09:11 -0400
2620
- Served asset /loading.gif - 304 Not Modified (0ms)
2621
-
2622
-
2623
- Started GET "/" for 127.0.0.1 at 2012-06-02 08:10:17 -0400
2624
- Processing by HomeController#index as HTML
2625
- Rendered home/index.html.haml within layouts/application (1.6ms)
2626
- Completed 200 OK in 69ms (Views: 68.5ms | ActiveRecord: 0.0ms)
2627
-
2628
-
2629
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-06-02 08:10:18 -0400
2630
- Served asset /application.css - 304 Not Modified (0ms)
2631
-
2632
-
2633
- Started GET "/assets/jquery-1.7.2.min" for 127.0.0.1 at 2012-06-02 08:10:18 -0400
2634
- Served asset /jquery-1.7.2.min - 404 Not Found (2ms)
2635
-
2636
- ActionController::RoutingError (No route matches [GET] "/assets/jquery-1.7.2.min"):
2637
-
2638
-
2639
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.2ms)
2640
-
2641
-
2642
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-02 08:10:18 -0400
2643
- Served asset /jquery.js - 304 Not Modified (2ms)
2644
-
2645
-
2646
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-06-02 08:10:18 -0400
2647
- Served asset /home.css - 304 Not Modified (3ms)
2648
-
2649
-
2650
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-02 08:10:18 -0400
2651
- Served asset /jquery_ujs.js - 304 Not Modified (6ms)
2652
-
2653
-
2654
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-06-02 08:10:18 -0400
2655
- Served asset /lightbox.css - 304 Not Modified (3ms)
2656
-
2657
-
2658
- Started GET "/assets/lightbox.js?body=1" for 127.0.0.1 at 2012-06-02 08:10:18 -0400
2659
- Served asset /lightbox.js - 304 Not Modified (3ms)
2660
-
2661
-
2662
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-06-02 08:10:18 -0400
2663
- Served asset /home.js - 304 Not Modified (2ms)
2664
-
2665
-
2666
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-06-02 08:10:18 -0400
2667
- Served asset /application.js - 304 Not Modified (0ms)
2668
-
2669
-
2670
- Started GET "/assets/loading.gif" for 127.0.0.1 at 2012-06-02 08:10:18 -0400
2671
- Served asset /loading.gif - 304 Not Modified (1ms)
2672
-
2673
-
2674
- Started GET "/assets/close.png" for 127.0.0.1 at 2012-06-02 08:10:18 -0400
2675
- Served asset /close.png - 304 Not Modified (1ms)
2676
-
2677
-
2678
- Started GET "/assets/thumb.jpg" for 127.0.0.1 at 2012-06-02 08:10:18 -0400
2679
- Served asset /thumb.jpg - 304 Not Modified (2ms)
2680
-
2681
-
2682
- Started GET "/" for 127.0.0.1 at 2012-06-02 08:14:12 -0400
2683
- Processing by HomeController#index as HTML
2684
- Rendered home/index.html.haml within layouts/application (1.6ms)
2685
- Completed 200 OK in 68ms (Views: 68.0ms | ActiveRecord: 0.0ms)
2686
-
2687
-
2688
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-06-02 08:14:12 -0400
2689
- Served asset /application.css - 304 Not Modified (0ms)
2690
-
2691
-
2692
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-06-02 08:14:12 -0400
2693
- Served asset /lightbox.css - 304 Not Modified (3ms)
2694
-
2695
-
2696
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-06-02 08:14:12 -0400
2697
- Served asset /home.css - 304 Not Modified (1ms)
2698
-
2699
-
2700
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-02 08:14:12 -0400
2701
- Served asset /jquery.js - 304 Not Modified (5ms)
2702
-
2703
-
2704
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-02 08:14:12 -0400
2705
- Served asset /jquery_ujs.js - 304 Not Modified (1ms)
2706
-
2707
-
2708
- Started GET "/assets/lightbox.js?body=1" for 127.0.0.1 at 2012-06-02 08:14:12 -0400
2709
- Served asset /lightbox.js - 304 Not Modified (3ms)
2710
-
2711
-
2712
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-06-02 08:14:12 -0400
2713
- Served asset /home.js - 304 Not Modified (1ms)
2714
-
2715
-
2716
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-06-02 08:14:12 -0400
2717
- Served asset /application.js - 304 Not Modified (0ms)
2718
-
2719
-
2720
- Started GET "/assets/jquery-1.7.2.min" for 127.0.0.1 at 2012-06-02 08:14:12 -0400
2721
- Served asset /jquery-1.7.2.min - 404 Not Found (3ms)
2722
-
2723
- ActionController::RoutingError (No route matches [GET] "/assets/jquery-1.7.2.min"):
2724
-
2725
-
2726
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms)
2727
-
2728
-
2729
- Started GET "/assets/thumb.jpg" for 127.0.0.1 at 2012-06-02 08:14:13 -0400
2730
- Served asset /thumb.jpg - 304 Not Modified (2ms)
2731
-
2732
-
2733
- Started GET "/assets/loading.gif" for 127.0.0.1 at 2012-06-02 08:14:13 -0400
2734
- Served asset /loading.gif - 304 Not Modified (3ms)
2735
-
2736
-
2737
- Started GET "/assets/close.png" for 127.0.0.1 at 2012-06-02 08:14:13 -0400
2738
- Served asset /close.png - 304 Not Modified (1ms)
2739
-
2740
-
2741
- Started GET "/" for 127.0.0.1 at 2012-06-02 08:25:48 -0400
2742
- Processing by HomeController#index as HTML
2743
- Rendered home/index.html.haml within layouts/application (2.3ms)
2744
- Completed 500 Internal Server Error in 19ms
2745
-
2746
- ActionView::Template::Error (wrong number of arguments (0 for 2..3)):
2747
- 1: Test
2748
- 2: =link_to(image_tag("thumb.jpg"), asset_path("1.jpg"), {:rel=>"lightbox", :title => "test"})
2749
- 3: =test
2750
- app/views/home/index.html.haml:3:in `test'
2751
- app/views/home/index.html.haml:3:in `_app_views_home_index_html_haml__1420400954631790601_27933540'
2752
-
2753
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (44.4ms)
2754
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
2755
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (69.6ms)
2756
-
2757
-
2758
- Started GET "/" for 127.0.0.1 at 2012-06-02 08:26:47 -0400
2759
- Processing by HomeController#index as HTML
2760
- Rendered home/index.html.haml within layouts/application (4.4ms)
2761
- Completed 500 Internal Server Error in 17ms
2762
-
2763
- ActionView::Template::Error (undefined local variable or method `ruby_print' for #<#<Class:0x00000002b087c0>:0x00000002b500e8>):
2764
- 1: Test
2765
- 2: =link_to(image_tag("thumb.jpg"), asset_path("1.jpg"), {:rel=>"lightbox", :title => "test"})
2766
- 3: =ruby_print
2767
- app/views/home/index.html.haml:3:in `_app_views_home_index_html_haml___43949391343668821_30218820'
2768
-
2769
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.9ms)
2770
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
2771
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.4ms)
2772
-
2773
-
2774
- Started GET "/" for 127.0.0.1 at 2012-06-02 08:33:58 -0400
2775
- Processing by HomeController#index as HTML
2776
- Rendered home/index.html.haml within layouts/application (7.1ms)
2777
- Completed 500 Internal Server Error in 15ms
2778
-
2779
- ActionView::Template::Error (undefined local variable or method `ruby_print' for #<#<Class:0x00000003e22040>:0x000000043c4e80>):
2780
- 1: Test
2781
- 2: =link_to(image_tag("thumb.jpg"), asset_path("1.jpg"), {:rel=>"lightbox", :title => "test"})
2782
- 3: =ruby_print
2783
- app/views/home/index.html.haml:3:in `_app_views_home_index_html_haml___43949391343668821_30218820'
2784
-
2785
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.8ms)
2786
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms)
2787
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.8ms)
2788
-
2789
-
2790
- Started GET "/" for 127.0.0.1 at 2012-06-02 08:33:59 -0400
2791
- Processing by HomeController#index as HTML
2792
- Rendered home/index.html.haml within layouts/application (7.3ms)
2793
- Completed 500 Internal Server Error in 16ms
2794
-
2795
- ActionView::Template::Error (undefined local variable or method `ruby_print' for #<#<Class:0x000000041afcf8>:0x000000041ac3c8>):
2796
- 1: Test
2797
- 2: =link_to(image_tag("thumb.jpg"), asset_path("1.jpg"), {:rel=>"lightbox", :title => "test"})
2798
- 3: =ruby_print
2799
- app/views/home/index.html.haml:3:in `_app_views_home_index_html_haml___43949391343668821_30218820'
2800
-
2801
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.9ms)
2802
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms)
2803
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.0ms)
2804
-
2805
-
2806
- Started GET "/" for 127.0.0.1 at 2012-06-02 08:46:04 -0400
2807
- Processing by HomeController#index as HTML
2808
- Rendered home/index.html.haml within layouts/application (4.5ms)
2809
- Completed 500 Internal Server Error in 43ms
2810
-
2811
- ActionView::Template::Error (undefined local variable or method `light_test' for #<#<Class:0x0000000372d438>:0x00000003743878>):
2812
- 1: Test
2813
- 2: =link_to(image_tag("thumb.jpg"), asset_path("1.jpg"), {:rel=>"lightbox", :title => "test"})
2814
- 3: =light_test
2815
- app/views/home/index.html.haml:3:in `_app_views_home_index_html_haml___3605771858003270322_20784120'
2816
-
2817
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.6ms)
2818
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
2819
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.0ms)
2820
-
2821
-
2822
- Started GET "/" for 127.0.0.1 at 2012-06-02 08:48:13 -0400
2823
- Processing by HomeController#index as HTML
2824
- Rendered home/index.html.haml within layouts/application (4.5ms)
2825
- Completed 500 Internal Server Error in 42ms
2826
-
2827
- ActionView::Template::Error (undefined local variable or method `light_test' for #<#<Class:0x0000000403c858>:0x00000003f2bcc0>):
2828
- 1: Test
2829
- 2: =link_to(image_tag("thumb.jpg"), asset_path("1.jpg"), {:rel=>"lightbox", :title => "test"})
2830
- 3: =light_test
2831
- app/views/home/index.html.haml:3:in `_app_views_home_index_html_haml___2431821021252105249_22344060'
2832
-
2833
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.7ms)
2834
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
2835
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.1ms)
2836
-
2837
-
2838
- Started GET "/" for 127.0.0.1 at 2012-06-02 08:48:26 -0400
2839
- Processing by HomeController#index as HTML
2840
- Rendered home/index.html.haml within layouts/application (6.5ms)
2841
- Completed 500 Internal Server Error in 49ms
2842
-
2843
- ActionView::Template::Error (undefined local variable or method `light_test' for #<#<Class:0x00000003b7ac48>:0x000000039f6a20>):
2844
- 1: Test
2845
- 2: =link_to(image_tag("thumb.jpg"), asset_path("1.jpg"), {:rel=>"lightbox", :title => "test"})
2846
- 3: =light_test
2847
- app/views/home/index.html.haml:3:in `_app_views_home_index_html_haml__3355663510289966721_21125240'
2848
-
2849
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.9ms)
2850
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms)
2851
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.0ms)
2852
-
2853
-
2854
- Started GET "/" for 127.0.0.1 at 2012-06-02 08:51:25 -0400
2855
- Processing by HomeController#index as HTML
2856
- Rendered home/index.html.haml within layouts/application (6.4ms)
2857
- Completed 500 Internal Server Error in 49ms
2858
-
2859
- ActionView::Template::Error (undefined local variable or method `light_test' for #<#<Class:0x000000026e03f0>:0x00000002de0948>):
2860
- 1: Test
2861
- 2: =link_to(image_tag("thumb.jpg"), asset_path("1.jpg"), {:rel=>"lightbox", :title => "test"})
2862
- 3: =light_test
2863
- app/views/home/index.html.haml:3:in `_app_views_home_index_html_haml__1116569189267968379_14645160'
2864
-
2865
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.9ms)
2866
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
2867
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.0ms)
2868
-
2869
-
2870
- Started GET "/" for 127.0.0.1 at 2012-06-02 09:03:29 -0400
2871
- Processing by HomeController#index as HTML
2872
- Rendered home/index.html.haml within layouts/application (1.8ms)
2873
- Completed 200 OK in 68ms (Views: 67.8ms | ActiveRecord: 0.0ms)
2874
-
2875
-
2876
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-06-02 09:03:29 -0400
2877
- Served asset /application.css - 304 Not Modified (0ms)
2878
-
2879
-
2880
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-06-02 09:03:29 -0400
2881
- Served asset /lightbox.css - 304 Not Modified (6ms)
2882
-
2883
-
2884
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-02 09:03:29 -0400
2885
- Served asset /jquery.js - 304 Not Modified (2ms)
2886
-
2887
-
2888
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-06-02 09:03:29 -0400
2889
- Served asset /home.css - 304 Not Modified (3ms)
2890
-
2891
-
2892
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-02 09:03:29 -0400
2893
- Served asset /jquery_ujs.js - 304 Not Modified (2ms)
2894
-
2895
-
2896
- Started GET "/assets/lightbox.js?body=1" for 127.0.0.1 at 2012-06-02 09:03:29 -0400
2897
- Served asset /lightbox.js - 304 Not Modified (7ms)
2898
-
2899
-
2900
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-06-02 09:03:29 -0400
2901
- Served asset /home.js - 304 Not Modified (2ms)
2902
-
2903
-
2904
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-06-02 09:03:29 -0400
2905
- Served asset /application.js - 304 Not Modified (0ms)
2906
-
2907
-
2908
- Started GET "/assets/jquery-1.7.2.min" for 127.0.0.1 at 2012-06-02 09:03:29 -0400
2909
- Served asset /jquery-1.7.2.min - 404 Not Found (3ms)
2910
-
2911
- ActionController::RoutingError (No route matches [GET] "/assets/jquery-1.7.2.min"):
2912
-
2913
-
2914
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.2ms)
2915
-
2916
-
2917
- Started GET "/assets/thumb.jpg" for 127.0.0.1 at 2012-06-02 09:03:29 -0400
2918
- Served asset /thumb.jpg - 304 Not Modified (2ms)
2919
-
2920
-
2921
- Started GET "/assets/close.png" for 127.0.0.1 at 2012-06-02 09:03:29 -0400
2922
- Served asset /close.png - 304 Not Modified (2ms)
2923
-
2924
-
2925
- Started GET "/assets/loading.gif" for 127.0.0.1 at 2012-06-02 09:03:29 -0400
2926
- Served asset /loading.gif - 304 Not Modified (2ms)
2927
-
2928
-
2929
- Started GET "/" for 127.0.0.1 at 2012-06-02 09:05:20 -0400
2930
- Processing by HomeController#index as HTML
2931
- Rendered home/index.html.haml within layouts/application (1.7ms)
2932
- Completed 200 OK in 96ms (Views: 95.1ms | ActiveRecord: 0.0ms)
2933
-
2934
-
2935
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-06-02 09:05:21 -0400
2936
- Served asset /application.css - 304 Not Modified (0ms)
2937
-
2938
-
2939
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-06-02 09:05:21 -0400
2940
- Served asset /lightbox.css - 304 Not Modified (5ms)
2941
-
2942
-
2943
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-06-02 09:05:21 -0400
2944
- Served asset /home.css - 304 Not Modified (1ms)
2945
-
2946
-
2947
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-02 09:05:21 -0400
2948
- Served asset /jquery_ujs.js - 304 Not Modified (2ms)
2949
-
2950
-
2951
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-02 09:05:21 -0400
2952
- Served asset /jquery.js - 304 Not Modified (3ms)
2953
-
2954
-
2955
- Started GET "/assets/lightbox.js?body=1" for 127.0.0.1 at 2012-06-02 09:05:21 -0400
2956
- Served asset /lightbox.js - 304 Not Modified (3ms)
2957
-
2958
-
2959
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-06-02 09:05:21 -0400
2960
- Served asset /home.js - 304 Not Modified (2ms)
2961
-
2962
-
2963
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-06-02 09:05:21 -0400
2964
- Served asset /application.js - 304 Not Modified (0ms)
2965
-
2966
-
2967
- Started GET "/assets/jquery-1.7.2.min" for 127.0.0.1 at 2012-06-02 09:05:21 -0400
2968
- Served asset /jquery-1.7.2.min - 404 Not Found (3ms)
2969
-
2970
- ActionController::RoutingError (No route matches [GET] "/assets/jquery-1.7.2.min"):
2971
-
2972
-
2973
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms)
2974
-
2975
-
2976
- Started GET "/assets/thumb.jpg" for 127.0.0.1 at 2012-06-02 09:05:21 -0400
2977
- Served asset /thumb.jpg - 304 Not Modified (4ms)
2978
-
2979
-
2980
- Started GET "/assets/loading.gif" for 127.0.0.1 at 2012-06-02 09:05:21 -0400
2981
- Served asset /loading.gif - 304 Not Modified (1ms)
2982
-
2983
-
2984
- Started GET "/assets/close.png" for 127.0.0.1 at 2012-06-02 09:05:21 -0400
2985
- Served asset /close.png - 304 Not Modified (2ms)
2986
-
2987
-
2988
- Started GET "/" for 127.0.0.1 at 2012-06-02 09:05:32 -0400
2989
- Processing by HomeController#index as HTML
2990
- Rendered home/index.html.haml within layouts/application (2.7ms)
2991
- Completed 200 OK in 89ms (Views: 88.0ms | ActiveRecord: 0.0ms)
2992
-
2993
-
2994
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-06-02 09:05:32 -0400
2995
- Served asset /application.css - 304 Not Modified (0ms)
2996
-
2997
-
2998
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-02 09:05:32 -0400
2999
- Served asset /jquery.js - 304 Not Modified (4ms)
3000
-
3001
-
3002
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-06-02 09:05:33 -0400
3003
- Served asset /lightbox.css - 304 Not Modified (3ms)
3004
-
3005
-
3006
- Started GET "/assets/lightbox.js?body=1" for 127.0.0.1 at 2012-06-02 09:05:33 -0400
3007
- Served asset /lightbox.js - 304 Not Modified (2ms)
3008
-
3009
-
3010
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-06-02 09:05:33 -0400
3011
- Served asset /home.css - 304 Not Modified (1ms)
3012
-
3013
-
3014
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-02 09:05:33 -0400
3015
- Served asset /jquery_ujs.js - 304 Not Modified (3ms)
3016
-
3017
-
3018
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-06-02 09:05:33 -0400
3019
- Served asset /home.js - 304 Not Modified (3ms)
3020
-
3021
-
3022
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-06-02 09:05:33 -0400
3023
- Served asset /application.js - 304 Not Modified (0ms)
3024
-
3025
-
3026
- Started GET "/assets/jquery-1.7.2.min" for 127.0.0.1 at 2012-06-02 09:05:33 -0400
3027
- Served asset /jquery-1.7.2.min - 404 Not Found (4ms)
3028
-
3029
- ActionController::RoutingError (No route matches [GET] "/assets/jquery-1.7.2.min"):
3030
-
3031
-
3032
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.4ms)
3033
-
3034
-
3035
- Started GET "/assets/thumb.jpg" for 127.0.0.1 at 2012-06-02 09:05:33 -0400
3036
- Served asset /thumb.jpg - 304 Not Modified (2ms)
3037
-
3038
-
3039
- Started GET "/assets/close.png" for 127.0.0.1 at 2012-06-02 09:05:33 -0400
3040
- Served asset /close.png - 304 Not Modified (1ms)
3041
-
3042
-
3043
- Started GET "/assets/loading.gif" for 127.0.0.1 at 2012-06-02 09:05:33 -0400
3044
- Served asset /loading.gif - 304 Not Modified (2ms)
3045
-
3046
-
3047
- Started GET "/" for 127.0.0.1 at 2012-06-02 09:12:36 -0400
3048
- Processing by HomeController#index as HTML
3049
- Rendered home/index.html.haml within layouts/application (6.4ms)
3050
- Completed 500 Internal Server Error in 23ms
3051
-
3052
- ActionView::Template::Error (undefined local variable or method `light_test' for #<#<Class:0x00000001560738>:0x000000015f36f0>):
3053
- 1: Test
3054
- 2: =link_to(image_tag("thumb.jpg"), asset_path("1.jpg"), {:rel=>"lightbox", :title => "test"})
3055
- 3: =light_test
3056
- 4: =lightbox_tag "thumb.jpg", "1.jpg"
3057
- app/views/home/index.html.haml:3:in `_app_views_home_index_html_haml__3906289291762930042_16805600'
3058
-
3059
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.1ms)
3060
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms)
3061
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (33.7ms)
3062
-
3063
-
3064
- Started GET "/" for 127.0.0.1 at 2012-06-02 09:12:45 -0400
3065
- Processing by HomeController#index as HTML
3066
- Rendered home/index.html.haml within layouts/application (3.7ms)
3067
- Completed 500 Internal Server Error in 12ms
3068
-
3069
- ActionView::Template::Error (wrong number of arguments (2 for 4)):
3070
- 1: Test
3071
- 2: =link_to(image_tag("thumb.jpg"), asset_path("1.jpg"), {:rel=>"lightbox", :title => "test"})
3072
- 3: =lightbox_tag "thumb.jpg", "1.jpg"
3073
- app/views/home/index.html.haml:3:in `_app_views_home_index_html_haml__3906289291762930042_21730780'
3074
-
3075
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.0ms)
3076
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
3077
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.8ms)
3078
-
3079
-
3080
- Started GET "/" for 127.0.0.1 at 2012-06-02 09:12:47 -0400
3081
- Processing by HomeController#index as HTML
3082
- Rendered home/index.html.haml within layouts/application (1.2ms)
3083
- Completed 500 Internal Server Error in 7ms
3084
-
3085
- ActionView::Template::Error (wrong number of arguments (2 for 4)):
3086
- 1: Test
3087
- 2: =link_to(image_tag("thumb.jpg"), asset_path("1.jpg"), {:rel=>"lightbox", :title => "test"})
3088
- 3: =lightbox_tag "thumb.jpg", "1.jpg"
3089
- app/views/home/index.html.haml:3:in `_app_views_home_index_html_haml__3906289291762930042_21730780'
3090
-
3091
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.1ms)
3092
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms)
3093
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.2ms)
3094
-
3095
-
3096
- Started GET "/" for 127.0.0.1 at 2012-06-02 09:13:00 -0400
3097
- Processing by HomeController#index as HTML
3098
- Rendered home/index.html.haml within layouts/application (2.0ms)
3099
- Completed 500 Internal Server Error in 11ms
3100
-
3101
- ActionView::Template::Error (wrong number of arguments (2 for 4)):
3102
- 1: Test
3103
- 2: =link_to(image_tag("thumb.jpg"), asset_path("1.jpg"), {:rel=>"lightbox", :title => "test"})
3104
- 3: =lightbox_tag "thumb.jpg", "1.jpg"
3105
- app/views/home/index.html.haml:3:in `_app_views_home_index_html_haml__3906289291762930042_21730780'
3106
-
3107
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.8ms)
3108
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (30.5ms)
3109
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (37.2ms)
3110
-
3111
-
3112
- Started GET "/" for 127.0.0.1 at 2012-06-02 09:13:02 -0400
3113
- Processing by HomeController#index as HTML
3114
- Rendered home/index.html.haml within layouts/application (1.2ms)
3115
- Completed 500 Internal Server Error in 7ms
3116
-
3117
- ActionView::Template::Error (wrong number of arguments (2 for 4)):
3118
- 1: Test
3119
- 2: =link_to(image_tag("thumb.jpg"), asset_path("1.jpg"), {:rel=>"lightbox", :title => "test"})
3120
- 3: =lightbox_tag "thumb.jpg", "1.jpg"
3121
- app/views/home/index.html.haml:3:in `_app_views_home_index_html_haml__3906289291762930042_21730780'
3122
-
3123
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.9ms)
3124
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms)
3125
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.0ms)
3126
-
3127
-
3128
- Started GET "/" for 127.0.0.1 at 2012-06-02 09:13:10 -0400
3129
- Processing by HomeController#index as HTML
3130
- Rendered home/index.html.haml within layouts/application (1.9ms)
3131
- Completed 200 OK in 67ms (Views: 66.1ms | ActiveRecord: 0.0ms)
3132
-
3133
-
3134
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-06-02 09:13:11 -0400
3135
- Served asset /application.css - 304 Not Modified (0ms)
3136
-
3137
-
3138
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-06-02 09:13:11 -0400
3139
- Served asset /lightbox.css - 304 Not Modified (8ms)
3140
-
3141
-
3142
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-02 09:13:11 -0400
3143
- Served asset /jquery.js - 304 Not Modified (4ms)
3144
-
3145
-
3146
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-02 09:13:11 -0400
3147
- Served asset /jquery_ujs.js - 304 Not Modified (2ms)
3148
-
3149
-
3150
- Started GET "/assets/lightbox.js?body=1" for 127.0.0.1 at 2012-06-02 09:13:11 -0400
3151
- Served asset /lightbox.js - 304 Not Modified (3ms)
3152
-
3153
-
3154
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-06-02 09:13:11 -0400
3155
- Served asset /home.js - 304 Not Modified (1ms)
3156
-
3157
-
3158
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-06-02 09:13:11 -0400
3159
- Served asset /home.css - 304 Not Modified (3ms)
3160
-
3161
-
3162
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-06-02 09:13:11 -0400
3163
- Served asset /application.js - 304 Not Modified (0ms)
3164
-
3165
-
3166
- Started GET "/assets/jquery-1.7.2.min" for 127.0.0.1 at 2012-06-02 09:13:11 -0400
3167
- Served asset /jquery-1.7.2.min - 404 Not Found (3ms)
3168
-
3169
- ActionController::RoutingError (No route matches [GET] "/assets/jquery-1.7.2.min"):
3170
-
3171
-
3172
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms)
3173
-
3174
-
3175
- Started GET "/assets/thumb.jpg" for 127.0.0.1 at 2012-06-02 09:13:11 -0400
3176
- Served asset /thumb.jpg - 304 Not Modified (5ms)
3177
-
3178
-
3179
- Started GET "/assets/loading.gif" for 127.0.0.1 at 2012-06-02 09:13:11 -0400
3180
- Served asset /loading.gif - 304 Not Modified (3ms)
3181
-
3182
-
3183
- Started GET "/assets/close.png" for 127.0.0.1 at 2012-06-02 09:13:11 -0400
3184
- Served asset /close.png - 304 Not Modified (3ms)
3185
-
3186
-
3187
- Started GET "/" for 127.0.0.1 at 2012-06-02 09:50:09 -0400
3188
- Processing by HomeController#index as HTML
3189
- Rendered home/index.html.haml within layouts/application (2.0ms)
3190
- Completed 200 OK in 14ms (Views: 13.2ms | ActiveRecord: 0.0ms)
3191
-
3192
-
3193
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-06-02 09:50:09 -0400
3194
- Served asset /lightbox.css - 304 Not Modified (0ms)
3195
-
3196
-
3197
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-06-02 09:50:09 -0400
3198
- Served asset /application.css - 304 Not Modified (0ms)
3199
-
3200
-
3201
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-06-02 09:50:09 -0400
3202
- Served asset /home.css - 304 Not Modified (0ms)
3203
-
3204
-
3205
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-02 09:50:09 -0400
3206
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
3207
-
3208
-
3209
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-02 09:50:09 -0400
3210
- Served asset /jquery.js - 304 Not Modified (0ms)
3211
-
3212
-
3213
- Started GET "/assets/lightbox.js?body=1" for 127.0.0.1 at 2012-06-02 09:50:09 -0400
3214
- Served asset /lightbox.js - 304 Not Modified (0ms)
3215
-
3216
-
3217
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-06-02 09:50:09 -0400
3218
- Served asset /home.js - 304 Not Modified (0ms)
3219
-
3220
-
3221
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-06-02 09:50:09 -0400
3222
- Served asset /application.js - 304 Not Modified (0ms)
3223
-
3224
-
3225
- Started GET "/assets/jquery-1.7.2.min" for 127.0.0.1 at 2012-06-02 09:50:09 -0400
3226
- Served asset /jquery-1.7.2.min - 404 Not Found (4ms)
3227
-
3228
- ActionController::RoutingError (No route matches [GET] "/assets/jquery-1.7.2.min"):
3229
-
3230
-
3231
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.2ms)
3232
-
3233
-
3234
- Started GET "/assets/thumb.jpg" for 127.0.0.1 at 2012-06-02 09:50:09 -0400
3235
- Served asset /thumb.jpg - 304 Not Modified (0ms)
3236
-
3237
-
3238
- Started GET "/assets/close.png" for 127.0.0.1 at 2012-06-02 09:50:09 -0400
3239
- Served asset /close.png - 304 Not Modified (0ms)
3240
-
3241
-
3242
- Started GET "/assets/loading.gif" for 127.0.0.1 at 2012-06-02 09:50:09 -0400
3243
- Served asset /loading.gif - 304 Not Modified (0ms)
3244
-
3245
-
3246
- Started GET "/" for 127.0.0.1 at 2012-06-02 09:50:09 -0400
3247
- Processing by HomeController#index as HTML
3248
- Rendered home/index.html.haml within layouts/application (1.4ms)
3249
- Completed 200 OK in 19ms (Views: 18.1ms | ActiveRecord: 0.0ms)
3250
-
3251
-
3252
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-06-02 09:50:09 -0400
3253
- Served asset /application.css - 304 Not Modified (0ms)
3254
-
3255
-
3256
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-06-02 09:50:09 -0400
3257
- Served asset /home.css - 304 Not Modified (0ms)
3258
-
3259
-
3260
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-06-02 09:50:09 -0400
3261
- Served asset /lightbox.css - 304 Not Modified (0ms)
3262
-
3263
-
3264
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-02 09:50:09 -0400
3265
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
3266
-
3267
-
3268
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-02 09:50:09 -0400
3269
- Served asset /jquery.js - 304 Not Modified (0ms)
3270
-
3271
-
3272
- Started GET "/assets/lightbox.js?body=1" for 127.0.0.1 at 2012-06-02 09:50:09 -0400
3273
- Served asset /lightbox.js - 304 Not Modified (0ms)
3274
-
3275
-
3276
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-06-02 09:50:09 -0400
3277
- Served asset /home.js - 304 Not Modified (0ms)
3278
-
3279
-
3280
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-06-02 09:50:09 -0400
3281
- Served asset /application.js - 304 Not Modified (0ms)
3282
-
3283
-
3284
- Started GET "/assets/jquery-1.7.2.min" for 127.0.0.1 at 2012-06-02 09:50:09 -0400
3285
- Served asset /jquery-1.7.2.min - 404 Not Found (4ms)
3286
-
3287
- ActionController::RoutingError (No route matches [GET] "/assets/jquery-1.7.2.min"):
3288
-
3289
-
3290
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.2ms)
3291
-
3292
-
3293
- Started GET "/assets/thumb.jpg" for 127.0.0.1 at 2012-06-02 09:50:09 -0400
3294
- Served asset /thumb.jpg - 304 Not Modified (0ms)
3295
-
3296
-
3297
- Started GET "/assets/loading.gif" for 127.0.0.1 at 2012-06-02 09:50:09 -0400
3298
- Served asset /loading.gif - 304 Not Modified (0ms)
3299
-
3300
-
3301
- Started GET "/assets/close.png" for 127.0.0.1 at 2012-06-02 09:50:09 -0400
3302
- Served asset /close.png - 304 Not Modified (0ms)
3303
-
3304
-
3305
- Started GET "/" for 127.0.0.1 at 2012-06-02 09:51:46 -0400
3306
- Processing by HomeController#index as HTML
3307
- Rendered home/index.html.haml within layouts/application (2.8ms)
3308
- Completed 200 OK in 18ms (Views: 17.4ms | ActiveRecord: 0.0ms)
3309
-
3310
-
3311
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-06-02 09:51:46 -0400
3312
- Served asset /application.css - 304 Not Modified (0ms)
3313
-
3314
-
3315
- Started GET "/assets/lightbox.js?body=1" for 127.0.0.1 at 2012-06-02 09:51:46 -0400
3316
- Served asset /lightbox.js - 304 Not Modified (0ms)
3317
-
3318
-
3319
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-06-02 09:51:46 -0400
3320
- Served asset /lightbox.css - 304 Not Modified (0ms)
3321
-
3322
-
3323
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-06-02 09:51:46 -0400
3324
- Served asset /home.css - 304 Not Modified (0ms)
3325
-
3326
-
3327
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-02 09:51:46 -0400
3328
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
3329
-
3330
-
3331
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-02 09:51:46 -0400
3332
- Served asset /jquery.js - 304 Not Modified (0ms)
3333
-
3334
-
3335
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-06-02 09:51:46 -0400
3336
- Served asset /home.js - 304 Not Modified (0ms)
3337
-
3338
-
3339
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-06-02 09:51:46 -0400
3340
- Served asset /application.js - 304 Not Modified (0ms)
3341
-
3342
-
3343
- Started GET "/assets/jquery-1.7.2.min" for 127.0.0.1 at 2012-06-02 09:51:46 -0400
3344
- Served asset /jquery-1.7.2.min - 404 Not Found (4ms)
3345
-
3346
- ActionController::RoutingError (No route matches [GET] "/assets/jquery-1.7.2.min"):
3347
-
3348
-
3349
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.2ms)
3350
-
3351
-
3352
- Started GET "/assets/thumb.jpg" for 127.0.0.1 at 2012-06-02 09:51:46 -0400
3353
- Served asset /thumb.jpg - 304 Not Modified (0ms)
3354
-
3355
-
3356
- Started GET "/assets/loading.gif" for 127.0.0.1 at 2012-06-02 09:51:46 -0400
3357
- Served asset /loading.gif - 304 Not Modified (0ms)
3358
-
3359
-
3360
- Started GET "/assets/close.png" for 127.0.0.1 at 2012-06-02 09:51:46 -0400
3361
- Served asset /close.png - 304 Not Modified (0ms)
3362
-
3363
-
3364
- Started GET "/" for 127.0.0.1 at 2012-06-02 10:02:48 -0400
3365
- Processing by HomeController#index as HTML
3366
- Rendered home/index.html.haml within layouts/application (2.8ms)
3367
- Completed 200 OK in 22ms (Views: 21.3ms | ActiveRecord: 0.0ms)
3368
-
3369
-
3370
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-06-02 10:02:48 -0400
3371
- Served asset /lightbox.css - 304 Not Modified (0ms)
3372
-
3373
-
3374
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-06-02 10:02:48 -0400
3375
- Served asset /application.css - 304 Not Modified (0ms)
3376
-
3377
-
3378
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-06-02 10:02:48 -0400
3379
- Served asset /home.css - 304 Not Modified (0ms)
3380
-
3381
-
3382
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-02 10:02:48 -0400
3383
- Served asset /jquery.js - 304 Not Modified (0ms)
3384
-
3385
-
3386
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-02 10:02:48 -0400
3387
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
3388
-
3389
-
3390
- Started GET "/assets/lightbox.js?body=1" for 127.0.0.1 at 2012-06-02 10:02:48 -0400
3391
- Served asset /lightbox.js - 304 Not Modified (0ms)
3392
-
3393
-
3394
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-06-02 10:02:48 -0400
3395
- Served asset /home.js - 304 Not Modified (0ms)
3396
-
3397
-
3398
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-06-02 10:02:48 -0400
3399
- Served asset /application.js - 304 Not Modified (0ms)
3400
-
3401
-
3402
- Started GET "/assets/jquery-1.7.2.min" for 127.0.0.1 at 2012-06-02 10:02:48 -0400
3403
- Served asset /jquery-1.7.2.min - 404 Not Found (3ms)
3404
-
3405
- ActionController::RoutingError (No route matches [GET] "/assets/jquery-1.7.2.min"):
3406
-
3407
-
3408
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms)
3409
-
3410
-
3411
- Started GET "/assets/thumb.png" for 127.0.0.1 at 2012-06-02 10:02:48 -0400
3412
- Served asset /thumb.png - 200 OK (6ms)
3413
-
3414
-
3415
- Started GET "/assets/thumb.jpg" for 127.0.0.1 at 2012-06-02 10:02:48 -0400
3416
- Served asset /thumb.jpg - 304 Not Modified (0ms)
3417
-
3418
-
3419
- Started GET "/assets/close.png" for 127.0.0.1 at 2012-06-02 10:02:48 -0400
3420
- Served asset /close.png - 304 Not Modified (0ms)
3421
-
3422
-
3423
- Started GET "/assets/loading.gif" for 127.0.0.1 at 2012-06-02 10:02:48 -0400
3424
- Served asset /loading.gif - 304 Not Modified (0ms)
3425
-
3426
-
3427
- Started GET "/assets/large.png" for 127.0.0.1 at 2012-06-02 10:02:49 -0400
3428
- Served asset /large.png - 200 OK (39ms)
3429
-
3430
-
3431
- Started GET "/" for 127.0.0.1 at 2012-06-02 10:03:01 -0400
3432
- Processing by HomeController#index as HTML
3433
- Rendered home/index.html.haml within layouts/application (0.8ms)
3434
- Completed 200 OK in 13ms (Views: 12.9ms | ActiveRecord: 0.0ms)
3435
-
3436
-
3437
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-06-02 10:03:01 -0400
3438
- Served asset /application.css - 304 Not Modified (0ms)
3439
-
3440
-
3441
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-06-02 10:03:01 -0400
3442
- Served asset /lightbox.css - 304 Not Modified (0ms)
3443
-
3444
-
3445
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-02 10:03:01 -0400
3446
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
3447
-
3448
-
3449
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-06-02 10:03:01 -0400
3450
- Served asset /home.css - 304 Not Modified (0ms)
3451
-
3452
-
3453
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-02 10:03:01 -0400
3454
- Served asset /jquery.js - 304 Not Modified (0ms)
3455
-
3456
-
3457
- Started GET "/assets/lightbox.js?body=1" for 127.0.0.1 at 2012-06-02 10:03:01 -0400
3458
- Served asset /lightbox.js - 304 Not Modified (0ms)
3459
-
3460
-
3461
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-06-02 10:03:01 -0400
3462
- Served asset /home.js - 304 Not Modified (0ms)
3463
-
3464
-
3465
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-06-02 10:03:01 -0400
3466
- Served asset /application.js - 304 Not Modified (0ms)
3467
-
3468
-
3469
- Started GET "/assets/jquery-1.7.2.min" for 127.0.0.1 at 2012-06-02 10:03:01 -0400
3470
- Served asset /jquery-1.7.2.min - 404 Not Found (3ms)
3471
-
3472
- ActionController::RoutingError (No route matches [GET] "/assets/jquery-1.7.2.min"):
3473
-
3474
-
3475
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms)
3476
-
3477
-
3478
- Started GET "/assets/thumb.jpg" for 127.0.0.1 at 2012-06-02 10:03:01 -0400
3479
- Served asset /thumb.jpg - 304 Not Modified (0ms)
3480
-
3481
-
3482
- Started GET "/assets/thumb.png" for 127.0.0.1 at 2012-06-02 10:03:01 -0400
3483
- Served asset /thumb.png - 304 Not Modified (0ms)
3484
-
3485
-
3486
- Started GET "/assets/close.png" for 127.0.0.1 at 2012-06-02 10:03:01 -0400
3487
- Served asset /close.png - 304 Not Modified (0ms)
3488
-
3489
-
3490
- Started GET "/assets/loading.gif" for 127.0.0.1 at 2012-06-02 10:03:01 -0400
3491
- Served asset /loading.gif - 304 Not Modified (0ms)
3492
-
3493
-
3494
- Started GET "/" for 127.0.0.1 at 2012-06-03 08:40:30 -0400
3495
- Processing by HomeController#index as HTML
3496
- Rendered home/index.html.haml within layouts/application (3.2ms)
3497
- Completed 500 Internal Server Error in 70ms
3498
-
3499
- ActionView::Template::Error (undefined method `<<' for {}:Hash):
3500
- 1: Test
3501
- 2: =lightbox_tag "thumb.jpg", "1.jpg", "test", "test"
3502
- 3: =lightbox_tag "thumb.png", "large.png", "test2", "test"
3503
- app/views/home/index.html.haml:2:in `_app_views_home_index_html_haml__74941329479385977_33047920'
3504
-
3505
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (7.6ms)
3506
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (27.2ms)
3507
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (39.8ms)
3508
-
3509
-
3510
- Started GET "/" for 127.0.0.1 at 2012-06-03 08:42:57 -0400
3511
- Processing by HomeController#index as HTML
3512
- Rendered home/index.html.haml within layouts/application (1.8ms)
3513
- Completed 200 OK in 556ms (Views: 555.7ms | ActiveRecord: 0.0ms)
3514
-
3515
-
3516
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-03 08:42:58 -0400
3517
- Served asset /jquery.js - 304 Not Modified (5ms)
3518
-
3519
-
3520
- Started GET "/assets/lightbox.js?body=1" for 127.0.0.1 at 2012-06-03 08:42:58 -0400
3521
- Served asset /lightbox.js - 304 Not Modified (4ms)
3522
-
3523
-
3524
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-06-03 08:42:58 -0400
3525
- Served asset /home.js - 304 Not Modified (3ms)
3526
-
3527
-
3528
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-06-03 08:42:58 -0400
3529
- Served asset /lightbox.css - 304 Not Modified (3ms)
3530
-
3531
-
3532
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-06-03 08:42:58 -0400
3533
- Served asset /application.css - 304 Not Modified (0ms)
3534
-
3535
-
3536
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-06-03 08:42:58 -0400
3537
- Served asset /home.css - 304 Not Modified (3ms)
3538
-
3539
-
3540
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-06-03 08:42:58 -0400
3541
- Served asset /application.js - 304 Not Modified (0ms)
3542
-
3543
-
3544
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-03 08:42:58 -0400
3545
- Served asset /jquery_ujs.js - 304 Not Modified (3ms)
3546
-
3547
-
3548
- Started GET "/assets/jquery-1.7.2.min" for 127.0.0.1 at 2012-06-03 08:42:58 -0400
3549
- Served asset /jquery-1.7.2.min - 404 Not Found (3ms)
3550
-
3551
- ActionController::RoutingError (No route matches [GET] "/assets/jquery-1.7.2.min"):
3552
-
3553
-
3554
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.2ms)
3555
-
3556
-
3557
- Started GET "/assets/thumb.jpg" for 127.0.0.1 at 2012-06-03 08:42:58 -0400
3558
- Served asset /thumb.jpg - 304 Not Modified (47ms)
3559
-
3560
-
3561
- Started GET "/assets/thumb.png" for 127.0.0.1 at 2012-06-03 08:42:58 -0400
3562
- Served asset /thumb.png - 304 Not Modified (52ms)
3563
-
3564
-
3565
- Started GET "/assets/close.png" for 127.0.0.1 at 2012-06-03 08:42:58 -0400
3566
- Served asset /close.png - 304 Not Modified (46ms)
3567
-
3568
-
3569
- Started GET "/assets/loading.gif" for 127.0.0.1 at 2012-06-03 08:42:58 -0400
3570
- Served asset /loading.gif - 304 Not Modified (25ms)
3571
-
3572
-
3573
- Started GET "/assets/large.png" for 127.0.0.1 at 2012-06-03 08:43:00 -0400
3574
- Served asset /large.png - 304 Not Modified (48ms)
3575
-
3576
-
3577
- Started GET "/assets/large.png" for 127.0.0.1 at 2012-06-03 08:43:00 -0400
3578
- Served asset /large.png - 304 Not Modified (0ms)
3579
-
3580
-
3581
- Started GET "/" for 127.0.0.1 at 2012-06-03 14:49:54 -0400
3582
- Processing by HomeController#index as HTML
3583
- ERROR: compiling _app_views_home_index_html_haml___1542613762859037368_28092940 RAISED /projects/rubylight/test/dummy/app/views/home/index.html.haml:2: syntax error, unexpected tSTRING_BEG, expecting keyword_do or '{' or '('
3584
- ...ox_tag "thumb.png", asset_tag "large.png", "example text", "...
3585
- ... ^
3586
- /projects/rubylight/test/dummy/app/views/home/index.html.haml:2: syntax error, unexpected ',', expecting ')'
3587
- ...mb.png", asset_tag "large.png", "example text", "example"
3588
- ... ^
3589
- /projects/rubylight/test/dummy/app/views/home/index.html.haml:2: syntax error, unexpected ',', expecting ')'
3590
- ...ag "large.png", "example text", "example"
3591
- ... ^
3592
- Function body: def _app_views_home_index_html_haml___1542613762859037368_28092940(local_assigns, output_buffer)
3593
- _old_virtual_path, @virtual_path = @virtual_path, "home/index";_old_output_buffer = @output_buffer;;begin;extend Haml::Helpers;_hamlout = @haml_buffer = Haml::Buffer.new(@haml_buffer, {:autoclose=>["meta", "img", "link", "br", "hr", "input", "area", "param", "col", "base"], :preserve=>["textarea", "pre", "code"], :attr_wrapper=>"'", :ugly=>false, :format=>:html5, :encoding=>"UTF-8", :escape_html=>true, :escape_attrs=>true});_erbout = _hamlout.buffer;__in_erb_template = true;;_hamlout.push_text("Test\n#{
3594
- _hamlout.format_script_false_false_false_true_false_true_false((lightbox_tag "thumb.png", asset_tag "large.png", "example text", "example"
3595
- ));}\n", 0, false);::Haml::Util.html_safe(_erbout);ensure;@haml_buffer = @haml_buffer.upper if @haml_buffer;end;
3596
- ensure
3597
- @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer
3598
- end
3599
- Backtrace: /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_view/template.rb:282:in `module_eval'
3600
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_view/template.rb:282:in `compile'
3601
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_view/template.rb:190:in `compile!'
3602
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_view/template.rb:143:in `block in render'
3603
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.5/lib/active_support/notifications.rb:55:in `instrument'
3604
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_view/template.rb:142:in `render'
3605
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_view/renderer/template_renderer.rb:40:in `block (2 levels) in render_template'
3606
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_view/renderer/abstract_renderer.rb:33:in `block in instrument'
3607
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.5/lib/active_support/notifications.rb:53:in `block in instrument'
3608
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.5/lib/active_support/notifications/instrumenter.rb:21:in `instrument'
3609
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.5/lib/active_support/notifications.rb:53:in `instrument'
3610
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_view/renderer/abstract_renderer.rb:33:in `instrument'
3611
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_view/renderer/template_renderer.rb:39:in `block in render_template'
3612
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_view/renderer/template_renderer.rb:47:in `render_with_layout'
3613
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_view/renderer/template_renderer.rb:38:in `render_template'
3614
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_view/renderer/template_renderer.rb:12:in `block in render'
3615
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_view/renderer/abstract_renderer.rb:22:in `wrap_formats'
3616
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_view/renderer/template_renderer.rb:9:in `render'
3617
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_view/renderer/renderer.rb:36:in `render_template'
3618
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_view/renderer/renderer.rb:17:in `render'
3619
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/abstract_controller/rendering.rb:120:in `_render_template'
3620
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_controller/metal/streaming.rb:250:in `_render_template'
3621
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/abstract_controller/rendering.rb:114:in `render_to_body'
3622
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_controller/metal/renderers.rb:30:in `render_to_body'
3623
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_controller/metal/compatibility.rb:43:in `render_to_body'
3624
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/abstract_controller/rendering.rb:99:in `render'
3625
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_controller/metal/rendering.rb:16:in `render'
3626
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
3627
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.5/lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
3628
- /usr/local/rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
3629
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.5/lib/active_support/core_ext/benchmark.rb:5:in `ms'
3630
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_controller/metal/instrumentation.rb:40:in `block in render'
3631
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_controller/metal/instrumentation.rb:78:in `cleanup_view_runtime'
3632
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/activerecord-3.1.5/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
3633
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_controller/metal/instrumentation.rb:39:in `render'
3634
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_controller/metal/implicit_render.rb:10:in `default_render'
3635
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_controller/metal/implicit_render.rb:5:in `send_action'
3636
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/abstract_controller/base.rb:167:in `process_action'
3637
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_controller/metal/rendering.rb:10:in `process_action'
3638
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
3639
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.5/lib/active_support/callbacks.rb:416:in `_run__3473503704306534746__process_action__237980964496015580__callbacks'
3640
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.5/lib/active_support/callbacks.rb:386:in `_run_process_action_callbacks'
3641
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.5/lib/active_support/callbacks.rb:81:in `run_callbacks'
3642
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/abstract_controller/callbacks.rb:17:in `process_action'
3643
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_controller/metal/rescue.rb:17:in `process_action'
3644
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
3645
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.5/lib/active_support/notifications.rb:53:in `block in instrument'
3646
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.5/lib/active_support/notifications/instrumenter.rb:21:in `instrument'
3647
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.5/lib/active_support/notifications.rb:53:in `instrument'
3648
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_controller/metal/instrumentation.rb:29:in `process_action'
3649
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_controller/metal/params_wrapper.rb:201:in `process_action'
3650
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/activerecord-3.1.5/lib/active_record/railties/controller_runtime.rb:18:in `process_action'
3651
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/abstract_controller/base.rb:121:in `process'
3652
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/abstract_controller/rendering.rb:45:in `process'
3653
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_controller/metal.rb:193:in `dispatch'
3654
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
3655
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_controller/metal.rb:236:in `block in action'
3656
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/routing/route_set.rb:71:in `call'
3657
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/routing/route_set.rb:71:in `dispatch'
3658
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/routing/route_set.rb:35:in `call'
3659
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/rack-mount-0.8.3/lib/rack/mount/route_set.rb:152:in `block in call'
3660
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/rack-mount-0.8.3/lib/rack/mount/code_generation.rb:96:in `block in recognize'
3661
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/rack-mount-0.8.3/lib/rack/mount/code_generation.rb:75:in `optimized_each'
3662
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/rack-mount-0.8.3/lib/rack/mount/code_generation.rb:95:in `recognize'
3663
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/rack-mount-0.8.3/lib/rack/mount/route_set.rb:141:in `call'
3664
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/routing/route_set.rb:538:in `call'
3665
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/static.rb:61:in `call'
3666
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
3667
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/rack-1.3.6/lib/rack/etag.rb:23:in `call'
3668
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/rack-1.3.6/lib/rack/conditionalget.rb:25:in `call'
3669
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/head.rb:14:in `call'
3670
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/params_parser.rb:21:in `call'
3671
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/flash.rb:243:in `call'
3672
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/rack-1.3.6/lib/rack/session/abstract/id.rb:195:in `context'
3673
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/rack-1.3.6/lib/rack/session/abstract/id.rb:190:in `call'
3674
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/cookies.rb:331:in `call'
3675
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/activerecord-3.1.5/lib/active_record/query_cache.rb:64:in `call'
3676
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/activerecord-3.1.5/lib/active_record/connection_adapters/abstract/connection_pool.rb:477:in `call'
3677
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
3678
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.5/lib/active_support/callbacks.rb:392:in `_run_call_callbacks'
3679
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.5/lib/active_support/callbacks.rb:81:in `run_callbacks'
3680
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/callbacks.rb:28:in `call'
3681
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/reloader.rb:68:in `call'
3682
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/rack-1.3.6/lib/rack/sendfile.rb:101:in `call'
3683
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/remote_ip.rb:48:in `call'
3684
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/show_exceptions.rb:47:in `call'
3685
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/railties-3.1.5/lib/rails/rack/logger.rb:13:in `call'
3686
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/rack-1.3.6/lib/rack/methodoverride.rb:24:in `call'
3687
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/rack-1.3.6/lib/rack/runtime.rb:17:in `call'
3688
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/activesupport-3.1.5/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
3689
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/rack-1.3.6/lib/rack/lock.rb:15:in `call'
3690
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/static.rb:61:in `call'
3691
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/railties-3.1.5/lib/rails/engine.rb:456:in `call'
3692
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/railties-3.1.5/lib/rails/application.rb:143:in `call'
3693
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/rack-1.3.6/lib/rack/content_length.rb:14:in `call'
3694
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/railties-3.1.5/lib/rails/rack/log_tailer.rb:14:in `call'
3695
- /usr/local/rvm/gems/ruby-1.9.3-p0/gems/rack-1.3.6/lib/rack/handler/webrick.rb:59:in `service'
3696
- /usr/local/rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
3697
- /usr/local/rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
3698
- /usr/local/rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
3699
- Rendered home/index.html.haml within layouts/application (1.4ms)
3700
- Completed 500 Internal Server Error in 44ms
3701
-
3702
- ActionView::Template::Error (/projects/rubylight/test/dummy/app/views/home/index.html.haml:2: syntax error, unexpected tSTRING_BEG, expecting keyword_do or '{' or '('
3703
- ...ox_tag "thumb.png", asset_tag "large.png", "example text", "...
3704
- ... ^
3705
- /projects/rubylight/test/dummy/app/views/home/index.html.haml:2: syntax error, unexpected ',', expecting ')'
3706
- ...mb.png", asset_tag "large.png", "example text", "example"
3707
- ... ^
3708
- /projects/rubylight/test/dummy/app/views/home/index.html.haml:2: syntax error, unexpected ',', expecting ')'
3709
- ...ag "large.png", "example text", "example"
3710
- ... ^):
3711
- 1: Test
3712
- 2: =lightbox_tag "thumb.png", asset_tag "large.png", "example text", "example"
3713
-
3714
-
3715
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.0ms)
3716
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (27.3ms)
3717
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (34.2ms)
3718
-
3719
-
3720
- Started GET "/" for 127.0.0.1 at 2012-06-03 14:50:18 -0400
3721
- Processing by HomeController#index as HTML
3722
- Rendered home/index.html.haml within layouts/application (7.3ms)
3723
- Completed 500 Internal Server Error in 16ms
3724
-
3725
- ActionView::Template::Error (undefined method `asset_tag' for #<#<Class:0x00000003928210>:0x000000039442a8>):
3726
- 1: Test
3727
- 2: =lightbox_tag "thumb.png", asset_tag("large.png"), "example text", "example"
3728
- app/views/home/index.html.haml:2:in `_app_views_home_index_html_haml___1542613762859037368_30058080'
3729
-
3730
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (7.7ms)
3731
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.0ms)
3732
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (14.0ms)
3733
-
3734
-
3735
- Started GET "/" for 127.0.0.1 at 2012-06-03 14:51:07 -0400
3736
- Processing by HomeController#index as HTML
3737
- Rendered home/index.html.haml within layouts/application (2.6ms)
3738
- Completed 200 OK in 54ms (Views: 53.5ms | ActiveRecord: 0.0ms)
3739
-
3740
-
3741
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-06-03 14:51:07 -0400
3742
- Served asset /lightbox.css - 304 Not Modified (6ms)
3743
-
3744
-
3745
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-06-03 14:51:07 -0400
3746
- Served asset /application.css - 304 Not Modified (0ms)
3747
-
3748
-
3749
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-06-03 14:51:07 -0400
3750
- Served asset /home.css - 304 Not Modified (1ms)
3751
-
3752
-
3753
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-03 14:51:07 -0400
3754
- Served asset /jquery.js - 304 Not Modified (53ms)
3755
-
3756
-
3757
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-03 14:51:07 -0400
3758
- Served asset /jquery_ujs.js - 304 Not Modified (2ms)
3759
-
3760
-
3761
- Started GET "/assets/lightbox.js?body=1" for 127.0.0.1 at 2012-06-03 14:51:07 -0400
3762
- Served asset /lightbox.js - 304 Not Modified (3ms)
3763
-
3764
-
3765
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-06-03 14:51:07 -0400
3766
- Served asset /home.js - 304 Not Modified (1ms)
3767
-
3768
-
3769
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-06-03 14:51:07 -0400
3770
- Served asset /application.js - 304 Not Modified (0ms)
3771
-
3772
-
3773
- Started GET "/assets/jquery-1.7.2.min" for 127.0.0.1 at 2012-06-03 14:51:07 -0400
3774
- Served asset /jquery-1.7.2.min - 404 Not Found (4ms)
3775
-
3776
- ActionController::RoutingError (No route matches [GET] "/assets/jquery-1.7.2.min"):
3777
-
3778
-
3779
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.2ms)
3780
-
3781
-
3782
- Started GET "/assets/thumb.png" for 127.0.0.1 at 2012-06-03 14:51:08 -0400
3783
- Served asset /thumb.png - 304 Not Modified (2ms)
3784
-
3785
-
3786
- Started GET "/assets/loading.gif" for 127.0.0.1 at 2012-06-03 14:51:08 -0400
3787
- Served asset /loading.gif - 304 Not Modified (2ms)
3788
-
3789
-
3790
- Started GET "/assets/close.png" for 127.0.0.1 at 2012-06-03 14:51:08 -0400
3791
- Served asset /close.png - 304 Not Modified (2ms)
3792
-
3793
-
3794
- Started GET "/" for 127.0.0.1 at 2012-06-03 14:51:47 -0400
3795
- Processing by HomeController#index as HTML
3796
- Rendered home/index.html.haml within layouts/application (2.4ms)
3797
- Completed 200 OK in 22ms (Views: 21.2ms | ActiveRecord: 0.0ms)
3798
-
3799
-
3800
- Started GET "/assets/lightbox.css?body=1" for 127.0.0.1 at 2012-06-03 14:51:47 -0400
3801
- Served asset /lightbox.css - 304 Not Modified (0ms)
3802
-
3803
-
3804
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-06-03 14:51:47 -0400
3805
- Served asset /application.css - 304 Not Modified (0ms)
3806
-
3807
-
3808
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-06-03 14:51:47 -0400
3809
- Served asset /jquery_ujs.js - 304 Not Modified (0ms)
3810
-
3811
-
3812
- Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2012-06-03 14:51:47 -0400
3813
- Served asset /home.css - 304 Not Modified (0ms)
3814
-
3815
-
3816
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-06-03 14:51:47 -0400
3817
- Served asset /jquery.js - 304 Not Modified (0ms)
3818
-
3819
-
3820
- Started GET "/assets/lightbox.js?body=1" for 127.0.0.1 at 2012-06-03 14:51:47 -0400
3821
- Served asset /lightbox.js - 304 Not Modified (0ms)
3822
-
3823
-
3824
- Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-06-03 14:51:48 -0400
3825
- Served asset /home.js - 304 Not Modified (0ms)
3826
-
3827
-
3828
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-06-03 14:51:48 -0400
3829
- Served asset /application.js - 304 Not Modified (0ms)
3830
-
3831
-
3832
- Started GET "/assets/jquery-1.7.2.min" for 127.0.0.1 at 2012-06-03 14:51:48 -0400
3833
- Served asset /jquery-1.7.2.min - 404 Not Found (3ms)
3834
-
3835
- ActionController::RoutingError (No route matches [GET] "/assets/jquery-1.7.2.min"):
3836
-
3837
-
3838
- Rendered /usr/local/rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.5/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.2ms)
3839
-
3840
-
3841
- Started GET "/assets/thumb.png" for 127.0.0.1 at 2012-06-03 14:51:48 -0400
3842
- Served asset /thumb.png - 304 Not Modified (1ms)
3843
-
3844
-
3845
- Started GET "/assets/loading.gif" for 127.0.0.1 at 2012-06-03 14:51:48 -0400
3846
- Served asset /loading.gif - 304 Not Modified (0ms)
3847
-
3848
-
3849
- Started GET "/assets/close.png" for 127.0.0.1 at 2012-06-03 14:51:48 -0400
3850
- Served asset /close.png - 304 Not Modified (0ms)
3851
-
3852
-
3853
- Started GET "/assets/large.png" for 127.0.0.1 at 2012-06-03 14:51:49 -0400
3854
- Served asset /large.png - 304 Not Modified (2ms)
3855
-
3856
-
3857
- Started GET "/assets/large.png" for 127.0.0.1 at 2012-06-03 14:51:49 -0400
3858
- Served asset /large.png - 304 Not Modified (0ms)