bootstrap-file-input 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (121) hide show
  1. data/MIT-LICENSE +20 -0
  2. data/README.rdoc +3 -0
  3. data/Rakefile +43 -0
  4. data/app/assets/javascripts/bootstrap-file-input.js +106 -0
  5. data/lib/bootstrap-file-input.rb +4 -0
  6. data/lib/bootstrap-file-input/engine.rb +4 -0
  7. data/lib/bootstrap-file-input/version.rb +3 -0
  8. data/test/bootstrap-file-input_test.rb +7 -0
  9. data/test/dummy/README.rdoc +261 -0
  10. data/test/dummy/Rakefile +7 -0
  11. data/test/dummy/app/assets/javascripts/application.js +15 -0
  12. data/test/dummy/app/assets/stylesheets/application.css.scss +15 -0
  13. data/test/dummy/app/controllers/application_controller.rb +3 -0
  14. data/test/dummy/app/controllers/pages_controller.rb +4 -0
  15. data/test/dummy/app/helpers/application_helper.rb +2 -0
  16. data/test/dummy/app/views/layouts/application.html.erb +14 -0
  17. data/test/dummy/app/views/pages/index.html.erb +3 -0
  18. data/test/dummy/config.ru +4 -0
  19. data/test/dummy/config/application.rb +59 -0
  20. data/test/dummy/config/boot.rb +10 -0
  21. data/test/dummy/config/database.yml +25 -0
  22. data/test/dummy/config/environment.rb +5 -0
  23. data/test/dummy/config/environments/development.rb +37 -0
  24. data/test/dummy/config/environments/production.rb +76 -0
  25. data/test/dummy/config/environments/test.rb +37 -0
  26. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  27. data/test/dummy/config/initializers/inflections.rb +15 -0
  28. data/test/dummy/config/initializers/mime_types.rb +5 -0
  29. data/test/dummy/config/initializers/secret_token.rb +7 -0
  30. data/test/dummy/config/initializers/session_store.rb +8 -0
  31. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  32. data/test/dummy/config/locales/en.yml +5 -0
  33. data/test/dummy/config/routes.rb +3 -0
  34. data/test/dummy/db/development.sqlite3 +0 -0
  35. data/test/dummy/log/development.log +698 -0
  36. data/test/dummy/public/404.html +26 -0
  37. data/test/dummy/public/422.html +26 -0
  38. data/test/dummy/public/500.html +25 -0
  39. data/test/dummy/public/favicon.ico +0 -0
  40. data/test/dummy/script/rails +6 -0
  41. data/test/dummy/tmp/cache/assets/C2A/9D0/sprockets%2F8be289190c53206e849049b33941f525 +0 -0
  42. data/test/dummy/tmp/cache/assets/C3C/D10/sprockets%2F1a5446b8b1b109439663e92204ca3231 +0 -0
  43. data/test/dummy/tmp/cache/assets/C52/4B0/sprockets%2F6785ee0b51e03907241e67a6b0408479 +0 -0
  44. data/test/dummy/tmp/cache/assets/C76/C80/sprockets%2F486f90ac23c220707e0d5b2b97362282 +0 -0
  45. data/test/dummy/tmp/cache/assets/CCA/9A0/sprockets%2F2d814af77b681c09492c46e91f7784e9 +0 -0
  46. data/test/dummy/tmp/cache/assets/CCB/A80/sprockets%2F7814268406071ceef38a69f6789cd69a +0 -0
  47. data/test/dummy/tmp/cache/assets/CD1/790/sprockets%2F19a5b60c2f0d762c71e7e6a0471257a1 +0 -0
  48. data/test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953 +0 -0
  49. data/test/dummy/tmp/cache/assets/CDD/700/sprockets%2F688c04191d55acdc34755a8f215840cb +0 -0
  50. data/test/dummy/tmp/cache/assets/CE2/BA0/sprockets%2F71a625b9820f8b735e7f5cb6c29044d0 +0 -0
  51. data/test/dummy/tmp/cache/assets/CE5/650/sprockets%2F8ab512c9b33ac90e699b73469d71f061 +0 -0
  52. data/test/dummy/tmp/cache/assets/CE9/7C0/sprockets%2F979b70e229704da13474db75ee46d53d +0 -0
  53. data/test/dummy/tmp/cache/assets/CEB/B00/sprockets%2F19d1d9f279941817bc0fc94ca50b9518 +0 -0
  54. data/test/dummy/tmp/cache/assets/CEB/E10/sprockets%2Fdb82f79e2035ef1360d789391be4e921 +0 -0
  55. data/test/dummy/tmp/cache/assets/D00/9E0/sprockets%2F007d9c1a10c756ebe3c6a355e8007c53 +0 -0
  56. data/test/dummy/tmp/cache/assets/D09/1A0/sprockets%2F2b32533fa9060b5ad234fe739c41a98f +0 -0
  57. data/test/dummy/tmp/cache/assets/D0D/700/sprockets%2Fc4a07d308f5ac161d0586d299845f0cc +0 -0
  58. data/test/dummy/tmp/cache/assets/D0E/E50/sprockets%2F65f005e661affc28de274f732410c86b +0 -0
  59. data/test/dummy/tmp/cache/assets/D0F/DA0/sprockets%2Ff619821149346a9ad9a8ccd3a7f4d021 +0 -0
  60. data/test/dummy/tmp/cache/assets/D12/F60/sprockets%2F73962373904aab17ba6e16f63f7e1db8 +0 -0
  61. data/test/dummy/tmp/cache/assets/D16/CB0/sprockets%2F8b9e78717510baa0b379d15bd06fd858 +0 -0
  62. data/test/dummy/tmp/cache/assets/D1A/0F0/sprockets%2F706adde223557fd93c677444bef3287a +0 -0
  63. data/test/dummy/tmp/cache/assets/D1B/C90/sprockets%2F50a64d3dd7f6b06f81621dd895547d7d +0 -0
  64. data/test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
  65. data/test/dummy/tmp/cache/assets/D47/2F0/sprockets%2Fde1ea60868eb9ed51c4e2cf281373755 +0 -0
  66. data/test/dummy/tmp/cache/assets/D4B/AD0/sprockets%2F045f117f99b4bd243af6b129d699ddd7 +0 -0
  67. data/test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655 +0 -0
  68. data/test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6 +0 -0
  69. data/test/dummy/tmp/cache/assets/D65/AD0/sprockets%2F63c61a3a5a348460dfeb595b2bd40d8d +0 -0
  70. data/test/dummy/tmp/cache/assets/D6A/C30/sprockets%2Fb86108db58544d3eb6b7f4efa13d150d +0 -0
  71. data/test/dummy/tmp/cache/assets/D6A/D30/sprockets%2Fb6d2c58fa1a229f35ddcf09546f2325a +0 -0
  72. data/test/dummy/tmp/cache/assets/D71/410/sprockets%2F8126aa79a1eee2fe894576a015aa4b9e +0 -0
  73. data/test/dummy/tmp/cache/assets/D81/300/sprockets%2F7b09a3aaf561e87c2e9c844b48fee289 +0 -0
  74. data/test/dummy/tmp/cache/assets/D91/080/sprockets%2Fbcca522c6302f184f12fe0e8a7d7e71a +0 -0
  75. data/test/dummy/tmp/cache/assets/D91/460/sprockets%2Fc2b37becedf725610fc9944102baf33a +0 -0
  76. data/test/dummy/tmp/cache/assets/D9F/300/sprockets%2Fc13fc73ceafa45876a901b3e775b83ae +0 -0
  77. data/test/dummy/tmp/cache/assets/DBC/550/sprockets%2F40becc172389ae08ff2b6bb5cc9c10a0 +0 -0
  78. data/test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994 +0 -0
  79. data/test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
  80. data/test/dummy/tmp/cache/assets/E4A/3F0/sprockets%2F40ea7ca7cfed0cbb0bd3a8907f38ab1b +0 -0
  81. data/test/dummy/tmp/cache/assets/EB0/FA0/sprockets%2Fdb74b35e4faecbebe1ab9ba15bcf80e5 +0 -0
  82. data/test/dummy/tmp/cache/sass/68081832c3159d484fed76864af9379823a4ef2e/application.css.scssc +0 -0
  83. data/test/dummy/tmp/cache/sass/bf56e9b7b6e3783eb2bd444ed65cb9253f2cdb6b/bootstrap.scssc +0 -0
  84. data/test/dummy/tmp/cache/sass/e3c6e33712d8e46407f1e1203d06a6d8315a665f/_accordion.scssc +0 -0
  85. data/test/dummy/tmp/cache/sass/e3c6e33712d8e46407f1e1203d06a6d8315a665f/_alerts.scssc +0 -0
  86. data/test/dummy/tmp/cache/sass/e3c6e33712d8e46407f1e1203d06a6d8315a665f/_breadcrumbs.scssc +0 -0
  87. data/test/dummy/tmp/cache/sass/e3c6e33712d8e46407f1e1203d06a6d8315a665f/_button-groups.scssc +0 -0
  88. data/test/dummy/tmp/cache/sass/e3c6e33712d8e46407f1e1203d06a6d8315a665f/_buttons.scssc +0 -0
  89. data/test/dummy/tmp/cache/sass/e3c6e33712d8e46407f1e1203d06a6d8315a665f/_carousel.scssc +0 -0
  90. data/test/dummy/tmp/cache/sass/e3c6e33712d8e46407f1e1203d06a6d8315a665f/_close.scssc +0 -0
  91. data/test/dummy/tmp/cache/sass/e3c6e33712d8e46407f1e1203d06a6d8315a665f/_code.scssc +0 -0
  92. data/test/dummy/tmp/cache/sass/e3c6e33712d8e46407f1e1203d06a6d8315a665f/_component-animations.scssc +0 -0
  93. data/test/dummy/tmp/cache/sass/e3c6e33712d8e46407f1e1203d06a6d8315a665f/_dropdowns.scssc +0 -0
  94. data/test/dummy/tmp/cache/sass/e3c6e33712d8e46407f1e1203d06a6d8315a665f/_forms.scssc +0 -0
  95. data/test/dummy/tmp/cache/sass/e3c6e33712d8e46407f1e1203d06a6d8315a665f/_grid.scssc +0 -0
  96. data/test/dummy/tmp/cache/sass/e3c6e33712d8e46407f1e1203d06a6d8315a665f/_hero-unit.scssc +0 -0
  97. data/test/dummy/tmp/cache/sass/e3c6e33712d8e46407f1e1203d06a6d8315a665f/_labels-badges.scssc +0 -0
  98. data/test/dummy/tmp/cache/sass/e3c6e33712d8e46407f1e1203d06a6d8315a665f/_layouts.scssc +0 -0
  99. data/test/dummy/tmp/cache/sass/e3c6e33712d8e46407f1e1203d06a6d8315a665f/_media.scssc +0 -0
  100. data/test/dummy/tmp/cache/sass/e3c6e33712d8e46407f1e1203d06a6d8315a665f/_mixins.scssc +0 -0
  101. data/test/dummy/tmp/cache/sass/e3c6e33712d8e46407f1e1203d06a6d8315a665f/_modals.scssc +0 -0
  102. data/test/dummy/tmp/cache/sass/e3c6e33712d8e46407f1e1203d06a6d8315a665f/_navbar.scssc +0 -0
  103. data/test/dummy/tmp/cache/sass/e3c6e33712d8e46407f1e1203d06a6d8315a665f/_navs.scssc +0 -0
  104. data/test/dummy/tmp/cache/sass/e3c6e33712d8e46407f1e1203d06a6d8315a665f/_pager.scssc +0 -0
  105. data/test/dummy/tmp/cache/sass/e3c6e33712d8e46407f1e1203d06a6d8315a665f/_pagination.scssc +0 -0
  106. data/test/dummy/tmp/cache/sass/e3c6e33712d8e46407f1e1203d06a6d8315a665f/_popovers.scssc +0 -0
  107. data/test/dummy/tmp/cache/sass/e3c6e33712d8e46407f1e1203d06a6d8315a665f/_progress-bars.scssc +0 -0
  108. data/test/dummy/tmp/cache/sass/e3c6e33712d8e46407f1e1203d06a6d8315a665f/_reset.scssc +0 -0
  109. data/test/dummy/tmp/cache/sass/e3c6e33712d8e46407f1e1203d06a6d8315a665f/_scaffolding.scssc +0 -0
  110. data/test/dummy/tmp/cache/sass/e3c6e33712d8e46407f1e1203d06a6d8315a665f/_sprites.scssc +0 -0
  111. data/test/dummy/tmp/cache/sass/e3c6e33712d8e46407f1e1203d06a6d8315a665f/_tables.scssc +0 -0
  112. data/test/dummy/tmp/cache/sass/e3c6e33712d8e46407f1e1203d06a6d8315a665f/_thumbnails.scssc +0 -0
  113. data/test/dummy/tmp/cache/sass/e3c6e33712d8e46407f1e1203d06a6d8315a665f/_tooltip.scssc +0 -0
  114. data/test/dummy/tmp/cache/sass/e3c6e33712d8e46407f1e1203d06a6d8315a665f/_type.scssc +0 -0
  115. data/test/dummy/tmp/cache/sass/e3c6e33712d8e46407f1e1203d06a6d8315a665f/_utilities.scssc +0 -0
  116. data/test/dummy/tmp/cache/sass/e3c6e33712d8e46407f1e1203d06a6d8315a665f/_variables.scssc +0 -0
  117. data/test/dummy/tmp/cache/sass/e3c6e33712d8e46407f1e1203d06a6d8315a665f/_wells.scssc +0 -0
  118. data/test/dummy/tmp/cache/sass/e3c6e33712d8e46407f1e1203d06a6d8315a665f/bootstrap.scssc +0 -0
  119. data/test/integration/navigation_test.rb +10 -0
  120. data/test/test_helper.rb +15 -0
  121. metadata +365 -0
@@ -0,0 +1,7 @@
1
+ #!/usr/bin/env rake
2
+ # Add your own tasks in files placed in lib/tasks ending in .rake,
3
+ # for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
4
+
5
+ require File.expand_path('../config/application', __FILE__)
6
+
7
+ Dummy::Application.load_tasks
@@ -0,0 +1,15 @@
1
+ // This is a manifest file that'll be compiled into application.js, which will include all the files
2
+ // listed below.
3
+ //
4
+ // Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
5
+ // or vendor/assets/javascripts of plugins, if any, can be referenced here using a relative path.
6
+ //
7
+ // It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
8
+ // the compiled file.
9
+ //
10
+ // WARNING: THE FIRST BLANK LINE MARKS THE END OF WHAT'S TO BE PROCESSED, ANY BLANK LINE SHOULD
11
+ // GO AFTER THE REQUIRES BELOW.
12
+ //
13
+ //= require jquery
14
+ //= require bootstrap
15
+ //= require bootstrap-file-input
@@ -0,0 +1,15 @@
1
+ /*
2
+ * This is a manifest file that'll be compiled into application.css, which will include all the files
3
+ * listed below.
4
+ *
5
+ * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
6
+ * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
7
+ *
8
+ * You're free to add application-wide styles to this file and they'll appear at the top of the
9
+ * compiled file, but it's generally better to create a new file per style scope.
10
+ *
11
+ *= require_self
12
+ *= require_tree .
13
+ */
14
+
15
+ @import "bootstrap";
@@ -0,0 +1,3 @@
1
+ class ApplicationController < ActionController::Base
2
+ protect_from_forgery
3
+ end
@@ -0,0 +1,4 @@
1
+ class PagesController < ApplicationController
2
+ def index
3
+ end
4
+ end
@@ -0,0 +1,2 @@
1
+ module ApplicationHelper
2
+ end
@@ -0,0 +1,14 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <title>Dummy</title>
5
+ <%= stylesheet_link_tag "application", :media => "all" %>
6
+ <%= javascript_include_tag "application" %>
7
+ <%= csrf_meta_tags %>
8
+ </head>
9
+ <body>
10
+
11
+ <%= yield %>
12
+
13
+ </body>
14
+ </html>
@@ -0,0 +1,3 @@
1
+
2
+
3
+ <input type="file" />
@@ -0,0 +1,4 @@
1
+ # This file is used by Rack-based servers to start the application.
2
+
3
+ require ::File.expand_path('../config/environment', __FILE__)
4
+ run Dummy::Application
@@ -0,0 +1,59 @@
1
+ require File.expand_path('../boot', __FILE__)
2
+
3
+ require 'rails/all'
4
+
5
+ Bundler.require(*Rails.groups)
6
+ require "bootstrap-file-input"
7
+
8
+ module Dummy
9
+ class Application < Rails::Application
10
+ # Settings in config/environments/* take precedence over those specified here.
11
+ # Application configuration should go into files in config/initializers
12
+ # -- all .rb files in that directory are automatically loaded.
13
+
14
+ # Custom directories with classes and modules you want to be autoloadable.
15
+ # config.autoload_paths += %W(#{config.root}/extras)
16
+
17
+ # Only load the plugins named here, in the order given (default is alphabetical).
18
+ # :all can be used as a placeholder for all plugins not explicitly named.
19
+ # config.plugins = [ :exception_notification, :ssl_requirement, :all ]
20
+
21
+ # Activate observers that should always be running.
22
+ # config.active_record.observers = :cacher, :garbage_collector, :forum_observer
23
+
24
+ # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone.
25
+ # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC.
26
+ # config.time_zone = 'Central Time (US & Canada)'
27
+
28
+ # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded.
29
+ # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s]
30
+ # config.i18n.default_locale = :de
31
+
32
+ # Configure the default encoding used in templates for Ruby 1.9.
33
+ config.encoding = "utf-8"
34
+
35
+ # Configure sensitive parameters which will be filtered from the log file.
36
+ config.filter_parameters += [:password]
37
+
38
+ # Enable escaping HTML in JSON.
39
+ config.active_support.escape_html_entities_in_json = true
40
+
41
+ # Use SQL instead of Active Record's schema dumper when creating the database.
42
+ # This is necessary if your schema can't be completely dumped by the schema dumper,
43
+ # like if you have constraints or database-specific column types
44
+ # config.active_record.schema_format = :sql
45
+
46
+ # Enforce whitelist mode for mass assignment.
47
+ # This will create an empty whitelist of attributes available for mass-assignment for all models
48
+ # in your app. As such, your models will need to explicitly whitelist or blacklist accessible
49
+ # parameters by using an attr_accessible or attr_protected declaration.
50
+ config.active_record.whitelist_attributes = true
51
+
52
+ # Enable the asset pipeline
53
+ config.assets.enabled = true
54
+
55
+ # Version of your assets, change this if you want to expire all your assets
56
+ config.assets.version = '1.0'
57
+ end
58
+ end
59
+
@@ -0,0 +1,10 @@
1
+ require 'rubygems'
2
+ gemfile = File.expand_path('../../../../Gemfile', __FILE__)
3
+
4
+ if File.exist?(gemfile)
5
+ ENV['BUNDLE_GEMFILE'] = gemfile
6
+ require 'bundler'
7
+ Bundler.setup
8
+ end
9
+
10
+ $:.unshift File.expand_path('../../../../lib', __FILE__)
@@ -0,0 +1,25 @@
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
@@ -0,0 +1,5 @@
1
+ # Load the rails application
2
+ require File.expand_path('../application', __FILE__)
3
+
4
+ # Initialize the rails application
5
+ Dummy::Application.initialize!
@@ -0,0 +1,37 @@
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
+ # Raise exception on mass assignment protection for Active Record models
26
+ config.active_record.mass_assignment_sanitizer = :strict
27
+
28
+ # Log the query plan for queries taking more than this (works
29
+ # with SQLite, MySQL, and PostgreSQL)
30
+ config.active_record.auto_explain_threshold_in_seconds = 0.5
31
+
32
+ # Do not compress assets
33
+ config.assets.compress = false
34
+
35
+ # Expands the lines which load the assets
36
+ config.assets.debug = true
37
+ end
@@ -0,0 +1,76 @@
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.js_compressor = :uglifier
16
+ # config.assets.compress = true
17
+
18
+ # Don't fallback to assets pipeline if a precompiled asset is missed
19
+ config.assets.compile = false
20
+
21
+ # Generate digests for assets URLs
22
+ config.assets.digest = true
23
+
24
+ # Version of your assets, change this if you want to expire all your assets.
25
+ config.assets.version = '1.0'
26
+
27
+ # Defaults to nil and saved in location specified by config.assets.prefix
28
+ # config.assets.manifest = YOUR_PATH
29
+
30
+ # Specifies the header that your server uses for sending files
31
+ # config.action_dispatch.x_sendfile_header = "X-Sendfile" # for apache
32
+ # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for nginx
33
+
34
+ # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
35
+ # config.force_ssl = true
36
+
37
+ # See everything in the log (default is :info)
38
+ # config.log_level = :debug
39
+ # Set to :debug to see everything in the log.
40
+ config.log_level = :info
41
+
42
+ # Prepend all log lines with the following tags
43
+ # config.log_tags = [ :subdomain, :uuid ]
44
+
45
+ # Use a different logger for distributed setups
46
+ # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new)
47
+
48
+ # Use a different cache store in production
49
+ # config.cache_store = :mem_cache_store
50
+
51
+ # Enable serving of images, stylesheets, and JavaScripts from an asset server
52
+ # config.action_controller.asset_host = "http://assets.example.com"
53
+
54
+ # Precompile additional assets (application.js, application.css, and all non-JS/CSS are already added)
55
+ # config.assets.precompile += %w( search.js )
56
+
57
+ # Disable delivery errors, bad email addresses will be ignored
58
+ # config.action_mailer.raise_delivery_errors = false
59
+
60
+ # Enable threaded mode
61
+ # config.threadsafe!
62
+
63
+ # Enable locale fallbacks for I18n (makes lookups for any locale fall back to
64
+ # the I18n.default_locale when a translation can not be found)
65
+ config.i18n.fallbacks = true
66
+
67
+ # Send deprecation notices to registered listeners
68
+ config.active_support.deprecation = :notify
69
+
70
+ # Log the query plan for queries taking more than this (works
71
+ # with SQLite, MySQL, and PostgreSQL)
72
+ # config.active_record.auto_explain_threshold_in_seconds = 0.5
73
+
74
+ # Use default logging formatter so that PID and timestamp are not suppressed.
75
+ config.log_formatter = ::Logger::Formatter.new
76
+ end
@@ -0,0 +1,37 @@
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
+ # Raise exception on mass assignment protection for Active Record models
33
+ config.active_record.mass_assignment_sanitizer = :strict
34
+
35
+ # Print deprecation notices to the stderr
36
+ config.active_support.deprecation = :stderr
37
+ end
@@ -0,0 +1,7 @@
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!
@@ -0,0 +1,15 @@
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
11
+ #
12
+ # These inflection rules are supported but not enabled by default:
13
+ # ActiveSupport::Inflector.inflections do |inflect|
14
+ # inflect.acronym 'RESTful'
15
+ # end
@@ -0,0 +1,5 @@
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
@@ -0,0 +1,7 @@
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 = '8c94919f37e16688f8860b3e525763a9ae3c156d5856409538d16579d4c8028f0ad236269e887c18863b163a08b54c76cb4030fe1f898e4370aaf98753b7e5bd'
@@ -0,0 +1,8 @@
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
@@ -0,0 +1,14 @@
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
@@ -0,0 +1,5 @@
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"
@@ -0,0 +1,3 @@
1
+ Rails.application.routes.draw do
2
+ root to: "pages#index"
3
+ end
File without changes
@@ -0,0 +1,698 @@
1
+ Connecting to database specified by database.yml
2
+ Connecting to database specified by database.yml
3
+
4
+
5
+ Started GET "/" for 127.0.0.1 at 2013-06-13 15:38:09 +0200
6
+
7
+ ActionController::RoutingError (No route matches [GET] "/"):
8
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
9
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
10
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
11
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
12
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
13
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
14
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
15
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
16
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
17
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
18
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
19
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
20
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
21
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
22
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
23
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
24
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
25
+ /usr/local/Cellar/ruby/1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
26
+ /usr/local/Cellar/ruby/1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
27
+ /usr/local/Cellar/ruby/1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
28
+
29
+
30
+ Rendered /usr/local/Cellar/ruby/1.9.3-p194/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (2.7ms)
31
+
32
+
33
+ Started GET "/" for 127.0.0.1 at 2013-06-13 15:39:07 +0200
34
+
35
+ ActionController::RoutingError (No route matches [GET] "/"):
36
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
37
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
38
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
39
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
40
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
41
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
42
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
43
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
44
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
45
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
46
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
47
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
48
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
49
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
50
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
51
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
52
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
53
+ /usr/local/Cellar/ruby/1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
54
+ /usr/local/Cellar/ruby/1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
55
+ /usr/local/Cellar/ruby/1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
56
+
57
+
58
+ Rendered /usr/local/Cellar/ruby/1.9.3-p194/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms)
59
+
60
+
61
+ Started GET "/" for 127.0.0.1 at 2013-06-13 15:40:37 +0200
62
+ Processing by PagesController#index as HTML
63
+ Rendered pages/index.html.erb within layouts/application (0.4ms)
64
+ Compiled application.css (0ms) (pid 10030)
65
+ Completed 500 Internal Server Error in 106ms
66
+
67
+ ActionView::Template::Error (couldn't find file 'bootstrap'
68
+ (in /Users/sandra/Sites/bootstrap-file-input/test/dummy/app/assets/javascripts/application.js:14)):
69
+ 3: <head>
70
+ 4: <title>Dummy</title>
71
+ 5: <%= stylesheet_link_tag "application", :media => "all" %>
72
+ 6: <%= javascript_include_tag "application" %>
73
+ 7: <%= csrf_meta_tags %>
74
+ 8: </head>
75
+ 9: <body>
76
+ app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__321727625422532212_2175992140'
77
+
78
+
79
+ Rendered /usr/local/Cellar/ruby/1.9.3-p194/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.2ms)
80
+ Rendered /usr/local/Cellar/ruby/1.9.3-p194/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
81
+ Rendered /usr/local/Cellar/ruby/1.9.3-p194/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (15.3ms)
82
+ Connecting to database specified by database.yml
83
+
84
+
85
+ Started GET "/" for 127.0.0.1 at 2013-06-13 15:44:33 +0200
86
+ Processing by PagesController#index as HTML
87
+ Rendered pages/index.html.erb within layouts/application (2.4ms)
88
+ Completed 500 Internal Server Error in 53ms
89
+
90
+ ActionView::Template::Error (couldn't find file 'bootstrap-file-input'
91
+ (in /Users/sandra/Sites/bootstrap-file-input/test/dummy/app/assets/javascripts/application.js:15)):
92
+ 3: <head>
93
+ 4: <title>Dummy</title>
94
+ 5: <%= stylesheet_link_tag "application", :media => "all" %>
95
+ 6: <%= javascript_include_tag "application" %>
96
+ 7: <%= csrf_meta_tags %>
97
+ 8: </head>
98
+ 9: <body>
99
+ app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___4544063491341119800_2166910100'
100
+
101
+
102
+ Rendered /usr/local/Cellar/ruby/1.9.3-p194/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms)
103
+ Rendered /usr/local/Cellar/ruby/1.9.3-p194/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
104
+ Rendered /usr/local/Cellar/ruby/1.9.3-p194/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.1ms)
105
+
106
+
107
+ Started GET "/" for 127.0.0.1 at 2013-06-13 15:44:34 +0200
108
+ Processing by PagesController#index as HTML
109
+ Rendered pages/index.html.erb within layouts/application (0.0ms)
110
+ Completed 500 Internal Server Error in 37ms
111
+
112
+ ActionView::Template::Error (couldn't find file 'bootstrap-file-input'
113
+ (in /Users/sandra/Sites/bootstrap-file-input/test/dummy/app/assets/javascripts/application.js:15)):
114
+ 3: <head>
115
+ 4: <title>Dummy</title>
116
+ 5: <%= stylesheet_link_tag "application", :media => "all" %>
117
+ 6: <%= javascript_include_tag "application" %>
118
+ 7: <%= csrf_meta_tags %>
119
+ 8: </head>
120
+ 9: <body>
121
+ app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___4544063491341119800_2166910100'
122
+
123
+
124
+ Rendered /usr/local/Cellar/ruby/1.9.3-p194/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (35.7ms)
125
+ Rendered /usr/local/Cellar/ruby/1.9.3-p194/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
126
+ Rendered /usr/local/Cellar/ruby/1.9.3-p194/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (45.2ms)
127
+
128
+
129
+ Started GET "/" for 127.0.0.1 at 2013-06-13 15:45:01 +0200
130
+ Processing by PagesController#index as HTML
131
+ Rendered pages/index.html.erb within layouts/application (0.0ms)
132
+ Compiled jquery.js (2ms) (pid 10569)
133
+ Compiled bootstrap-transition.js (0ms) (pid 10569)
134
+ Compiled bootstrap-affix.js (0ms) (pid 10569)
135
+ Compiled bootstrap-alert.js (0ms) (pid 10569)
136
+ Compiled bootstrap-button.js (0ms) (pid 10569)
137
+ Compiled bootstrap-carousel.js (0ms) (pid 10569)
138
+ Compiled bootstrap-collapse.js (1ms) (pid 10569)
139
+ Compiled bootstrap-dropdown.js (0ms) (pid 10569)
140
+ Compiled bootstrap-modal.js (0ms) (pid 10569)
141
+ Compiled bootstrap-scrollspy.js (0ms) (pid 10569)
142
+ Compiled bootstrap-tab.js (0ms) (pid 10569)
143
+ Compiled bootstrap-tooltip.js (1ms) (pid 10569)
144
+ Compiled bootstrap-popover.js (0ms) (pid 10569)
145
+ Compiled bootstrap-typeahead.js (0ms) (pid 10569)
146
+ Compiled bootstrap.js (307ms) (pid 10569)
147
+ Compiled bootstrap-file-input.js (0ms) (pid 10569)
148
+ Compiled application.js (477ms) (pid 10569)
149
+ Completed 200 OK in 521ms (Views: 520.6ms | ActiveRecord: 0.0ms)
150
+
151
+
152
+ Started GET "/assets/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-06-13 15:45:01 +0200
153
+ Served asset /bootstrap-transition.js - 200 OK (9ms)
154
+
155
+
156
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-13 15:45:01 +0200
157
+ Served asset /jquery.js - 200 OK (3ms)
158
+
159
+
160
+ Started GET "/assets/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-06-13 15:45:01 +0200
161
+ Served asset /bootstrap-affix.js - 200 OK (2ms)
162
+
163
+
164
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-13 15:45:01 +0200
165
+ Served asset /application.css - 200 OK (1ms)
166
+
167
+
168
+ Started GET "/assets/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-06-13 15:45:01 +0200
169
+ Served asset /bootstrap-carousel.js - 200 OK (2ms)
170
+
171
+
172
+ Started GET "/assets/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-06-13 15:45:01 +0200
173
+ Served asset /bootstrap-collapse.js - 200 OK (2ms)
174
+
175
+
176
+ Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-06-13 15:45:01 +0200
177
+ Served asset /bootstrap-dropdown.js - 200 OK (2ms)
178
+
179
+
180
+ Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-06-13 15:45:01 +0200
181
+ Served asset /bootstrap-alert.js - 200 OK (2ms)
182
+
183
+
184
+ Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-06-13 15:45:01 +0200
185
+ Served asset /bootstrap-button.js - 200 OK (5ms)
186
+
187
+
188
+ Started GET "/assets/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-06-13 15:45:01 +0200
189
+ Served asset /bootstrap-tab.js - 200 OK (2ms)
190
+
191
+
192
+ Started GET "/assets/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-06-13 15:45:01 +0200
193
+ Served asset /bootstrap-modal.js - 200 OK (7ms)
194
+
195
+
196
+ Started GET "/assets/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-06-13 15:45:01 +0200
197
+ Served asset /bootstrap-scrollspy.js - 200 OK (4ms)
198
+
199
+
200
+ Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-06-13 15:45:01 +0200
201
+ Served asset /bootstrap-tooltip.js - 200 OK (4ms)
202
+
203
+
204
+ Started GET "/assets/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-06-13 15:45:01 +0200
205
+ Served asset /bootstrap-popover.js - 200 OK (2ms)
206
+
207
+
208
+ Started GET "/assets/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-06-13 15:45:01 +0200
209
+ Served asset /bootstrap-typeahead.js - 200 OK (2ms)
210
+
211
+
212
+ Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-06-13 15:45:01 +0200
213
+ Served asset /bootstrap.js - 200 OK (25ms)
214
+
215
+
216
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-13 15:45:01 +0200
217
+ Served asset /application.js - 200 OK (72ms)
218
+
219
+
220
+ Started GET "/assets/bootstrap-file-input.js?body=1" for 127.0.0.1 at 2013-06-13 15:45:01 +0200
221
+ Served asset /bootstrap-file-input.js - 200 OK (3ms)
222
+
223
+
224
+ Started GET "/" for 127.0.0.1 at 2013-06-13 15:46:21 +0200
225
+ Processing by PagesController#index as HTML
226
+ Rendered pages/index.html.erb within layouts/application (0.1ms)
227
+ Compiled application.css (3029ms) (pid 10569)
228
+ Completed 200 OK in 3116ms (Views: 3115.9ms | ActiveRecord: 0.0ms)
229
+
230
+
231
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-13 15:46:24 +0200
232
+ Served asset /jquery.js - 304 Not Modified (0ms)
233
+
234
+
235
+ Started GET "/assets/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-06-13 15:46:24 +0200
236
+ Served asset /bootstrap-transition.js - 304 Not Modified (0ms)
237
+
238
+
239
+ Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-06-13 15:46:24 +0200
240
+ Served asset /bootstrap-alert.js - 304 Not Modified (0ms)
241
+
242
+
243
+ Started GET "/assets/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-06-13 15:46:24 +0200
244
+ Served asset /bootstrap-affix.js - 304 Not Modified (0ms)
245
+
246
+
247
+ Started GET "/assets/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-06-13 15:46:24 +0200
248
+ Served asset /bootstrap-collapse.js - 304 Not Modified (0ms)
249
+
250
+
251
+ Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-06-13 15:46:24 +0200
252
+ Served asset /bootstrap-button.js - 304 Not Modified (0ms)
253
+
254
+
255
+ Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-06-13 15:46:24 +0200
256
+ Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms)
257
+
258
+
259
+ Started GET "/assets/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-06-13 15:46:24 +0200
260
+ Served asset /bootstrap-carousel.js - 304 Not Modified (0ms)
261
+
262
+
263
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-13 15:46:24 +0200
264
+ Served asset /application.css - 200 OK (8ms)
265
+
266
+
267
+ Started GET "/assets/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-06-13 15:46:24 +0200
268
+ Served asset /bootstrap-tab.js - 304 Not Modified (0ms)
269
+
270
+
271
+ Started GET "/assets/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-06-13 15:46:24 +0200
272
+ Served asset /bootstrap-modal.js - 304 Not Modified (0ms)
273
+
274
+
275
+ Started GET "/assets/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-06-13 15:46:24 +0200
276
+ Served asset /bootstrap-scrollspy.js - 304 Not Modified (0ms)
277
+
278
+
279
+ Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-06-13 15:46:24 +0200
280
+ Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms)
281
+
282
+
283
+ Started GET "/assets/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-06-13 15:46:24 +0200
284
+ Served asset /bootstrap-popover.js - 304 Not Modified (0ms)
285
+
286
+
287
+ Started GET "/assets/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-06-13 15:46:24 +0200
288
+ Served asset /bootstrap-typeahead.js - 304 Not Modified (0ms)
289
+
290
+
291
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-13 15:46:24 +0200
292
+ Served asset /application.js - 304 Not Modified (0ms)
293
+
294
+
295
+ Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-06-13 15:46:24 +0200
296
+ Served asset /bootstrap.js - 304 Not Modified (0ms)
297
+
298
+
299
+ Started GET "/assets/bootstrap-file-input.js?body=1" for 127.0.0.1 at 2013-06-13 15:46:24 +0200
300
+ Served asset /bootstrap-file-input.js - 304 Not Modified (0ms)
301
+
302
+
303
+ Started GET "/" for 127.0.0.1 at 2013-06-13 15:47:01 +0200
304
+ Processing by PagesController#index as HTML
305
+ Rendered pages/index.html.erb within layouts/application (0.0ms)
306
+ Completed 200 OK in 13ms (Views: 12.5ms | ActiveRecord: 0.0ms)
307
+
308
+
309
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-13 15:47:01 +0200
310
+ Served asset /application.css - 304 Not Modified (0ms)
311
+
312
+
313
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-13 15:47:01 +0200
314
+ Served asset /jquery.js - 304 Not Modified (0ms)
315
+
316
+
317
+ Started GET "/assets/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-06-13 15:47:01 +0200
318
+ Served asset /bootstrap-transition.js - 304 Not Modified (0ms)
319
+
320
+
321
+ Started GET "/assets/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-06-13 15:47:01 +0200
322
+ Served asset /bootstrap-collapse.js - 304 Not Modified (0ms)
323
+
324
+
325
+ Started GET "/assets/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-06-13 15:47:01 +0200
326
+ Served asset /bootstrap-affix.js - 304 Not Modified (0ms)
327
+
328
+
329
+ Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-06-13 15:47:01 +0200
330
+ Served asset /bootstrap-button.js - 304 Not Modified (0ms)
331
+
332
+
333
+ Started GET "/assets/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-06-13 15:47:01 +0200
334
+ Served asset /bootstrap-carousel.js - 304 Not Modified (0ms)
335
+
336
+
337
+ Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-06-13 15:47:01 +0200
338
+ Served asset /bootstrap-alert.js - 304 Not Modified (0ms)
339
+
340
+
341
+ Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-06-13 15:47:01 +0200
342
+ Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms)
343
+
344
+
345
+ Started GET "/assets/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-06-13 15:47:01 +0200
346
+ Served asset /bootstrap-modal.js - 304 Not Modified (0ms)
347
+
348
+
349
+ Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-06-13 15:47:01 +0200
350
+ Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms)
351
+
352
+
353
+ Started GET "/assets/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-06-13 15:47:01 +0200
354
+ Served asset /bootstrap-scrollspy.js - 304 Not Modified (0ms)
355
+
356
+
357
+ Started GET "/assets/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-06-13 15:47:01 +0200
358
+ Served asset /bootstrap-tab.js - 304 Not Modified (0ms)
359
+
360
+
361
+ Started GET "/assets/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-06-13 15:47:01 +0200
362
+ Served asset /bootstrap-popover.js - 304 Not Modified (0ms)
363
+
364
+
365
+ Started GET "/assets/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-06-13 15:47:01 +0200
366
+ Served asset /bootstrap-typeahead.js - 304 Not Modified (0ms)
367
+
368
+
369
+ Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-06-13 15:47:01 +0200
370
+ Served asset /bootstrap.js - 304 Not Modified (0ms)
371
+
372
+
373
+ Started GET "/assets/bootstrap-file-input.js?body=1" for 127.0.0.1 at 2013-06-13 15:47:01 +0200
374
+ Served asset /bootstrap-file-input.js - 304 Not Modified (0ms)
375
+
376
+
377
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-13 15:47:01 +0200
378
+ Served asset /application.js - 304 Not Modified (0ms)
379
+ Connecting to database specified by database.yml
380
+
381
+
382
+ Started GET "/" for 192.168.1.171 at 2013-06-13 15:50:43 +0200
383
+ Processing by PagesController#index as HTML
384
+ Rendered pages/index.html.erb within layouts/application (31.1ms)
385
+ Completed 200 OK in 230ms (Views: 229.3ms | ActiveRecord: 0.0ms)
386
+
387
+
388
+ Started GET "/assets/application.css?body=1" for 192.168.1.171 at 2013-06-13 15:50:44 +0200
389
+ Served asset /application.css - 200 OK (11ms)
390
+
391
+
392
+ Started GET "/assets/bootstrap-affix.js?body=1" for 192.168.1.171 at 2013-06-13 15:50:44 +0200
393
+ Served asset /bootstrap-affix.js - 200 OK (107ms)
394
+
395
+
396
+ Started GET "/assets/bootstrap-collapse.js?body=1" for 192.168.1.171 at 2013-06-13 15:50:44 +0200
397
+ Served asset /bootstrap-collapse.js - 200 OK (2ms)
398
+
399
+
400
+ Started GET "/assets/bootstrap-scrollspy.js?body=1" for 192.168.1.171 at 2013-06-13 15:50:44 +0200
401
+ Served asset /bootstrap-scrollspy.js - 200 OK (4ms)
402
+
403
+
404
+ Started GET "/assets/bootstrap-tab.js?body=1" for 192.168.1.171 at 2013-06-13 15:50:44 +0200
405
+ Served asset /bootstrap-tab.js - 200 OK (2ms)
406
+
407
+
408
+ Started GET "/assets/bootstrap-tooltip.js?body=1" for 192.168.1.171 at 2013-06-13 15:50:44 +0200
409
+ Served asset /bootstrap-tooltip.js - 200 OK (2ms)
410
+
411
+
412
+ Started GET "/assets/bootstrap-popover.js?body=1" for 192.168.1.171 at 2013-06-13 15:50:44 +0200
413
+ Served asset /bootstrap-popover.js - 200 OK (2ms)
414
+
415
+
416
+ Started GET "/assets/bootstrap-typeahead.js?body=1" for 192.168.1.171 at 2013-06-13 15:50:44 +0200
417
+ Served asset /bootstrap-typeahead.js - 200 OK (2ms)
418
+
419
+
420
+ Started GET "/assets/bootstrap.js?body=1" for 192.168.1.171 at 2013-06-13 15:50:45 +0200
421
+ Served asset /bootstrap.js - 200 OK (21ms)
422
+
423
+
424
+ Started GET "/assets/bootstrap-file-input.js?body=1" for 192.168.1.171 at 2013-06-13 15:50:45 +0200
425
+ Served asset /bootstrap-file-input.js - 200 OK (2ms)
426
+
427
+
428
+ Started GET "/assets/application.js?body=1" for 192.168.1.171 at 2013-06-13 15:50:45 +0200
429
+ Served asset /application.js - 200 OK (28ms)
430
+
431
+
432
+ Started GET "/assets/bootstrap-transition.js?body=1" for 192.168.1.171 at 2013-06-13 15:50:45 +0200
433
+ Served asset /bootstrap-transition.js - 200 OK (2ms)
434
+
435
+
436
+ Started GET "/assets/bootstrap-alert.js?body=1" for 192.168.1.171 at 2013-06-13 15:50:45 +0200
437
+ Served asset /bootstrap-alert.js - 200 OK (3ms)
438
+
439
+
440
+ Started GET "/assets/bootstrap-carousel.js?body=1" for 192.168.1.171 at 2013-06-13 15:50:45 +0200
441
+ Served asset /bootstrap-carousel.js - 200 OK (3ms)
442
+
443
+
444
+ Started GET "/assets/bootstrap-dropdown.js?body=1" for 192.168.1.171 at 2013-06-13 15:50:45 +0200
445
+ Served asset /bootstrap-dropdown.js - 200 OK (25ms)
446
+ Connecting to database specified by database.yml
447
+
448
+
449
+ Started GET "/assets/jquery.js?body=1" for 192.168.1.171 at 2013-06-13 15:50:49 +0200
450
+ Served asset /jquery.js - 200 OK (4ms)
451
+
452
+
453
+ Started GET "/assets/bootstrap-button.js?body=1" for 192.168.1.171 at 2013-06-13 15:50:49 +0200
454
+ Served asset /bootstrap-button.js - 200 OK (3ms)
455
+
456
+
457
+ Started GET "/assets/bootstrap-modal.js?body=1" for 192.168.1.171 at 2013-06-13 15:50:49 +0200
458
+ Served asset /bootstrap-modal.js - 200 OK (2ms)
459
+
460
+
461
+ Started GET "/" for 127.0.0.1 at 2013-06-13 16:02:17 +0200
462
+ Processing by PagesController#index as HTML
463
+ Rendered pages/index.html.erb within layouts/application (0.0ms)
464
+ Completed 200 OK in 30ms (Views: 29.8ms | ActiveRecord: 0.0ms)
465
+
466
+
467
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-13 16:02:17 +0200
468
+ Served asset /application.css - 200 OK (3ms)
469
+
470
+
471
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-13 16:02:17 +0200
472
+
473
+
474
+ Started GET "/assets/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-06-13 16:02:17 +0200
475
+ Served asset /jquery.js - 200 OK (29ms)
476
+
477
+
478
+ Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-06-13 16:02:17 +0200
479
+ Served asset /bootstrap-carousel.js - 200 OK (37ms)
480
+ Served asset /bootstrap-button.js - 200 OK (2ms)
481
+
482
+
483
+ Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-06-13 16:02:17 +0200
484
+ Served asset /bootstrap-alert.js - 200 OK (2ms)
485
+
486
+
487
+ Started GET "/assets/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-06-13 16:02:17 +0200
488
+ Served asset /bootstrap-affix.js - 200 OK (0ms)
489
+
490
+
491
+ Started GET "/assets/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-06-13 16:02:17 +0200
492
+ Served asset /bootstrap-transition.js - 200 OK (2ms)
493
+
494
+
495
+ Started GET "/assets/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-06-13 16:02:17 +0200
496
+ Served asset /bootstrap-collapse.js - 200 OK (0ms)
497
+
498
+
499
+ Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-06-13 16:02:17 +0200
500
+
501
+
502
+ Started GET "/assets/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-06-13 16:02:17 +0200
503
+ Served asset /bootstrap-dropdown.js - 200 OK (25ms)
504
+ Served asset /bootstrap-scrollspy.js - 200 OK (0ms)
505
+
506
+
507
+
508
+
509
+ Started GET "/assets/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-06-13 16:02:17 +0200
510
+ Started GET "/assets/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-06-13 16:02:17 +0200
511
+ Served asset /bootstrap-modal.js - 200 OK (2ms)
512
+ Served asset /bootstrap-tab.js - 200 OK (2ms)
513
+
514
+
515
+ Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-06-13 16:02:17 +0200
516
+
517
+
518
+ Started GET "/assets/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-06-13 16:02:17 +0200
519
+ Served asset /bootstrap-tooltip.js - 200 OK (0ms)
520
+ Served asset /bootstrap-popover.js - 200 OK (42ms)
521
+
522
+
523
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-13 16:02:18 +0200
524
+
525
+
526
+ Started GET "/assets/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-06-13 16:02:18 +0200
527
+ Served asset /application.js - 200 OK (0ms)
528
+ Served asset /bootstrap-typeahead.js - 200 OK (3ms)
529
+
530
+
531
+ Started GET "/assets/bootstrap-file-input.js?body=1" for 127.0.0.1 at 2013-06-13 16:02:18 +0200
532
+ Served asset /bootstrap-file-input.js - 200 OK (0ms)
533
+
534
+
535
+ Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-06-13 16:02:18 +0200
536
+ Served asset /bootstrap.js - 200 OK (52ms)
537
+
538
+
539
+ Started GET "/" for 127.0.0.1 at 2013-06-13 16:03:07 +0200
540
+ Processing by PagesController#index as HTML
541
+ Rendered pages/index.html.erb within layouts/application (0.0ms)
542
+ Completed 200 OK in 40ms (Views: 40.3ms | ActiveRecord: 0.0ms)
543
+
544
+
545
+ Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-06-13 16:03:07 +0200
546
+
547
+
548
+ Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-06-13 16:03:07 +0200
549
+ Served asset /bootstrap-button.js - 200 OK (0ms)
550
+ Served asset /bootstrap-alert.js - 200 OK (0ms)
551
+
552
+
553
+ Started GET "/assets/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-06-13 16:03:08 +0200
554
+ Served asset /bootstrap-affix.js - 200 OK (0ms)
555
+
556
+
557
+ Started GET "/assets/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-06-13 16:03:08 +0200
558
+
559
+
560
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-13 16:03:08 +0200
561
+ Served asset /bootstrap-transition.js - 200 OK (0ms)
562
+ Served asset /jquery.js - 200 OK (0ms)
563
+
564
+
565
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-13 16:03:08 +0200
566
+ Served asset /application.css - 200 OK (7ms)
567
+
568
+
569
+ Started GET "/assets/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-06-13 16:03:08 +0200
570
+ Served asset /bootstrap-carousel.js - 200 OK (0ms)
571
+
572
+
573
+ Started GET "/assets/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-06-13 16:03:08 +0200
574
+ Served asset /bootstrap-collapse.js - 200 OK (0ms)
575
+
576
+
577
+ Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-06-13 16:03:08 +0200
578
+ Served asset /bootstrap-dropdown.js - 200 OK (0ms)
579
+
580
+
581
+ Started GET "/assets/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-06-13 16:03:08 +0200
582
+ Served asset /bootstrap-modal.js - 200 OK (0ms)
583
+
584
+
585
+ Started GET "/assets/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-06-13 16:03:08 +0200
586
+ Served asset /bootstrap-scrollspy.js - 200 OK (0ms)
587
+
588
+
589
+ Started GET "/assets/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-06-13 16:03:08 +0200
590
+
591
+
592
+ Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-06-13 16:03:08 +0200
593
+ Served asset /bootstrap-tooltip.js - 200 OK (0ms)
594
+ Served asset /bootstrap-tab.js - 200 OK (0ms)
595
+
596
+
597
+
598
+
599
+ Started GET "/assets/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-06-13 16:03:08 +0200
600
+ Started GET "/assets/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-06-13 16:03:08 +0200
601
+ Served asset /bootstrap-popover.js - 200 OK (0ms)
602
+ Served asset /bootstrap-typeahead.js - 200 OK (0ms)
603
+
604
+
605
+ Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-06-13 16:03:08 +0200
606
+
607
+
608
+ Started GET "/assets/bootstrap-file-input.js?body=1" for 127.0.0.1 at 2013-06-13 16:03:08 +0200
609
+ Served asset /bootstrap.js - 200 OK (0ms)
610
+
611
+
612
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-13 16:03:08 +0200
613
+ Served asset /bootstrap-file-input.js - 200 OK (92ms)
614
+ Served asset /application.js - 200 OK (0ms)
615
+
616
+
617
+ Started GET "/" for 127.0.0.1 at 2013-06-13 16:03:12 +0200
618
+ Processing by PagesController#index as HTML
619
+ Rendered pages/index.html.erb within layouts/application (0.0ms)
620
+ Completed 200 OK in 17ms (Views: 16.5ms | ActiveRecord: 0.0ms)
621
+
622
+
623
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-13 16:03:12 +0200
624
+
625
+
626
+ Started GET "/assets/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-06-13 16:03:12 +0200
627
+ Served asset /bootstrap-affix.js - 200 OK (2ms)
628
+ Served asset /application.css - 200 OK (6ms)
629
+
630
+
631
+ Started GET "/assets/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-06-13 16:03:12 +0200
632
+ Served asset /bootstrap-transition.js - 200 OK (0ms)
633
+
634
+
635
+ Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-06-13 16:03:12 +0200
636
+
637
+
638
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-13 16:03:12 +0200
639
+ Served asset /bootstrap-alert.js - 200 OK (0ms)
640
+ Served asset /jquery.js - 200 OK (0ms)
641
+
642
+
643
+ Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-06-13 16:03:12 +0200
644
+ Served asset /bootstrap-button.js - 200 OK (0ms)
645
+
646
+
647
+ Started GET "/assets/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-06-13 16:03:12 +0200
648
+ Served asset /bootstrap-carousel.js - 200 OK (0ms)
649
+
650
+
651
+ Started GET "/assets/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-06-13 16:03:12 +0200
652
+ Served asset /bootstrap-collapse.js - 200 OK (2ms)
653
+
654
+
655
+ Started GET "/assets/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-06-13 16:03:12 +0200
656
+
657
+
658
+ Started GET "/assets/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-06-13 16:03:12 +0200
659
+ Served asset /bootstrap-popover.js - 200 OK (0ms)
660
+ Served asset /bootstrap-modal.js - 200 OK (0ms)
661
+
662
+
663
+ Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-06-13 16:03:13 +0200
664
+ Served asset /bootstrap-tooltip.js - 200 OK (0ms)
665
+
666
+
667
+ Started GET "/assets/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-06-13 16:03:13 +0200
668
+ Served asset /bootstrap-tab.js - 200 OK (0ms)
669
+
670
+
671
+
672
+
673
+ Started GET "/assets/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-06-13 16:03:13 +0200
674
+ Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-06-13 16:03:13 +0200
675
+ Served asset /bootstrap-dropdown.js - 200 OK (0ms)
676
+ Served asset /bootstrap-scrollspy.js - 200 OK (2ms)
677
+
678
+
679
+ Started GET "/assets/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-06-13 16:03:13 +0200
680
+
681
+
682
+ Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-06-13 16:03:13 +0200
683
+ Served asset /bootstrap-typeahead.js - 200 OK (0ms)
684
+ Served asset /bootstrap.js - 200 OK (0ms)
685
+
686
+
687
+ Started GET "/assets/bootstrap-file-input.js?body=1" for 127.0.0.1 at 2013-06-13 16:03:13 +0200
688
+ Served asset /bootstrap-file-input.js - 200 OK (0ms)
689
+
690
+
691
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-13 16:03:13 +0200
692
+ Served asset /application.js - 200 OK (0ms)
693
+
694
+
695
+ Started GET "/" for 127.0.0.1 at 2013-06-13 16:03:17 +0200
696
+ Processing by PagesController#index as HTML
697
+ Rendered pages/index.html.erb within layouts/application (0.1ms)
698
+ Completed 200 OK in 15ms (Views: 14.6ms | ActiveRecord: 0.0ms)