I''m having serious performance issues here. The specs: This is a rails 3.0.0beta app. I''ve tried running this on Windows XP, Ubuntu 9.04 and Ubuntu 9.10. On Windows: I''ve tried running this with ruby 1.9.1p378 as well as 1.8.7p249. On Ubuntu 9.04 and 9.10: I''ve tried with 1.9.1p376 (built from source) and 1.8.7p248 (built from source). It should be noted running on Ubuntu is done via VirtualBox with XP as the host, but I threw all the RAM I could at these virtual images. The app itself consists of very little at the moment - models and unit tests for the models. I''m using factory_girl to replace fixtures and shoulda in combination with Test::Unit for some handy macros for testing. My database is MySQL - very small. 10 tables or so with 10 or less columns in each. I''m using bundler 0.9.12. It doesn''t seem to matter if the bundle is locked or not, the execution time is the same. It doesn''t seem to matter whether or not the system gems are disabled. It doesn''t seem to matter if I install in the default bundler directory, or specify something like ''bundle install vendor/gems''. My Gemfile: source ''http://gems.rubyforge.org'' source ''http://gemcutter.org'' source ''http://gems.github.com'' source ''http://rubygems.org'' gem "gemcutter", "0.4.1" # Parsing spreadsheets gem "roo" # Rails3 beta gem "rails", "3.0.0.beta" # ActiveRecord requires a database adapter. gem "ruby-mysql" # Gems required for the AftershockHarness gem "watir", "1.6.5" gem "firewatir", "1.6.5" # Gems only used for testing group :test do gem "webrat" gem "cucumber" gem "shoulda" gem "factory_girl" end # Gems only used for development group :development do gem "wirble" end ################ END OF GEMFILE ######################### Doing ANYTHING within the environment is 30+ seconds. Any of the rake tasks, any of the rails commands, everything is taking 30+ seconds. It''s even longer with ruby 1.8.7. I decided to profile a test unit run (rake test:units). Here is the result: % cumulative self self total time seconds seconds calls ms/call ms/call name 19.00 39.87 39.87 72684 0.55 2.23 Array#each 11.45 63.90 24.03 28444 0.84 3.82 Gem::Package::TarHeader#from 6.53 77.59 13.69 28444 0.48 2.51 Gem::Package::TarHeader#initialize 5.96 90.10 12.51 950573 0.01 0.01 Hash#[] 5.64 101.94 11.84 699 16.94 416.75 Kernel.loop 5.31 113.07 11.13 818203 0.01 0.01 Symbol#to_s 5.01 123.58 10.51 3807 2.76 4.39 Array#map 3.07 130.02 6.44 27554 0.23 0.59 Gem::Package::TarReader::Entry#read 3.05 136.41 6.39 466740 0.01 0.01 Kernel.instance_variable_set 2.90 142.49 6.08 80598 0.08 0.08 StringIO#read 2.61 147.96 5.47 455404 0.01 0.01 Array#shift 2.06 152.28 4.32 1158 3.73 81.22 Kernel.require 1.68 155.81 3.53 27592 0.13 0.31 Array#hash 1.49 158.93 3.12 255996 0.01 0.01 String#oct 1.45 161.98 3.05 63098 0.05 1.50 Class#new 1.08 164.24 2.26 232 9.74 9.74 Zlib::Inflate#inflate 0.91 166.15 1.91 234 8.16 19.23 YAML::Syck::Parser#load 0.70 167.61 1.46 112119 0.01 0.01 String#hash 0.61 168.90 1.29 109979 0.01 0.01 Fixnum#- 0.61 170.17 1.27 27748 0.05 0.06 Gem::Package::TarReader::Entry#initialize 0.55 171.32 1.15 27554 0.04 0.06 Gem::Package::TarReader::Entry#check_closed 0.52 172.42 1.10 30913 0.04 0.05 BasicObject#! 0.50 173.47 1.05 60842 0.02 0.04 #<YAML::Syck::Resolver:0x8fd81f4>.node_import 0.49 174.49 1.02 27478 0.04 0.09 Enumerable.min 0.48 175.50 1.01 27748 0.04 0.08 Gem::Package::TarReader::Entry#full_name 0.41 176.36 0.86 1059 0.81 2.97 Array#select 0.40 177.19 0.83 77138 0.01 0.01 String#= 0.39 178.00 0.81 4665 0.17 0.35 Array#include? 0.38 178.79 0.79 1197 0.66 1.62 MIME::Type#initialize 0.36 179.55 0.76 615 1.24 6.46 Module#class_eval 0.35 180.29 0.74 3104 0.24 0.49 YAML::Syck::Resolver#transfer 0.32 180.96 0.67 28689 0.02 0.02 String#unpack 0.31 181.62 0.66 55791 0.01 0.01 Fixnum#% 0.31 182.27 0.65 4612 0.14 0.56 Gem::Dependency#hash 0.31 182.91 0.64 42528 0.02 0.02 Hash#default 0.30 183.54 0.63 47281 0.01 0.01 Fixnum#<=> 0.28 184.12 0.58 28445 0.02 0.02 String#* 0.28 184.70 0.58 27554 0.02 0.02 Gem::Package::TarReader::Entry#closed? 0.28 185.28 0.58 6886 0.08 0.19 Gem::Version#hash 0.27 185.85 0.57 5084 0.11 0.18 Array#<=> 0.26 186.40 0.55 27748 0.02 0.02 Gem::Package::TarReader::Entry#bytes_read 0.25 186.93 0.53 1839 0.29 0.29 Module#constants 0.24 187.44 0.51 45 11.33 357.78 BasicObject#instance_exec 0.24 187.95 0.51 26780 0.02 0.02 StringIO#seek 0.24 188.45 0.50 32985 0.02 0.02 Symbol#= 0.23 188.94 0.49 3869 0.13 4.66 Array#collect 0.20 189.37 0.43 27980 0.02 0.02 Gem::Package::TarReader::Entry#close 0.20 189.80 0.43 28444 0.02 0.02 Gem::Package::TarHeader#empty? 0.19 190.19 0.39 8569 0.05 0.11 Rails::Initializable::Initializer#before 0.19 190.58 0.39 2800 0.14 0.36 Mutex#synchronize 0.18 190.96 0.38 1197 0.32 0.42 MIME::Type#simplified 0.18 191.33 0.37 8559 0.04 0.07 Rails::Initializable::Initializer#after 0.17 191.68 0.35 27138 0.01 0.01 Kernel.hash 0.16 192.02 0.34 27012 0.01 0.01 StringIO#pos 0.16 192.35 0.33 33496 0.01 0.01 Module#== 0.16 192.68 0.33 27702 0.01 0.01 Fixnum#> 0.16 193.01 0.33 3114 0.11 0.94 Bundler::Index#search 0.15 193.33 0.32 28382 0.01 0.01 Fixnum#+ 0.15 193.64 0.31 2484 0.12 0.29 Module#const_get 0.15 193.95 0.31 914 0.34 106.20 ActiveSupport::Dependencies.new_constants_in 0.15 194.26 0.31 32015 0.01 0.01 Array#<< 0.14 194.56 0.30 3726 0.08 0.08 Array#push 0.14 194.86 0.30 991 0.30 0.30 Array#- 0.14 195.15 0.29 15451 0.02 0.03 Gem::Version#segments 0.13 195.42 0.27 27012 0.01 0.01 StringIO#eof? 0.12 195.68 0.26 8314 0.03 0.15 Enumerable.any? 0.12 195.93 0.25 596 0.42 0.67 Integer#upto 0.11 196.17 0.24 2742 0.09 0.12 Hash#each 0.11 196.41 0.24 3114 0.08 1.09 Bundler::Resolver#search 0.11 196.64 0.23 2508 0.09 0.15 Object#method_added 0.11 196.87 0.23 27479 0.01 0.01 String#size 0.10 197.09 0.22 18612 0.01 0.01 Bignum#+ 0.10 197.31 0.22 6044 0.04 0.33 Gem::Requirement#hash 0.10 197.52 0.21 3902 0.05 0.05 IO#read 0.10 197.73 0.21 942 0.22 1.03 ActiveSupport::Inflector.constantize 0.10 197.93 0.20 232 0.86 33.32 Gem::Package::TarInput#initialize 0.10 198.13 0.20 918 0.22 0.47 ActiveSupport::Dependencies.qualified_const_defined? 0.10 198.33 0.20 735 0.27 0.27 Array#uniq 0.09 198.52 0.19 3114 0.06 0.76 Bundler::Index#search_by_dependency 0.09 198.70 0.18 5918 0.03 0.03 Kernel.== 0.08 198.87 0.17 2394 0.07 0.11 MIME::Type#encoding 0.08 199.04 0.17 1259 0.14 0.26 Array#delete_if 0.08 199.21 0.17 8124 0.02 0.02 Gem::Dependency#requirement 0.08 199.37 0.16 2401 0.07 0.13 Proc#yield 0.08 199.53 0.16 3552 0.05 0.17 Gem::Version#prerelease? 0.08 199.69 0.16 5729 0.03 0.05 String#gsub 0.07 199.84 0.15 477 0.31 27.88 TSort.each_strongly_connected_component_from 0.07 199.99 0.15 6810 0.02 0.35 Hash#[] 0.07 200.13 0.14 376 0.37 12.31 Enumerable.sort_by 0.06 200.26 0.13 358 0.36 1.45 Gem::Dependency#initialize 0.06 200.39 0.13 1 130.00 130.00 Object#blank? 0.06 200.51 0.12 1836 0.07 0.35 Module#local_constants 0.06 200.63 0.12 334 0.36 1.77 Enumerable.find 0.06 200.75 0.12 1619 0.07 0.07 String#+ 0.06 200.87 0.12 7565 0.02 0.02 Array#[] 0.06 200.99 0.12 2716 0.04 0.06 Kernel.dup 0.05 201.10 0.11 1148 0.10 2.23 Hash#include? 0.05 201.21 0.11 2394 0.05 0.24 MIME::Types#add_type_variant 0.05 201.32 0.11 7245 0.02 0.02 Module#method_added 0.05 201.43 0.11 1090 0.10 0.12 Class#inherited_with_inheritable_attributes 0.05 201.54 0.11 2 55.00 65.00 Rails::Application#routes_reloader 0.05 201.64 0.10 11 9.09 9.09 Hash#reverse_merge 0.05 201.74 0.10 152 0.66 3.49 ActiveRecord::ConnectionAdapters::TableDefinition#[] 0.05 201.84 0.10 2670 0.04 0.04 Object#yaml_tag_subclasses? 0.05 201.94 0.10 4797 0.02 0.02 Regexp#match 0.04 202.03 0.09 536 0.17 0.24 Rake::FileList#<< 0.04 202.12 0.09 2394 0.04 0.13 MIME::Types#index_extensions 0.04 202.21 0.09 2394 0.04 0.04 MIME::Type#system 0.04 202.30 0.09 2670 0.03 0.03 Module#yaml_tag_read_class 0.04 202.39 0.09 5494 0.02 0.02 Kernel.object_id 0.04 202.48 0.09 2754 0.03 0.03 ActiveSupport::Dependencies.constant_watch_stack 0.04 202.57 0.09 1836 0.05 8.73 Module#local_constant_names 0.04 202.65 0.08 102 0.78 19.12 Gem::SourceIndex#load_specification 0.04 202.73 0.08 1218 0.07 0.07 Gem::Specification#dependencies 0.04 202.81 0.08 1 80.00 140.00 I18n.backend 0.04 202.89 0.08 232 0.34 0.82 Zlib::GzipReader#initialize 0.04 202.97 0.08 8379 0.01 0.01 MatchData#captures 0.04 203.05 0.08 9224 0.01 0.01 Fixnum#^ 0.04 203.13 0.08 14533 0.01 0.01 BasicObject#= 0.03 203.20 0.07 2647 0.03 0.03 String#=~ 0.03 203.27 0.07 312 0.22 1.41 Gem::Version#<=> 0.03 203.34 0.07 4156 0.02 0.02 Array#flatten 0.03 203.41 0.07 896 0.08 103.69 ActiveSupport::Dependencies::Loadable.require 0.03 203.48 0.07 152 0.46 5.00 ActiveRecord::ConnectionAdapters::TableDefinition#column 0.03 203.55 0.07 2394 0.03 0.04 MIME::Type#extensions 0.03 203.62 0.07 1432 0.05 0.05 IO#eof? 0.03 203.69 0.07 464 0.15 0.17 Gem::Package::TarReader#rewind 0.03 203.76 0.07 8422 0.01 0.01 String#to_s 0.03 203.83 0.07 704 0.10 0.58 Gem::Version#initialize 0.03 203.90 0.07 566 0.12 0.88 Bundler::Index#search_by_spec 0.03 203.97 0.07 3200 0.02 0.27 Gem::Requirement#prerelease? 0.03 204.04 0.07 1 70.00 700.00 ActionView::Template::Handlers.extended 0.03 204.11 0.07 18 3.89 219.44 Kernel.load_without_new_constant_marking 0.03 204.18 0.07 1130 0.06 0.06 Bundler::Resolver#debug 0.03 204.25 0.07 3547 0.02 0.02 String#empty? 0.03 204.32 0.07 492 0.14 1.00 Gem::Requirement#initialize 0.03 204.39 0.07 716 0.10 0.13 Gem::Specification#add_bindir 0.03 204.45 0.06 1484 0.04 0.04 Regexp#=~ 0.03 204.51 0.06 1655 0.04 4.73 Enumerable.inject 0.03 204.57 0.06 464 0.13 304.07 Gem::Package::TarReader#new 0.03 204.63 0.06 5456 0.01 0.01 Array#size 0.03 204.69 0.06 334 0.18 0.30 Bundler::Index#<< 0.03 204.75 0.06 534 0.11 0.17 Array#uniq! 0.03 204.81 0.06 1048 0.06 1.89 Kernel.eval 0.03 204.87 0.06 233 0.26 0.30 Kernel.open 0.03 204.93 0.06 505 0.12 0.12 Hash#initialize_copy 0.02 204.98 0.05 298 0.17 0.27 Timeout.timeout 0.02 205.03 0.05 918 0.05 0.07 ActiveSupport::Dependencies.load? 0.02 205.08 0.05 1971 0.03 0.04 Struct#= 0.02 205.13 0.05 2242 0.02 0.03 MIME::Type#default_encoding 0.02 205.18 0.05 105 0.48 238.67 Kernel.catch 0.02 205.23 0.05 173 0.29 0.69 Module#alias_method 0.02 205.28 0.05 704 0.07 0.14 Gem::Version#correct? 0.02 205.33 0.05 232 0.22 665.47 Gem::Format#from_io 0.02 205.38 0.05 232 0.22 10.78 Gem::Package::TarInput#zipped_stream 0.02 205.42 0.04 235 0.17 0.26 ActiveSupport::Inflector.underscore 0.02 205.46 0.04 267 0.15 0.22 Mysql::Protocol#lcs2str! 0.02 205.50 0.04 3443 0.01 0.01 String#split 0.02 205.54 0.04 1133 0.04 0.04 Module#const_defined? 0.02 205.58 0.04 492 0.08 0.55 Gem::Requirement#parse 0.02 205.62 0.04 232 0.17 1.47 Gem::Specification#yaml_initialize 0.02 205.66 0.04 141 0.28 173.69 Array#reverse_each 0.02 205.70 0.04 922 0.04 0.05 ActiveSupport::Dependencies.log 0.02 205.74 0.04 604 0.07 0.07 String#intern 0.02 205.78 0.04 2766 0.01 0.01 String#to_i 0.02 205.82 0.04 232 0.17 21.77 Gem::Specification#from_yaml 0.02 205.86 0.04 1371 0.03 15.89 Proc#call 0.02 205.90 0.04 3308 0.01 0.01 Array#first 0.02 205.94 0.04 2776 0.01 0.01 Module#= 0.02 205.98 0.04 1033 0.04 0.11 Rake::FileList#exclude? 0.02 206.02 0.04 4159 0.01 0.01 Array#concat 0.02 206.06 0.04 43 0.93 3.02 ActiveSupport::Notifications.instrumenter 0.02 206.10 0.04 492 0.08 0.98 Gem::Requirement#create 0.02 206.14 0.04 3418 0.01 0.01 Array#compact 0.02 206.18 0.04 2123 0.02 0.02 #<Class: 0xa80cf0c>#name 0.01 206.21 0.03 167 0.18 0.24 ActiveRecord::ConnectionAdapters::MysqlAdapter#quote_column_name 0.01 206.24 0.03 4 7.50 10.00 Rails::Application#metal_loader 0.01 206.27 0.03 282 0.11 0.28 Module#module_eval 0.01 206.30 0.03 232 0.13 0.13 Zlib::GzipReader#read 0.01 206.33 0.03 238 0.13 0.17 Gem::Specification#= 0.01 206.36 0.03 647 0.05 0.05 Array#join 0.01 206.39 0.03 232 0.13 630.60 Gem::Package::TarInput#each 0.01 206.42 0.03 952 0.03 0.03 String#scan 0.01 206.45 0.03 505 0.06 0.67 Array#map! 0.01 206.48 0.03 1223 0.02 0.02 String#chomp 0.01 206.51 0.03 1 30.00 50.00 ActionDispatch::Session::CookieStore#verifier_for 0.01 206.54 0.03 149 0.20 0.20 Module#instance_methods 0.01 206.57 0.03 22 1.36 55.00 Kernel.with_warnings 0.01 206.60 0.03 2394 0.01 0.01 MIME::Type#docs 0.01 206.63 0.03 16 1.88 2.50 Mysql::ResultBase#each 0.01 206.66 0.03 1432 0.02 0.02 String#strip 0.01 206.69 0.03 301 0.10 0.13 NameError#initialize 0.01 206.72 0.03 193 0.16 0.52 Mysql::Protocol#read 0.01 206.75 0.03 59 0.51 49.15 Array#tsort_each_node 0.01 206.78 0.03 1 30.00 2950.00 Rails::Application#initializers 0.01 206.81 0.03 102 0.29 0.88 Gem::Version#create 0.01 206.84 0.03 100 0.30 0.50 ActiveRecord::ConnectionAdapters::SchemaStatements.type_to_sql 0.01 206.87 0.03 204 0.15 1.67 Gem::Specification#add_dependency_with_type 0.01 206.90 0.03 102 0.29 8.24 Gem::Specification#assign_defaults 0.01 206.93 0.03 2766 0.01 0.01 Kernel.class 0.01 206.96 0.03 246 0.12 0.77 Comparable.> 0.01 206.99 0.03 103 0.29 1.07 Array#reject! 0.01 207.02 0.03 918 0.03 0.05 ActiveSupport::Dependencies.log_call 0.01 207.05 0.03 233 0.13 0.47 ActiveSupport::Autoload.autoload 0.01 207.08 0.03 139 0.22 0.22 File#expand_path 0.01 207.11 0.03 282 0.11 0.11 Bundler::SpecSet#lookup 0.01 207.14 0.03 6263 0.00 0.00 Kernel.nil? 0.01 207.17 0.03 1840 0.02 0.02 ActiveSupport::Dependencies.logger 0.01 207.20 0.03 3937 0.01 0.01 NilClass#nil? 0.01 207.23 0.03 968 0.03 0.03 IO#seek 0.01 207.25 0.02 924 0.02 0.02 Array#blank? 0.01 207.27 0.02 8 2.50 2.50 Kernel.raise 0.01 207.29 0.02 2754 0.01 0.01 ActiveSupport::Dependencies.constant_watch_stack_mutex 0.01 207.31 0.02 13 1.54 1.54 Rails::Railtie#inherited 0.01 207.33 0.02 3152 0.01 0.01 Kernel.respond_to? 0.01 207.35 0.02 1122 0.02 0.02 BasicObject#! 0.01 207.37 0.02 1206 0.02 0.03 Kernel.Array 0.01 207.39 0.02 475 0.04 4.13 Module#include 0.01 207.41 0.02 1 20.00 110.00 ActionDispatch::Static#initialize 0.01 207.43 0.02 8 2.50 3.75 ActiveRecord::Base#respond_to? 0.01 207.45 0.02 32 0.63 0.63 Dir#[] 0.01 207.47 0.02 115 0.17 4.09 BlankSlate#hide 0.01 207.49 0.02 2814 0.01 0.01 Mutex#unlock 0.01 207.51 0.02 1668 0.01 0.01 IO#set_encoding 0.01 207.53 0.02 35 0.57 2.57 Module#alias_method_chain 0.01 207.55 0.02 99 0.20 0.30 Rake::Task#add_description 0.01 207.57 0.02 716 0.03 10.49 Gem::Specification#hash 0.01 207.59 0.02 297 0.07 0.07 Array#replace 0.01 207.61 0.02 236 0.08 0.13 Gem::Platform#new 0.01 207.63 0.02 704 0.03 0.03 String#strip! 0.01 207.65 0.02 290 0.07 0.07 Array#extract_options! 0.01 207.67 0.02 2 10.00 600.00 Bundler::Resolver#resolve 0.01 207.69 0.02 940 0.02 0.02 Set#add 0.01 207.71 0.02 232 0.09 0.30 Gem::Specification#normalize_yaml_input 0.01 207.73 0.02 204 0.10 0.10 Gem::Specification#required_by 0.01 207.75 0.02 144 0.14 1.32 Bundler::SpecSet#append_subgraph 0.01 207.77 0.02 283 0.07 0.11 StringIO#initialize 0.01 207.79 0.02 48 0.42 2.71 Module#delegate 0.01 207.81 0.02 92 0.22 0.22 Mysql::Charset#force_encoding 0.01 207.83 0.02 91 0.22 1.32 Rake::TaskManager.define_task 0.01 207.85 0.02 211 0.09 3.41 Kernel.extend 0.01 207.87 0.02 1578 0.01 0.01 BasicObject#singleton_method_added 0.01 207.89 0.02 142 0.14 0.49 ActiveRecord::ConnectionAdapters::ColumnDefinition#add_column_options! 0.01 207.91 0.02 1346 0.01 0.01 String#gsub! 0.01 207.93 0.02 22 0.91 0.91 ActionDispatch::MiddlewareStack::Middleware#normalize 0.01 207.95 0.02 91 0.22 0.55 Rake::TaskManager.intern 0.01 207.97 0.02 179 0.11 0.17 Hash#merge 0.01 207.99 0.02 2514 0.01 0.01 Module#blank_slate_method_added 0.01 208.01 0.02 1 20.00 1800.00 Rake::Application#invoke_task 0.01 208.03 0.02 21 0.95 0.95 FireWatir::NonControlElement#inherited 0.01 208.05 0.02 4238 0.00 0.00 Array#last 0.00 208.06 0.01 43 0.23 12.33 ActiveRecord::ConnectionAdapters::MysqlAdapter#execute 0.00 208.07 0.01 21 0.48 54.76 ActiveRecord::ConnectionAdapters::ConnectionPool#connection 0.00 208.08 0.01 53 0.19 0.19 Rake::TaskManager.resolve_args_with_dependencies 0.00 208.09 0.01 4431 0.00 0.00 String#downcase 0.00 208.10 0.01 570 0.02 0.53 Rake::FileList#resolve 0.00 208.11 0.01 152 0.07 1.38 ActiveRecord::ConnectionAdapters::ColumnDefinition#to_sql 0.00 208.12 0.01 55 0.18 1.45 Class#cattr_accessor 0.00 208.13 0.01 152 0.07 0.39 ActiveRecord::ConnectionAdapters::MysqlAdapter#type_to_sql 0.00 208.14 0.01 93 0.11 0.22 ActiveSupport::Inflector.inflections 0.00 208.15 0.01 91 0.11 0.22 Rake::TaskManager.resolve_args 0.00 208.16 0.01 31 0.32 0.32 Rake::Application#options 0.00 208.17 0.01 152 0.07 0.07 #<Class: 0xa80cf0c>#scale 0.00 208.18 0.01 1 10.00 10.00 Kernel.system 0.00 208.19 0.01 14 0.71 0.71 ActiveSupport::Callbacks::Callback#_compile_options 0.00 208.20 0.01 4 2.50 5.00 ActiveRecord::ConnectionAdapters::AbstractAdapter#_removed_checkin_callbacks 0.00 208.21 0.01 10 1.00 1.00 ActiveRecord::ConnectionAdapters::TableDefinition#primary_key 0.00 208.22 0.01 331 0.03 0.03 Thread#current 0.00 208.23 0.01 491 0.02 0.02 String#[] 0.00 208.24 0.01 152 0.07 0.07 #<Class: 0xa80cf0c>#scale 0.00 208.25 0.01 138 0.07 0.07 Mysql::Charset#encoding 0.00 208.26 0.01 26 0.38 1.54 Class#extlib_inheritable_reader 0.00 208.27 0.01 104 0.10 0.10 Mysql::ResultBase#fetch 0.00 208.28 0.01 103 0.10 0.10 IO#sync 0.00 208.29 0.01 258 0.04 0.08 Module#attr_reader 0.00 208.30 0.01 3 3.33 6.67 ActiveRecord::ConnectionAdapters::ConnectionHandler#remove_connection 0.00 208.31 0.01 32 0.31 0.94 Gem::Version#bump 0.00 208.32 0.01 232 0.04 0.04 Zlib::ZStream#finish 0.00 208.33 0.01 232 0.04 21.81 Gem::Package::TarInput#load_gemspec 0.00 208.34 0.01 120 0.08 0.08 Float#floor 0.00 208.35 0.01 312 0.03 1.31 Comparable.= 0.00 208.36 0.01 8 1.25 2.50 ActiveSupport::Inflector.classify 0.00 208.37 0.01 6 1.67 1.67 Struct#new 0.00 208.38 0.01 365 0.03 0.14 Module#define_method 0.00 208.39 0.01 600 0.02 0.02 Kernel.freeze 0.00 208.40 0.01 301 0.03 0.17 NoMethodError#initialize 0.00 208.41 0.01 232 0.04 0.04 Gem::Package::TarInput#close 0.00 208.42 0.01 4531 0.00 0.00 Fixnum#= 0.00 208.43 0.01 254 0.04 0.04 String#upcase 0.00 208.44 0.01 437 0.02 0.02 Module#included 0.00 208.45 0.01 7 1.43 4.29 Bundler::SharedHelpers.default_gemfile 0.00 208.46 0.01 408 0.02 0.02 File#exist? 0.00 208.47 0.01 234 0.04 0.13 YAML.parser 0.00 208.48 0.01 142 0.07 0.07 ActiveSupport::TimeZone#initialize 0.00 208.49 0.01 205 0.05 0.05 Gem::Specification#full_name 0.00 208.50 0.01 232 0.04 0.04 Zlib::Inflate#initialize 0.00 208.51 0.01 293 0.03 1.54 Enumerable.all? 0.00 208.52 0.01 283 0.04 0.04 Enumerable.initialize 0.00 208.53 0.01 973 0.01 0.01 String#== 0.00 208.54 0.01 406 0.02 0.02 Module#autoload 0.00 208.55 0.01 32 0.31 0.94 Class#initialize 0.00 208.56 0.01 85 0.12 0.12 Module#const_set 0.00 208.57 0.01 62 0.16 0.16 Gem::Specification#rdoc_options 0.00 208.58 0.01 2 5.00 135.00 Bundler.definition 0.00 208.59 0.01 2260 0.00 0.00 Array#empty? 0.00 208.60 0.01 10 1.00 1.00 Dir#pwd 0.00 208.61 0.01 301 0.03 0.03 StandardError#initialize 0.00 208.62 0.01 232 0.04 0.04 StringIO#close 0.00 208.63 0.01 220 0.05 0.05 Time#at 0.00 208.64 0.01 232 0.04 0.04 Zlib::GzipFile#close 0.00 208.65 0.01 364 0.03 0.08 Mysql::Protocol#lcb2int! 0.00 208.66 0.01 720 0.01 0.01 String#to_sym 0.00 208.67 0.01 599 0.02 0.02 String#sub 0.00 208.68 0.01 43 0.23 1.86 ActiveSupport::Inflector.singularize 0.00 208.69 0.01 2 5.00 445.00 ActionView::PathSet#type_cast 0.00 208.70 0.01 19 0.53 2.11 Module#mattr_accessor 0.00 208.71 0.01 434 0.02 0.12 Symbol#yaml_new 0.00 208.72 0.01 64 0.16 0.31 ActiveSupport::Inflector.camelize 0.00 208.73 0.01 120 0.08 0.25 Mysql::Protocol#eof_packet? 0.00 208.74 0.01 21 0.48 2.86 Mysql::Protocol::FieldPacket#parse 0.00 208.75 0.01 16 0.62 0.62 Rails::Railtie#abstract_railtie? 0.00 208.76 0.01 122 0.08 15.49 ActiveSupport::Concern.append_features 0.00 208.77 0.01 235 0.04 0.04 String#tr 0.00 208.78 0.01 93 0.11 0.11 Enumerable.max 0.00 208.79 0.01 88 0.11 0.23 Array#zip 0.00 208.80 0.01 162 0.06 0.06 ActiveSupport::Concern.included 0.00 208.81 0.01 8 1.25 1.25 URI::Parser#parse 0.00 208.82 0.01 918 0.01 0.01 ActiveSupport::Dependencies.mechanism 0.00 208.83 0.01 1245 0.01 0.01 Module#name 0.00 208.84 0.01 918 0.01 0.03 ActiveSupport::Dependencies.uninherited_const_defined? 0.00 208.85 0.01 234 0.04 0.04 YAML::Syck::Parser#initialize 0.00 208.86 0.01 3 3.33 3.33 ActiveRecord::ConnectionAdapters::ConnectionPool#initialize 0.00 208.87 0.01 153 0.07 0.07 Gem::SourceIndex#add_spec 0.00 208.88 0.01 157 0.06 0.13 Module#attr_accessor 0.00 208.89 0.01 52 0.19 0.38 Gem::Specification#full_gem_path 0.00 208.90 0.01 3282 0.00 0.00 Kernel.is_a? 0.00 208.91 0.01 234 0.04 19.40 YAML.load 0.00 208.92 0.01 402 0.02 7.94 Kernel.send 0.00 208.93 0.01 90 0.11 0.11 ActiveRecord::Base#logger 0.00 208.94 0.01 1200 0.01 0.01 IO#pos 0.00 208.95 0.01 152 0.07 0.07 #<Class: 0xa80cf0c>#new 0.00 208.96 0.01 10 1.00 1.00 ActionDispatch::Callbacks#_removed_prepare_callbacks 0.00 208.97 0.01 43 0.23 1.86 Rails::Subscriber#dispatch 0.00 208.98 0.01 294 0.03 0.03 ActiveRecord::ConnectionAdapters::TableDefinition#native 0.00 208.99 0.01 20 0.50 0.50 ActiveSupport::Callbacks::CallbackChain#compile 0.00 209.00 0.01 2 5.00 5.00 ActiveRecord::Base#_destroy_callbacks 0.00 209.01 0.01 7 1.43 8.57 ActiveSupport::Callbacks::ClassMethods.__update_callbacks 0.00 209.02 0.01 43 0.23 1.40 ActiveRecord::Railties::Subscriber#sql 0.00 209.03 0.01 1 10.00 110.00 Gem.source_index 0.00 209.04 0.01 46 0.22 0.22 Pathname#initialize 0.00 209.05 0.01 172 0.06 0.06 ActiveSupport::BufferedLogger#buffer 0.00 209.06 0.01 21 0.48 0.48 Gem::Dependency#= 0.00 209.07 0.01 5 2.00 2.00 Rails::Railtie::Configurable::ClassMethods.config 0.00 209.08 0.01 25 0.40 2.80 FireWatir::ElementCollections#inherited 0.00 209.09 0.01 123 0.08 0.08 Array#pack 0.00 209.10 0.01 21 0.48 0.48 Fixnum#| 0.00 209.11 0.01 65 0.15 0.15 Rails::Subscriber#color 0.00 209.12 0.01 102 0.10 76.67 Bundler::SpecSet#tsort_each_child 0.00 209.13 0.01 66 0.15 0.91 Rails::Application::Configurable.config 0.00 209.14 0.01 43 0.23 0.23 ActiveSupport::Notifications::Event#duration 0.00 209.15 0.01 31 0.32 17.42 ActionDispatch::MiddlewareStack::Middleware#klass 0.00 209.16 0.01 152 0.07 0.53 ActiveRecord::ConnectionAdapters::ColumnDefinition#sql_type 0.00 209.17 0.01 153 0.07 0.07 #<Class: 0xa80cf0c>#null 0.00 209.18 0.01 21 0.48 0.48 ActiveRecord::ConnectionAdapters::ConnectionHandler#retrieve_connection_pool 0.00 209.19 0.01 142 0.07 0.21 ActiveRecord::ConnectionAdapters::SchemaStatements.add_column_options! 0.00 209.20 0.01 767 0.01 0.01 Gem::Specification#executables 0.00 209.21 0.01 18 0.56 270.56 ActiveSupport::Dependencies::Loadable.load_with_new_constant_marking 0.00 209.22 0.01 15 0.67 0.67 ActionDispatch::MiddlewareStack::Middleware#new 0.00 209.23 0.01 118 0.08 0.51 Set#initialize 0.00 209.24 0.01 120 0.08 0.08 Delegator#delegating_block 0.00 209.25 0.01 19 0.53 1.05 Rails::Paths::Path#initialize 0.00 209.26 0.01 12 0.83 128.33 ActiveRecord::Migration#say_with_time 0.00 209.27 0.01 2 5.00 5.00 Rails::Application#railties 0.00 209.28 0.01 52 0.19 0.19 Time#compare_with_coercion 0.00 209.29 0.01 716 0.01 0.01 Gem::Specification#rdoc_options 0.00 209.30 0.01 43 0.23 1.40 Mysql::Protocol#get_result 0.00 209.31 0.01 375 0.03 7.81 Rails::Initializable::Collection#tsort_each_child 0.00 209.32 0.01 45 0.22 358.00 Rails::Initializable::Initializer#run 0.00 209.33 0.01 1 10.00 1930.00 Rake::Application#run 0.00 209.33 0.00 259 0.00 0.00 Kernel.instance_variable_get 0.00 209.33 0.00 464 0.00 0.00 Kernel.instance_variables 0.00 209.33 0.00 220 0.00 0.00 Time#to_i 0.00 209.33 0.00 220 0.00 0.00 Time#utc 0.00 209.33 0.00 301 0.00 0.00 NameError::message#! 0.00 209.33 0.00 464 0.00 0.00 IO#rewind 0.00 209.33 0.00 464 0.00 0.00 Gem::Package::TarReader#initialize 0.00 209.33 0.00 232 0.00 0.00 Gem::FileOperations#initialize 0.00 209.33 0.00 232 0.00 0.00 Gem::Format#initialize 0.00 209.33 0.00 232 0.00 0.00 Fixnum#-@ 0.00 209.33 0.00 232 0.00 0.00 Gem.binary_mode 0.00 209.33 0.00 320 0.00 0.00 Fixnum#< 0.00 209.33 0.00 4 0.00 0.00 Bundler::Source::GemCache#initialize 0.00 209.33 0.00 2 0.00 160.00 Bundler::Environment#runtime_gems 0.00 209.33 0.00 6 0.00 60.00 Bundler::Index#build 0.00 209.33 0.00 10 0.00 20.00 Bundler::Index#use 0.00 209.33 0.00 10 0.00 17.00 Bundler::Index#each 0.00 209.33 0.00 12 0.00 0.00 Hash#values 0.00 209.33 0.00 2 0.00 95.00 Bundler::Index#installed_gems 0.00 209.33 0.00 2 0.00 85.00 Bundler::Source::SystemGems#specs 0.00 209.33 0.00 464 0.00 0.00 Gem::Package::TarReader#close 0.00 209.33 0.00 3 0.00 0.00 Array#reverse 0.00 209.33 0.00 4 0.00 0.00 Enumerable.to_a 0.00 209.33 0.00 2 0.00 0.00 Gem::SourceIndex#each 0.00 209.33 0.00 232 0.00 630.65 Gem::Package::TarInput#open 0.00 209.33 0.00 232 0.00 630.65 Gem::Package.open 0.00 209.33 0.00 3 0.00 66.67 Gem::SourceIndex#from_installed_gems 0.00 209.33 0.00 2 0.00 65.00 Gem::SourceIndex#from_gems_in 0.00 209.33 0.00 232 0.00 665.78 Gem::Format#from_file_by_path 0.00 209.33 0.00 2 0.00 45.00 Gem::SourceIndex#refresh! 0.00 209.33 0.00 2 0.00 35.00 Gem::SourceIndex#load_gems_in 0.00 209.33 0.00 8 0.00 0.00 Gem::Specification#licenses 0.00 209.33 0.00 99 0.00 0.00 Fixnum#/ 0.00 209.33 0.00 35 0.00 0.00 Gem::Platform#= 0.00 209.33 0.00 91 0.00 0.00 Float#* 0.00 209.33 0.00 12 0.00 0.83 #<Module: 0x93685b8>.civil_to_jd 0.00 209.33 0.00 12 0.00 0.00 #<Module: 0x93685b8>.jd_to_civil 0.00 209.33 0.00 12 0.00 0.00 Array#= 0.00 209.33 0.00 12 0.00 0.83 #<Module: 0x93685b8>._valid_civil? 0.00 209.33 0.00 12 0.00 0.00 Rational#coerce 0.00 209.33 0.00 36 0.00 0.00 Fixnum#div 0.00 209.33 0.00 12 0.00 0.00 Rational#- 0.00 209.33 0.00 12 0.00 0.00 #<Module: 0x93685b8>.jd_to_ajd 0.00 209.33 0.00 12 0.00 0.00 Date#initialize 0.00 209.33 0.00 12 0.00 0.00 Class#new! 0.00 209.33 0.00 12 0.00 0.83 Date#civil 0.00 209.33 0.00 35 0.00 0.00 Gem::Platform#to_s 0.00 209.33 0.00 4 0.00 40.00 Bundler::Source::GemCache#specs 0.00 209.33 0.00 4 0.00 40.00 Bundler::Index#from_cached_specs 0.00 209.33 0.00 2 0.00 40.00 Bundler::Index#application_cached_gems 0.00 209.33 0.00 2 0.00 40.00 Bundler::Index#system_cached_gems 0.00 209.33 0.00 2 0.00 45.00 Bundler::Index#cached_gems 0.00 209.33 0.00 2 0.00 0.00 Bundler::Environment#index 0.00 209.33 0.00 2 0.00 0.00 Bundler::Resolver#initialize 0.00 209.33 0.00 35 0.00 0.00 Gem::Platform#to_a 0.00 209.33 0.00 14 0.00 0.00 Gem::Platform#initialize 0.00 209.33 0.00 68 0.00 1.62 Gem::Specification#add_development_dependency 0.00 209.33 0.00 34 0.00 0.00 Gem::Specification#executables 0.00 209.33 0.00 72 0.00 0.00 Gem::Specification#extra_rdoc_files 0.00 209.33 0.00 136 0.00 1.69 Gem::Specification#add_runtime_dependency 0.00 209.33 0.00 10 0.00 0.00 Gem::Specification#requirements 0.00 209.33 0.00 102 0.00 4.02 Gem::Specification#initialize 0.00 209.33 0.00 248 0.00 0.00 Regexp#escape 0.00 209.33 0.00 182 0.00 1.65 Gem::Requirement#satisfied_by? 0.00 209.33 0.00 126 0.00 1.83 Gem::Dependency#=~ 0.00 209.33 0.00 60 0.00 0.00 Gem::Specification#test_files 0.00 209.33 0.00 100 0.00 0.00 Gem::Specification#files 0.00 209.33 0.00 102 0.00 0.00 Time#local 0.00 209.33 0.00 98 0.00 0.00 Gem::Specification#authors 0.00 209.33 0.00 12 0.00 2.50 Gem::Requirement#default 0.00 209.33 0.00 204 0.00 0.00 Kernel.initialize_copy 0.00 209.33 0.00 1532 0.00 0.00 Array#initialize_copy 0.00 209.33 0.00 510 0.00 0.00 Gem::Dependency#required_by 0.00 209.33 0.00 103 0.00 0.00 Kernel.binding 0.00 209.33 0.00 579 0.00 0.00 Array#length 0.00 209.33 0.00 32 0.00 0.31 Gem::Version#release 0.00 209.33 0.00 204 0.00 0.00 Kernel.untaint 0.00 209.33 0.00 2 0.00 0.00 Kernel.throw 0.00 209.33 0.00 2 0.00 0.00 Bundler::SpecSet#initialize 0.00 209.33 0.00 2 0.00 0.00 Hash#clear 0.00 209.33 0.00 2 0.00 600.00 Bundler::Runtime#specs 0.00 209.33 0.00 3 0.00 0.00 Gem::SourceIndex#initialize 0.00 209.33 0.00 3 0.00 0.00 Gem::SourceIndex#installed_spec_directories 0.00 209.33 0.00 146 0.00 0.00 BasicObject#initialize 0.00 209.33 0.00 530 0.00 0.00 Hash#size 0.00 209.33 0.00 2 0.00 0.00 Bundler::Runtime#sources 0.00 209.33 0.00 716 0.00 0.00 Time#hash 0.00 209.33 0.00 716 0.00 0.00 Gem::Specification#authors 0.00 209.33 0.00 716 0.00 0.00 Gem::Specification#licenses 0.00 209.33 0.00 12 0.00 0.00 Bundler::Index#initialize 0.00 209.33 0.00 2 0.00 0.00 Bundler::Runtime#actual_dependencies 0.00 209.33 0.00 23 0.00 0.00 Array#& 0.00 209.33 0.00 716 0.00 0.00 Gem::Specification#extra_rdoc_files 0.00 209.33 0.00 2 0.00 0.00 Bundler::Runtime#dependencies 0.00 209.33 0.00 716 0.00 0.00 Gem::Specification#extensions 0.00 209.33 0.00 716 0.00 0.00 Gem::Specification#requirements 0.00 209.33 0.00 1 0.00 0.00 Bundler::Settings#without 0.00 209.33 0.00 1 0.00 0.00 Bundler::Definition#groups 0.00 209.33 0.00 1 0.00 0.00 Bundler::SharedHelpers.clean_load_path 0.00 209.33 0.00 477 0.00 0.00 Array#slice! 0.00 209.33 0.00 33 0.00 0.00 Gem.path 0.00 209.33 0.00 2 0.00 2065.00 Bundler::SpecSet#tsort_each_node 0.00 209.33 0.00 61 0.00 115.25 TSort.each_strongly_connected_component 0.00 209.33 0.00 61 0.00 115.90 TSort.tsort_each 0.00 209.33 0.00 61 0.00 138.69 TSort.tsort 0.00 209.33 0.00 1 0.00 0.00 Gem.set_paths 0.00 209.33 0.00 2 0.00 50.00 Bundler::SpecSet#sorted 0.00 209.33 0.00 2 0.00 50.00 Bundler::SpecSet#for 0.00 209.33 0.00 2 0.00 80.00 Bundler::Environment#specs_for 0.00 209.33 0.00 1 0.00 80.00 Bundler::Environment#requested_specs 0.00 209.33 0.00 13 0.00 0.00 Module#private_method_defined? 0.00 209.33 0.00 1 0.00 0.00 Bundler::SharedHelpers.reverse_rubygems_kernel_mixin 0.00 209.33 0.00 1 0.00 0.00 Gem.dir 0.00 209.33 0.00 1 0.00 0.00 Gem.set_home 0.00 209.33 0.00 1 0.00 130.00 Bundler::SharedHelpers.cripple_rubygems 0.00 209.33 0.00 52 0.00 0.19 Gem::Specification#installation_path 0.00 209.33 0.00 293 0.00 0.00 String#include? 0.00 209.33 0.00 51 0.00 0.39 Gem::Specification#load_paths 0.00 209.33 0.00 1 0.00 190.00 Bundler::Runtime#setup 0.00 209.33 0.00 1 0.00 200.00 Bundler.setup 0.00 209.33 0.00 2 0.00 0.00 ActiveSupport.on_load_all 0.00 209.33 0.00 2 0.00 0.00 Kernel.method 0.00 209.33 0.00 2 0.00 0.00 Method#arity 0.00 209.33 0.00 2 0.00 135.00 Bundler.load 0.00 209.33 0.00 2 0.00 0.00 Bundler::Runtime#initialize 0.00 209.33 0.00 2 0.00 0.00 Bundler::Environment#locked? 0.00 209.33 0.00 2 0.00 0.00 Bundler::Environment#initialize 0.00 209.33 0.00 2 0.00 130.00 Bundler::Definition#from_gemfile 0.00 209.33 0.00 10 0.00 7.00 ActiveSupport::Autoload.eager_autoload 0.00 209.33 0.00 2 0.00 130.00 Bundler::Dsl#evaluate 0.00 209.33 0.00 4 0.00 0.00 Logger#define_around_helper 0.00 209.33 0.00 2 0.00 0.00 Bundler::Dsl#to_definition 0.00 209.33 0.00 59 0.00 0.51 Class#cattr_reader 0.00 209.33 0.00 2 0.00 0.00 Bundler::Definition#initialize 0.00 209.33 0.00 55 0.00 0.73 Class#cattr_writer 0.00 209.33 0.00 38 0.00 9.47 BasicObject#instance_eval 0.00 209.33 0.00 1 0.00 0.00 Logger#silencer 0.00 209.33 0.00 53 0.00 0.00 Module#method_defined? 0.00 209.33 0.00 1 0.00 0.00 YAML::Syck::Resolver#add_type 0.00 209.33 0.00 1 0.00 0.00 YAML.add_builtin_type 0.00 209.33 0.00 3 0.00 0.00 Rails::Initializable.included 0.00 209.33 0.00 4 0.00 5.00 Bundler::Dsl#group 0.00 209.33 0.00 22 0.00 2.73 Bundler::Dsl#gem 0.00 209.33 0.00 271 0.00 0.00 Module#to_s 0.00 209.33 0.00 200 0.00 0.00 Symbol#inspect 0.00 209.33 0.00 22 0.00 2.27 Bundler::Dependency#initialize 0.00 209.33 0.00 187 0.00 0.00 Rails::Initializable::ClassMethods.initializers 0.00 209.33 0.00 92 0.00 0.00 Rails::Initializable::Initializer#initialize 0.00 209.33 0.00 47 0.00 0.43 Rails::Initializable::ClassMethods.initializer 0.00 209.33 0.00 3 0.00 3.33 Rails::Engine#inherited 0.00 209.33 0.00 20 0.00 0.00 Proc#new 0.00 209.33 0.00 19 0.00 1.05 Module#mattr_reader 0.00 209.33 0.00 19 0.00 0.53 Module#mattr_writer 0.00 209.33 0.00 28 0.00 0.00 Hash#key? 0.00 209.33 0.00 1 0.00 0.00 ActiveSupport::Multibyte.default_normalization_form 0.00 209.33 0.00 73 0.00 0.00 Module#undef_method 0.00 209.33 0.00 1 0.00 0.00 ActiveSupport::Inflector::Inflections#initialize 0.00 209.33 0.00 93 0.00 0.00 ActiveSupport::Inflector::Inflections#instance 0.00 209.33 0.00 78 0.00 0.00 Array#delete 0.00 209.33 0.00 63 0.00 0.00 Array#insert 0.00 209.33 0.00 31 0.00 0.00 ActiveSupport::Inflector::Inflections#plural 0.00 209.33 0.00 32 0.00 0.00 ActiveSupport::Inflector::Inflections#singular 0.00 209.33 0.00 6 0.00 1.67 ActiveSupport::Inflector::Inflections#irregular 0.00 209.33 0.00 19 0.00 0.00 Array#flatten! 0.00 209.33 0.00 1 0.00 0.00 ActiveSupport::Inflector::Inflections#uncountable 0.00 209.33 0.00 431 0.00 0.00 Symbol#to_sym 0.00 209.33 0.00 63 0.00 0.00 Symbol#=~ 0.00 209.33 0.00 1 0.00 0.00 #<Class: 0x98f0164>#warned 0.00 209.33 0.00 1 0.00 0.00 #<Class: 0x98ce8e8>#warned 0.00 209.33 0.00 1 0.00 0.00 #<Class: 0x98ba2dc>#warned 0.00 209.33 0.00 58 0.00 0.00 Kernel.inspect 0.00 209.33 0.00 1118 0.00 0.00 Class#inheritable_attributes 0.00 209.33 0.00 1097 0.00 0.00 BasicObject#equal? 0.00 209.33 0.00 492 0.00 0.00 Array#compact! 0.00 209.33 0.00 1 0.00 0.00 Rails::Subscriber#colorize_logging 0.00 209.33 0.00 9 0.00 0.00 Rails::Railtie::Configurable.included 0.00 209.33 0.00 38 0.00 0.00 Rails::Railtie#subclasses 0.00 209.33 0.00 55 0.00 0.00 ActiveSupport::Inflector.demodulize 0.00 209.33 0.00 55 0.00 0.00 String#demodulize 0.00 209.33 0.00 57 0.00 0.18 String#underscore 0.00 209.33 0.00 117 0.00 0.00 Rails::Railtie#railtie_name 0.00 209.33 0.00 38 0.00 0.00 String#to_str 0.00 209.33 0.00 26 0.00 0.00 Rails::Railtie#railtie_names 0.00 209.33 0.00 13 0.00 1.54 Rails::Configuration::Shared.config_keys 0.00 209.33 0.00 13 0.00 3.08 Rails::Configuration::Shared.config_key_regexp 0.00 209.33 0.00 13 0.00 0.00 Rails::Configuration::Shared.options 0.00 209.33 0.00 13 0.00 3.08 Rails::Configuration::Shared.method_missing 0.00 209.33 0.00 22 0.00 0.45 Bundler::Dsl#_normalize_options 0.00 209.33 0.00 5 0.00 0.00 ActiveSupport::OrderedOptions#[] 0.00 209.33 0.00 8 0.00 0.00 ActiveSupport::OrderedOptions#method_missing 0.00 209.33 0.00 2 0.00 0.00 Rails::Configuration::Shared.after_initialize_blocks 0.00 209.33 0.00 1 0.00 0.00 Rails::Configuration::Shared.after_initialize 0.00 209.33 0.00 6 0.00 5.00 ActiveSupport::Autoload.autoload_under 0.00 209.33 0.00 1 0.00 0.00 Kernel.autoload 0.00 209.33 0.00 1 0.00 0.00 Encoding#default_external 0.00 209.33 0.00 5 0.00 0.00 I18n.load_path 0.00 209.33 0.00 23 0.00 0.00 Arel::ClassExtensions.attributes 0.00 209.33 0.00 34 0.00 0.88 Arel::ClassExtensions.derive 0.00 209.33 0.00 23 0.00 1.30 Arel::ClassExtensions.deriving 0.00 209.33 0.00 1 0.00 0.00 Arel::Attribute::Transformations.included 0.00 209.33 0.00 22 0.00 0.00 Bundler::Dsl#_normalize_hash 0.00 209.33 0.00 38 0.00 0.00 Hash#keys 0.00 209.33 0.00 22 0.00 0.00 Bundler::Dsl#_deprecated_options 0.00 209.33 0.00 8 0.00 25.00 Bundler::Dsl#source 0.00 209.33 0.00 2189 0.00 0.00 Kernel.block_given? 0.00 209.33 0.00 8 0.00 2.50 String#classify 0.00 209.33 0.00 8 0.00 1.25 Bundler::Source::Rubygems#initialize 0.00 209.33 0.00 3 0.00 0.00 Kernel.instance_of? 0.00 209.33 0.00 3 0.00 0.00 Singleton.append_features 0.00 209.33 0.00 103 0.00 0.00 Mutex#initialize 0.00 209.33 0.00 5 0.00 0.00 Singleton.__init__ 0.00 209.33 0.00 3 0.00 0.00 Singleton.included 0.00 209.33 0.00 68 0.00 0.00 ActiveSupport::Concern.extended 0.00 209.33 0.00 201 0.00 0.00 Kernel.instance_variable_defined? 0.00 209.33 0.00 8 0.00 0.00 URI::Generic#absolute? 0.00 209.33 0.00 8 0.00 1.25 URI.parse 0.00 209.33 0.00 1 0.00 0.00 ActiveSupport::Dependencies.warnings_on_first_load 0.00 209.33 0.00 1 0.00 0.00 ActiveSupport::Dependencies.history 0.00 209.33 0.00 1 0.00 0.00 ActiveSupport::Dependencies.loaded 0.00 209.33 0.00 2 0.00 0.00 ActiveSupport::Dependencies.mechanism 0.00 209.33 0.00 1 0.00 0.00 ActiveSupport::Dependencies.load_paths 0.00 209.33 0.00 1 0.00 0.00 ActiveSupport::Dependencies.load_once_paths 0.00 209.33 0.00 1 0.00 0.00 ActiveSupport::Dependencies.autoloaded_constants 0.00 209.33 0.00 1 0.00 0.00 ActiveSupport::Dependencies.explicitly_unloadable_constants 0.00 209.33 0.00 1 0.00 0.00 ActiveSupport::Dependencies.log_activity 0.00 209.33 0.00 1 0.00 0.00 ActiveSupport::Dependencies.constant_watch_stack 0.00 209.33 0.00 1 0.00 0.00 ActiveSupport::Dependencies.constant_watch_stack_mutex 0.00 209.33 0.00 35 0.00 0.00 Module#public_method_defined? 0.00 209.33 0.00 9 0.00 0.00 Module#protected_method_defined? 0.00 209.33 0.00 8 0.00 0.00 URI::HTTP#initialize 0.00 209.33 0.00 1 0.00 0.00 ActiveSupport::Dependencies::Loadable.included 0.00 209.33 0.00 1 0.00 0.00 ActiveSupport::Dependencies::ModuleConstMissing.included 0.00 209.33 0.00 1 0.00 0.00 ActiveSupport::Dependencies.hook! 0.00 209.33 0.00 8 0.00 0.00 URI::Generic#initialize 0.00 209.33 0.00 22 0.00 0.00 Kernel.kind_of? 0.00 209.33 0.00 32 0.00 0.00 URI::Generic#default_port 0.00 209.33 0.00 8 0.00 0.00 URI::Generic#set_fragment 0.00 209.33 0.00 8 0.00 0.00 URI::Generic#set_registry 0.00 209.33 0.00 8 0.00 0.00 URI::Generic#set_opaque 0.00 209.33 0.00 8 0.00 0.00 URI::Generic#set_query 0.00 209.33 0.00 8 0.00 0.00 URI::Generic#set_path 0.00 209.33 0.00 16 0.00 0.00 URI::Generic#set_port 0.00 209.33 0.00 8 0.00 0.00 URI::Generic#set_host 0.00 209.33 0.00 8 0.00 0.00 URI::Generic#set_userinfo 0.00 209.33 0.00 8 0.00 0.00 URI::Generic#split_userinfo 0.00 209.33 0.00 8 0.00 0.00 URI::Generic#set_scheme 0.00 209.33 0.00 16 0.00 0.00 URI.scheme_list 0.00 209.33 0.00 8 0.00 0.00 URI::Parser#split 0.00 209.33 0.00 942 0.00 0.00 Array#* 0.00 209.33 0.00 8 0.00 0.00 MatchData#[] 0.00 209.33 0.00 8 0.00 0.00 Module#private_class_method 0.00 209.33 0.00 5 0.00 0.00 Gem::Security::Policy#initialize 0.00 209.33 0.00 1 0.00 0.00 Gem.user_home 0.00 209.33 0.00 1 0.00 0.00 Gem.find_home 0.00 209.33 0.00 4 0.00 0.00 Module#private_instance_methods 0.00 209.33 0.00 40 0.00 0.00 Array#sort 0.00 209.33 0.00 55 0.00 0.18 Comparable.> 0.00 209.33 0.00 2 0.00 225.00 Enumerable.find_all 0.00 209.33 0.00 139 0.00 0.00 Kernel.lambda 0.00 209.33 0.00 11 0.00 0.00 Module#method_removed 0.00 209.33 0.00 11 0.00 0.00 Module#remove_method 0.00 209.33 0.00 134 0.00 0.00 Object#metaclass 0.00 209.33 0.00 4 0.00 0.00 Class#_stash_object_in_method 0.00 209.33 0.00 2 0.00 0.00 Class#_superclass_delegating_accessor 0.00 209.33 0.00 2 0.00 0.00 Class#superclass_delegating_accessor 0.00 209.33 0.00 6 0.00 3.33 Class#class_inheritable_reader 0.00 209.33 0.00 6 0.00 0.00 Class#class_inheritable_writer 0.00 209.33 0.00 6 0.00 3.33 Class#class_inheritable_accessor 0.00 209.33 0.00 7 0.00 0.00 Class#write_inheritable_attribute 0.00 209.33 0.00 1 0.00 0.00 ActiveRecord::Base#default_scoping 0.00 209.33 0.00 99 0.00 0.00 Module#< 0.00 209.33 0.00 13 0.00 0.77 ActiveSupport::Callbacks::CallbackChain#initialize 0.00 209.33 0.00 1 0.00 0.00 Gem.ssl_available? 0.00 209.33 0.00 65 0.00 0.00 Class#superclass 0.00 209.33 0.00 1 0.00 0.00 ActiveRecord::Base#_validate_superclass_callbacks 0.00 209.33 0.00 2 0.00 0.00 ActiveRecord::Base#_validate_callbacks 0.00 209.33 0.00 1 0.00 0.00 ActiveRecord::Base#_removed_validate_callbacks 0.00 209.33 0.00 1 0.00 0.00 ActiveRecord::Base#_update_validate_superclass_callbacks 0.00 209.33 0.00 1 0.00 0.00 OpenSSL::X509::Store#flags 0.00 209.33 0.00 1 0.00 0.00 OpenSSL::X509::Store#set_default_paths 0.00 209.33 0.00 22 0.00 55.00 Kernel.silence_warnings 0.00 209.33 0.00 20 0.00 3.00 ActiveSupport::Callbacks::ClassMethods.__define_runner 0.00 209.33 0.00 12 0.00 5.83 ActiveSupport::Callbacks::ClassMethods.define_callbacks 0.00 209.33 0.00 1 0.00 0.00 ActiveRecord::Locking::Optimistic::ClassMethods.extended 0.00 209.33 0.00 1 0.00 0.00 ActiveRecord::Base#lock_optimistically 0.00 209.33 0.00 10 0.00 0.00 Class#read_inheritable_attribute 0.00 209.33 0.00 6 0.00 0.00 ActiveModel::AttributeMethods::ClassMethods.attribute_method_matchers 0.00 209.33 0.00 16 0.00 0.00 Hash#symbolize_keys! 0.00 209.33 0.00 9 0.00 0.00 ActiveModel::AttributeMethods::ClassMethods::AttributeMethodMatcher#initialize 0.00 209.33 0.00 4 0.00 0.00 Module#initialize 0.00 209.33 0.00 6 0.00 0.00 ActiveModel::AttributeMethods::ClassMethods.generated_attribute_methods 0.00 209.33 0.00 6 0.00 0.00 ActiveModel::AttributeMethods::ClassMethods.undefine_attribute_methods 0.00 209.33 0.00 5 0.00 0.00 ActiveModel::AttributeMethods::ClassMethods.attribute_method_suffix 0.00 209.33 0.00 1 0.00 0.00 ActiveRecord::Base#attribute_types_cached_by_default 0.00 209.33 0.00 2 0.00 0.00 ActiveRecord::Base#time_zone_aware_attributes 0.00 209.33 0.00 1 0.00 0.00 ActiveRecord::Base#skip_time_zone_conversion_for_attributes 0.00 209.33 0.00 1 0.00 0.00 ActiveModel::AttributeMethods::ClassMethods.attribute_method_affix 0.00 209.33 0.00 1 0.00 0.00 ActiveRecord::Base#record_timestamps 0.00 209.33 0.00 55 0.00 2.73 ActiveRecord::Callbacks::ClassMethods.method_added 0.00 209.33 0.00 1 0.00 0.00 ActiveModel::Callbacks.extended 0.00 209.33 0.00 1 0.00 0.00 ActiveRecord::Base#_validation_superclass_callbacks 0.00 209.33 0.00 2 0.00 0.00 ActiveRecord::Base#_validation_callbacks 0.00 209.33 0.00 1 0.00 0.00 ActiveRecord::Base#_removed_validation_callbacks 0.00 209.33 0.00 1 0.00 0.00 ActiveRecord::Base#_update_validation_superclass_callbacks 0.00 209.33 0.00 1 0.00 0.00 ActiveRecord::Base#_initialize_superclass_callbacks 0.00 209.33 0.00 2 0.00 0.00 ActiveRecord::Base#_initialize_callbacks 0.00 209.33 0.00 1 0.00 0.00 ActiveRecord::Base#_removed_initialize_callbacks 0.00 209.33 0.00 1 0.00 0.00 ActiveRecord::Base#_update_initialize_superclass_callbacks 0.00 209.33 0.00 6 0.00 0.00 ActiveModel::Callbacks._define_after_model_callback 0.00 209.33 0.00 1 0.00 0.00 ActiveRecord::Base#_find_superclass_callbacks 0.00 209.33 0.00 2 0.00 0.00 ActiveRecord::Base#_find_callbacks 0.00 209.33 0.00 1 0.00 0.00 ActiveRecord::Base#_removed_find_callbacks 0.00 209.33 0.00 1 0.00 0.00 ActiveRecord::Base#_update_find_superclass_callbacks 0.00 209.33 0.00 2 0.00 15.00 ActiveModel::Callbacks.define_model_callbacks 0.00 209.33 0.00 1 0.00 0.00 NilClass#to_a 0.00 209.33 0.00 9 0.00 1.11 ActiveRecord::Base#_save_superclass_callbacks 0.00 209.33 0.00 15 0.00 0.00 ActiveRecord::Base#_save_callbacks 0.00 209.33 0.00 8 0.00 0.00 ActiveRecord::Base#_removed_save_callbacks 0.00 209.33 0.00 5 0.00 2.00 ActiveRecord::Base#_update_save_superclass_callbacks 0.00 209.33 0.00 4 0.00 0.00 ActiveModel::Callbacks._define_before_model_callback 0.00 209.33 0.00 4 0.00 0.00 ActiveModel::Callbacks._define_around_model_callback 0.00 209.33 0.00 1 0.00 0.00 ActiveRecord::Base#_create_superclass_callbacks 0.00 209.33 0.00 2 0.00 0.00 ActiveRecord::Base#_create_callbacks 0.00 209.33 0.00 1 0.00 0.00 ActiveRecord::Base#_removed_create_callbacks 0.00 209.33 0.00 1 0.00 0.00 ActiveRecord::Base#_update_create_superclass_callbacks 0.00 209.33 0.00 1 0.00 0.00 ActiveRecord::Base#_update_superclass_callbacks 0.00 209.33 0.00 2 0.00 0.00 ActiveRecord::Base#_update_callbacks 0.00 209.33 0.00 1 0.00 0.00 ActiveRecord::Base#_removed_update_callbacks 0.00 209.33 0.00 1 0.00 0.00 ActiveRecord::Base#_update_update_superclass_callbacks 0.00 209.33 0.00 1 0.00 0.00 ActiveRecord::Base#_destroy_superclass_callbacks 0.00 209.33 0.00 1 0.00 0.00 OpenSSL::X509::Store#initialize 0.00 209.33 0.00 1 0.00 0.00 ActiveRecord::Base#_removed_destroy_callbacks 0.00 209.33 0.00 1 0.00 10.00 ActiveRecord::Base#_update_destroy_superclass_callbacks 0.00 209.33 0.00 1 0.00 0.00 ActiveRecord::Base#nested_attributes_options 0.00 209.33 0.00 1 0.00 0.00 ActiveRecord::Associations::ClassMethods.valid_keys_for_has_one_association 0.00 209.33 0.00 1 0.00 0.00 ActiveRecord::Associations::ClassMethods.valid_keys_for_belongs_to_association 0.00 209.33 0.00 1 0.00 0.00 ActiveRecord::Associations::ClassMethods.valid_keys_for_has_many_association 0.00 209.33 0.00 1 0.00 0.00 ActiveRecord::Associations::ClassMethods.valid_keys_for_has_and_belongs_to_many_association 0.00 209.33 0.00 2 0.00 0.00 Float#/ 0.00 209.33 0.00 1 0.00 0.00 Float#-@ 0.00 209.33 0.00 1 0.00 0.00 JSON.parser 0.00 209.33 0.00 9 0.00 0.00 JSON.deep_const_get 0.00 209.33 0.00 1 0.00 0.00 JSON::Ext::Generator::GeneratorMethods::String.included 0.00 209.33 0.00 1 0.00 30.00 JSON.generator 0.00 209.33 0.00 1 0.00 0.00 ActiveSupport::JSON::Encoding.escape_html_entities_in_json 0.00 209.33 0.00 1 0.00 0.00 ActiveSupport::Deprecation::DeprecatedConstantProxy#initialize 0.00 209.33 0.00 4 0.00 0.00 String#initialize 0.00 209.33 0.00 13 0.00 0.00 Hash#update 0.00 209.33 0.00 103 0.00 0.00 Array#+ 0.00 209.33 0.00 14 0.00 3.57 Set#merge 0.00 209.33 0.00 5 0.00 0.00 Enumerable.to_set 0.00 209.33 0.00 2 0.00 0.00 String#dump 0.00 209.33 0.00 19 0.00 0.00 Hash#has_key? 0.00 209.33 0.00 1 0.00 0.00 Kernel.warn 0.00 209.33 0.00 1 0.00 0.00 YAML.tag_class 0.00 209.33 0.00 1 0.00 0.00 Module#yaml_as 0.00 209.33 0.00 1 0.00 0.00 Module#synchronize 0.00 209.33 0.00 1 0.00 0.00 ActiveRecord::ConnectionAdapters::ConnectionHandler#initialize 0.00 209.33 0.00 90 0.00 0.00 Fixnum#> 0.00 209.33 0.00 4 0.00 0.00 ActiveRecord::Base#inspect 0.00 209.33 0.00 1 0.00 10.00 ActiveRecord::ConnectionAdapters::QueryCache.dirties_query_cache 0.00 209.33 0.00 1 0.00 10.00 ActiveRecord::ConnectionAdapters::QueryCache.included 0.00 209.33 0.00 7 0.00 0.00 ActiveRecord::ConnectionAdapters::AbstractAdapter#_checkout_superclass_callbacks 0.00 209.33 0.00 9 0.00 0.00 ActiveRecord::ConnectionAdapters::AbstractAdapter#_checkout_callbacks 0.00 209.33 0.00 5 0.00 0.00 ActiveRecord::ConnectionAdapters::AbstractAdapter#_removed_checkout_callbacks 0.00 209.33 0.00 4 0.00 0.00 ActiveRecord::ConnectionAdapters::AbstractAdapter#_update_checkout_superclass_callbacks 0.00 209.33 0.00 5 0.00 0.00 ActiveRecord::ConnectionAdapters::AbstractAdapter#_checkin_superclass_callbacks 0.00 209.33 0.00 7 0.00 0.00 ActiveRecord::ConnectionAdapters::AbstractAdapter#_checkin_callbacks 0.00 209.33 0.00 280 0.00 0.00 Fixnum#* 0.00 209.33 0.00 3 0.00 3.33 ActiveRecord::ConnectionAdapters::AbstractAdapter#_update_checkin_superclass_callbacks 0.00 209.33 0.00 1 0.00 0.00 Arel::Sql::Engine#initialize 0.00 209.33 0.00 1 0.00 0.00 Arel::Table#engine 0.00 209.33 0.00 1 0.00 0.00 ActiveSupport::Autoload.autoload_at 0.00 209.33 0.00 2 0.00 0.00 Hash#each_key 0.00 209.33 0.00 2 0.00 0.00 Set#each 0.00 209.33 0.00 71 0.00 0.99 Enumerable.map 0.00 209.33 0.00 56 0.00 0.00 Kernel.caller 0.00 209.33 0.00 3 0.00 0.00 ActiveSupport::Memoizable.memoized_ivar_for 0.00 209.33 0.00 3 0.00 0.00 ActiveSupport::Memoizable::InstanceMethods.included 0.00 209.33 0.00 3 0.00 0.00 UnboundMethod#arity 0.00 209.33 0.00 3 0.00 0.00 ActiveSupport::Memoizable.memoize 0.00 209.33 0.00 1 0.00 0.00 ActionView::Helpers::FormBuilder#field_helpers 0.00 209.33 0.00 1 0.00 0.00 ActionView::Helpers::FormBuilder#field_helpers 0.00 209.33 0.00 2 0.00 0.00 Range#each 0.00 209.33 0.00 34 0.00 0.00 Rails.application 0.00 209.33 0.00 11 0.00 0.00 Rails.root 0.00 209.33 0.00 4 0.00 0.00 Rails.public_path 0.00 209.33 0.00 1 0.00 0.00 ActionView::Helpers.included 0.00 209.33 0.00 91 0.00 0.00 String#% 0.00 209.33 0.00 36 0.00 0.00 Module#attr_internal_ivar_name 0.00 209.33 0.00 12 0.00 0.00 Module#attr_internal_reader 0.00 209.33 0.00 12 0.00 0.00 Module#attr_internal_writer 0.00 209.33 0.00 12 0.00 0.00 Module#attr_internal_accessor 0.00 209.33 0.00 24 0.00 1.67 Class#class_attribute 0.00 209.33 0.00 48 0.00 0.00 Rails::Subscriber#subscribers 0.00 209.33 0.00 5 0.00 0.00 Rails::Subscriber#add 0.00 209.33 0.00 5 0.00 0.00 Rails::Railtie#subscriber 0.00 209.33 0.00 6 0.00 0.00 String#capitalize 0.00 209.33 0.00 6 0.00 0.00 ActiveSupport::Inflector.humanize 0.00 209.33 0.00 6 0.00 0.00 String#humanize 0.00 209.33 0.00 39 0.00 0.00 String#inspect 0.00 209.33 0.00 1 0.00 0.00 Rails::Configuration::Generators#initialize 0.00 209.33 0.00 2 0.00 0.00 Rails::Configuration::Shared.generators 0.00 209.33 0.00 3 0.00 0.00 Hash#merge! 0.00 209.33 0.00 4 0.00 0.00 Rails::Configuration::Generators#method_missing 0.00 209.33 0.00 22 0.00 0.00 Rails::Railtie#rake_tasks 0.00 209.33 0.00 10 0.00 0.00 Rails.env 0.00 209.33 0.00 1 0.00 10.00 Gem::SourceIndex#add_specs 0.00 209.33 0.00 102 0.00 0.00 Module#protected 0.00 209.33 0.00 1 0.00 0.00 Bundler::Environment#autorequires_for_groups 0.00 209.33 0.00 6 0.00 0.00 Gem::Command#common_options 0.00 209.33 0.00 6 0.00 0.00 Gem::Command#add_common_option 0.00 209.33 0.00 32 0.00 0.00 Gem::CommandManager#register_command 0.00 209.33 0.00 1 0.00 0.00 Gem::CommandManager#initialize 0.00 209.33 0.00 3 0.00 0.00 Gem::CommandManager#instance 0.00 209.33 0.00 16 0.00 0.00 FireWatir::Element#def_wrap 0.00 209.33 0.00 7 0.00 1.43 Hash#each_pair 0.00 209.33 0.00 35 0.00 2.00 String#singularize 0.00 209.33 0.00 2 0.00 5.00 URI::Parser#initialize 0.00 209.33 0.00 1 0.00 0.00 Kernel.to_s 0.00 209.33 0.00 3 0.00 0.00 main.include 0.00 209.33 0.00 8 0.00 0.00 UserChoices::Conversion#inherited 0.00 209.33 0.00 1 0.00 0.00 UserChoices::Conversion#is_abstract 0.00 209.33 0.00 6 0.00 0.00 REXML::Child#initialize 0.00 209.33 0.00 5 0.00 0.00 REXML::Entity#initialize 0.00 209.33 0.00 2 0.00 5.00 URI::Parser#initialize_regexp 0.00 209.33 0.00 106 0.00 0.00 String#force_encoding 0.00 209.33 0.00 3 0.00 0.00 Range#first 0.00 209.33 0.00 335 0.00 0.00 String#ord 0.00 209.33 0.00 3 0.00 0.00 Range#last 0.00 209.33 0.00 1 0.00 0.00 REXML::Encoding.register 0.00 209.33 0.00 1 0.00 0.00 Proc#[] 0.00 209.33 0.00 1 0.00 0.00 REXML::Encoding.apply 0.00 209.33 0.00 1 0.00 20.00 REXML::Encoding.encoding 0.00 209.33 0.00 1 0.00 0.00 REXML::XMLDecl#dowrite 0.00 209.33 0.00 1 0.00 20.00 REXML::XMLDecl#encoding 0.00 209.33 0.00 1 0.00 20.00 REXML::XMLDecl#initialize 0.00 209.33 0.00 1 0.00 0.00 REXML::XMLDecl#nowrite 0.00 209.33 0.00 1 0.00 20.00 REXML::XMLDecl#default 0.00 209.33 0.00 1 0.00 0.00 XmlSimple::Cache#initialize 0.00 209.33 0.00 3 0.00 0.00 Watir::Browser.autoload 0.00 209.33 0.00 5 0.00 2.00 Kernel.!~ 0.00 209.33 0.00 3 0.00 6.67 Watir::Browser.activate_gem 0.00 209.33 0.00 3 0.00 6.67 Watir::Browser.support 0.00 209.33 0.00 400 0.00 0.00 NilClass#to_s 0.00 209.33 0.00 1 0.00 0.00 Watir::Browser.default 0.00 209.33 0.00 7 0.00 2.86 Exception2MessageMapper.def_exception 0.00 209.33 0.00 4 0.00 0.00 Exception2MessageMapper.bind 0.00 209.33 0.00 4 0.00 0.00 Exception2MessageMapper.extend_object 0.00 209.33 0.00 4 0.00 0.00 Exception2MessageMapper.def_e2message 0.00 209.33 0.00 3 0.00 0.00 ExceptionForMatrix.included 0.00 209.33 0.00 73 0.00 0.00 Regexp#initialize 0.00 209.33 0.00 4 0.00 0.00 Hash#each_value 0.00 209.33 0.00 2 0.00 0.00 URI::Parser#initialize_pattern 0.00 209.33 0.00 2 0.00 40.00 Builder.check_for_name_collision 0.00 209.33 0.00 4 0.00 0.00 Array#clear 0.00 209.33 0.00 4 0.00 0.00 ActiveSupport::Dependencies::Blamable.blame_file! 0.00 209.33 0.00 60 0.00 0.00 Integer#to_i 0.00 209.33 0.00 401 0.00 0.00 Hash#delete 0.00 209.33 0.00 1 0.00 160.00 Bundler::Runtime#require 0.00 209.33 0.00 1 0.00 980.00 Bundler.require 0.00 209.33 0.00 23 0.00 0.87 Enumerable.detect 0.00 209.33 0.00 243 0.00 0.00 Module#blankslate_original_append_features 0.00 209.33 0.00 1 0.00 0.00 Rails::Application::Configurable.included 0.00 209.33 0.00 9 0.00 1.11 Rails::Application#instance 0.00 209.33 0.00 1 0.00 0.00 Rails.application 0.00 209.33 0.00 1 0.00 20.00 Rails::Application#inherited 0.00 209.33 0.00 1 0.00 0.00 Pathname#split_names 0.00 209.33 0.00 3 0.00 0.00 Pathname#prepend_prefix 0.00 209.33 0.00 2 0.00 0.00 File#lstat 0.00 209.33 0.00 2 0.00 0.00 File::Stat#symlink? 0.00 209.33 0.00 1 0.00 0.00 Pathname#realpath_rec 0.00 209.33 0.00 1 0.00 0.00 Pathname#realpath 0.00 209.33 0.00 1 0.00 0.00 Rails::Engine#find_root_with_flag 0.00 209.33 0.00 1 0.00 0.00 Rails::Engine::Configuration#initialize 0.00 209.33 0.00 1 0.00 0.00 Rails::Application::Configuration#initialize 0.00 209.33 0.00 5 0.00 0.00 Module#instance_method 0.00 209.33 0.00 8 0.00 37.50 Rails::Application#method_missing 0.00 209.33 0.00 79 0.00 0.00 Object#desc 0.00 209.33 0.00 38 0.00 0.00 Rake::TaskManager.resolve_args_without_dependencies 0.00 209.33 0.00 692 0.00 0.00 Fixnum#to_s 0.00 209.33 0.00 85 0.00 0.00 Rake::Task#scope_name 0.00 209.33 0.00 90 0.00 0.11 MonitorMixin.mon_initialize 0.00 209.33 0.00 90 0.00 0.11 MonitorMixin.initialize 0.00 209.33 0.00 87 0.00 0.11 Rake::TaskManager.current_scope 0.00 209.33 0.00 87 0.00 0.34 Rake::Task#initialize 0.00 209.33 0.00 25 0.00 0.00 Symbol#== 0.00 209.33 0.00 85 0.00 0.00 Rake::Task#add_comment 0.00 209.33 0.00 2 0.00 0.00 Bundler::Dsl#initialize 0.00 209.33 0.00 91 0.00 0.00 Array#| 0.00 209.33 0.00 91 0.00 0.00 Rake::Task#enhance 0.00 209.33 0.00 7 0.00 0.00 Bundler::Dsl#deprecate 0.00 209.33 0.00 91 0.00 1.32 Rake::Task#define_task 0.00 209.33 0.00 85 0.00 1.18 Object#task 0.00 209.33 0.00 24 0.00 0.00 Rake::NameSpace#initialize 0.00 209.33 0.00 24 0.00 20.83 Rake::TaskManager.in_namespace 0.00 209.33 0.00 24 0.00 20.83 Object#namespace 0.00 209.33 0.00 2 0.00 0.00 Pathname#file? 0.00 209.33 0.00 2 0.00 0.00 FileTest.file? 0.00 209.33 0.00 26 0.00 0.38 Rake::FileList#initialize 0.00 209.33 0.00 35 0.00 0.57 Rake::FileList#include 0.00 209.33 0.00 8 0.00 0.00 Rake::RDocTask#rdoc_task_name 0.00 209.33 0.00 2 0.00 0.00 Rake::RDocTask#rerdoc_task_name 0.00 209.33 0.00 6 0.00 0.00 Rake::RDocTask#clobber_task_name 0.00 209.33 0.00 2 0.00 0.00 Pathname#exist? 0.00 209.33 0.00 6 0.00 0.00 Rake::FileTask#scope_name 0.00 209.33 0.00 4 0.00 0.00 Object#file_create 0.00 209.33 0.00 2 0.00 0.00 Rake.each_dir_parent 0.00 209.33 0.00 2 0.00 0.00 Object#directory 0.00 209.33 0.00 4 0.00 0.00 Rake::RDocTask#rdoc_target 0.00 209.33 0.00 2 0.00 0.00 FileTest.exist? 0.00 209.33 0.00 2 0.00 0.00 Pathname#+ 0.00 209.33 0.00 53 0.00 3.77 Rake::FileList#resolve_add 0.00 209.33 0.00 14 0.00 0.00 Rake::FileList#calculate_exclude_regexp 0.00 209.33 0.00 2 0.00 0.00 Pathname#plus 0.00 209.33 0.00 14 0.00 14.29 Rake::FileList#add_matching 0.00 209.33 0.00 8 0.00 11.25 Rake::FileList#reject! 0.00 209.33 0.00 8 0.00 11.25 Rake::FileList#resolve_exclude 0.00 209.33 0.00 18 0.00 0.00 Rake::FileList#import 0.00 209.33 0.00 4 0.00 60.00 Rake::FileList#+ 0.00 209.33 0.00 6 0.00 5.00 Rake::FileList#collect 0.00 209.33 0.00 6 0.00 3.33 Rake::FileList#to_a 0.00 209.33 0.00 5 0.00 0.00 Rake::FileList#to_ary 0.00 209.33 0.00 2 0.00 10.00 Object#file 0.00 209.33 0.00 2 0.00 130.00 Rake::RDocTask#define 0.00 209.33 0.00 2 0.00 135.00 Rake::RDocTask#initialize 0.00 209.33 0.00 6 0.00 1.67 Rake::FileList#[] 0.00 209.33 0.00 1 0.00 0.00 Rake::FileList#each 0.00 209.33 0.00 1 0.00 710.00 Rails::Application#initialize_tasks 0.00 209.33 0.00 10 0.00 22.00 Rails::Railtie#load_tasks 0.00 209.33 0.00 1 0.00 0.00 Rails::Paths::Root#initialize 0.00 209.33 0.00 21 0.00 0.48 Rails::Paths::Root#all_paths 0.00 209.33 0.00 465 0.00 0.00 String#length 0.00 209.33 0.00 57 0.00 0.53 Rails::Paths::PathParent.method_missing 0.00 209.33 0.00 1 0.00 0.00 Rails::Engine::Configuration#paths 0.00 209.33 0.00 5 0.00 0.00 ActiveSupport::StringInquirer#method_missing 0.00 209.33 0.00 2 0.00 0.00 Rails::Application::Configuration#builtin_controller 0.00 209.33 0.00 1 0.00 0.00 Rails::Paths::Path#push 0.00 209.33 0.00 10 0.00 0.00 File#exists? 0.00 209.33 0.00 14 0.00 0.00 Rails::Application::Configuration#paths 0.00 209.33 0.00 18 0.00 0.56 Rails::Paths::Path#paths 0.00 209.33 0.00 1 0.00 0.00 Rails::Engine#load_tasks 0.00 209.33 0.00 1 0.00 0.00 Rails::Application::Railties#initialize 0.00 209.33 0.00 4 0.00 0.00 Pathname#absolute? 0.00 209.33 0.00 35 0.00 0.00 Symbol#to_proc 0.00 209.33 0.00 1 0.00 0.00 Rails::Application::Railties#railties 0.00 209.33 0.00 1 0.00 0.00 Rails::Application::Railties#engines 0.00 209.33 0.00 1 0.00 0.00 Rails::Paths::Path#each 0.00 209.33 0.00 1 0.00 0.00 Rails::Plugin#all 0.00 209.33 0.00 1 0.00 0.00 Rails::Application::Railties#plugins 0.00 209.33 0.00 198 0.00 0.00 Time#initialize 0.00 209.33 0.00 198 0.00 0.00 Time#now 0.00 209.33 0.00 44 0.00 0.00 ActiveSupport::Duration#== 0.00 209.33 0.00 44 0.00 0.00 Time#minus_without_duration 0.00 209.33 0.00 44 0.00 0.00 Time#minus_with_duration 0.00 209.33 0.00 44 0.00 0.00 Time#minus_with_coercion 0.00 209.33 0.00 6 0.00 3.33 Kernel.method_added 0.00 209.33 0.00 52 0.00 0.00 File#mtime 0.00 209.33 0.00 52 0.00 0.00 Object#acts_like? 0.00 209.33 0.00 52 0.00 0.00 Time#rake_original_time_compare 0.00 209.33 0.00 52 0.00 0.00 Time#<=> 0.00 209.33 0.00 4 0.00 0.00 Pathname#relative? 0.00 209.33 0.00 1 0.00 10.00 Rake::FileList#select 0.00 209.33 0.00 2 0.00 10.00 Rake::FileList#map 0.00 209.33 0.00 2 0.00 0.00 Rake::FileList#flatten 0.00 209.33 0.00 2 0.00 0.00 Rake::FileList#compact 0.00 209.33 0.00 2 0.00 10.00 Object#recent_tests 0.00 209.33 0.00 1 0.00 0.00 Rake::FileList#uniq 0.00 209.33 0.00 1 0.00 0.00 Rake::TestTask#test_files 0.00 209.33 0.00 8 0.00 0.00 Hash#= 0.00 209.33 0.00 8 0.00 0.00 Hash#to_s 0.00 209.33 0.00 8 0.00 0.00 Rake::TestTask#define 0.00 209.33 0.00 8 0.00 3.75 Rake::TestTask#initialize 0.00 209.33 0.00 17 0.00 0.00 Rake::TaskManager.lookup_in_scope 0.00 209.33 0.00 17 0.00 0.00 Rake::TaskManager.lookup 0.00 209.33 0.00 17 0.00 0.00 Rake::TaskManager.[] 0.00 209.33 0.00 10 0.00 0.00 Rake::Task#[] 0.00 209.33 0.00 8 0.00 2.50 Rake::Task#comment 0.00 209.33 0.00 2 0.00 910.00 Rails::Application::Railties#all 0.00 209.33 0.00 1 0.00 230.00 Rails::Application#load_tasks 0.00 209.33 0.00 2 0.00 1085.00 Kernel.load 0.00 209.33 0.00 1 0.00 0.00 Rake::Application#glob 0.00 209.33 0.00 1 0.00 0.00 Rake::Application#load_imports 0.00 209.33 0.00 1 0.00 240.00 Rake::Application#raw_load_rakefile 0.00 209.33 0.00 3 0.00 1320.00 Rake::Application#standard_exception_handling 0.00 209.33 0.00 1 0.00 250.00 Rake::Application#load_rakefile 0.00 209.33 0.00 1 0.00 0.00 Rake::Application#parse_task_string 0.00 209.33 0.00 9 0.00 0.00 Rake::Task#arg_names 0.00 209.33 0.00 10 0.00 313.00 Enumerable.each_with_index 0.00 209.33 0.00 9 0.00 0.00 Rake::TaskArguments#initialize 0.00 209.33 0.00 9 0.00 0.00 Rake::InvocationChain#initialize 0.00 209.33 0.00 3 0.00 0.00 Rake::InvocationChain::EmptyInvocationChain#append 0.00 209.33 0.00 15 0.00 0.00 Rake::InvocationChain#append 0.00 209.33 0.00 23 0.00 0.00 Pathname#chop_basename 0.00 209.33 0.00 16 0.00 0.00 MonitorMixin.mon_enter 0.00 209.33 0.00 6 0.00 0.00 Rake::TaskArguments#new_scope 0.00 209.33 0.00 6 0.00 0.00 Rake::InvocationChain::EmptyInvocationChain#member? 0.00 209.33 0.00 10 0.00 0.00 Rake::InvocationChain#member? 0.00 209.33 0.00 7 0.00 3261.43 Rake::Task#invoke_prerequisites 0.00 209.33 0.00 7 0.00 0.00 Rake::Task#needed? 0.00 209.33 0.00 11 0.00 0.00 Proc#arity 0.00 209.33 0.00 64 0.00 0.00 Array#initialize 0.00 209.33 0.00 16 0.00 0.00 String#rindex 0.00 209.33 0.00 59 0.00 49.15 Rails::Initializable::Collection#initialize 0.00 209.33 0.00 12 0.00 0.00 Module#ancestors 0.00 209.33 0.00 70 0.00 0.00 Array#to_a 0.00 209.33 0.00 140 0.00 0.00 Regexp#to_s 0.00 209.33 0.00 116 0.00 0.00 File#basename 0.00 209.33 0.00 416 0.00 0.00 Array#pop 0.00 209.33 0.00 35 0.00 80.00 Rails::Initializable::Collection#+ 0.00 209.33 0.00 12 0.00 15.83 Rails::Initializable::ClassMethods.initializers_chain 0.00 209.33 0.00 45 0.00 0.00 Rails::Initializable::Initializer#bind 0.00 209.33 0.00 12 0.00 24.17 Rails::Initializable::ClassMethods.initializers_for 0.00 209.33 0.00 10 0.00 18.00 Rails::Initializable.initializers 0.00 209.33 0.00 2 0.00 0.00 Rails::Application#respond_to? 0.00 209.33 0.00 83 0.00 0.00 Array#unshift 0.00 209.33 0.00 1 0.00 10.00 Module#configure 0.00 209.33 0.00 1 0.00 90.00 Rails::Application#require_environment! 0.00 209.33 0.00 2 0.00 0.00 Bundler.configure 0.00 209.33 0.00 1 0.00 0.00 Bundler.configure_gem_home_and_path 0.00 209.33 0.00 3 0.00 0.00 ActiveSupport::OrderedOptions#[] 0.00 209.33 0.00 3 0.00 0.00 Bignum#* 0.00 209.33 0.00 1 0.00 0.00 Range#step 0.00 209.33 0.00 9 0.00 0.00 Kernel.sprintf 0.00 209.33 0.00 113 0.00 0.00 String#<< 0.00 209.33 0.00 3 0.00 0.00 String#each_byte 0.00 209.33 0.00 1 0.00 0.00 URI::Parser#escape 0.00 209.33 0.00 9 0.00 0.00 String#hex 0.00 209.33 0.00 45 0.00 0.00 String#encoding 0.00 209.33 0.00 1 0.00 0.00 URI::Parser#unescape 0.00 209.33 0.00 4 0.00 0.00 Rails.logger 0.00 209.33 0.00 1 0.00 0.00 ActiveSupport::BufferedLogger#silencer 0.00 209.33 0.00 12 0.00 0.00 Symbol#downcase 0.00 209.33 0.00 1 0.00 0.00 Gem.clear_paths 0.00 209.33 0.00 1 0.00 0.00 ActiveSupport::BufferedLogger#initialize 0.00 209.33 0.00 1 0.00 0.00 Rails::Application::Configuration#log_level 0.00 209.33 0.00 1 0.00 0.00 Rails.logger 0.00 209.33 0.00 1 0.00 0.00 Rails::Application::Configuration#cache_store 0.00 209.33 0.00 3 0.00 0.00 Array#to_ary 0.00 209.33 0.00 30 0.00 0.00 Array#wrap 0.00 209.33 0.00 56 0.00 0.36 String#camelize 0.00 209.33 0.00 1 0.00 0.00 ActiveSupport::Cache::MemoryStore#initialize 0.00 209.33 0.00 2 0.00 10.00 ActiveSupport::Cache.lookup_store 0.00 209.33 0.00 1 0.00 0.00 ActiveSupport::Notifications::Fanout#initialize 0.00 209.33 0.00 1 0.00 0.00 ActiveSupport::Notifications::Notifier#initialize 0.00 209.33 0.00 45 0.00 0.22 ActiveSupport::Notifications.notifier 0.00 209.33 0.00 1 0.00 0.00 ActiveSupport::Notifications::Fanout::Binding#initialize 0.00 209.33 0.00 1 0.00 0.00 ActiveSupport::Notifications::Fanout#bind 0.00 209.33 0.00 1 0.00 0.00 ActiveSupport::Notifications::Fanout::Subscriber#initialize 0.00 209.33 0.00 1 0.00 0.00 ActiveSupport::Notifications::Fanout#subscribe 0.00 209.33 0.00 1 0.00 0.00 ActiveSupport::Notifications::Fanout::Binding#subscribe 0.00 209.33 0.00 1 0.00 0.00 ActiveSupport::Notifications::Notifier#subscribe 0.00 209.33 0.00 1 0.00 10.00 ActiveSupport::Notifications.subscribe 0.00 209.33 0.00 4 0.00 0.00 AbstractController::Base#abstract! 0.00 209.33 0.00 2 0.00 0.00 AbstractController::Base#descendants 0.00 209.33 0.00 2 0.00 0.00 AbstractController::Base#inherited 0.00 209.33 0.00 2 0.00 0.00 ActionDispatch::MiddlewareStack#initialize 0.00 209.33 0.00 1 0.00 0.00 ActionController::Metal#inherited 0.00 209.33 0.00 1 0.00 0.00 ActionController::Base#_process_action_superclass_callbacks 0.00 209.33 0.00 2 0.00 0.00 ActionController::Base#_process_action_callbacks 0.00 209.33 0.00 1 0.00 0.00 ActionController::Base#_removed_process_action_callbacks 0.00 209.33 0.00 1 0.00 0.00 ActionController::Base#_update_process_action_superclass_callbacks 0.00 209.33 0.00 2 0.00 0.00 ActionView::PathSet#initialize 0.00 209.33 0.00 4 0.00 0.00 AbstractController::Base#controller_path 0.00 209.33 0.00 4 0.00 0.00 AbstractController::Layouts::ClassMethods._implied_layout_name 0.00 209.33 0.00 2 0.00 0.00 AbstractController::Layouts::ClassMethods._write_layout_method 0.00 209.33 0.00 3 0.00 0.00 AbstractController::Helpers.next_serial 0.00 209.33 0.00 9 0.00 0.00 Module#public_instance_methods 0.00 209.33 0.00 2814 0.00 0.00 Mutex#lock 0.00 209.33 0.00 1 0.00 40.00 Object#DelegateClass 0.00 209.33 0.00 1 0.00 0.00 ActionDispatch::Response#default_charset 0.00 209.33 0.00 1 0.00 0.00 ActionDispatch::Routing::RouteSet::NamedRouteCollection#clear! 0.00 209.33 0.00 1 0.00 0.00 ActionDispatch::Routing::RouteSet::NamedRouteCollection#initialize 0.00 209.33 0.00 1 0.00 0.00 ActionDispatch::Routing::RouteSet#default_resources_path_names 0.00 209.33 0.00 1 0.00 0.00 ActionDispatch::Routing::RouteSet#initialize 0.00 209.33 0.00 2 0.00 0.00 ActionDispatch::Routing::RouteSet::NamedRouteCollection#install 0.00 209.33 0.00 2 0.00 10.00 ActionDispatch::Routing::RouteSet#install_helpers 0.00 209.33 0.00 4 0.00 0.00 ActionController::Renderers::All._write_render_options 0.00 209.33 0.00 4 0.00 0.00 ActionController::Renderers.add 0.00 209.33 0.00 1 0.00 0.00 ActionController::Renderers::ClassMethods._write_render_options 0.00 209.33 0.00 1 0.00 10.00 ActionController::Caching::Pages.included 0.00 209.33 0.00 2 0.00 0.00 Singleton::SingletonClassMethods.inherited 0.00 209.33 0.00 10 0.00 0.00 ActiveRecord::Observer#method_added 0.00 209.33 0.00 1 0.00 0.00 ActionController::Caching::Sweeping.included 0.00 209.33 0.00 14 0.00 0.00 Mime::Type#initialize 0.00 209.33 0.00 13 0.00 0.00 Mime::Mimes#<< 0.00 209.33 0.00 13 0.00 0.00 Mime::Type#register 0.00 209.33 0.00 13 0.00 0.00 Mime::Type#to_sym 0.00 209.33 0.00 13 0.00 0.00 AbstractController::Collector.generate_method_for_mime 0.00 209.33 0.00 1 0.00 0.00 ActionController::MimeResponds::ClassMethods.clear_respond_to 0.00 209.33 0.00 1 0.00 0.00 ActionController::Base#session_options 0.00 209.33 0.00 1 0.00 0.00 ActionController::Base#relative_url_root 0.00 209.33 0.00 1 0.00 0.00 ActionController::Base#protected_instance_variables 0.00 209.33 0.00 1 0.00 0.00 ActionController::Base#resource_action_separator 0.00 209.33 0.00 1 0.00 0.00 ActionController::Base#use_accept_header 0.00 209.33 0.00 1 0.00 0.00 ActionController::Base#page_cache_directory 0.00 209.33 0.00 1 0.00 0.00 ActionController::Base#ip_spoofing_check 0.00 209.33 0.00 4 0.00 2.50 AbstractController::Helpers::ClassMethods.helper_method 0.00 209.33 0.00 1 0.00 0.00 ActionController::Base#logger 0.00 209.33 0.00 1 0.00 0.00 ActionController::Base#logger 0.00 209.33 0.00 1 0.00 0.00 ActionController::Base#perform_caching 0.00 209.33 0.00 16 0.00 0.00 Hash#empty? 0.00 209.33 0.00 15 0.00 0.00 ActionDispatch::MiddlewareStack::Middleware#initialize 0.00 209.33 0.00 2 0.00 0.00 ENV.[] 0.00 209.33 0.00 15 0.00 0.67 ActionDispatch::MiddlewareStack#use 0.00 209.33 0.00 1 0.00 10.00 Kernel.tap 0.00 209.33 0.00 2 0.00 5.00 Rails::Configuration::Shared.middleware 0.00 209.33 0.00 24 0.00 0.00 ActionDispatch::MiddlewareStack::Middleware#lazy_compare? 0.00 209.33 0.00 3 0.00 0.00 Bundler.bundle_path 0.00 209.33 0.00 13 0.00 23.85 ActionDispatch::MiddlewareStack::Middleware#= 0.00 209.33 0.00 4 0.00 12.50 ActionController::SessionManagement::ClassMethods.session_store 0.00 209.33 0.00 9 0.00 0.00 Pathname#expand_path 0.00 209.33 0.00 8 0.00 0.00 ActiveRecord::DynamicFinderMatch#initialize 0.00 209.33 0.00 8 0.00 0.00 ActiveRecord::DynamicFinderMatch#match 0.00 209.33 0.00 8 0.00 0.00 ActiveRecord::DynamicScopeMatch#initialize 0.00 209.33 0.00 8 0.00 1.25 ActiveRecord::DynamicScopeMatch#match 0.00 209.33 0.00 4 0.00 0.00 Bundler::Settings#[] 0.00 209.33 0.00 13 0.00 0.00 Object#duplicable? 0.00 209.33 0.00 1 0.00 0.00 TrueClass#duplicable? 0.00 209.33 0.00 1 0.00 0.00 Observable.changed 0.00 209.33 0.00 1 0.00 0.00 Observable.notify_observers 0.00 209.33 0.00 1 0.00 20.00 ActiveModel::Observing::ClassMethods.inherited 0.00 209.33 0.00 1 0.00 20.00 ActiveRecord::Base#inherited 0.00 209.33 0.00 1 0.00 0.00 ActiveRecord::SessionStore::Session#data_column_name 0.00 209.33 0.00 7 0.00 0.00 ActiveSupport::Callbacks::Callback#normalize_options! 0.00 209.33 0.00 14 0.00 0.00 ActiveSupport::Callbacks::Callback#next_id 0.00 209.33 0.00 7 0.00 0.00 ActiveSupport::Callbacks::Callback#_compile_filter 0.00 209.33 0.00 3 0.00 0.00 Bundler.settings 0.00 209.33 0.00 7 0.00 0.00 ActiveSupport::Callbacks::Callback#_compile_per_key_options 0.00 209.33 0.00 7 0.00 1.43 ActiveSupport::Callbacks::Callback#initialize 0.00 209.33 0.00 12 0.00 0.00 ActiveSupport::Callbacks::Callback#start 0.00 209.33 0.00 12 0.00 0.00 ActiveSupport::Callbacks::Callback#end 0.00 209.33 0.00 1 0.00 0.00 Bundler::Settings#initialize 0.00 209.33 0.00 7 0.00 8.57 ActiveSupport::Callbacks::ClassMethods.set_callback 0.00 209.33 0.00 2 0.00 10.00 ActiveRecord::Base#before_save 0.00 209.33 0.00 5 0.00 0.00 ActiveSupport::Callbacks::Callback#matches? 0.00 209.33 0.00 1 0.00 0.00 ActiveRecord::SessionStore#session_class 0.00 209.33 0.00 1 0.00 0.00 Rails::Application::MetalLoader#initialize 0.00 209.33 0.00 1 0.00 0.00 YAML.load_file 0.00 209.33 0.00 2 0.00 0.00 Rails::Application::MetalLoader#load_metals! 0.00 209.33 0.00 2 0.00 0.00 Rails::Application::MetalLoader#build_middleware 0.00 209.33 0.00 1 0.00 0.00 ActiveModel::Observing::ClassMethods.observers 0.00 209.33 0.00 1 0.00 0.00 ActiveModel::Observing::ClassMethods.instantiate_observers 0.00 209.33 0.00 5 0.00 0.00 ActionDispatch::Callbacks#_call_superclass_callbacks 0.00 209.33 0.00 10 0.00 0.00 ActionDispatch::Callbacks#_call_callbacks 0.00 209.33 0.00 7 0.00 0.00 ActionDispatch::Callbacks#_removed_call_callbacks 0.00 209.33 0.00 5 0.00 0.00 ActionDispatch::Callbacks#_update_call_superclass_callbacks 0.00 209.33 0.00 7 0.00 0.00 ActionDispatch::Callbacks#_prepare_superclass_callbacks 0.00 209.33 0.00 14 0.00 0.00 ActionDispatch::Callbacks#_prepare_callbacks 0.00 209.33 0.00 1 0.00 0.00 IO#open 0.00 209.33 0.00 7 0.00 0.00 ActionDispatch::Callbacks#_update_prepare_superclass_callbacks 0.00 209.33 0.00 3 0.00 6.67 ActionDispatch::Callbacks#to_prepare 0.00 209.33 0.00 4 0.00 0.00 Fixnum#< 0.00 209.33 0.00 2 0.00 10.00 ActionDispatch::Callbacks#after 0.00 209.33 0.00 19 0.00 0.00 Rails::Paths::Path#load_path? 0.00 209.33 0.00 2 0.00 0.00 Rails::Paths::Root#filter 0.00 209.33 0.00 1 0.00 0.00 Rails::Paths::Root#load_paths 0.00 209.33 0.00 3 0.00 0.00 Rails::Engine::Configuration#load_paths 0.00 209.33 0.00 2 0.00 0.00 ActiveSupport::Dependencies.load_paths 0.00 209.33 0.00 1 0.00 0.00 Rails::Application#reloadable? 0.00 209.33 0.00 2 0.00 0.00 ActiveSupport::Dependencies.load_once_paths 0.00 209.33 0.00 19 0.00 0.00 Rails::Paths::Path#load_once? 0.00 209.33 0.00 1 0.00 0.00 Rails::Paths::Root#load_once 0.00 209.33 0.00 2 0.00 0.00 Rails::Engine::Configuration#load_once_paths 0.00 209.33 0.00 1 0.00 0.00 ActiveSupport::TimeZone#[] 0.00 209.33 0.00 1 0.00 0.00 Time#get_zone 0.00 209.33 0.00 1 0.00 0.00 ActionView::Helpers::AssetTagHelper.cache_asset_timestamps 0.00 209.33 0.00 1 0.00 0.00 ActionController::Base#cache_store 0.00 209.33 0.00 1 0.00 0.00 ActionController::Base#cache_store 0.00 209.33 0.00 1 0.00 0.00 ActiveRecord::Base#default_timezone 0.00 209.33 0.00 235 0.00 0.00 IO#close 0.00 209.33 0.00 1 0.00 0.00 ActiveRecord::Base#logger 0.00 209.33 0.00 211 0.00 0.00 Fixnum#== 0.00 209.33 0.00 1 0.00 0.00 ERB::Compiler#prepare_trim_mode 0.00 209.33 0.00 1 0.00 0.00 ERB::Compiler#initialize 0.00 209.33 0.00 1 0.00 0.00 ERB#set_eoutvar 0.00 209.33 0.00 1 0.00 0.00 Encoding#dummy? 0.00 209.33 0.00 1 0.00 0.00 ERB::Compiler#detect_magic_comment 0.00 209.33 0.00 1 0.00 0.00 Encoding#to_s 0.00 209.33 0.00 3 0.00 0.00 ERB::Compiler::Buffer#push 0.00 209.33 0.00 1 0.00 0.00 ERB::Compiler::Buffer#initialize 0.00 209.33 0.00 1 0.00 0.00 ERB::Compiler::Scanner#initialize 0.00 209.33 0.00 1 0.00 0.00 ERB::Compiler::Scanner#make_scanner 0.00 209.33 0.00 1 0.00 0.00 ERB::Compiler#make_scanner 0.00 209.33 0.00 1 0.00 0.00 StringScanner#initialize 0.00 209.33 0.00 2 0.00 0.00 StringScanner#eos? 0.00 209.33 0.00 1 0.00 0.00 StringScanner#scan 0.00 209.33 0.00 2 0.00 0.00 StringScanner#[] 0.00 209.33 0.00 1 0.00 0.00 ERB::Compiler::SimpleScanner2#scan 0.00 209.33 0.00 1 0.00 0.00 String#count 0.00 209.33 0.00 1 0.00 0.00 ERB::Compiler#content_dump 0.00 209.33 0.00 1 0.00 0.00 ERB::Compiler::Buffer#close 0.00 209.33 0.00 1 0.00 0.00 ERB::Compiler#compile 0.00 209.33 0.00 1 0.00 0.00 ERB#initialize 0.00 209.33 0.00 197 0.00 0.00 String#concat 0.00 209.33 0.00 1 0.00 0.00 ERB#result 0.00 209.33 0.00 1 0.00 20.00 Rails::Application::Configuration#database_configuration 0.00 209.33 0.00 1 0.00 0.00 ActiveRecord::Base#configurations 0.00 209.33 0.00 5 0.00 0.00 ActiveRecord::Base#configurations 0.00 209.33 0.00 7 0.00 1.43 Hash#symbolize_keys 0.00 209.33 0.00 1 0.00 0.00 ActiveRecord::ConnectionAdapters::MysqlAdapter#emulate_booleans 0.00 209.33 0.00 24 0.00 0.00 ActiveRecord::Base#connection_handler 0.00 209.33 0.00 3 0.00 0.00 Hash#delete_if 0.00 209.33 0.00 1 0.00 0.00 IO#binmode 0.00 209.33 0.00 3 0.00 6.67 ActiveRecord::Base#remove_connection 0.00 209.33 0.00 3 0.00 0.00 ActiveRecord::Base::ConnectionSpecification#initialize 0.00 209.33 0.00 3 0.00 0.00 ConditionVariable#initialize 0.00 209.33 0.00 3 0.00 0.00 MonitorMixin::ConditionVariable#initialize 0.00 209.33 0.00 3 0.00 0.00 MonitorMixin.new_cond 0.00 209.33 0.00 234 0.00 0.00 YAML::Syck::Parser#set_resolver 0.00 209.33 0.00 3 0.00 3.33 ActiveRecord::ConnectionAdapters::ConnectionHandler#establish_connection 0.00 209.33 0.00 9 0.00 82.22 ActiveRecord::Base#establish_connection 0.00 209.33 0.00 1 0.00 0.00 MIME::Types#initialize 0.00 209.33 0.00 235 0.00 0.00 YAML.resolver 0.00 209.33 0.00 234 0.00 0.00 File#initialize 0.00 209.33 0.00 2 0.00 0.00 Bundler::Settings#config_file 0.00 209.33 0.00 5 0.00 2.00 Bundler.root 0.00 209.33 0.00 463 0.00 0.00 Module#append_features 0.00 209.33 0.00 51 0.00 0.00 Module#module_function 0.00 209.33 0.00 46 0.00 0.00 Module#public 0.00 209.33 0.00 2 0.00 0.00 Array#eql? 0.00 209.33 0.00 6 0.00 0.00 Kernel.eql? 0.00 209.33 0.00 3 0.00 0.00 ERB::Compiler::Scanner#regist_scanner 0.00 209.33 0.00 1 0.00 0.00 Comparable.< 0.00 209.33 0.00 5 0.00 0.00 Mail::Patterns.included 0.00 209.33 0.00 15 0.00 0.67 Mail::Utilities.included 0.00 209.33 0.00 2 0.00 0.00 Mail::CommonField.included 0.00 209.33 0.00 12 0.00 0.00 Mail::CommonAddress.included 0.00 209.33 0.00 2 0.00 0.00 Mail::CommonDate.included 0.00 209.33 0.00 4 0.00 0.00 Mail::CommonMessageId.included 0.00 209.33 0.00 1 0.00 0.00 Kernel.rand 0.00 209.33 0.00 111 0.00 0.00 Time#to_f 0.00 209.33 0.00 1 0.00 0.00 Bignum#/ 0.00 209.33 0.00 1 0.00 0.00 Float#to_s 0.00 209.33 0.00 1 0.00 0.00 String#slice 0.00 209.33 0.00 1 0.00 0.00 Mail.something_random 0.00 209.33 0.00 2 0.00 0.00 ActionMailer::Base#raise_delivery_errors 0.00 209.33 0.00 1 0.00 0.00 ActionMailer::Base#perform_deliveries 0.00 209.33 0.00 4 0.00 2.50 ActionMailer::DeliveryMethods::ClassMethods.add_delivery_method 0.00 209.33 0.00 1 0.00 0.00 AbstractController::Helpers::ClassMethods._modules_for_helpers 0.00 209.33 0.00 1 0.00 0.00 AbstractController::Helpers::ClassMethods.add_template_helper 0.00 209.33 0.00 1 0.00 0.00 AbstractController::Helpers::ClassMethods.helper 0.00 209.33 0.00 15 0.00 0.00 ActionMailer::Base#protected_instance_variables 0.00 209.33 0.00 15 0.00 0.00 ActionMailer::AdvAttrAccessor.adv_attr_accessor 0.00 209.33 0.00 1 0.00 0.00 ActionMailer::Base#logger 0.00 209.33 0.00 1 0.00 0.00 ActionMailer::Base#logger 0.00 209.33 0.00 4 0.00 0.00 ActionMailer::DeprecatedApi::ClassMethods.matches_dynamic_method? 0.00 209.33 0.00 4 0.00 0.00 ActionMailer::DeprecatedApi::ClassMethods.respond_to? 0.00 209.33 0.00 1 0.00 0.00 AbstractController::Base#internal_methods 0.00 209.33 0.00 3 0.00 0.00 Set#initialize_copy 0.00 209.33 0.00 186 0.00 0.00 Set#delete 0.00 209.33 0.00 2 0.00 0.00 Set#subtract 0.00 209.33 0.00 2 0.00 0.00 Set#- 0.00 209.33 0.00 1 0.00 0.00 Set#| 0.00 209.33 0.00 1 0.00 0.00 AbstractController::Base#hidden_actions 0.00 209.33 0.00 1 0.00 0.00 Enumerable.reject 0.00 209.33 0.00 4 0.00 2.50 AbstractController::Base#action_methods 0.00 209.33 0.00 4 0.00 5.00 ActionMailer::Base#respond_to? 0.00 209.33 0.00 6 0.00 0.00 Rails::Engine#paths 0.00 209.33 0.00 1 0.00 0.00 Rails::Application::RoutesReloader#initialize 0.00 209.33 0.00 1 0.00 0.00 ERB::Compiler::Scanner#default_scanner 0.00 209.33 0.00 2 0.00 0.00 Rails::Application#routes 0.00 209.33 0.00 2 0.00 0.00 AbstractController::Rendering::ClassMethods.view_paths 0.00 209.33 0.00 1 0.00 0.00 Erubis::Basic::Converter.pattern_regexp 0.00 209.33 0.00 3 0.00 0.00 ActionView::Template::Handlers::Compilable.included 0.00 209.33 0.00 1 0.00 0.00 ActionView::Template::Handlers::ERB#erb_trim_mode 0.00 209.33 0.00 1 0.00 0.00 ActionView::Template::Handlers::ERB#erubis_implementation 0.00 209.33 0.00 5 0.00 0.00 ActionView::Template::Handlers.register_template_handler 0.00 209.33 0.00 1 0.00 0.00 ActionView::Template::Handlers.register_default_template_handler 0.00 209.33 0.00 9 0.00 0.00 Pathname#dirname 0.00 209.33 0.00 1 0.00 0.00 ActionView::Resolver#registered_details 0.00 209.33 0.00 3 0.00 0.00 ActionView::Resolver#registered_details 0.00 209.33 0.00 3 0.00 0.00 ActionView::Resolver#register_detail 0.00 209.33 0.00 8 0.00 0.00 ActionView::Resolver#initialize 0.00 209.33 0.00 6 0.00 1.67 ActionView::FileSystemResolver#initialize 0.00 209.33 0.00 2 0.00 5.00 ActionView::FileSystemResolverWithFallback#initialize 0.00 209.33 0.00 184 0.00 0.00 File#dirname 0.00 209.33 0.00 2 0.00 445.00 ActionView::PathSet#unshift 0.00 209.33 0.00 1 0.00 0.00 ActionController::Base#cookie_verifier_secret 0.00 209.33 0.00 2 0.00 0.00 ActionController::Base#session_options 0.00 209.33 0.00 1 0.00 0.00 ActionController::SessionManagement::ClassMethods.session 0.00 209.33 0.00 1 0.00 0.00 Rails::Configuration::Shared.to_prepare_blocks 0.00 209.33 0.00 1 0.00 0.00 Rails::Engine#middleware 0.00 209.33 0.00 15 0.00 30.00 ActionDispatch::MiddlewareStack::Middleware#active? 0.00 209.33 0.00 1 0.00 450.00 ActionDispatch::MiddlewareStack#active 0.00 209.33 0.00 14 0.00 0.00 ActionDispatch::MiddlewareStack::Middleware#build_args 0.00 209.33 0.00 1 0.00 0.00 ActiveRecord::QueryCache#initialize 0.00 209.33 0.00 14 0.00 11.43 ActionDispatch::MiddlewareStack::Middleware#build 0.00 209.33 0.00 1 0.00 0.00 ActiveRecord::ConnectionAdapters::ConnectionManagement#initialize 0.00 209.33 0.00 1 0.00 0.00 ActionDispatch::Head#initialize 0.00 209.33 0.00 1 0.00 0.00 Rack::MethodOverride#initialize 0.00 209.33 0.00 1 0.00 0.00 ActionDispatch::ParamsParser#initialize 0.00 209.33 0.00 1 0.00 0.00 ActionDispatch::Flash#initialize 0.00 209.33 0.00 2 0.00 0.00 String#blank? 0.00 209.33 0.00 1 0.00 0.00 ActionDispatch::Session::CookieStore#ensure_session_key 0.00 209.33 0.00 1 0.00 0.00 ActionDispatch::Session::CookieStore#ensure_secret_secure 0.00 209.33 0.00 1 0.00 0.00 ActiveSupport::MessageVerifier#initialize 0.00 209.33 0.00 83 0.00 4.70 BasicObject#__send__ 0.00 209.33 0.00 1 0.00 50.00 ActionDispatch::Session::CookieStore#initialize 0.00 209.33 0.00 1 0.00 0.00 ActionDispatch::Cookies#initialize 0.00 209.33 0.00 1 0.00 0.00 ActionDispatch::Callbacks#initialize 0.00 209.33 0.00 1 0.00 0.00 ActionDispatch::ShowExceptions#initialize 0.00 209.33 0.00 1 0.00 0.00 Rails::Rack::Logger#initialize 0.00 209.33 0.00 1 0.00 0.00 Rack::Runtime#initialize 0.00 209.33 0.00 1 0.00 0.00 Rack::Lock#initialize 0.00 209.33 0.00 1 0.00 0.00 Rack::File#initialize 0.00 209.33 0.00 54 0.00 0.00 Pathname#to_s 0.00 209.33 0.00 1 0.00 610.00 ActionDispatch::MiddlewareStack#build 0.00 209.33 0.00 1 0.00 610.00 Rails::Application#app 0.00 209.33 0.00 1 0.00 0.00 I18n.load_path 0.00 209.33 0.00 7 0.00 4.29 Bundler.default_gemfile 0.00 209.33 0.00 1 0.00 0.00 I18n::Backend::Base.reload! 0.00 209.33 0.00 1 0.00 140.00 I18n.reload! 0.00 209.33 0.00 1 0.00 13580.00 Rails::Initializable.run_initializers 0.00 209.33 0.00 1 0.00 16590.00 Rails::Application#initialize! 0.00 209.33 0.00 7 0.00 3484.29 Rake::Task#execute 0.00 209.33 0.00 18 0.00 0.00 MonitorMixin.mon_check_owner 0.00 209.33 0.00 16 0.00 0.00 MonitorMixin.mon_exit 0.00 209.33 0.00 11 0.00 2324.55 MonitorMixin.mon_synchronize 0.00 209.33 0.00 7 0.00 3961.43 Rake::Task#invoke_with_call_chain 0.00 209.33 0.00 11 0.00 0.00 ActiveRecord::Migration#singleton_method_added 0.00 209.33 0.00 32 0.00 0.00 Pathname#taint 0.00 209.33 0.00 24 0.00 0.42 ActiveRecord::ConnectionAdapters::ConnectionPool#current_connection_id 0.00 209.33 0.00 227 0.00 0.00 Fixnum#<< 0.00 209.33 0.00 129 0.00 0.00 Mysql::Charset#initialize 0.00 209.33 0.00 4 0.00 0.00 Fixnum#** 0.00 209.33 0.00 1 0.00 930.00 Kernel.require_library_or_gem 0.00 209.33 0.00 3 0.00 10.00 MysqlCompat.define_all_hashes_method! 0.00 209.33 0.00 3 0.00 0.00 Class#allocate 0.00 209.33 0.00 3 0.00 0.00 Mysql#initialize 0.00 209.33 0.00 3 0.00 0.00 Mysql#init 0.00 209.33 0.00 3 0.00 0.00 ActiveRecord::ConnectionAdapters::AbstractAdapter#initialize 0.00 209.33 0.00 86 0.00 0.00 Mysql::Protocol#set_state 0.00 209.33 0.00 3 0.00 0.00 UNIXSocket#initialize 0.00 209.33 0.00 3 0.00 0.00 IO#new 0.00 209.33 0.00 64 0.00 0.00 Kernel.taint 0.00 209.33 0.00 3 0.00 0.00 Mysql::Protocol#initialize 0.00 209.33 0.00 83 0.00 0.00 Mysql::Protocol#check_state 0.00 209.33 0.00 51 0.00 0.00 Mysql::Protocol#reset 0.00 209.33 0.00 46 0.00 0.00 Kernel.tainted? 0.00 209.33 0.00 3 0.00 0.00 Mysql::Protocol::InitialPacket#initialize 0.00 209.33 0.00 3 0.00 0.00 Mysql::Protocol::InitialPacket#parse 0.00 209.33 0.00 3 0.00 0.00 Mysql::Charset#by_number 0.00 209.33 0.00 651 0.00 0.00 String#initialize_copy 0.00 209.33 0.00 3 0.00 0.00 Mysql::Protocol#encrypt_password 0.00 209.33 0.00 6 0.00 0.00 Mysql::Protocol#lcb 0.00 209.33 0.00 3 0.00 0.00 Mysql::Charset#to_binary 0.00 209.33 0.00 3 0.00 0.00 Mysql::Protocol#lcs 0.00 209.33 0.00 3 0.00 0.00 Integer#to_int 0.00 209.33 0.00 3 0.00 0.00 Mysql::Protocol::AuthenticationPacket#serialize 0.00 209.33 0.00 51 0.00 0.00 IO#flush 0.00 209.33 0.00 51 0.00 0.39 Mysql::Protocol#write 0.00 209.33 0.00 51 0.00 0.00 GC.disable 0.00 209.33 0.00 51 0.00 0.00 GC.enable 0.00 209.33 0.00 3 0.00 6.67 Mysql::Protocol#authenticate 0.00 209.33 0.00 3 0.00 6.67 Mysql#connect 0.00 209.33 0.00 43 0.00 0.00 Thread#[] 0.00 209.33 0.00 1 0.00 0.00 OpenSSL::Random.random_bytes 0.00 209.33 0.00 1 0.00 0.00 SecureRandom.random_bytes 0.00 209.33 0.00 1 0.00 0.00 SecureRandom.hex 0.00 209.33 0.00 1 0.00 0.00 ActiveSupport::Notifications::Instrumenter#unique_id 0.00 209.33 0.00 1 0.00 0.00 ActiveSupport::Notifications::Instrumenter#initialize 0.00 209.33 0.00 1 0.00 0.00 Thread#[] 0.00 209.33 0.00 7 0.00 2.86 Bundler::SharedHelpers.find_gemfile 0.00 209.33 0.00 43 0.00 0.00 String#encode 0.00 209.33 0.00 43 0.00 0.23 Mysql::Charset#convert 0.00 209.33 0.00 536 0.00 0.00 String#slice! 0.00 209.33 0.00 7 0.00 0.00 File#file? 0.00 209.33 0.00 527 0.00 0.00 File#join 0.00 209.33 0.00 43 0.00 0.00 Mysql::Protocol::ResultPacket#initialize 0.00 209.33 0.00 43 0.00 0.23 Mysql::Protocol::ResultPacket#parse 0.00 209.33 0.00 92 0.00 0.00 File#directory? 0.00 209.33 0.00 43 0.00 2.09 Mysql::Protocol#query_command 0.00 209.33 0.00 43 0.00 7.21 Mysql#query 0.00 209.33 0.00 103 0.00 0.00 Float#- 0.00 209.33 0.00 43 0.00 7.21 Benchmark.realtime 0.00 209.33 0.00 43 0.00 7.21 Benchmark.ms 0.00 209.33 0.00 43 0.00 0.00 ActiveSupport::Notifications::Fanout::Subscriber#matches? 0.00 209.33 0.00 86 0.00 0.12 ActiveRecord::Railties::Subscriber#logger 0.00 209.33 0.00 43 0.00 0.23 ActiveSupport::Notifications::Event#initialize 0.00 209.33 0.00 29 0.00 0.00 ENV.[] 0.00 209.33 0.00 43 0.00 0.00 String#squeeze 0.00 209.33 0.00 43 0.00 0.00 ActiveRecord::Railties::Subscriber#odd? 0.00 209.33 0.00 65 0.00 0.00 Rails::Subscriber#colorize_logging 0.00 209.33 0.00 140 0.00 0.00 Module#extended 0.00 209.33 0.00 211 0.00 0.00 Module#extend_object 0.00 209.33 0.00 43 0.00 0.00 ActiveSupport::BufferedLogger#clear_buffer 0.00 209.33 0.00 43 0.00 0.47 ActiveSupport::BufferedLogger#flush 0.00 209.33 0.00 43 0.00 0.47 ActiveSupport::BufferedLogger#auto_flush 0.00 209.33 0.00 43 0.00 0.47 ActiveSupport::BufferedLogger#add 0.00 209.33 0.00 43 0.00 0.47 ActiveSupport::BufferedLogger#debug 0.00 209.33 0.00 43 0.00 0.70 Rails::Subscriber#debug 0.00 209.33 0.00 17 0.00 0.00 Module#attr_writer 0.00 209.33 0.00 8 0.00 0.00 Bundler::BundlerError#status_code 0.00 209.33 0.00 43 0.00 1.86 ActiveSupport::Notifications::Fanout::Subscriber#push 0.00 209.33 0.00 43 0.00 1.86 ActiveSupport::Notifications::Fanout::Subscriber#publish 0.00 209.33 0.00 43 0.00 1.86 ActiveSupport::Notifications::Fanout#publish 0.00 209.33 0.00 43 0.00 1.86 ActiveSupport::Notifications::Notifier#publish 0.00 209.33 0.00 43 0.00 9.07 ActiveSupport::Notifications::Instrumenter#instrument 0.00 209.33 0.00 43 0.00 12.09 ActiveSupport::Notifications.instrument 0.00 209.33 0.00 43 0.00 12.09 ActiveRecord::ConnectionAdapters::AbstractAdapter#log 0.00 209.33 0.00 158 0.00 0.00 Hash#initialize 0.00 209.33 0.00 3 0.00 40.00 ActiveRecord::ConnectionAdapters::MysqlAdapter#configure_connection 0.00 209.33 0.00 3 0.00 46.67 ActiveRecord::ConnectionAdapters::MysqlAdapter#connect 0.00 209.33 0.00 3 0.00 46.67 ActiveRecord::ConnectionAdapters::MysqlAdapter#initialize 0.00 209.33 0.00 3 0.00 370.00 ActiveRecord::Base#mysql_connection 0.00 209.33 0.00 3 0.00 373.33 ActiveRecord::ConnectionAdapters::ConnectionPool#new_connection 0.00 209.33 0.00 5 0.00 2.00 Mysql::Protocol#synchronize 0.00 209.33 0.00 3 0.00 3.33 Mysql::Protocol#simple_command 0.00 209.33 0.00 3 0.00 3.33 Mysql::Protocol#statistics_command 0.00 209.33 0.00 3 0.00 3.33 Mysql#stat 0.00 209.33 0.00 3 0.00 0.00 Mysql#errno 0.00 209.33 0.00 3 0.00 0.00 Fixnum#zero? 0.00 209.33 0.00 3 0.00 3.33 ActiveRecord::ConnectionAdapters::MysqlAdapter#active? 0.00 209.33 0.00 3 0.00 3.33 ActiveRecord::ConnectionAdapters::AbstractAdapter#verify! 0.00 209.33 0.00 3 0.00 3.33 ActiveRecord::ConnectionAdapters::AbstractAdapter#_run_checkout_callbacks 0.00 209.33 0.00 5 0.00 4.00 ActiveSupport::Callbacks.run_callbacks 0.00 209.33 0.00 3 0.00 3.33 ActiveRecord::ConnectionAdapters::ConnectionPool#checkout_and_verify 0.00 209.33 0.00 3 0.00 376.67 ActiveRecord::ConnectionAdapters::ConnectionPool#checkout_new_connection 0.00 209.33 0.00 76 0.00 0.00 Module#method_undefined 0.00 209.33 0.00 21 0.00 55.24 ActiveRecord::ConnectionAdapters::ConnectionHandler#retrieve_connection 0.00 209.33 0.00 21 0.00 55.71 ActiveRecord::Base#retrieve_connection 0.00 209.33 0.00 21 0.00 55.71 ActiveRecord::Base#connection 0.00 209.33 0.00 1 0.00 0.00 ActiveRecord::ConnectionAdapters::MysqlAdapter#supports_migrations? 0.00 209.33 0.00 17 0.00 0.00 ActiveRecord::Base#table_name_prefix 0.00 209.33 0.00 17 0.00 0.00 ActiveRecord::Base#table_name_suffix 0.00 209.33 0.00 4 0.00 0.00 ActiveRecord::Migrator#schema_migrations_table_name 0.00 209.33 0.00 32 0.00 2.19 Integer#times 0.00 209.33 0.00 21 0.00 0.00 Mysql::Protocol::FieldPacket#initialize 0.00 209.33 0.00 349 0.00 0.00 Module#private 0.00 209.33 0.00 21 0.00 0.00 Mysql::Field#is_num_type? 0.00 209.33 0.00 21 0.00 0.00 Mysql::Field#initialize 0.00 209.33 0.00 16 0.00 4.38 Enumerator#each 0.00 209.33 0.00 6 0.00 0.00 Regexp#quote 0.00 209.33 0.00 16 0.00 0.62 Mysql::Protocol#read_eof_packet 0.00 209.33 0.00 16 0.00 5.00 Mysql::Protocol#retr_fields 0.00 209.33 0.00 16 0.00 0.00 Mysql::ResultBase#initialize 0.00 209.33 0.00 37 0.00 0.00 Kernel.proc 0.00 209.33 0.00 16 0.00 6.88 Mysql::Protocol#retr_all_records 0.00 209.33 0.00 162 0.00 0.12 Comparable.< 0.00 209.33 0.00 840 0.00 0.00 String#<=> 0.00 209.33 0.00 16 0.00 8.12 Mysql::Result#initialize 0.00 209.33 0.00 342 0.00 0.00 Class#inherited 0.00 209.33 0.00 76 0.00 0.00 Float#+ 0.00 209.33 0.00 542 0.00 0.00 Exception#set_backtrace 0.00 209.33 0.00 548 0.00 0.00 Exception#backtrace 0.00 209.33 0.00 16 0.00 0.00 Mysql::ResultBase#free 0.00 209.33 0.00 13 0.00 19.23 ActiveRecord::ConnectionAdapters::MysqlAdapter#tables 0.00 209.33 0.00 13 0.00 19.23 ActiveRecord::ConnectionAdapters::SchemaStatements.table_exists? 0.00 209.33 0.00 2 0.00 50.00 ActiveRecord::ConnectionAdapters::SchemaStatements.initialize_schema_migrations_table 0.00 209.33 0.00 1 0.00 1110.00 ActiveRecord::Migrator#initialize 0.00 209.33 0.00 1 0.00 0.00 Arel::Table#engine 0.00 209.33 0.00 4 0.00 0.00 NilClass#blank? 0.00 209.33 0.00 1 0.00 0.00 Object#present? 0.00 209.33 0.00 1 0.00 0.00 Arel::Table#initialize 0.00 209.33 0.00 546 0.00 0.00 Exception#exception 0.00 209.33 0.00 16 0.00 0.00 ActiveRecord::ConnectionAdapters::MysqlAdapter#quote_table_name 0.00 209.33 0.00 1 0.00 0.00 ActiveRecord::ConnectionAdapters::Column#extract_limit 0.00 209.33 0.00 1 0.00 0.00 ActiveRecord::ConnectionAdapters::MysqlColumn#extract_limit 0.00 209.33 0.00 1 0.00 0.00 ActiveRecord::ConnectionAdapters::Column#extract_precision 0.00 209.33 0.00 1 0.00 0.00 ActiveRecord::ConnectionAdapters::Column#extract_scale 0.00 209.33 0.00 1 0.00 0.00 ActiveRecord::ConnectionAdapters::MysqlAdapter#emulate_booleans 0.00 209.33 0.00 1 0.00 0.00 String#index 0.00 209.33 0.00 1 0.00 0.00 ActiveRecord::ConnectionAdapters::Column#simplified_type 0.00 209.33 0.00 1 0.00 0.00 ActiveRecord::ConnectionAdapters::MysqlColumn#simplified_type 0.00 209.33 0.00 1 0.00 0.00 ActiveRecord::ConnectionAdapters::MysqlColumn#missing_default_forged_as_empty_string? 0.00 209.33 0.00 1 0.00 0.00 ActiveRecord::ConnectionAdapters::Column#type_cast 0.00 209.33 0.00 1 0.00 0.00 ActiveRecord::ConnectionAdapters::Column#extract_default 0.00 209.33 0.00 1 0.00 0.00 ActiveRecord::ConnectionAdapters::MysqlColumn#extract_default 0.00 209.33 0.00 1 0.00 0.00 ActiveRecord::ConnectionAdapters::Column#initialize 0.00 209.33 0.00 1 0.00 30.00 ActiveRecord::ConnectionAdapters::MysqlAdapter#columns 0.00 209.33 0.00 4 0.00 7.50 Arel::Sql::Engine#method_missing 0.00 209.33 0.00 1 0.00 30.00 Arel::Table#columns 0.00 209.33 0.00 2 0.00 0.00 Arel::Attribute#initialize 0.00 209.33 0.00 1 0.00 30.00 Arel::Table#attributes 0.00 209.33 0.00 1 0.00 0.00 Arel::Attribute#named? 0.00 209.33 0.00 1 0.00 0.00 Arel::Relation::AttributeAccessable.find_attribute_matching_name 0.00 209.33 0.00 1 0.00 30.00 Arel::Relation::AttributeAccessable.[] 0.00 209.33 0.00 241 0.00 0.00 Exception#initialize 0.00 209.33 0.00 1 0.00 0.00 Arel::Compound#arguments_from_block 0.00 209.33 0.00 2 0.00 0.00 Arel::Table#= 0.00 209.33 0.00 2 0.00 0.00 Arel::Attribute::Transformations.bind 0.00 209.33 0.00 1 0.00 0.00 Arel::Project#initialize 0.00 209.33 0.00 1 0.00 130.00 Arel::Relation::Operable.project 0.00 209.33 0.00 3 0.00 0.00 Arel::Sql::Formatter#initialize 0.00 209.33 0.00 5 0.00 0.00 Arel::Compound#engine 0.00 209.33 0.00 1 0.00 0.00 Arel::Sql::Engine#connection 0.00 209.33 0.00 1 0.00 0.00 ActiveRecord::ConnectionAdapters::MysqlAdapter#adapter_name 0.00 209.33 0.00 2 0.00 0.00 Arel::Sql::Engine#adapter_name 0.00 209.33 0.00 1 0.00 0.00 Arel::Project#attributes 0.00 209.33 0.00 2 0.00 0.00 Arel::Attribute::Congruence.history 0.00 209.33 0.00 1 0.00 0.00 Arel::Relation#join? 0.00 209.33 0.00 1 0.00 0.00 Arel::Compound#join? 0.00 209.33 0.00 1 0.00 0.00 Arel::Attribute::Congruence.join? 0.00 209.33 0.00 1 0.00 0.00 Arel::Attribute::Congruence.original_attribute 0.00 209.33 0.00 1 0.00 0.00 Arel::Attribute::Congruence.original_relation 0.00 209.33 0.00 2 0.00 0.00 Arel::Relation#christener 0.00 209.33 0.00 2 0.00 0.00 Arel::Sql::Formatter#christener 0.00 209.33 0.00 2 0.00 0.00 Arel::Recursion::BaseCase.table 0.00 209.33 0.00 1 0.00 0.00 Arel::Compound#table 0.00 209.33 0.00 3 0.00 0.00 Arel::Table#hash 0.00 209.33 0.00 2 0.00 0.00 Arel::Sql::Christener#name_for 0.00 209.33 0.00 2 0.00 0.00 Arel::Sql::Formatter#name_for 0.00 209.33 0.00 3 0.00 0.00 Arel::Sql::Formatter#engine 0.00 209.33 0.00 2 0.00 0.00 Arel::Sql::Formatter#quote_table_name 0.00 209.33 0.00 1 0.00 0.00 Arel::Sql::Formatter#quote_column_name 0.00 209.33 0.00 1 0.00 0.00 Arel::Sql::SelectClause#attribute 0.00 209.33 0.00 1 0.00 0.00 Arel::Attribute#to_sql 0.00 209.33 0.00 1 0.00 0.00 Arel::Relation#select_clauses 0.00 209.33 0.00 1 0.00 0.00 Arel::Relation::DefaultOperations.sources 0.00 209.33 0.00 1 0.00 0.00 Arel::Compound#sources 0.00 209.33 0.00 1 0.00 0.00 Arel::Sql::TableReference#table 0.00 209.33 0.00 1 0.00 0.00 Arel::Recursion::BaseCase.table_sql 0.00 209.33 0.00 1 0.00 0.00 Arel::Compound#table_sql 0.00 209.33 0.00 1 0.00 0.00 Arel::Relation#from_clauses 0.00 209.33 0.00 1 0.00 0.00 Arel::Relation::DefaultOperations.joins 0.00 209.33 0.00 1 0.00 0.00 Arel::Compound#joins 0.00 209.33 0.00 1 0.00 0.00 Arel::Relation::DefaultOperations.wheres 0.00 209.33 0.00 1 0.00 0.00 Arel::Compound#wheres 0.00 209.33 0.00 1 0.00 0.00 Arel::Relation::DefaultOperations.groupings 0.00 209.33 0.00 1 0.00 0.00 Arel::Compound#groupings 0.00 209.33 0.00 1 0.00 0.00 Arel::Relation::DefaultOperations.havings 0.00 209.33 0.00 1 0.00 0.00 Arel::Compound#havings 0.00 209.33 0.00 1 0.00 0.00 Arel::Relation::DefaultOperations.orders 0.00 209.33 0.00 1 0.00 0.00 Arel::Compound#orders 0.00 209.33 0.00 1 0.00 0.00 Arel::Relation::DefaultOperations.taken 0.00 209.33 0.00 1 0.00 0.00 Arel::Compound#taken 0.00 209.33 0.00 1 0.00 0.00 Arel::Relation::DefaultOperations.skipped 0.00 209.33 0.00 1 0.00 0.00 Arel::Compound#skipped 0.00 209.33 0.00 1 0.00 0.00 Arel::Relation::DefaultOperations.locked 0.00 209.33 0.00 1 0.00 0.00 Arel::Compound#locked 0.00 209.33 0.00 1 0.00 0.00 Arel::Compound#build_query 0.00 209.33 0.00 1 0.00 0.00 Arel::Relation#select_sql 0.00 209.33 0.00 1 0.00 0.00 Arel::Sql::SelectStatement#select 0.00 209.33 0.00 1 0.00 0.00 Arel::Relation#to_sql 0.00 209.33 0.00 2 0.00 20.00 ActiveRecord::ConnectionAdapters::MysqlAdapter#select_rows 0.00 209.33 0.00 2 0.00 20.00 ActiveRecord::ConnectionAdapters::DatabaseStatements.select_values 0.00 209.33 0.00 48 0.00 0.00 Bignum#<=> 0.00 209.33 0.00 1 0.00 40.00 ActiveRecord::Migrator#get_all_versions 0.00 209.33 0.00 1 0.00 180.00 ActiveRecord::Migrator#migrated 0.00 209.33 0.00 100 0.00 0.00 Bignum#= 0.00 209.33 0.00 1 0.00 0.00 ActiveRecord::Migrator#down? 0.00 209.33 0.00 1 0.00 20.00 ActiveRecord::Migrator#migrations 0.00 209.33 0.00 1 0.00 0.00 Array#reject 0.00 209.33 0.00 1 0.00 230.00 ActiveRecord::Migrator#pending_migrations 0.00 209.33 0.00 1 0.00 0.00 Hash#blank? 0.00 209.33 0.00 1 0.00 0.00 ActiveRecord::Base#schema_format 0.00 209.33 0.00 2 0.00 0.00 ConditionVariable#signal 0.00 209.33 0.00 2 0.00 0.00 MonitorMixin::ConditionVariable#signal 0.00 209.33 0.00 2 0.00 5.00 ActiveRecord::ConnectionAdapters::AbstractAdapter#_run_checkin_callbacks 0.00 209.33 0.00 2 0.00 5.00 ActiveRecord::ConnectionAdapters::ConnectionPool#checkin 0.00 209.33 0.00 2 0.00 0.00 Mysql::Protocol#close 0.00 209.33 0.00 2 0.00 0.00 Mysql::Protocol#quit_command 0.00 209.33 0.00 2 0.00 0.00 Mysql#close 0.00 209.33 0.00 2 0.00 0.00 ActiveRecord::ConnectionAdapters::MysqlAdapter#disconnect! 0.00 209.33 0.00 2 0.00 5.00 ActiveRecord::ConnectionAdapters::ConnectionPool#disconnect! 0.00 209.33 0.00 2 0.00 5.00 ActiveRecord::ConnectionAdapters::ConnectionPool#disconnect_with_synchronization! 0.00 209.33 0.00 1 0.00 10.00 ActiveRecord::ConnectionAdapters::MysqlAdapter#drop_database 0.00 209.33 0.00 1 0.00 0.00 ActiveRecord::ConnectionAdapters::MysqlAdapter#create_database 0.00 209.33 0.00 1 0.00 10.00 ActiveRecord::ConnectionAdapters::MysqlAdapter#recreate_database 0.00 209.33 0.00 1 0.00 0.00 ActiveRecord::Migration#verbose 0.00 209.33 0.00 10 0.00 0.00 TrueClass#to_s 0.00 209.33 0.00 10 0.00 0.00 Hash#inspect 0.00 209.33 0.00 24 0.00 0.00 ActiveRecord::Migration#verbose 0.00 209.33 0.00 24 0.00 0.00 ActiveRecord::Migration#write 0.00 209.33 0.00 24 0.00 0.00 ActiveRecord::Migration#say 0.00 209.33 0.00 176 0.00 0.00 Struct#initialize 0.00 209.33 0.00 24 0.00 0.00 Process.times 0.00 209.33 0.00 24 0.00 0.00 Benchmark.times 0.00 209.33 0.00 11 0.00 0.00 ActiveRecord::Migrator#proper_table_name 0.00 209.33 0.00 12 0.00 4.17 ActiveRecord::Migration#connection 0.00 209.33 0.00 1 0.00 0.00 Kernel.puts 0.00 209.33 0.00 11 0.00 0.00 ActiveRecord::ConnectionAdapters::TableDefinition#initialize 0.00 209.33 0.00 10 0.00 0.00 ActiveRecord::Base#primary_key_prefix_type 0.00 209.33 0.00 10 0.00 0.00 ActiveRecord::AttributeMethods::PrimaryKey::ClassMethods.get_primary_key 0.00 209.33 0.00 1 0.00 0.00 IO#puts 0.00 209.33 0.00 147 0.00 0.00 IO#write 0.00 209.33 0.00 394 0.00 0.00 ActiveRecord::ConnectionAdapters::MysqlAdapter#native_database_types 0.00 209.33 0.00 1 0.00 0.00 Rake::Application#find_rakefile_location 0.00 209.33 0.00 152 0.00 0.00 #<Class: 0xa80cf0c>#precision 0.00 209.33 0.00 2 0.00 0.00 Dir#chdir 0.00 209.33 0.00 152 0.00 0.00 #<Class: 0xa80cf0c>#default 0.00 209.33 0.00 152 0.00 0.00 #<Class: 0xa80cf0c>#null 0.00 209.33 0.00 1 0.00 0.00 Rake.original_dir 0.00 209.33 0.00 207 0.00 0.00 Rake.application 0.00 209.33 0.00 7 0.00 0.00 Dir#glob 0.00 209.33 0.00 142 0.00 0.00 #<Class: 0xa80cf0c>#limit 0.00 209.33 0.00 1 0.00 0.00 Rake::Application#collect_tasks 0.00 209.33 0.00 52 0.00 6.92 ActiveRecord::ConnectionAdapters::TableDefinition#integer 0.00 209.33 0.00 51 0.00 6.47 ActiveRecord::ConnectionAdapters::TableDefinition#string 0.00 209.33 0.00 20 0.00 2.50 ActiveRecord::ConnectionAdapters::TableDefinition#datetime 0.00 209.33 0.00 446 0.00 0.00 #<Class: 0xa80cf0c>#base 0.00 209.33 0.00 304 0.00 0.00 #<Class: 0xa80cf0c>#type 0.00 209.33 0.00 152 0.00 0.00 #<Class: 0xa80cf0c>#limit 0.00 209.33 0.00 152 0.00 0.00 #<Class: 0xa80cf0c>#precision 0.00 209.33 0.00 30 0.00 0.00 OpenStruct#method_missing 0.00 209.33 0.00 30 0.00 0.00 Symbol#id2name 0.00 209.33 0.00 1 0.00 0.00 OptionParser#permute! 0.00 209.33 0.00 44 0.00 0.00 Array#[] 0.00 209.33 0.00 1 0.00 0.00 OptionParser#order! 0.00 209.33 0.00 152 0.00 0.00 #<Class: 0xa80cf0c>#default 0.00 209.33 0.00 1 0.00 0.00 OptionParser#parse_in_order 0.00 209.33 0.00 142 0.00 0.00 ActiveRecord::ConnectionAdapters::SchemaStatements.options_include_default? 0.00 209.33 0.00 4 0.00 0.00 Hash#fetch 0.00 209.33 0.00 2 0.00 0.00 OptionParser#visit 0.00 209.33 0.00 11 0.00 20.00 ActiveRecord::ConnectionAdapters::TableDefinition#to_sql 0.00 209.33 0.00 11 0.00 114.55 ActiveRecord::ConnectionAdapters::SchemaStatements.create_table 0.00 209.33 0.00 11 0.00 123.64 ActiveRecord::ConnectionAdapters::MysqlAdapter#create_table 0.00 209.33 0.00 24 0.00 0.00 Struct::Tms#utime 0.00 209.33 0.00 24 0.00 0.00 Struct::Tms#stime 0.00 209.33 0.00 24 0.00 0.00 Struct::Tms#cutime 0.00 209.33 0.00 24 0.00 0.00 Struct::Tms#cstime 0.00 209.33 0.00 12 0.00 0.00 Benchmark::Tms#initialize 0.00 209.33 0.00 12 0.00 127.50 Benchmark.measure 0.00 209.33 0.00 3 0.00 0.00 OptionParser::List#each_option 0.00 209.33 0.00 12 0.00 128.33 ActiveRecord::Migration#method_missing 0.00 209.33 0.00 13 0.00 2.31 ActiveRecord::ConnectionAdapters::TableDefinition#boolean 0.00 209.33 0.00 5 0.00 2.00 ActiveRecord::ConnectionAdapters::TableDefinition#date 0.00 209.33 0.00 1 0.00 0.00 Numeric#blank? 0.00 209.33 0.00 1 0.00 0.00 ActiveRecord::ConnectionAdapters::SchemaStatements.index_name 0.00 209.33 0.00 1 0.00 10.00 ActiveRecord::ConnectionAdapters::SchemaStatements.add_index 0.00 209.33 0.00 1 0.00 0.00 ActiveRecord::Migrator#migrations_path 0.00 209.33 0.00 1 0.00 0.00 ActiveRecord::Schema#migrations_path 0.00 209.33 0.00 12 0.00 0.00 Bignum#to_s 0.00 209.33 0.00 29 0.00 0.00 Bignum#hash 0.00 209.33 0.00 10 0.00 0.00 Set#include? 0.00 209.33 0.00 1 0.00 50.00 ActiveRecord::ConnectionAdapters::SchemaStatements.assume_migrated_upto_version 0.00 209.33 0.00 1 0.00 60.00 ActiveRecord::Schema#define 0.00 209.33 0.00 3 0.00 1686.67 Rake::Task#invoke 0.00 209.33 0.00 1 0.00 0.00 Rake::TestTask#rake_loader 0.00 209.33 0.00 1 0.00 30.00 Rake::TestTask#file_list 0.00 209.33 0.00 1 0.00 0.00 Rake::FileList#join 0.00 209.33 0.00 1 0.00 0.00 Rake::TestTask#option_list 0.00 209.33 0.00 2 0.00 0.00 RakeFileUtils.rake_merge_option 0.00 209.33 0.00 1 0.00 0.00 RakeFileUtils.rake_check_options 0.00 209.33 0.00 22 0.00 0.00 OptionParser::Switch#match_nonswitch? 0.00 209.33 0.00 1 0.00 10.00 FileUtils.rake_system 0.00 209.33 0.00 1 0.00 10.00 FileUtils.sh 0.00 209.33 0.00 1 0.00 10.00 RakeFileUtils.sh 0.00 209.33 0.00 1 0.00 10.00 FileUtils.ruby 0.00 209.33 0.00 1 0.00 10.00 RakeFileUtils.ruby 0.00 209.33 0.00 1 0.00 50.00 RakeFileUtils.verbose 0.00 209.33 0.00 270 0.00 0.00 Regexp#== 0.00 209.33 0.00 1 0.00 1920.00 Rake::Application#top_level 0.00 209.33 0.00 16 0.00 8.75 Mysql#store_result 0.00 209.79 0.00 1 0.00 209790.00 #toplevel -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Conrad Taylor
2010-Mar-26 18:37 UTC
Re: Rails environment running extremely slow. PLEASE HELP!
Chris, Rails 3.0 is still in beta. Thus, there''s still optimization work that needs to be completed before they move to a release candidate (RC). Please keep this in mind when using the Rails 3 Beta. Good luck, -Conrad On Mon, Mar 22, 2010 at 12:35 PM, ChrisT <ccthiel-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I''m having serious performance issues here. > The specs: > This is a rails 3.0.0beta app. I''ve tried running this on Windows XP, > Ubuntu 9.04 and Ubuntu 9.10. > > On Windows: I''ve tried running this with ruby 1.9.1p378 as well as > 1.8.7p249. > > On Ubuntu 9.04 and 9.10: I''ve tried with 1.9.1p376 (built from source) > and 1.8.7p248 (built from source). It should be noted running on > Ubuntu is done via VirtualBox with XP as the host, but I threw all the > RAM I could at these virtual images. > > The app itself consists of very little at the moment - models and unit > tests for the models. I''m using factory_girl to replace fixtures and > shoulda in combination with Test::Unit for some handy macros for > testing. My database is MySQL - very small. 10 tables or so with 10 or > less columns in each. > > I''m using bundler 0.9.12. It doesn''t seem to matter if the bundle is > locked or not, the execution time is the same. It doesn''t seem to > matter whether or not the system gems are disabled. It doesn''t seem to > matter if I install in the default bundler directory, or specify > something like ''bundle install vendor/gems''. > My Gemfile: > source ''http://gems.rubyforge.org'' > source ''http://gemcutter.org'' > source ''http://gems.github.com'' > source ''http://rubygems.org'' > > gem "gemcutter", "0.4.1" > > # Parsing spreadsheets > gem "roo" > > # Rails3 beta > gem "rails", "3.0.0.beta" > > # ActiveRecord requires a database adapter. > gem "ruby-mysql" > > # Gems required for the AftershockHarness > gem "watir", "1.6.5" > gem "firewatir", "1.6.5" > > # Gems only used for testing > group :test do > gem "webrat" > gem "cucumber" > gem "shoulda" > gem "factory_girl" > end > > # Gems only used for development > group :development do > gem "wirble" > end > ################ END OF GEMFILE ######################### > > > Doing ANYTHING within the environment is 30+ seconds. Any of the rake > tasks, any of the rails commands, everything is taking 30+ seconds. > It''s even longer with ruby 1.8.7. > > I decided to profile a test unit run (rake test:units). Here is the > result: > % cumulative self self total > time seconds seconds calls ms/call ms/call name > 19.00 39.87 39.87 72684 0.55 2.23 Array#each > 11.45 63.90 24.03 28444 0.84 3.82 > Gem::Package::TarHeader#from > 6.53 77.59 13.69 28444 0.48 2.51 > Gem::Package::TarHeader#initialize > 5.96 90.10 12.51 950573 0.01 0.01 Hash#[] > 5.64 101.94 11.84 699 16.94 416.75 Kernel.loop > 5.31 113.07 11.13 818203 0.01 0.01 Symbol#to_s > 5.01 123.58 10.51 3807 2.76 4.39 Array#map > 3.07 130.02 6.44 27554 0.23 0.59 > Gem::Package::TarReader::Entry#read > 3.05 136.41 6.39 466740 0.01 0.01 > Kernel.instance_variable_set > 2.90 142.49 6.08 80598 0.08 0.08 StringIO#read > 2.61 147.96 5.47 455404 0.01 0.01 Array#shift > 2.06 152.28 4.32 1158 3.73 81.22 Kernel.require > 1.68 155.81 3.53 27592 0.13 0.31 Array#hash > 1.49 158.93 3.12 255996 0.01 0.01 String#oct > 1.45 161.98 3.05 63098 0.05 1.50 Class#new > 1.08 164.24 2.26 232 9.74 9.74 > Zlib::Inflate#inflate > 0.91 166.15 1.91 234 8.16 19.23 > YAML::Syck::Parser#load > 0.70 167.61 1.46 112119 0.01 0.01 String#hash > 0.61 168.90 1.29 109979 0.01 0.01 Fixnum#- > 0.61 170.17 1.27 27748 0.05 0.06 > Gem::Package::TarReader::Entry#initialize > 0.55 171.32 1.15 27554 0.04 0.06 > Gem::Package::TarReader::Entry#check_closed > 0.52 172.42 1.10 30913 0.04 0.05 BasicObject#!> 0.50 173.47 1.05 60842 0.02 0.04 > #<YAML::Syck::Resolver:0x8fd81f4>.node_import > 0.49 174.49 1.02 27478 0.04 0.09 Enumerable.min > 0.48 175.50 1.01 27748 0.04 0.08 > Gem::Package::TarReader::Entry#full_name > 0.41 176.36 0.86 1059 0.81 2.97 Array#select > 0.40 177.19 0.83 77138 0.01 0.01 String#=> 0.39 178.00 0.81 4665 0.17 0.35 Array#include? > 0.38 178.79 0.79 1197 0.66 1.62 > MIME::Type#initialize > 0.36 179.55 0.76 615 1.24 6.46 > Module#class_eval > 0.35 180.29 0.74 3104 0.24 0.49 > YAML::Syck::Resolver#transfer > 0.32 180.96 0.67 28689 0.02 0.02 String#unpack > 0.31 181.62 0.66 55791 0.01 0.01 Fixnum#% > 0.31 182.27 0.65 4612 0.14 0.56 > Gem::Dependency#hash > 0.31 182.91 0.64 42528 0.02 0.02 Hash#default > 0.30 183.54 0.63 47281 0.01 0.01 Fixnum#<=> > 0.28 184.12 0.58 28445 0.02 0.02 String#* > 0.28 184.70 0.58 27554 0.02 0.02 > Gem::Package::TarReader::Entry#closed? > 0.28 185.28 0.58 6886 0.08 0.19 > Gem::Version#hash > 0.27 185.85 0.57 5084 0.11 0.18 Array#<=> > 0.26 186.40 0.55 27748 0.02 0.02 > Gem::Package::TarReader::Entry#bytes_read > 0.25 186.93 0.53 1839 0.29 0.29 Module#constants > 0.24 187.44 0.51 45 11.33 357.78 > BasicObject#instance_exec > 0.24 187.95 0.51 26780 0.02 0.02 StringIO#seek > 0.24 188.45 0.50 32985 0.02 0.02 Symbol#=> 0.23 188.94 0.49 3869 0.13 4.66 Array#collect > 0.20 189.37 0.43 27980 0.02 0.02 > Gem::Package::TarReader::Entry#close > 0.20 189.80 0.43 28444 0.02 0.02 > Gem::Package::TarHeader#empty? > 0.19 190.19 0.39 8569 0.05 0.11 > Rails::Initializable::Initializer#before > 0.19 190.58 0.39 2800 0.14 0.36 > Mutex#synchronize > 0.18 190.96 0.38 1197 0.32 0.42 > MIME::Type#simplified > 0.18 191.33 0.37 8559 0.04 0.07 > Rails::Initializable::Initializer#after > 0.17 191.68 0.35 27138 0.01 0.01 Kernel.hash > 0.16 192.02 0.34 27012 0.01 0.01 StringIO#pos > 0.16 192.35 0.33 33496 0.01 0.01 Module#==> 0.16 192.68 0.33 27702 0.01 0.01 Fixnum#>> 0.16 193.01 0.33 3114 0.11 0.94 > Bundler::Index#search > 0.15 193.33 0.32 28382 0.01 0.01 Fixnum#+ > 0.15 193.64 0.31 2484 0.12 0.29 Module#const_get > 0.15 193.95 0.31 914 0.34 106.20 > ActiveSupport::Dependencies.new_constants_in > 0.15 194.26 0.31 32015 0.01 0.01 Array#<< > 0.14 194.56 0.30 3726 0.08 0.08 Array#push > 0.14 194.86 0.30 991 0.30 0.30 Array#- > 0.14 195.15 0.29 15451 0.02 0.03 > Gem::Version#segments > 0.13 195.42 0.27 27012 0.01 0.01 StringIO#eof? > 0.12 195.68 0.26 8314 0.03 0.15 Enumerable.any? > 0.12 195.93 0.25 596 0.42 0.67 Integer#upto > 0.11 196.17 0.24 2742 0.09 0.12 Hash#each > 0.11 196.41 0.24 3114 0.08 1.09 > Bundler::Resolver#search > 0.11 196.64 0.23 2508 0.09 0.15 > Object#method_added > 0.11 196.87 0.23 27479 0.01 0.01 String#size > 0.10 197.09 0.22 18612 0.01 0.01 Bignum#+ > 0.10 197.31 0.22 6044 0.04 0.33 > Gem::Requirement#hash > 0.10 197.52 0.21 3902 0.05 0.05 IO#read > 0.10 197.73 0.21 942 0.22 1.03 > ActiveSupport::Inflector.constantize > 0.10 197.93 0.20 232 0.86 33.32 > Gem::Package::TarInput#initialize > 0.10 198.13 0.20 918 0.22 0.47 > ActiveSupport::Dependencies.qualified_const_defined? > 0.10 198.33 0.20 735 0.27 0.27 Array#uniq > 0.09 198.52 0.19 3114 0.06 0.76 > Bundler::Index#search_by_dependency > 0.09 198.70 0.18 5918 0.03 0.03 Kernel.==> 0.08 198.87 0.17 2394 0.07 0.11 > MIME::Type#encoding> 0.08 199.04 0.17 1259 0.14 0.26 Array#delete_if > 0.08 199.21 0.17 8124 0.02 0.02 > Gem::Dependency#requirement > 0.08 199.37 0.16 2401 0.07 0.13 Proc#yield > 0.08 199.53 0.16 3552 0.05 0.17 > Gem::Version#prerelease? > 0.08 199.69 0.16 5729 0.03 0.05 String#gsub > 0.07 199.84 0.15 477 0.31 27.88 > TSort.each_strongly_connected_component_from > 0.07 199.99 0.15 6810 0.02 0.35 Hash#[]> 0.07 200.13 0.14 376 0.37 12.31 > Enumerable.sort_by > 0.06 200.26 0.13 358 0.36 1.45 > Gem::Dependency#initialize > 0.06 200.39 0.13 1 130.00 130.00 Object#blank? > 0.06 200.51 0.12 1836 0.07 0.35 > Module#local_constants > 0.06 200.63 0.12 334 0.36 1.77 Enumerable.find > 0.06 200.75 0.12 1619 0.07 0.07 String#+ > 0.06 200.87 0.12 7565 0.02 0.02 Array#[] > 0.06 200.99 0.12 2716 0.04 0.06 Kernel.dup > 0.05 201.10 0.11 1148 0.10 2.23 Hash#include? > 0.05 201.21 0.11 2394 0.05 0.24 > MIME::Types#add_type_variant > 0.05 201.32 0.11 7245 0.02 0.02 > Module#method_added > 0.05 201.43 0.11 1090 0.10 0.12 > Class#inherited_with_inheritable_attributes > 0.05 201.54 0.11 2 55.00 65.00 > Rails::Application#routes_reloader > 0.05 201.64 0.10 11 9.09 9.09 > Hash#reverse_merge > 0.05 201.74 0.10 152 0.66 3.49 > ActiveRecord::ConnectionAdapters::TableDefinition#[] > 0.05 201.84 0.10 2670 0.04 0.04 > Object#yaml_tag_subclasses? > 0.05 201.94 0.10 4797 0.02 0.02 Regexp#match > 0.04 202.03 0.09 536 0.17 0.24 > Rake::FileList#<< > 0.04 202.12 0.09 2394 0.04 0.13 > MIME::Types#index_extensions > 0.04 202.21 0.09 2394 0.04 0.04 > MIME::Type#system> 0.04 202.30 0.09 2670 0.03 0.03 > Module#yaml_tag_read_class > 0.04 202.39 0.09 5494 0.02 0.02 Kernel.object_id > 0.04 202.48 0.09 2754 0.03 0.03 > ActiveSupport::Dependencies.constant_watch_stack > 0.04 202.57 0.09 1836 0.05 8.73 > Module#local_constant_names > 0.04 202.65 0.08 102 0.78 19.12 > Gem::SourceIndex#load_specification > 0.04 202.73 0.08 1218 0.07 0.07 > Gem::Specification#dependencies > 0.04 202.81 0.08 1 80.00 140.00 I18n.backend > 0.04 202.89 0.08 232 0.34 0.82 > Zlib::GzipReader#initialize > 0.04 202.97 0.08 8379 0.01 0.01 > MatchData#captures > 0.04 203.05 0.08 9224 0.01 0.01 Fixnum#^ > 0.04 203.13 0.08 14533 0.01 0.01 BasicObject#=> 0.03 203.20 0.07 2647 0.03 0.03 String#=~ > 0.03 203.27 0.07 312 0.22 1.41 Gem::Version#<=> > 0.03 203.34 0.07 4156 0.02 0.02 Array#flatten > 0.03 203.41 0.07 896 0.08 103.69 > ActiveSupport::Dependencies::Loadable.require > 0.03 203.48 0.07 152 0.46 5.00 > ActiveRecord::ConnectionAdapters::TableDefinition#column > 0.03 203.55 0.07 2394 0.03 0.04 > MIME::Type#extensions> 0.03 203.62 0.07 1432 0.05 0.05 IO#eof? > 0.03 203.69 0.07 464 0.15 0.17 > Gem::Package::TarReader#rewind > 0.03 203.76 0.07 8422 0.01 0.01 String#to_s > 0.03 203.83 0.07 704 0.10 0.58 > Gem::Version#initialize > 0.03 203.90 0.07 566 0.12 0.88 > Bundler::Index#search_by_spec > 0.03 203.97 0.07 3200 0.02 0.27 > Gem::Requirement#prerelease? > 0.03 204.04 0.07 1 70.00 700.00 > ActionView::Template::Handlers.extended > 0.03 204.11 0.07 18 3.89 219.44 > Kernel.load_without_new_constant_marking > 0.03 204.18 0.07 1130 0.06 0.06 > Bundler::Resolver#debug > 0.03 204.25 0.07 3547 0.02 0.02 String#empty? > 0.03 204.32 0.07 492 0.14 1.00 > Gem::Requirement#initialize > 0.03 204.39 0.07 716 0.10 0.13 > Gem::Specification#add_bindir > 0.03 204.45 0.06 1484 0.04 0.04 Regexp#=~ > 0.03 204.51 0.06 1655 0.04 4.73 > Enumerable.inject > 0.03 204.57 0.06 464 0.13 304.07 > Gem::Package::TarReader#new > 0.03 204.63 0.06 5456 0.01 0.01 Array#size > 0.03 204.69 0.06 334 0.18 0.30 > Bundler::Index#<< > 0.03 204.75 0.06 534 0.11 0.17 Array#uniq! > 0.03 204.81 0.06 1048 0.06 1.89 Kernel.eval > 0.03 204.87 0.06 233 0.26 0.30 Kernel.open > 0.03 204.93 0.06 505 0.12 0.12 > Hash#initialize_copy > 0.02 204.98 0.05 298 0.17 0.27 Timeout.timeout > 0.02 205.03 0.05 918 0.05 0.07 > ActiveSupport::Dependencies.load? > 0.02 205.08 0.05 1971 0.03 0.04 Struct#=> 0.02 205.13 0.05 2242 0.02 0.03 > MIME::Type#default_encoding > 0.02 205.18 0.05 105 0.48 238.67 Kernel.catch > 0.02 205.23 0.05 173 0.29 0.69 > Module#alias_method > 0.02 205.28 0.05 704 0.07 0.14 > Gem::Version#correct? > 0.02 205.33 0.05 232 0.22 665.47 > Gem::Format#from_io > 0.02 205.38 0.05 232 0.22 10.78 > Gem::Package::TarInput#zipped_stream > 0.02 205.42 0.04 235 0.17 0.26 > ActiveSupport::Inflector.underscore > 0.02 205.46 0.04 267 0.15 0.22 > Mysql::Protocol#lcs2str! > 0.02 205.50 0.04 3443 0.01 0.01 String#split > 0.02 205.54 0.04 1133 0.04 0.04 > Module#const_defined? > 0.02 205.58 0.04 492 0.08 0.55 > Gem::Requirement#parse > 0.02 205.62 0.04 232 0.17 1.47 > Gem::Specification#yaml_initialize > 0.02 205.66 0.04 141 0.28 173.69 > Array#reverse_each > 0.02 205.70 0.04 922 0.04 0.05 > ActiveSupport::Dependencies.log > 0.02 205.74 0.04 604 0.07 0.07 String#intern > 0.02 205.78 0.04 2766 0.01 0.01 String#to_i > 0.02 205.82 0.04 232 0.17 21.77 > Gem::Specification#from_yaml > 0.02 205.86 0.04 1371 0.03 15.89 Proc#call > 0.02 205.90 0.04 3308 0.01 0.01 Array#first > 0.02 205.94 0.04 2776 0.01 0.01 Module#=> 0.02 205.98 0.04 1033 0.04 0.11 > Rake::FileList#exclude? > 0.02 206.02 0.04 4159 0.01 0.01 Array#concat > 0.02 206.06 0.04 43 0.93 3.02 > ActiveSupport::Notifications.instrumenter > 0.02 206.10 0.04 492 0.08 0.98 > Gem::Requirement#create > 0.02 206.14 0.04 3418 0.01 0.01 Array#compact > 0.02 206.18 0.04 2123 0.02 0.02 #<Class: > 0xa80cf0c>#name > 0.01 206.21 0.03 167 0.18 0.24 > ActiveRecord::ConnectionAdapters::MysqlAdapter#quote_column_name > 0.01 206.24 0.03 4 7.50 10.00 > Rails::Application#metal_loader > 0.01 206.27 0.03 282 0.11 0.28 > Module#module_eval > 0.01 206.30 0.03 232 0.13 0.13 > Zlib::GzipReader#read > 0.01 206.33 0.03 238 0.13 0.17 > Gem::Specification#=> 0.01 206.36 0.03 647 0.05 0.05 Array#join > 0.01 206.39 0.03 232 0.13 630.60 > Gem::Package::TarInput#each > 0.01 206.42 0.03 952 0.03 0.03 String#scan > 0.01 206.45 0.03 505 0.06 0.67 Array#map! > 0.01 206.48 0.03 1223 0.02 0.02 String#chomp > 0.01 206.51 0.03 1 30.00 50.00 > ActionDispatch::Session::CookieStore#verifier_for > 0.01 206.54 0.03 149 0.20 0.20 > Module#instance_methods > 0.01 206.57 0.03 22 1.36 55.00 > Kernel.with_warnings > 0.01 206.60 0.03 2394 0.01 0.01 MIME::Type#docs> 0.01 206.63 0.03 16 1.88 2.50 > Mysql::ResultBase#each > 0.01 206.66 0.03 1432 0.02 0.02 String#strip > 0.01 206.69 0.03 301 0.10 0.13 > NameError#initialize > 0.01 206.72 0.03 193 0.16 0.52 > Mysql::Protocol#read > 0.01 206.75 0.03 59 0.51 49.15 > Array#tsort_each_node > 0.01 206.78 0.03 1 30.00 2950.00 > Rails::Application#initializers > 0.01 206.81 0.03 102 0.29 0.88 > Gem::Version#create > 0.01 206.84 0.03 100 0.30 0.50 > ActiveRecord::ConnectionAdapters::SchemaStatements.type_to_sql > 0.01 206.87 0.03 204 0.15 1.67 > Gem::Specification#add_dependency_with_type > 0.01 206.90 0.03 102 0.29 8.24 > Gem::Specification#assign_defaults > 0.01 206.93 0.03 2766 0.01 0.01 Kernel.class > 0.01 206.96 0.03 246 0.12 0.77 Comparable.>> 0.01 206.99 0.03 103 0.29 1.07 Array#reject! > 0.01 207.02 0.03 918 0.03 0.05 > ActiveSupport::Dependencies.log_call > 0.01 207.05 0.03 233 0.13 0.47 > ActiveSupport::Autoload.autoload > 0.01 207.08 0.03 139 0.22 0.22 File#expand_path > 0.01 207.11 0.03 282 0.11 0.11 > Bundler::SpecSet#lookup > 0.01 207.14 0.03 6263 0.00 0.00 Kernel.nil? > 0.01 207.17 0.03 1840 0.02 0.02 > ActiveSupport::Dependencies.logger > 0.01 207.20 0.03 3937 0.01 0.01 NilClass#nil? > 0.01 207.23 0.03 968 0.03 0.03 IO#seek > 0.01 207.25 0.02 924 0.02 0.02 Array#blank? > 0.01 207.27 0.02 8 2.50 2.50 Kernel.raise > 0.01 207.29 0.02 2754 0.01 0.01 > ActiveSupport::Dependencies.constant_watch_stack_mutex > 0.01 207.31 0.02 13 1.54 1.54 > Rails::Railtie#inherited > 0.01 207.33 0.02 3152 0.01 0.01 > Kernel.respond_to? > 0.01 207.35 0.02 1122 0.02 0.02 BasicObject#! > 0.01 207.37 0.02 1206 0.02 0.03 Kernel.Array > 0.01 207.39 0.02 475 0.04 4.13 Module#include > 0.01 207.41 0.02 1 20.00 110.00 > ActionDispatch::Static#initialize > 0.01 207.43 0.02 8 2.50 3.75 > ActiveRecord::Base#respond_to? > 0.01 207.45 0.02 32 0.63 0.63 Dir#[] > 0.01 207.47 0.02 115 0.17 4.09 BlankSlate#hide > 0.01 207.49 0.02 2814 0.01 0.01 Mutex#unlock > 0.01 207.51 0.02 1668 0.01 0.01 IO#set_encoding > 0.01 207.53 0.02 35 0.57 2.57 > Module#alias_method_chain > 0.01 207.55 0.02 99 0.20 0.30 > Rake::Task#add_description > 0.01 207.57 0.02 716 0.03 10.49 > Gem::Specification#hash > 0.01 207.59 0.02 297 0.07 0.07 Array#replace > 0.01 207.61 0.02 236 0.08 0.13 > Gem::Platform#new > 0.01 207.63 0.02 704 0.03 0.03 String#strip! > 0.01 207.65 0.02 290 0.07 0.07 > Array#extract_options! > 0.01 207.67 0.02 2 10.00 600.00 > Bundler::Resolver#resolve > 0.01 207.69 0.02 940 0.02 0.02 Set#add > 0.01 207.71 0.02 232 0.09 0.30 > Gem::Specification#normalize_yaml_input > 0.01 207.73 0.02 204 0.10 0.10 > Gem::Specification#required_by > 0.01 207.75 0.02 144 0.14 1.32 > Bundler::SpecSet#append_subgraph > 0.01 207.77 0.02 283 0.07 0.11 > StringIO#initialize > 0.01 207.79 0.02 48 0.42 2.71 Module#delegate > 0.01 207.81 0.02 92 0.22 0.22 > Mysql::Charset#force_encoding > 0.01 207.83 0.02 91 0.22 1.32 > Rake::TaskManager.define_task > 0.01 207.85 0.02 211 0.09 3.41 Kernel.extend > 0.01 207.87 0.02 1578 0.01 0.01 > BasicObject#singleton_method_added > 0.01 207.89 0.02 142 0.14 0.49 > ActiveRecord::ConnectionAdapters::ColumnDefinition#add_column_options! > 0.01 207.91 0.02 1346 0.01 0.01 String#gsub! > 0.01 207.93 0.02 22 0.91 0.91 > ActionDispatch::MiddlewareStack::Middleware#normalize > 0.01 207.95 0.02 91 0.22 0.55 > Rake::TaskManager.intern > 0.01 207.97 0.02 179 0.11 0.17 Hash#merge > 0.01 207.99 0.02 2514 0.01 0.01 > Module#blank_slate_method_added > 0.01 208.01 0.02 1 20.00 1800.00 > Rake::Application#invoke_task > 0.01 208.03 0.02 21 0.95 0.95 > FireWatir::NonControlElement#inherited > 0.01 208.05 0.02 4238 0.00 0.00 Array#last > 0.00 208.06 0.01 43 0.23 12.33 > ActiveRecord::ConnectionAdapters::MysqlAdapter#execute > 0.00 208.07 0.01 21 0.48 54.76 > ActiveRecord::ConnectionAdapters::ConnectionPool#connection > 0.00 208.08 0.01 53 0.19 0.19 > Rake::TaskManager.resolve_args_with_dependencies > 0.00 208.09 0.01 4431 0.00 0.00 String#downcase > 0.00 208.10 0.01 570 0.02 0.53 > Rake::FileList#resolve > 0.00 208.11 0.01 152 0.07 1.38 > ActiveRecord::ConnectionAdapters::ColumnDefinition#to_sql > 0.00 208.12 0.01 55 0.18 1.45 > Class#cattr_accessor > 0.00 208.13 0.01 152 0.07 0.39 > ActiveRecord::ConnectionAdapters::MysqlAdapter#type_to_sql > 0.00 208.14 0.01 93 0.11 0.22 > ActiveSupport::Inflector.inflections > 0.00 208.15 0.01 91 0.11 0.22 > Rake::TaskManager.resolve_args > 0.00 208.16 0.01 31 0.32 0.32 > Rake::Application#options > 0.00 208.17 0.01 152 0.07 0.07 #<Class: > 0xa80cf0c>#scale > 0.00 208.18 0.01 1 10.00 10.00 Kernel.system > 0.00 208.19 0.01 14 0.71 0.71 > ActiveSupport::Callbacks::Callback#_compile_options > 0.00 208.20 0.01 4 2.50 5.00 > > ActiveRecord::ConnectionAdapters::AbstractAdapter#_removed_checkin_callbacks > 0.00 208.21 0.01 10 1.00 1.00 > ActiveRecord::ConnectionAdapters::TableDefinition#primary_key > 0.00 208.22 0.01 331 0.03 0.03 Thread#current > 0.00 208.23 0.01 491 0.02 0.02 String#[] > 0.00 208.24 0.01 152 0.07 0.07 #<Class: > 0xa80cf0c>#scale> 0.00 208.25 0.01 138 0.07 0.07 > Mysql::Charset#encoding > 0.00 208.26 0.01 26 0.38 1.54 > Class#extlib_inheritable_reader > 0.00 208.27 0.01 104 0.10 0.10 > Mysql::ResultBase#fetch > 0.00 208.28 0.01 103 0.10 0.10 IO#sync> 0.00 208.29 0.01 258 0.04 0.08 > Module#attr_reader > 0.00 208.30 0.01 3 3.33 6.67 > ActiveRecord::ConnectionAdapters::ConnectionHandler#remove_connection > 0.00 208.31 0.01 32 0.31 0.94 > Gem::Version#bump > 0.00 208.32 0.01 232 0.04 0.04 > Zlib::ZStream#finish > 0.00 208.33 0.01 232 0.04 21.81 > Gem::Package::TarInput#load_gemspec > 0.00 208.34 0.01 120 0.08 0.08 Float#floor > 0.00 208.35 0.01 312 0.03 1.31 Comparable.=> 0.00 208.36 0.01 8 1.25 2.50 > ActiveSupport::Inflector.classify > 0.00 208.37 0.01 6 1.67 1.67 Struct#new > 0.00 208.38 0.01 365 0.03 0.14 > Module#define_method > 0.00 208.39 0.01 600 0.02 0.02 Kernel.freeze > 0.00 208.40 0.01 301 0.03 0.17 > NoMethodError#initialize > 0.00 208.41 0.01 232 0.04 0.04 > Gem::Package::TarInput#close > 0.00 208.42 0.01 4531 0.00 0.00 Fixnum#=> 0.00 208.43 0.01 254 0.04 0.04 String#upcase > 0.00 208.44 0.01 437 0.02 0.02 Module#included > 0.00 208.45 0.01 7 1.43 4.29 > Bundler::SharedHelpers.default_gemfile > 0.00 208.46 0.01 408 0.02 0.02 File#exist? > 0.00 208.47 0.01 234 0.04 0.13 YAML.parser > 0.00 208.48 0.01 142 0.07 0.07 > ActiveSupport::TimeZone#initialize > 0.00 208.49 0.01 205 0.05 0.05 > Gem::Specification#full_name > 0.00 208.50 0.01 232 0.04 0.04 > Zlib::Inflate#initialize > 0.00 208.51 0.01 293 0.03 1.54 Enumerable.all? > 0.00 208.52 0.01 283 0.04 0.04 > Enumerable.initialize > 0.00 208.53 0.01 973 0.01 0.01 String#==> 0.00 208.54 0.01 406 0.02 0.02 Module#autoload > 0.00 208.55 0.01 32 0.31 0.94 Class#initialize > 0.00 208.56 0.01 85 0.12 0.12 Module#const_set > 0.00 208.57 0.01 62 0.16 0.16 > Gem::Specification#rdoc_options> 0.00 208.58 0.01 2 5.00 135.00 > Bundler.definition > 0.00 208.59 0.01 2260 0.00 0.00 Array#empty? > 0.00 208.60 0.01 10 1.00 1.00 Dir#pwd > 0.00 208.61 0.01 301 0.03 0.03 > StandardError#initialize > 0.00 208.62 0.01 232 0.04 0.04 StringIO#close > 0.00 208.63 0.01 220 0.05 0.05 Time#at > 0.00 208.64 0.01 232 0.04 0.04 > Zlib::GzipFile#close > 0.00 208.65 0.01 364 0.03 0.08 > Mysql::Protocol#lcb2int! > 0.00 208.66 0.01 720 0.01 0.01 String#to_sym > 0.00 208.67 0.01 599 0.02 0.02 String#sub > 0.00 208.68 0.01 43 0.23 1.86 > ActiveSupport::Inflector.singularize > 0.00 208.69 0.01 2 5.00 445.00 > ActionView::PathSet#type_cast > 0.00 208.70 0.01 19 0.53 2.11 > Module#mattr_accessor > 0.00 208.71 0.01 434 0.02 0.12 Symbol#yaml_new > 0.00 208.72 0.01 64 0.16 0.31 > ActiveSupport::Inflector.camelize > 0.00 208.73 0.01 120 0.08 0.25 > Mysql::Protocol#eof_packet? > 0.00 208.74 0.01 21 0.48 2.86 > Mysql::Protocol::FieldPacket#parse > 0.00 208.75 0.01 16 0.62 0.62 > Rails::Railtie#abstract_railtie? > 0.00 208.76 0.01 122 0.08 15.49 > ActiveSupport::Concern.append_features > 0.00 208.77 0.01 235 0.04 0.04 String#tr > 0.00 208.78 0.01 93 0.11 0.11 Enumerable.max > 0.00 208.79 0.01 88 0.11 0.23 Array#zip > 0.00 208.80 0.01 162 0.06 0.06 > ActiveSupport::Concern.included > 0.00 208.81 0.01 8 1.25 1.25 > URI::Parser#parse > 0.00 208.82 0.01 918 0.01 0.01 > ActiveSupport::Dependencies.mechanism > 0.00 208.83 0.01 1245 0.01 0.01 Module#name > 0.00 208.84 0.01 918 0.01 0.03 > ActiveSupport::Dependencies.uninherited_const_defined? > 0.00 208.85 0.01 234 0.04 0.04 > YAML::Syck::Parser#initialize > 0.00 208.86 0.01 3 3.33 3.33 > ActiveRecord::ConnectionAdapters::ConnectionPool#initialize > 0.00 208.87 0.01 153 0.07 0.07 > Gem::SourceIndex#add_spec > 0.00 208.88 0.01 157 0.06 0.13 > Module#attr_accessor > 0.00 208.89 0.01 52 0.19 0.38 > Gem::Specification#full_gem_path > 0.00 208.90 0.01 3282 0.00 0.00 Kernel.is_a? > 0.00 208.91 0.01 234 0.04 19.40 YAML.load > 0.00 208.92 0.01 402 0.02 7.94 Kernel.send > 0.00 208.93 0.01 90 0.11 0.11 > ActiveRecord::Base#logger > 0.00 208.94 0.01 1200 0.01 0.01 IO#pos > 0.00 208.95 0.01 152 0.07 0.07 #<Class: > 0xa80cf0c>#new > 0.00 208.96 0.01 10 1.00 1.00 > ActionDispatch::Callbacks#_removed_prepare_callbacks > 0.00 208.97 0.01 43 0.23 1.86 > Rails::Subscriber#dispatch > 0.00 208.98 0.01 294 0.03 0.03 > ActiveRecord::ConnectionAdapters::TableDefinition#native > 0.00 208.99 0.01 20 0.50 0.50 > ActiveSupport::Callbacks::CallbackChain#compile > 0.00 209.00 0.01 2 5.00 5.00 > ActiveRecord::Base#_destroy_callbacks > 0.00 209.01 0.01 7 1.43 8.57 > ActiveSupport::Callbacks::ClassMethods.__update_callbacks > 0.00 209.02 0.01 43 0.23 1.40 > ActiveRecord::Railties::Subscriber#sql > 0.00 209.03 0.01 1 10.00 110.00 Gem.source_index > 0.00 209.04 0.01 46 0.22 0.22 > Pathname#initialize > 0.00 209.05 0.01 172 0.06 0.06 > ActiveSupport::BufferedLogger#buffer > 0.00 209.06 0.01 21 0.48 0.48 > Gem::Dependency#=> 0.00 209.07 0.01 5 2.00 2.00 > Rails::Railtie::Configurable::ClassMethods.config > 0.00 209.08 0.01 25 0.40 2.80 > FireWatir::ElementCollections#inherited > 0.00 209.09 0.01 123 0.08 0.08 Array#pack > 0.00 209.10 0.01 21 0.48 0.48 Fixnum#| > 0.00 209.11 0.01 65 0.15 0.15 > Rails::Subscriber#color > 0.00 209.12 0.01 102 0.10 76.67 > Bundler::SpecSet#tsort_each_child > 0.00 209.13 0.01 66 0.15 0.91 > Rails::Application::Configurable.config > 0.00 209.14 0.01 43 0.23 0.23 > ActiveSupport::Notifications::Event#duration > 0.00 209.15 0.01 31 0.32 17.42 > ActionDispatch::MiddlewareStack::Middleware#klass > 0.00 209.16 0.01 152 0.07 0.53 > ActiveRecord::ConnectionAdapters::ColumnDefinition#sql_type > 0.00 209.17 0.01 153 0.07 0.07 #<Class: > 0xa80cf0c>#null > 0.00 209.18 0.01 21 0.48 0.48 > > ActiveRecord::ConnectionAdapters::ConnectionHandler#retrieve_connection_pool > 0.00 209.19 0.01 142 0.07 0.21 > ActiveRecord::ConnectionAdapters::SchemaStatements.add_column_options! > 0.00 209.20 0.01 767 0.01 0.01 > Gem::Specification#executables > 0.00 209.21 0.01 18 0.56 270.56 > ActiveSupport::Dependencies::Loadable.load_with_new_constant_marking > 0.00 209.22 0.01 15 0.67 0.67 > ActionDispatch::MiddlewareStack::Middleware#new > 0.00 209.23 0.01 118 0.08 0.51 Set#initialize > 0.00 209.24 0.01 120 0.08 0.08 > Delegator#delegating_block > 0.00 209.25 0.01 19 0.53 1.05 > Rails::Paths::Path#initialize > 0.00 209.26 0.01 12 0.83 128.33 > ActiveRecord::Migration#say_with_time > 0.00 209.27 0.01 2 5.00 5.00 > Rails::Application#railties > 0.00 209.28 0.01 52 0.19 0.19 > Time#compare_with_coercion > 0.00 209.29 0.01 716 0.01 0.01 > Gem::Specification#rdoc_options > 0.00 209.30 0.01 43 0.23 1.40 > Mysql::Protocol#get_result > 0.00 209.31 0.01 375 0.03 7.81 > Rails::Initializable::Collection#tsort_each_child > 0.00 209.32 0.01 45 0.22 358.00 > Rails::Initializable::Initializer#run > 0.00 209.33 0.01 1 10.00 1930.00 > Rake::Application#run > 0.00 209.33 0.00 259 0.00 0.00 > Kernel.instance_variable_get > 0.00 209.33 0.00 464 0.00 0.00 > Kernel.instance_variables > 0.00 209.33 0.00 220 0.00 0.00 Time#to_i > 0.00 209.33 0.00 220 0.00 0.00 Time#utc > 0.00 209.33 0.00 301 0.00 0.00 > NameError::message#! > 0.00 209.33 0.00 464 0.00 0.00 IO#rewind > 0.00 209.33 0.00 464 0.00 0.00 > Gem::Package::TarReader#initialize > 0.00 209.33 0.00 232 0.00 0.00 > Gem::FileOperations#initialize > 0.00 209.33 0.00 232 0.00 0.00 > Gem::Format#initialize > 0.00 209.33 0.00 232 0.00 0.00 Fixnum#-@ > 0.00 209.33 0.00 232 0.00 0.00 Gem.binary_mode > 0.00 209.33 0.00 320 0.00 0.00 Fixnum#< > 0.00 209.33 0.00 4 0.00 0.00 > Bundler::Source::GemCache#initialize > 0.00 209.33 0.00 2 0.00 160.00 > Bundler::Environment#runtime_gems > 0.00 209.33 0.00 6 0.00 60.00 > Bundler::Index#build > 0.00 209.33 0.00 10 0.00 20.00 > Bundler::Index#use > 0.00 209.33 0.00 10 0.00 17.00 > Bundler::Index#each > 0.00 209.33 0.00 12 0.00 0.00 Hash#values > 0.00 209.33 0.00 2 0.00 95.00 > Bundler::Index#installed_gems > 0.00 209.33 0.00 2 0.00 85.00 > Bundler::Source::SystemGems#specs > 0.00 209.33 0.00 464 0.00 0.00 > Gem::Package::TarReader#close > 0.00 209.33 0.00 3 0.00 0.00 Array#reverse > 0.00 209.33 0.00 4 0.00 0.00 Enumerable.to_a > 0.00 209.33 0.00 2 0.00 0.00 > Gem::SourceIndex#each > 0.00 209.33 0.00 232 0.00 630.65 > Gem::Package::TarInput#open > 0.00 209.33 0.00 232 0.00 630.65 > Gem::Package.open > 0.00 209.33 0.00 3 0.00 66.67 > Gem::SourceIndex#from_installed_gems > 0.00 209.33 0.00 2 0.00 65.00 > Gem::SourceIndex#from_gems_in > 0.00 209.33 0.00 232 0.00 665.78 > Gem::Format#from_file_by_path > 0.00 209.33 0.00 2 0.00 45.00 > Gem::SourceIndex#refresh! > 0.00 209.33 0.00 2 0.00 35.00 > Gem::SourceIndex#load_gems_in > 0.00 209.33 0.00 8 0.00 0.00 > Gem::Specification#licenses> 0.00 209.33 0.00 99 0.00 0.00 Fixnum#/ > 0.00 209.33 0.00 35 0.00 0.00 Gem::Platform#=> 0.00 209.33 0.00 91 0.00 0.00 Float#* > 0.00 209.33 0.00 12 0.00 0.83 #<Module: > 0x93685b8>.civil_to_jd > 0.00 209.33 0.00 12 0.00 0.00 #<Module: > 0x93685b8>.jd_to_civil > 0.00 209.33 0.00 12 0.00 0.00 Array#=> 0.00 209.33 0.00 12 0.00 0.83 #<Module: > 0x93685b8>._valid_civil? > 0.00 209.33 0.00 12 0.00 0.00 Rational#coerce > 0.00 209.33 0.00 36 0.00 0.00 Fixnum#div > 0.00 209.33 0.00 12 0.00 0.00 Rational#- > 0.00 209.33 0.00 12 0.00 0.00 #<Module: > 0x93685b8>.jd_to_ajd > 0.00 209.33 0.00 12 0.00 0.00 Date#initialize > 0.00 209.33 0.00 12 0.00 0.00 Class#new! > 0.00 209.33 0.00 12 0.00 0.83 Date#civil > 0.00 209.33 0.00 35 0.00 0.00 > Gem::Platform#to_s > 0.00 209.33 0.00 4 0.00 40.00 > Bundler::Source::GemCache#specs > 0.00 209.33 0.00 4 0.00 40.00 > Bundler::Index#from_cached_specs > 0.00 209.33 0.00 2 0.00 40.00 > Bundler::Index#application_cached_gems > 0.00 209.33 0.00 2 0.00 40.00 > Bundler::Index#system_cached_gems > 0.00 209.33 0.00 2 0.00 45.00 > Bundler::Index#cached_gems > 0.00 209.33 0.00 2 0.00 0.00 > Bundler::Environment#index > 0.00 209.33 0.00 2 0.00 0.00 > Bundler::Resolver#initialize > 0.00 209.33 0.00 35 0.00 0.00 > Gem::Platform#to_a > 0.00 209.33 0.00 14 0.00 0.00 > Gem::Platform#initialize > 0.00 209.33 0.00 68 0.00 1.62 > Gem::Specification#add_development_dependency > 0.00 209.33 0.00 34 0.00 0.00 > Gem::Specification#executables> 0.00 209.33 0.00 72 0.00 0.00 > Gem::Specification#extra_rdoc_files> 0.00 209.33 0.00 136 0.00 1.69 > Gem::Specification#add_runtime_dependency > 0.00 209.33 0.00 10 0.00 0.00 > Gem::Specification#requirements> 0.00 209.33 0.00 102 0.00 4.02 > Gem::Specification#initialize > 0.00 209.33 0.00 248 0.00 0.00 Regexp#escape > 0.00 209.33 0.00 182 0.00 1.65 > Gem::Requirement#satisfied_by? > 0.00 209.33 0.00 126 0.00 1.83 > Gem::Dependency#=~ > 0.00 209.33 0.00 60 0.00 0.00 > Gem::Specification#test_files> 0.00 209.33 0.00 100 0.00 0.00 > Gem::Specification#files> 0.00 209.33 0.00 102 0.00 0.00 Time#local > 0.00 209.33 0.00 98 0.00 0.00 > Gem::Specification#authors> 0.00 209.33 0.00 12 0.00 2.50 > Gem::Requirement#default > 0.00 209.33 0.00 204 0.00 0.00 > Kernel.initialize_copy > 0.00 209.33 0.00 1532 0.00 0.00 > Array#initialize_copy > 0.00 209.33 0.00 510 0.00 0.00 > Gem::Dependency#required_by > 0.00 209.33 0.00 103 0.00 0.00 Kernel.binding > 0.00 209.33 0.00 579 0.00 0.00 Array#length > 0.00 209.33 0.00 32 0.00 0.31 > Gem::Version#release > 0.00 209.33 0.00 204 0.00 0.00 Kernel.untaint > 0.00 209.33 0.00 2 0.00 0.00 Kernel.throw > 0.00 209.33 0.00 2 0.00 0.00 > Bundler::SpecSet#initialize > 0.00 209.33 0.00 2 0.00 0.00 Hash#clear > 0.00 209.33 0.00 2 0.00 600.00 > Bundler::Runtime#specs > 0.00 209.33 0.00 3 0.00 0.00 > Gem::SourceIndex#initialize > 0.00 209.33 0.00 3 0.00 0.00 > Gem::SourceIndex#installed_spec_directories > 0.00 209.33 0.00 146 0.00 0.00 > BasicObject#initialize > 0.00 209.33 0.00 530 0.00 0.00 Hash#size > 0.00 209.33 0.00 2 0.00 0.00 > Bundler::Runtime#sources > 0.00 209.33 0.00 716 0.00 0.00 Time#hash > 0.00 209.33 0.00 716 0.00 0.00 > Gem::Specification#authors > 0.00 209.33 0.00 716 0.00 0.00 > Gem::Specification#licenses > 0.00 209.33 0.00 12 0.00 0.00 > Bundler::Index#initialize > 0.00 209.33 0.00 2 0.00 0.00 > Bundler::Runtime#actual_dependencies > 0.00 209.33 0.00 23 0.00 0.00 Array#& > 0.00 209.33 0.00 716 0.00 0.00 > Gem::Specification#extra_rdoc_files > 0.00 209.33 0.00 2 0.00 0.00 > Bundler::Runtime#dependencies > 0.00 209.33 0.00 716 0.00 0.00 > Gem::Specification#extensions > 0.00 209.33 0.00 716 0.00 0.00 > Gem::Specification#requirements > 0.00 209.33 0.00 1 0.00 0.00 > Bundler::Settings#without > 0.00 209.33 0.00 1 0.00 0.00 > Bundler::Definition#groups > 0.00 209.33 0.00 1 0.00 0.00 > Bundler::SharedHelpers.clean_load_path > 0.00 209.33 0.00 477 0.00 0.00 Array#slice! > 0.00 209.33 0.00 33 0.00 0.00 Gem.path > 0.00 209.33 0.00 2 0.00 2065.00 > Bundler::SpecSet#tsort_each_node > 0.00 209.33 0.00 61 0.00 115.25 > TSort.each_strongly_connected_component > 0.00 209.33 0.00 61 0.00 115.90 TSort.tsort_each > 0.00 209.33 0.00 61 0.00 138.69 TSort.tsort > 0.00 209.33 0.00 1 0.00 0.00 Gem.set_paths > 0.00 209.33 0.00 2 0.00 50.00 > Bundler::SpecSet#sorted > 0.00 209.33 0.00 2 0.00 50.00 > Bundler::SpecSet#for > 0.00 209.33 0.00 2 0.00 80.00 > Bundler::Environment#specs_for > 0.00 209.33 0.00 1 0.00 80.00 > Bundler::Environment#requested_specs > 0.00 209.33 0.00 13 0.00 0.00 > Module#private_method_defined? > 0.00 209.33 0.00 1 0.00 0.00 > Bundler::SharedHelpers.reverse_rubygems_kernel_mixin > 0.00 209.33 0.00 1 0.00 0.00 Gem.dir > 0.00 209.33 0.00 1 0.00 0.00 Gem.set_home > 0.00 209.33 0.00 1 0.00 130.00 > Bundler::SharedHelpers.cripple_rubygems > 0.00 209.33 0.00 52 0.00 0.19 > Gem::Specification#installation_path > 0.00 209.33 0.00 293 0.00 0.00 String#include? > 0.00 209.33 0.00 51 0.00 0.39 > Gem::Specification#load_paths > 0.00 209.33 0.00 1 0.00 190.00 > Bundler::Runtime#setup > 0.00 209.33 0.00 1 0.00 200.00 Bundler.setup > 0.00 209.33 0.00 2 0.00 0.00 > ActiveSupport.on_load_all > 0.00 209.33 0.00 2 0.00 0.00 Kernel.method > 0.00 209.33 0.00 2 0.00 0.00 Method#arity > 0.00 209.33 0.00 2 0.00 135.00 Bundler.load > 0.00 209.33 0.00 2 0.00 0.00 > Bundler::Runtime#initialize > 0.00 209.33 0.00 2 0.00 0.00 > Bundler::Environment#locked? > 0.00 209.33 0.00 2 0.00 0.00 > Bundler::Environment#initialize > 0.00 209.33 0.00 2 0.00 130.00 > Bundler::Definition#from_gemfile > 0.00 209.33 0.00 10 0.00 7.00 > ActiveSupport::Autoload.eager_autoload > 0.00 209.33 0.00 2 0.00 130.00 > Bundler::Dsl#evaluate > 0.00 209.33 0.00 4 0.00 0.00 > Logger#define_around_helper > 0.00 209.33 0.00 2 0.00 0.00 > Bundler::Dsl#to_definition > 0.00 209.33 0.00 59 0.00 0.51 > Class#cattr_reader > 0.00 209.33 0.00 2 0.00 0.00 > Bundler::Definition#initialize > 0.00 209.33 0.00 55 0.00 0.73 > Class#cattr_writer > 0.00 209.33 0.00 38 0.00 9.47 > BasicObject#instance_eval > 0.00 209.33 0.00 1 0.00 0.00 Logger#silencer> 0.00 209.33 0.00 53 0.00 0.00 > Module#method_defined? > 0.00 209.33 0.00 1 0.00 0.00 > YAML::Syck::Resolver#add_type > 0.00 209.33 0.00 1 0.00 0.00 > YAML.add_builtin_type > 0.00 209.33 0.00 3 0.00 0.00 > Rails::Initializable.included > 0.00 209.33 0.00 4 0.00 5.00 > Bundler::Dsl#group > 0.00 209.33 0.00 22 0.00 2.73 Bundler::Dsl#gem > 0.00 209.33 0.00 271 0.00 0.00 Module#to_s > 0.00 209.33 0.00 200 0.00 0.00 Symbol#inspect > 0.00 209.33 0.00 22 0.00 2.27 > Bundler::Dependency#initialize > 0.00 209.33 0.00 187 0.00 0.00 > Rails::Initializable::ClassMethods.initializers > 0.00 209.33 0.00 92 0.00 0.00 > Rails::Initializable::Initializer#initialize > 0.00 209.33 0.00 47 0.00 0.43 > Rails::Initializable::ClassMethods.initializer > 0.00 209.33 0.00 3 0.00 3.33 > Rails::Engine#inherited > 0.00 209.33 0.00 20 0.00 0.00 Proc#new > 0.00 209.33 0.00 19 0.00 1.05 > Module#mattr_reader > 0.00 209.33 0.00 19 0.00 0.53 > Module#mattr_writer > 0.00 209.33 0.00 28 0.00 0.00 Hash#key? > 0.00 209.33 0.00 1 0.00 0.00 > ActiveSupport::Multibyte.default_normalization_form> 0.00 209.33 0.00 73 0.00 0.00 > Module#undef_method > 0.00 209.33 0.00 1 0.00 0.00 > ActiveSupport::Inflector::Inflections#initialize > 0.00 209.33 0.00 93 0.00 0.00 > ActiveSupport::Inflector::Inflections#instance > 0.00 209.33 0.00 78 0.00 0.00 Array#delete > 0.00 209.33 0.00 63 0.00 0.00 Array#insert > 0.00 209.33 0.00 31 0.00 0.00 > ActiveSupport::Inflector::Inflections#plural > 0.00 209.33 0.00 32 0.00 0.00 > ActiveSupport::Inflector::Inflections#singular > 0.00 209.33 0.00 6 0.00 1.67 > ActiveSupport::Inflector::Inflections#irregular > 0.00 209.33 0.00 19 0.00 0.00 Array#flatten! > 0.00 209.33 0.00 1 0.00 0.00 > ActiveSupport::Inflector::Inflections#uncountable > 0.00 209.33 0.00 431 0.00 0.00 Symbol#to_sym > 0.00 209.33 0.00 63 0.00 0.00 Symbol#=~ > 0.00 209.33 0.00 1 0.00 0.00 #<Class: > 0x98f0164>#warned> 0.00 209.33 0.00 1 0.00 0.00 #<Class: > 0x98ce8e8>#warned> 0.00 209.33 0.00 1 0.00 0.00 #<Class: > 0x98ba2dc>#warned> 0.00 209.33 0.00 58 0.00 0.00 Kernel.inspect > 0.00 209.33 0.00 1118 0.00 0.00 > Class#inheritable_attributes > 0.00 209.33 0.00 1097 0.00 0.00 > BasicObject#equal? > 0.00 209.33 0.00 492 0.00 0.00 Array#compact! > 0.00 209.33 0.00 1 0.00 0.00 > Rails::Subscriber#colorize_logging> 0.00 209.33 0.00 9 0.00 0.00 > Rails::Railtie::Configurable.included > 0.00 209.33 0.00 38 0.00 0.00 > Rails::Railtie#subclasses > 0.00 209.33 0.00 55 0.00 0.00 > ActiveSupport::Inflector.demodulize > 0.00 209.33 0.00 55 0.00 0.00 > String#demodulize > 0.00 209.33 0.00 57 0.00 0.18 > String#underscore > 0.00 209.33 0.00 117 0.00 0.00 > Rails::Railtie#railtie_name > 0.00 209.33 0.00 38 0.00 0.00 String#to_str > 0.00 209.33 0.00 26 0.00 0.00 > Rails::Railtie#railtie_names > 0.00 209.33 0.00 13 0.00 1.54 > Rails::Configuration::Shared.config_keys > 0.00 209.33 0.00 13 0.00 3.08 > Rails::Configuration::Shared.config_key_regexp > 0.00 209.33 0.00 13 0.00 0.00 > Rails::Configuration::Shared.options > 0.00 209.33 0.00 13 0.00 3.08 > Rails::Configuration::Shared.method_missing > 0.00 209.33 0.00 22 0.00 0.45 > Bundler::Dsl#_normalize_options > 0.00 209.33 0.00 5 0.00 0.00 > ActiveSupport::OrderedOptions#[]> 0.00 209.33 0.00 8 0.00 0.00 > ActiveSupport::OrderedOptions#method_missing > 0.00 209.33 0.00 2 0.00 0.00 > Rails::Configuration::Shared.after_initialize_blocks > 0.00 209.33 0.00 1 0.00 0.00 > Rails::Configuration::Shared.after_initialize > 0.00 209.33 0.00 6 0.00 5.00 > ActiveSupport::Autoload.autoload_under > 0.00 209.33 0.00 1 0.00 0.00 Kernel.autoload > 0.00 209.33 0.00 1 0.00 0.00 > Encoding#default_external> 0.00 209.33 0.00 5 0.00 0.00 I18n.load_path > 0.00 209.33 0.00 23 0.00 0.00 > Arel::ClassExtensions.attributes > 0.00 209.33 0.00 34 0.00 0.88 > Arel::ClassExtensions.derive > 0.00 209.33 0.00 23 0.00 1.30 > Arel::ClassExtensions.deriving > 0.00 209.33 0.00 1 0.00 0.00 > Arel::Attribute::Transformations.included > 0.00 209.33 0.00 22 0.00 0.00 > Bundler::Dsl#_normalize_hash > 0.00 209.33 0.00 38 0.00 0.00 Hash#keys > 0.00 209.33 0.00 22 0.00 0.00 > Bundler::Dsl#_deprecated_options > 0.00 209.33 0.00 8 0.00 25.00 > Bundler::Dsl#source > 0.00 209.33 0.00 2189 0.00 0.00 > Kernel.block_given? > 0.00 209.33 0.00 8 0.00 2.50 String#classify > 0.00 209.33 0.00 8 0.00 1.25 > Bundler::Source::Rubygems#initialize > 0.00 209.33 0.00 3 0.00 0.00 > Kernel.instance_of? > 0.00 209.33 0.00 3 0.00 0.00 > Singleton.append_features > 0.00 209.33 0.00 103 0.00 0.00 Mutex#initialize > 0.00 209.33 0.00 5 0.00 0.00 > Singleton.__init__ > 0.00 209.33 0.00 3 0.00 0.00 > Singleton.included > 0.00 209.33 0.00 68 0.00 0.00 > ActiveSupport::Concern.extended > 0.00 209.33 0.00 201 0.00 0.00 > Kernel.instance_variable_defined? > 0.00 209.33 0.00 8 0.00 0.00 > URI::Generic#absolute? > 0.00 209.33 0.00 8 0.00 1.25 URI.parse > 0.00 209.33 0.00 1 0.00 0.00 > ActiveSupport::Dependencies.warnings_on_first_load> 0.00 209.33 0.00 1 0.00 0.00 > ActiveSupport::Dependencies.history> 0.00 209.33 0.00 1 0.00 0.00 > ActiveSupport::Dependencies.loaded> 0.00 209.33 0.00 2 0.00 0.00 > ActiveSupport::Dependencies.mechanism> 0.00 209.33 0.00 1 0.00 0.00 > ActiveSupport::Dependencies.load_paths> 0.00 209.33 0.00 1 0.00 0.00 > ActiveSupport::Dependencies.load_once_paths> 0.00 209.33 0.00 1 0.00 0.00 > ActiveSupport::Dependencies.autoloaded_constants> 0.00 209.33 0.00 1 0.00 0.00 > ActiveSupport::Dependencies.explicitly_unloadable_constants> 0.00 209.33 0.00 1 0.00 0.00 > ActiveSupport::Dependencies.log_activity> 0.00 209.33 0.00 1 0.00 0.00 > ActiveSupport::Dependencies.constant_watch_stack> 0.00 209.33 0.00 1 0.00 0.00 > ActiveSupport::Dependencies.constant_watch_stack_mutex> 0.00 209.33 0.00 35 0.00 0.00 > Module#public_method_defined? > 0.00 209.33 0.00 9 0.00 0.00 > Module#protected_method_defined? > 0.00 209.33 0.00 8 0.00 0.00 > URI::HTTP#initialize > 0.00 209.33 0.00 1 0.00 0.00 > ActiveSupport::Dependencies::Loadable.included > 0.00 209.33 0.00 1 0.00 0.00 > ActiveSupport::Dependencies::ModuleConstMissing.included > 0.00 209.33 0.00 1 0.00 0.00 > ActiveSupport::Dependencies.hook! > 0.00 209.33 0.00 8 0.00 0.00 > URI::Generic#initialize > 0.00 209.33 0.00 22 0.00 0.00 Kernel.kind_of? > 0.00 209.33 0.00 32 0.00 0.00 > URI::Generic#default_port > 0.00 209.33 0.00 8 0.00 0.00 > URI::Generic#set_fragment > 0.00 209.33 0.00 8 0.00 0.00 > URI::Generic#set_registry > 0.00 209.33 0.00 8 0.00 0.00 > URI::Generic#set_opaque > 0.00 209.33 0.00 8 0.00 0.00 > URI::Generic#set_query > 0.00 209.33 0.00 8 0.00 0.00 > URI::Generic#set_path > 0.00 209.33 0.00 16 0.00 0.00 > URI::Generic#set_port > 0.00 209.33 0.00 8 0.00 0.00 > URI::Generic#set_host > 0.00 209.33 0.00 8 0.00 0.00 > URI::Generic#set_userinfo > 0.00 209.33 0.00 8 0.00 0.00 > URI::Generic#split_userinfo > 0.00 209.33 0.00 8 0.00 0.00 > URI::Generic#set_scheme > 0.00 209.33 0.00 16 0.00 0.00 URI.scheme_list > 0.00 209.33 0.00 8 0.00 0.00 > URI::Parser#split > 0.00 209.33 0.00 942 0.00 0.00 Array#* > 0.00 209.33 0.00 8 0.00 0.00 MatchData#[] > 0.00 209.33 0.00 8 0.00 0.00 > Module#private_class_method > 0.00 209.33 0.00 5 0.00 0.00 > Gem::Security::Policy#initialize > 0.00 209.33 0.00 1 0.00 0.00 Gem.user_home > 0.00 209.33 0.00 1 0.00 0.00 Gem.find_home > 0.00 209.33 0.00 4 0.00 0.00 > Module#private_instance_methods > 0.00 209.33 0.00 40 0.00 0.00 Array#sort > 0.00 209.33 0.00 55 0.00 0.18 Comparable.> > 0.00 209.33 0.00 2 0.00 225.00 > Enumerable.find_all > 0.00 209.33 0.00 139 0.00 0.00 Kernel.lambda > 0.00 209.33 0.00 11 0.00 0.00 > Module#method_removed > 0.00 209.33 0.00 11 0.00 0.00 > Module#remove_method > 0.00 209.33 0.00 134 0.00 0.00 Object#metaclass > 0.00 209.33 0.00 4 0.00 0.00 > Class#_stash_object_in_method > 0.00 209.33 0.00 2 0.00 0.00 > Class#_superclass_delegating_accessor > 0.00 209.33 0.00 2 0.00 0.00 > Class#superclass_delegating_accessor > 0.00 209.33 0.00 6 0.00 3.33 > Class#class_inheritable_reader > 0.00 209.33 0.00 6 0.00 0.00 > Class#class_inheritable_writer > 0.00 209.33 0.00 6 0.00 3.33 > Class#class_inheritable_accessor > 0.00 209.33 0.00 7 0.00 0.00 > Class#write_inheritable_attribute > 0.00 209.33 0.00 1 0.00 0.00 > ActiveRecord::Base#default_scoping> 0.00 209.33 0.00 99 0.00 0.00 Module#< > 0.00 209.33 0.00 13 0.00 0.77 > ActiveSupport::Callbacks::CallbackChain#initialize > 0.00 209.33 0.00 1 0.00 0.00 > Gem.ssl_available? > 0.00 209.33 0.00 65 0.00 0.00 Class#superclass > 0.00 209.33 0.00 1 0.00 0.00 > ActiveRecord::Base#_validate_superclass_callbacks > 0.00 209.33 0.00 2 0.00 0.00 > ActiveRecord::Base#_validate_callbacks > 0.00 209.33 0.00 1 0.00 0.00 > ActiveRecord::Base#_removed_validate_callbacks > 0.00 209.33 0.00 1 0.00 0.00 > ActiveRecord::Base#_update_validate_superclass_callbacks > 0.00 209.33 0.00 1 0.00 0.00 > OpenSSL::X509::Store#flags> 0.00 209.33 0.00 1 0.00 0.00 > OpenSSL::X509::Store#set_default_paths > 0.00 209.33 0.00 22 0.00 55.00 > Kernel.silence_warnings > 0.00 209.33 0.00 20 0.00 3.00 > ActiveSupport::Callbacks::ClassMethods.__define_runner > 0.00 209.33 0.00 12 0.00 5.83 > ActiveSupport::Callbacks::ClassMethods.define_callbacks > 0.00 209.33 0.00 1 0.00 0.00 > ActiveRecord::Locking::Optimistic::ClassMethods.extended > 0.00 209.33 0.00 1 0.00 0.00 > ActiveRecord::Base#lock_optimistically> 0.00 209.33 0.00 10 0.00 0.00 > Class#read_inheritable_attribute > 0.00 209.33 0.00 6 0.00 0.00 > ActiveModel::AttributeMethods::ClassMethods.attribute_method_matchers > 0.00 209.33 0.00 16 0.00 0.00 > Hash#symbolize_keys! > 0.00 209.33 0.00 9 0.00 0.00 > > ActiveModel::AttributeMethods::ClassMethods::AttributeMethodMatcher#initialize > 0.00 209.33 0.00 4 0.00 0.00 > Module#initialize > 0.00 209.33 0.00 6 0.00 0.00 > ActiveModel::AttributeMethods::ClassMethods.generated_attribute_methods > 0.00 209.33 0.00 6 0.00 0.00 > ActiveModel::AttributeMethods::ClassMethods.undefine_attribute_methods > 0.00 209.33 0.00 5 0.00 0.00 > ActiveModel::AttributeMethods::ClassMethods.attribute_method_suffix > 0.00 209.33 0.00 1 0.00 0.00 > ActiveRecord::Base#attribute_types_cached_by_default> 0.00 209.33 0.00 2 0.00 0.00 > ActiveRecord::Base#time_zone_aware_attributes> 0.00 209.33 0.00 1 0.00 0.00 > ActiveRecord::Base#skip_time_zone_conversion_for_attributes> 0.00 209.33 0.00 1 0.00 0.00 > ActiveModel::AttributeMethods::ClassMethods.attribute_method_affix > 0.00 209.33 0.00 1 0.00 0.00 > ActiveRecord::Base#record_timestamps> 0.00 209.33 0.00 55 0.00 2.73 > ActiveRecord::Callbacks::ClassMethods.method_added > 0.00 209.33 0.00 1 0.00 0.00 > ActiveModel::Callbacks.extended > 0.00 209.33 0.00 1 0.00 0.00 > ActiveRecord::Base#_validation_superclass_callbacks > 0.00 209.33 0.00 2 0.00 0.00 > ActiveRecord::Base#_validation_callbacks > 0.00 209.33 0.00 1 0.00 0.00 > ActiveRecord::Base#_removed_validation_callbacks > 0.00 209.33 0.00 1 0.00 0.00 > ActiveRecord::Base#_update_validation_superclass_callbacks > 0.00 209.33 0.00 1 0.00 0.00 > ActiveRecord::Base#_initialize_superclass_callbacks > 0.00 209.33 0.00 2 0.00 0.00 > ActiveRecord::Base#_initialize_callbacks > 0.00 209.33 0.00 1 0.00 0.00 > ActiveRecord::Base#_removed_initialize_callbacks > 0.00 209.33 0.00 1 0.00 0.00 > ActiveRecord::Base#_update_initialize_superclass_callbacks > 0.00 209.33 0.00 6 0.00 0.00 > ActiveModel::Callbacks._define_after_model_callback > 0.00 209.33 0.00 1 0.00 0.00 > ActiveRecord::Base#_find_superclass_callbacks > 0.00 209.33 0.00 2 0.00 0.00 > ActiveRecord::Base#_find_callbacks > 0.00 209.33 0.00 1 0.00 0.00 > ActiveRecord::Base#_removed_find_callbacks > 0.00 209.33 0.00 1 0.00 0.00 > ActiveRecord::Base#_update_find_superclass_callbacks > 0.00 209.33 0.00 2 0.00 15.00 > ActiveModel::Callbacks.define_model_callbacks > 0.00 209.33 0.00 1 0.00 0.00 NilClass#to_a > 0.00 209.33 0.00 9 0.00 1.11 > ActiveRecord::Base#_save_superclass_callbacks > 0.00 209.33 0.00 15 0.00 0.00 > ActiveRecord::Base#_save_callbacks > 0.00 209.33 0.00 8 0.00 0.00 > ActiveRecord::Base#_removed_save_callbacks > 0.00 209.33 0.00 5 0.00 2.00 > ActiveRecord::Base#_update_save_superclass_callbacks > 0.00 209.33 0.00 4 0.00 0.00 > ActiveModel::Callbacks._define_before_model_callback > 0.00 209.33 0.00 4 0.00 0.00 > ActiveModel::Callbacks._define_around_model_callback > 0.00 209.33 0.00 1 0.00 0.00 > ActiveRecord::Base#_create_superclass_callbacks > 0.00 209.33 0.00 2 0.00 0.00 > ActiveRecord::Base#_create_callbacks > 0.00 209.33 0.00 1 0.00 0.00 > ActiveRecord::Base#_removed_create_callbacks > 0.00 209.33 0.00 1 0.00 0.00 > ActiveRecord::Base#_update_create_superclass_callbacks > 0.00 209.33 0.00 1 0.00 0.00 > ActiveRecord::Base#_update_superclass_callbacks > 0.00 209.33 0.00 2 0.00 0.00 > ActiveRecord::Base#_update_callbacks > 0.00 209.33 0.00 1 0.00 0.00 > ActiveRecord::Base#_removed_update_callbacks > 0.00 209.33 0.00 1 0.00 0.00 > ActiveRecord::Base#_update_update_superclass_callbacks > 0.00 209.33 0.00 1 0.00 0.00 > ActiveRecord::Base#_destroy_superclass_callbacks > 0.00 209.33 0.00 1 0.00 0.00 > OpenSSL::X509::Store#initialize > 0.00 209.33 0.00 1 0.00 0.00 > ActiveRecord::Base#_removed_destroy_callbacks > 0.00 209.33 0.00 1 0.00 10.00 > ActiveRecord::Base#_update_destroy_superclass_callbacks > 0.00 209.33 0.00 1 0.00 0.00 > ActiveRecord::Base#nested_attributes_options> 0.00 209.33 0.00 1 0.00 0.00 > ActiveRecord::Associations::ClassMethods.valid_keys_for_has_one_association > 0.00 209.33 0.00 1 0.00 0.00 > > ActiveRecord::Associations::ClassMethods.valid_keys_for_belongs_to_association > 0.00 209.33 0.00 1 0.00 0.00 > > ActiveRecord::Associations::ClassMethods.valid_keys_for_has_many_association > 0.00 209.33 0.00 1 0.00 0.00 > > ActiveRecord::Associations::ClassMethods.valid_keys_for_has_and_belongs_to_many_association > 0.00 209.33 0.00 2 0.00 0.00 Float#/ > 0.00 209.33 0.00 1 0.00 0.00 Float#-@ > 0.00 209.33 0.00 1 0.00 0.00 JSON.parser> 0.00 209.33 0.00 9 0.00 0.00 > JSON.deep_const_get > 0.00 209.33 0.00 1 0.00 0.00 > JSON::Ext::Generator::GeneratorMethods::String.included > 0.00 209.33 0.00 1 0.00 30.00 JSON.generator> 0.00 209.33 0.00 1 0.00 0.00 > ActiveSupport::JSON::Encoding.escape_html_entities_in_json> 0.00 209.33 0.00 1 0.00 0.00 > ActiveSupport::Deprecation::DeprecatedConstantProxy#initialize > 0.00 209.33 0.00 4 0.00 0.00 > String#initialize > 0.00 209.33 0.00 13 0.00 0.00 Hash#update > 0.00 209.33 0.00 103 0.00 0.00 Array#+ > 0.00 209.33 0.00 14 0.00 3.57 Set#merge > 0.00 209.33 0.00 5 0.00 0.00 > Enumerable.to_set > 0.00 209.33 0.00 2 0.00 0.00 String#dump > 0.00 209.33 0.00 19 0.00 0.00 Hash#has_key? > 0.00 209.33 0.00 1 0.00 0.00 Kernel.warn > 0.00 209.33 0.00 1 0.00 0.00 YAML.tag_class > 0.00 209.33 0.00 1 0.00 0.00 Module#yaml_as > 0.00 209.33 0.00 1 0.00 0.00 > Module#synchronize > 0.00 209.33 0.00 1 0.00 0.00 > ActiveRecord::ConnectionAdapters::ConnectionHandler#initialize > 0.00 209.33 0.00 90 0.00 0.00 Fixnum#> > 0.00 209.33 0.00 4 0.00 0.00 > ActiveRecord::Base#inspect > 0.00 209.33 0.00 1 0.00 10.00 > ActiveRecord::ConnectionAdapters::QueryCache.dirties_query_cache > 0.00 209.33 0.00 1 0.00 10.00 > ActiveRecord::ConnectionAdapters::QueryCache.included > 0.00 209.33 0.00 7 0.00 0.00 > > ActiveRecord::ConnectionAdapters::AbstractAdapter#_checkout_superclass_callbacks > 0.00 209.33 0.00 9 0.00 0.00 > ActiveRecord::ConnectionAdapters::AbstractAdapter#_checkout_callbacks > 0.00 209.33 0.00 5 0.00 0.00 > > ActiveRecord::ConnectionAdapters::AbstractAdapter#_removed_checkout_callbacks > 0.00 209.33 0.00 4 0.00 0.00 > > ActiveRecord::ConnectionAdapters::AbstractAdapter#_update_checkout_superclass_callbacks > 0.00 209.33 0.00 5 0.00 0.00 > > ActiveRecord::ConnectionAdapters::AbstractAdapter#_checkin_superclass_callbacks > 0.00 209.33 0.00 7 0.00 0.00 > ActiveRecord::ConnectionAdapters::AbstractAdapter#_checkin_callbacks > 0.00 209.33 0.00 280 0.00 0.00 Fixnum#* > 0.00 209.33 0.00 3 0.00 3.33 > > ActiveRecord::ConnectionAdapters::AbstractAdapter#_update_checkin_superclass_callbacks > 0.00 209.33 0.00 1 0.00 0.00 > Arel::Sql::Engine#initialize > 0.00 209.33 0.00 1 0.00 0.00 > Arel::Table#engine> 0.00 209.33 0.00 1 0.00 0.00 > ActiveSupport::Autoload.autoload_at > 0.00 209.33 0.00 2 0.00 0.00 Hash#each_key > 0.00 209.33 0.00 2 0.00 0.00 Set#each > 0.00 209.33 0.00 71 0.00 0.99 Enumerable.map > 0.00 209.33 0.00 56 0.00 0.00 Kernel.caller > 0.00 209.33 0.00 3 0.00 0.00 > ActiveSupport::Memoizable.memoized_ivar_for > 0.00 209.33 0.00 3 0.00 0.00 > ActiveSupport::Memoizable::InstanceMethods.included > 0.00 209.33 0.00 3 0.00 0.00 > UnboundMethod#arity > 0.00 209.33 0.00 3 0.00 0.00 > ActiveSupport::Memoizable.memoize > 0.00 209.33 0.00 1 0.00 0.00 > ActionView::Helpers::FormBuilder#field_helpers> 0.00 209.33 0.00 1 0.00 0.00 > ActionView::Helpers::FormBuilder#field_helpers > 0.00 209.33 0.00 2 0.00 0.00 Range#each > 0.00 209.33 0.00 34 0.00 0.00 > Rails.application > 0.00 209.33 0.00 11 0.00 0.00 Rails.root > 0.00 209.33 0.00 4 0.00 0.00 > Rails.public_path > 0.00 209.33 0.00 1 0.00 0.00 > ActionView::Helpers.included > 0.00 209.33 0.00 91 0.00 0.00 String#% > 0.00 209.33 0.00 36 0.00 0.00 > Module#attr_internal_ivar_name > 0.00 209.33 0.00 12 0.00 0.00 > Module#attr_internal_reader > 0.00 209.33 0.00 12 0.00 0.00 > Module#attr_internal_writer > 0.00 209.33 0.00 12 0.00 0.00 > Module#attr_internal_accessor > 0.00 209.33 0.00 24 0.00 1.67 > Class#class_attribute > 0.00 209.33 0.00 48 0.00 0.00 > Rails::Subscriber#subscribers > 0.00 209.33 0.00 5 0.00 0.00 > Rails::Subscriber#add > 0.00 209.33 0.00 5 0.00 0.00 > Rails::Railtie#subscriber > 0.00 209.33 0.00 6 0.00 0.00 > String#capitalize > 0.00 209.33 0.00 6 0.00 0.00 > ActiveSupport::Inflector.humanize > 0.00 209.33 0.00 6 0.00 0.00 String#humanize > 0.00 209.33 0.00 39 0.00 0.00 String#inspect > 0.00 209.33 0.00 1 0.00 0.00 > Rails::Configuration::Generators#initialize > 0.00 209.33 0.00 2 0.00 0.00 > Rails::Configuration::Shared.generators > 0.00 209.33 0.00 3 0.00 0.00 Hash#merge! > 0.00 209.33 0.00 4 0.00 0.00 > Rails::Configuration::Generators#method_missing > 0.00 209.33 0.00 22 0.00 0.00 > Rails::Railtie#rake_tasks > 0.00 209.33 0.00 10 0.00 0.00 Rails.env > 0.00 209.33 0.00 1 0.00 10.00 > Gem::SourceIndex#add_specs > 0.00 209.33 0.00 102 0.00 0.00 Module#protected > 0.00 209.33 0.00 1 0.00 0.00 > Bundler::Environment#autorequires_for_groups > 0.00 209.33 0.00 6 0.00 0.00 > Gem::Command#common_options > 0.00 209.33 0.00 6 0.00 0.00 > Gem::Command#add_common_option > 0.00 209.33 0.00 32 0.00 0.00 > Gem::CommandManager#register_command > 0.00 209.33 0.00 1 0.00 0.00 > Gem::CommandManager#initialize > 0.00 209.33 0.00 3 0.00 0.00 > Gem::CommandManager#instance > 0.00 209.33 0.00 16 0.00 0.00 > FireWatir::Element#def_wrap > 0.00 209.33 0.00 7 0.00 1.43 Hash#each_pair > 0.00 209.33 0.00 35 0.00 2.00 > String#singularize > 0.00 209.33 0.00 2 0.00 5.00 > URI::Parser#initialize > 0.00 209.33 0.00 1 0.00 0.00 Kernel.to_s > 0.00 209.33 0.00 3 0.00 0.00 main.include > 0.00 209.33 0.00 8 0.00 0.00 > UserChoices::Conversion#inherited > 0.00 209.33 0.00 1 0.00 0.00 > UserChoices::Conversion#is_abstract > 0.00 209.33 0.00 6 0.00 0.00 > REXML::Child#initialize > 0.00 209.33 0.00 5 0.00 0.00 > REXML::Entity#initialize > 0.00 209.33 0.00 2 0.00 5.00 > URI::Parser#initialize_regexp > 0.00 209.33 0.00 106 0.00 0.00 > String#force_encoding > 0.00 209.33 0.00 3 0.00 0.00 Range#first > 0.00 209.33 0.00 335 0.00 0.00 String#ord > 0.00 209.33 0.00 3 0.00 0.00 Range#last > 0.00 209.33 0.00 1 0.00 0.00 > REXML::Encoding.register > 0.00 209.33 0.00 1 0.00 0.00 Proc#[] > 0.00 209.33 0.00 1 0.00 0.00 > REXML::Encoding.apply > 0.00 209.33 0.00 1 0.00 20.00 > REXML::Encoding.encoding> 0.00 209.33 0.00 1 0.00 0.00 > REXML::XMLDecl#dowrite > 0.00 209.33 0.00 1 0.00 20.00 > REXML::XMLDecl#encoding> 0.00 209.33 0.00 1 0.00 20.00 > REXML::XMLDecl#initialize > 0.00 209.33 0.00 1 0.00 0.00 > REXML::XMLDecl#nowrite > 0.00 209.33 0.00 1 0.00 20.00 > REXML::XMLDecl#default > 0.00 209.33 0.00 1 0.00 0.00 > XmlSimple::Cache#initialize > 0.00 209.33 0.00 3 0.00 0.00 > Watir::Browser.autoload > 0.00 209.33 0.00 5 0.00 2.00 Kernel.!~ > 0.00 209.33 0.00 3 0.00 6.67 > Watir::Browser.activate_gem > 0.00 209.33 0.00 3 0.00 6.67 > Watir::Browser.support > 0.00 209.33 0.00 400 0.00 0.00 NilClass#to_s > 0.00 209.33 0.00 1 0.00 0.00 > Watir::Browser.default> 0.00 209.33 0.00 7 0.00 2.86 > Exception2MessageMapper.def_exception > 0.00 209.33 0.00 4 0.00 0.00 > Exception2MessageMapper.bind > 0.00 209.33 0.00 4 0.00 0.00 > Exception2MessageMapper.extend_object > 0.00 209.33 0.00 4 0.00 0.00 > Exception2MessageMapper.def_e2message > 0.00 209.33 0.00 3 0.00 0.00 > ExceptionForMatrix.included > 0.00 209.33 0.00 73 0.00 0.00 > Regexp#initialize > 0.00 209.33 0.00 4 0.00 0.00 Hash#each_value > 0.00 209.33 0.00 2 0.00 0.00 > URI::Parser#initialize_pattern > 0.00 209.33 0.00 2 0.00 40.00 > Builder.check_for_name_collision > 0.00 209.33 0.00 4 0.00 0.00 Array#clear > 0.00 209.33 0.00 4 0.00 0.00 > ActiveSupport::Dependencies::Blamable.blame_file! > 0.00 209.33 0.00 60 0.00 0.00 Integer#to_i > 0.00 209.33 0.00 401 0.00 0.00 Hash#delete > 0.00 209.33 0.00 1 0.00 160.00 > Bundler::Runtime#require > 0.00 209.33 0.00 1 0.00 980.00 Bundler.require > 0.00 209.33 0.00 23 0.00 0.87 > Enumerable.detect > 0.00 209.33 0.00 243 0.00 0.00 > Module#blankslate_original_append_features > 0.00 209.33 0.00 1 0.00 0.00 > Rails::Application::Configurable.included > 0.00 209.33 0.00 9 0.00 1.11 > Rails::Application#instance > 0.00 209.33 0.00 1 0.00 0.00 > Rails.application> 0.00 209.33 0.00 1 0.00 20.00 > Rails::Application#inherited > 0.00 209.33 0.00 1 0.00 0.00 > Pathname#split_names > 0.00 209.33 0.00 3 0.00 0.00 > Pathname#prepend_prefix > 0.00 209.33 0.00 2 0.00 0.00 File#lstat > 0.00 209.33 0.00 2 0.00 0.00 > File::Stat#symlink? > 0.00 209.33 0.00 1 0.00 0.00 > Pathname#realpath_rec > 0.00 209.33 0.00 1 0.00 0.00 > Pathname#realpath > 0.00 209.33 0.00 1 0.00 0.00 > Rails::Engine#find_root_with_flag > 0.00 209.33 0.00 1 0.00 0.00 > Rails::Engine::Configuration#initialize > 0.00 209.33 0.00 1 0.00 0.00 > Rails::Application::Configuration#initialize > 0.00 209.33 0.00 5 0.00 0.00 > Module#instance_method > 0.00 209.33 0.00 8 0.00 37.50 > Rails::Application#method_missing > 0.00 209.33 0.00 79 0.00 0.00 Object#desc > 0.00 209.33 0.00 38 0.00 0.00 > Rake::TaskManager.resolve_args_without_dependencies > 0.00 209.33 0.00 692 0.00 0.00 Fixnum#to_s > 0.00 209.33 0.00 85 0.00 0.00 > Rake::Task#scope_name > 0.00 209.33 0.00 90 0.00 0.11 > MonitorMixin.mon_initialize > 0.00 209.33 0.00 90 0.00 0.11 > MonitorMixin.initialize > 0.00 209.33 0.00 87 0.00 0.11 > Rake::TaskManager.current_scope > 0.00 209.33 0.00 87 0.00 0.34 > Rake::Task#initialize > 0.00 209.33 0.00 25 0.00 0.00 Symbol#==> 0.00 209.33 0.00 85 0.00 0.00 > Rake::Task#add_comment > 0.00 209.33 0.00 2 0.00 0.00 > Bundler::Dsl#initialize > 0.00 209.33 0.00 91 0.00 0.00 Array#| > 0.00 209.33 0.00 91 0.00 0.00 > Rake::Task#enhance > 0.00 209.33 0.00 7 0.00 0.00 > Bundler::Dsl#deprecate > 0.00 209.33 0.00 91 0.00 1.32 > Rake::Task#define_task > 0.00 209.33 0.00 85 0.00 1.18 Object#task > 0.00 209.33 0.00 24 0.00 0.00 > Rake::NameSpace#initialize > 0.00 209.33 0.00 24 0.00 20.83 > Rake::TaskManager.in_namespace > 0.00 209.33 0.00 24 0.00 20.83 Object#namespace > 0.00 209.33 0.00 2 0.00 0.00 Pathname#file? > 0.00 209.33 0.00 2 0.00 0.00 FileTest.file? > 0.00 209.33 0.00 26 0.00 0.38 > Rake::FileList#initialize > 0.00 209.33 0.00 35 0.00 0.57 > Rake::FileList#include > 0.00 209.33 0.00 8 0.00 0.00 > Rake::RDocTask#rdoc_task_name > 0.00 209.33 0.00 2 0.00 0.00 > Rake::RDocTask#rerdoc_task_name > 0.00 209.33 0.00 6 0.00 0.00 > Rake::RDocTask#clobber_task_name > 0.00 209.33 0.00 2 0.00 0.00 Pathname#exist? > 0.00 209.33 0.00 6 0.00 0.00 > Rake::FileTask#scope_name > 0.00 209.33 0.00 4 0.00 0.00 > Object#file_create > 0.00 209.33 0.00 2 0.00 0.00 > Rake.each_dir_parent > 0.00 209.33 0.00 2 0.00 0.00 Object#directory > 0.00 209.33 0.00 4 0.00 0.00 > Rake::RDocTask#rdoc_target > 0.00 209.33 0.00 2 0.00 0.00 FileTest.exist? > 0.00 209.33 0.00 2 0.00 0.00 Pathname#+ > 0.00 209.33 0.00 53 0.00 3.77 > Rake::FileList#resolve_add > 0.00 209.33 0.00 14 0.00 0.00 > Rake::FileList#calculate_exclude_regexp > 0.00 209.33 0.00 2 0.00 0.00 Pathname#plus > 0.00 209.33 0.00 14 0.00 14.29 > Rake::FileList#add_matching > 0.00 209.33 0.00 8 0.00 11.25 > Rake::FileList#reject! > 0.00 209.33 0.00 8 0.00 11.25 > Rake::FileList#resolve_exclude > 0.00 209.33 0.00 18 0.00 0.00 > Rake::FileList#import > 0.00 209.33 0.00 4 0.00 60.00 Rake::FileList#+ > 0.00 209.33 0.00 6 0.00 5.00 > Rake::FileList#collect > 0.00 209.33 0.00 6 0.00 3.33 > Rake::FileList#to_a > 0.00 209.33 0.00 5 0.00 0.00 > Rake::FileList#to_ary > 0.00 209.33 0.00 2 0.00 10.00 Object#file > 0.00 209.33 0.00 2 0.00 130.00 > Rake::RDocTask#define > 0.00 209.33 0.00 2 0.00 135.00 > Rake::RDocTask#initialize > 0.00 209.33 0.00 6 0.00 1.67 > Rake::FileList#[] > 0.00 209.33 0.00 1 0.00 0.00 > Rake::FileList#each > 0.00 209.33 0.00 1 0.00 710.00 > Rails::Application#initialize_tasks > 0.00 209.33 0.00 10 0.00 22.00 > Rails::Railtie#load_tasks > 0.00 209.33 0.00 1 0.00 0.00 > Rails::Paths::Root#initialize > 0.00 209.33 0.00 21 0.00 0.48 > Rails::Paths::Root#all_paths > 0.00 209.33 0.00 465 0.00 0.00 String#length > 0.00 209.33 0.00 57 0.00 0.53 > Rails::Paths::PathParent.method_missing > 0.00 209.33 0.00 1 0.00 0.00 > Rails::Engine::Configuration#paths > 0.00 209.33 0.00 5 0.00 0.00 > ActiveSupport::StringInquirer#method_missing > 0.00 209.33 0.00 2 0.00 0.00 > Rails::Application::Configuration#builtin_controller > 0.00 209.33 0.00 1 0.00 0.00 > Rails::Paths::Path#push > 0.00 209.33 0.00 10 0.00 0.00 File#exists? > 0.00 209.33 0.00 14 0.00 0.00 > Rails::Application::Configuration#paths > 0.00 209.33 0.00 18 0.00 0.56 > Rails::Paths::Path#paths > 0.00 209.33 0.00 1 0.00 0.00 > Rails::Engine#load_tasks > 0.00 209.33 0.00 1 0.00 0.00 > Rails::Application::Railties#initialize > 0.00 209.33 0.00 4 0.00 0.00 > Pathname#absolute? > 0.00 209.33 0.00 35 0.00 0.00 Symbol#to_proc > 0.00 209.33 0.00 1 0.00 0.00 > Rails::Application::Railties#railties > 0.00 209.33 0.00 1 0.00 0.00 > Rails::Application::Railties#engines > 0.00 209.33 0.00 1 0.00 0.00 > Rails::Paths::Path#each > 0.00 209.33 0.00 1 0.00 0.00 > Rails::Plugin#all > 0.00 209.33 0.00 1 0.00 0.00 > Rails::Application::Railties#plugins > 0.00 209.33 0.00 198 0.00 0.00 Time#initialize > 0.00 209.33 0.00 198 0.00 0.00 Time#now > 0.00 209.33 0.00 44 0.00 0.00 > ActiveSupport::Duration#==> 0.00 209.33 0.00 44 0.00 0.00 > Time#minus_without_duration > 0.00 209.33 0.00 44 0.00 0.00 > Time#minus_with_duration > 0.00 209.33 0.00 44 0.00 0.00 > Time#minus_with_coercion > 0.00 209.33 0.00 6 0.00 3.33 > Kernel.method_added > 0.00 209.33 0.00 52 0.00 0.00 File#mtime > 0.00 209.33 0.00 52 0.00 0.00 > Object#acts_like? > 0.00 209.33 0.00 52 0.00 0.00 > Time#rake_original_time_compare > 0.00 209.33 0.00 52 0.00 0.00 Time#<=> > 0.00 209.33 0.00 4 0.00 0.00 > Pathname#relative? > 0.00 209.33 0.00 1 0.00 10.00 > Rake::FileList#select > 0.00 209.33 0.00 2 0.00 10.00 > Rake::FileList#map > 0.00 209.33 0.00 2 0.00 0.00 > Rake::FileList#flatten > 0.00 209.33 0.00 2 0.00 0.00 > Rake::FileList#compact > 0.00 209.33 0.00 2 0.00 10.00 > Object#recent_tests > 0.00 209.33 0.00 1 0.00 0.00 > Rake::FileList#uniq > 0.00 209.33 0.00 1 0.00 0.00 > Rake::TestTask#test_files> 0.00 209.33 0.00 8 0.00 0.00 Hash#=> 0.00 209.33 0.00 8 0.00 0.00 Hash#to_s > 0.00 209.33 0.00 8 0.00 0.00 > Rake::TestTask#define > 0.00 209.33 0.00 8 0.00 3.75 > Rake::TestTask#initialize > 0.00 209.33 0.00 17 0.00 0.00 > Rake::TaskManager.lookup_in_scope > 0.00 209.33 0.00 17 0.00 0.00 > Rake::TaskManager.lookup > 0.00 209.33 0.00 17 0.00 0.00 > Rake::TaskManager.[] > 0.00 209.33 0.00 10 0.00 0.00 Rake::Task#[] > 0.00 209.33 0.00 8 0.00 2.50 > Rake::Task#comment> 0.00 209.33 0.00 2 0.00 910.00 > Rails::Application::Railties#all > 0.00 209.33 0.00 1 0.00 230.00 > Rails::Application#load_tasks > 0.00 209.33 0.00 2 0.00 1085.00 Kernel.load > 0.00 209.33 0.00 1 0.00 0.00 > Rake::Application#glob > 0.00 209.33 0.00 1 0.00 0.00 > Rake::Application#load_imports > 0.00 209.33 0.00 1 0.00 240.00 > Rake::Application#raw_load_rakefile > 0.00 209.33 0.00 3 0.00 1320.00 > Rake::Application#standard_exception_handling > 0.00 209.33 0.00 1 0.00 250.00 > Rake::Application#load_rakefile > 0.00 209.33 0.00 1 0.00 0.00 > Rake::Application#parse_task_string > 0.00 209.33 0.00 9 0.00 0.00 > Rake::Task#arg_names > 0.00 209.33 0.00 10 0.00 313.00 > Enumerable.each_with_index > 0.00 209.33 0.00 9 0.00 0.00 > Rake::TaskArguments#initialize > 0.00 209.33 0.00 9 0.00 0.00 > Rake::InvocationChain#initialize > 0.00 209.33 0.00 3 0.00 0.00 > Rake::InvocationChain::EmptyInvocationChain#append > 0.00 209.33 0.00 15 0.00 0.00 > Rake::InvocationChain#append > 0.00 209.33 0.00 23 0.00 0.00 > Pathname#chop_basename > 0.00 209.33 0.00 16 0.00 0.00 > MonitorMixin.mon_enter > 0.00 209.33 0.00 6 0.00 0.00 > Rake::TaskArguments#new_scope > 0.00 209.33 0.00 6 0.00 0.00 > Rake::InvocationChain::EmptyInvocationChain#member? > 0.00 209.33 0.00 10 0.00 0.00 > Rake::InvocationChain#member? > 0.00 209.33 0.00 7 0.00 3261.43 > Rake::Task#invoke_prerequisites > 0.00 209.33 0.00 7 0.00 0.00 > Rake::Task#needed? > 0.00 209.33 0.00 11 0.00 0.00 Proc#arity > 0.00 209.33 0.00 64 0.00 0.00 Array#initialize > 0.00 209.33 0.00 16 0.00 0.00 String#rindex > 0.00 209.33 0.00 59 0.00 49.15 > Rails::Initializable::Collection#initialize > 0.00 209.33 0.00 12 0.00 0.00 Module#ancestors > 0.00 209.33 0.00 70 0.00 0.00 Array#to_a > 0.00 209.33 0.00 140 0.00 0.00 Regexp#to_s > 0.00 209.33 0.00 116 0.00 0.00 File#basename > 0.00 209.33 0.00 416 0.00 0.00 Array#pop > 0.00 209.33 0.00 35 0.00 80.00 > Rails::Initializable::Collection#+ > 0.00 209.33 0.00 12 0.00 15.83 > Rails::Initializable::ClassMethods.initializers_chain > 0.00 209.33 0.00 45 0.00 0.00 > Rails::Initializable::Initializer#bind > 0.00 209.33 0.00 12 0.00 24.17 > Rails::Initializable::ClassMethods.initializers_for > 0.00 209.33 0.00 10 0.00 18.00 > Rails::Initializable.initializers > 0.00 209.33 0.00 2 0.00 0.00 > Rails::Application#respond_to? > 0.00 209.33 0.00 83 0.00 0.00 Array#unshift > 0.00 209.33 0.00 1 0.00 10.00 Module#configure > 0.00 209.33 0.00 1 0.00 90.00 > Rails::Application#require_environment! > 0.00 209.33 0.00 2 0.00 0.00 > Bundler.configure > 0.00 209.33 0.00 1 0.00 0.00 > Bundler.configure_gem_home_and_path > 0.00 209.33 0.00 3 0.00 0.00 > ActiveSupport::OrderedOptions#[] > 0.00 209.33 0.00 3 0.00 0.00 Bignum#* > 0.00 209.33 0.00 1 0.00 0.00 Range#step > 0.00 209.33 0.00 9 0.00 0.00 Kernel.sprintf > 0.00 209.33 0.00 113 0.00 0.00 String#<< > 0.00 209.33 0.00 3 0.00 0.00 String#each_byte > 0.00 209.33 0.00 1 0.00 0.00 > URI::Parser#escape > 0.00 209.33 0.00 9 0.00 0.00 String#hex > 0.00 209.33 0.00 45 0.00 0.00 String#encoding > 0.00 209.33 0.00 1 0.00 0.00 > URI::Parser#unescape > 0.00 209.33 0.00 4 0.00 0.00 Rails.logger > 0.00 209.33 0.00 1 0.00 0.00 > ActiveSupport::BufferedLogger#silencer> 0.00 209.33 0.00 12 0.00 0.00 Symbol#downcase > 0.00 209.33 0.00 1 0.00 0.00 Gem.clear_paths > 0.00 209.33 0.00 1 0.00 0.00 > ActiveSupport::BufferedLogger#initialize > 0.00 209.33 0.00 1 0.00 0.00 > Rails::Application::Configuration#log_level > 0.00 209.33 0.00 1 0.00 0.00 Rails.logger> 0.00 209.33 0.00 1 0.00 0.00 > Rails::Application::Configuration#cache_store > 0.00 209.33 0.00 3 0.00 0.00 Array#to_ary > 0.00 209.33 0.00 30 0.00 0.00 Array#wrap > 0.00 209.33 0.00 56 0.00 0.36 String#camelize > 0.00 209.33 0.00 1 0.00 0.00 > ActiveSupport::Cache::MemoryStore#initialize > 0.00 209.33 0.00 2 0.00 10.00 > ActiveSupport::Cache.lookup_store > 0.00 209.33 0.00 1 0.00 0.00 > ActiveSupport::Notifications::Fanout#initialize > 0.00 209.33 0.00 1 0.00 0.00 > ActiveSupport::Notifications::Notifier#initialize > 0.00 209.33 0.00 45 0.00 0.22 > ActiveSupport::Notifications.notifier > 0.00 209.33 0.00 1 0.00 0.00 > ActiveSupport::Notifications::Fanout::Binding#initialize > 0.00 209.33 0.00 1 0.00 0.00 > ActiveSupport::Notifications::Fanout#bind > 0.00 209.33 0.00 1 0.00 0.00 > ActiveSupport::Notifications::Fanout::Subscriber#initialize > 0.00 209.33 0.00 1 0.00 0.00 > ActiveSupport::Notifications::Fanout#subscribe > 0.00 209.33 0.00 1 0.00 0.00 > ActiveSupport::Notifications::Fanout::Binding#subscribe > 0.00 209.33 0.00 1 0.00 0.00 > ActiveSupport::Notifications::Notifier#subscribe > 0.00 209.33 0.00 1 0.00 10.00 > ActiveSupport::Notifications.subscribe > 0.00 209.33 0.00 4 0.00 0.00 > AbstractController::Base#abstract! > 0.00 209.33 0.00 2 0.00 0.00 > AbstractController::Base#descendants > 0.00 209.33 0.00 2 0.00 0.00 > AbstractController::Base#inherited > 0.00 209.33 0.00 2 0.00 0.00 > ActionDispatch::MiddlewareStack#initialize > 0.00 209.33 0.00 1 0.00 0.00 > ActionController::Metal#inherited > 0.00 209.33 0.00 1 0.00 0.00 > ActionController::Base#_process_action_superclass_callbacks > 0.00 209.33 0.00 2 0.00 0.00 > ActionController::Base#_process_action_callbacks > 0.00 209.33 0.00 1 0.00 0.00 > ActionController::Base#_removed_process_action_callbacks > 0.00 209.33 0.00 1 0.00 0.00 > ActionController::Base#_update_process_action_superclass_callbacks > 0.00 209.33 0.00 2 0.00 0.00 > ActionView::PathSet#initialize > 0.00 209.33 0.00 4 0.00 0.00 > AbstractController::Base#controller_path > 0.00 209.33 0.00 4 0.00 0.00 > AbstractController::Layouts::ClassMethods._implied_layout_name > 0.00 209.33 0.00 2 0.00 0.00 > AbstractController::Layouts::ClassMethods._write_layout_method > 0.00 209.33 0.00 3 0.00 0.00 > AbstractController::Helpers.next_serial > 0.00 209.33 0.00 9 0.00 0.00 > Module#public_instance_methods > 0.00 209.33 0.00 2814 0.00 0.00 Mutex#lock > 0.00 209.33 0.00 1 0.00 40.00 > Object#DelegateClass > 0.00 209.33 0.00 1 0.00 0.00 > ActionDispatch::Response#default_charset> 0.00 209.33 0.00 1 0.00 0.00 > ActionDispatch::Routing::RouteSet::NamedRouteCollection#clear! > 0.00 209.33 0.00 1 0.00 0.00 > ActionDispatch::Routing::RouteSet::NamedRouteCollection#initialize > 0.00 209.33 0.00 1 0.00 0.00 > ActionDispatch::Routing::RouteSet#default_resources_path_names > 0.00 209.33 0.00 1 0.00 0.00 > ActionDispatch::Routing::RouteSet#initialize > 0.00 209.33 0.00 2 0.00 0.00 > ActionDispatch::Routing::RouteSet::NamedRouteCollection#install > 0.00 209.33 0.00 2 0.00 10.00 > ActionDispatch::Routing::RouteSet#install_helpers > 0.00 209.33 0.00 4 0.00 0.00 > ActionController::Renderers::All._write_render_options > 0.00 209.33 0.00 4 0.00 0.00 > ActionController::Renderers.add > 0.00 209.33 0.00 1 0.00 0.00 > ActionController::Renderers::ClassMethods._write_render_options > 0.00 209.33 0.00 1 0.00 10.00 > ActionController::Caching::Pages.included > 0.00 209.33 0.00 2 0.00 0.00 > Singleton::SingletonClassMethods.inherited > 0.00 209.33 0.00 10 0.00 0.00 > ActiveRecord::Observer#method_added > 0.00 209.33 0.00 1 0.00 0.00 > ActionController::Caching::Sweeping.included > 0.00 209.33 0.00 14 0.00 0.00 > Mime::Type#initialize > 0.00 209.33 0.00 13 0.00 0.00 Mime::Mimes#<< > 0.00 209.33 0.00 13 0.00 0.00 > Mime::Type#register > 0.00 209.33 0.00 13 0.00 0.00 > Mime::Type#to_sym > 0.00 209.33 0.00 13 0.00 0.00 > AbstractController::Collector.generate_method_for_mime > 0.00 209.33 0.00 1 0.00 0.00 > ActionController::MimeResponds::ClassMethods.clear_respond_to > 0.00 209.33 0.00 1 0.00 0.00 > ActionController::Base#session_options> 0.00 209.33 0.00 1 0.00 0.00 > ActionController::Base#relative_url_root> 0.00 209.33 0.00 1 0.00 0.00 > ActionController::Base#protected_instance_variables> 0.00 209.33 0.00 1 0.00 0.00 > ActionController::Base#resource_action_separator> 0.00 209.33 0.00 1 0.00 0.00 > ActionController::Base#use_accept_header> 0.00 209.33 0.00 1 0.00 0.00 > ActionController::Base#page_cache_directory> 0.00 209.33 0.00 1 0.00 0.00 > ActionController::Base#ip_spoofing_check> 0.00 209.33 0.00 4 0.00 2.50 > AbstractController::Helpers::ClassMethods.helper_method > 0.00 209.33 0.00 1 0.00 0.00 > ActionController::Base#logger > 0.00 209.33 0.00 1 0.00 0.00 > ActionController::Base#logger> 0.00 209.33 0.00 1 0.00 0.00 > ActionController::Base#perform_caching> 0.00 209.33 0.00 16 0.00 0.00 Hash#empty? > 0.00 209.33 0.00 15 0.00 0.00 > ActionDispatch::MiddlewareStack::Middleware#initialize > 0.00 209.33 0.00 2 0.00 0.00 ENV.[]> 0.00 209.33 0.00 15 0.00 0.67 > ActionDispatch::MiddlewareStack#use > 0.00 209.33 0.00 1 0.00 10.00 Kernel.tap > 0.00 209.33 0.00 2 0.00 5.00 > Rails::Configuration::Shared.middleware > 0.00 209.33 0.00 24 0.00 0.00 > ActionDispatch::MiddlewareStack::Middleware#lazy_compare? > 0.00 209.33 0.00 3 0.00 0.00 > Bundler.bundle_path > 0.00 209.33 0.00 13 0.00 23.85 > ActionDispatch::MiddlewareStack::Middleware#=> 0.00 209.33 0.00 4 0.00 12.50 > ActionController::SessionManagement::ClassMethods.session_store > 0.00 209.33 0.00 9 0.00 0.00 > Pathname#expand_path > 0.00 209.33 0.00 8 0.00 0.00 > ActiveRecord::DynamicFinderMatch#initialize > 0.00 209.33 0.00 8 0.00 0.00 > ActiveRecord::DynamicFinderMatch#match > 0.00 209.33 0.00 8 0.00 0.00 > ActiveRecord::DynamicScopeMatch#initialize > 0.00 209.33 0.00 8 0.00 1.25 > ActiveRecord::DynamicScopeMatch#match > 0.00 209.33 0.00 4 0.00 0.00 > Bundler::Settings#[] > 0.00 209.33 0.00 13 0.00 0.00 > Object#duplicable? > 0.00 209.33 0.00 1 0.00 0.00 > TrueClass#duplicable? > 0.00 209.33 0.00 1 0.00 0.00 > Observable.changed > 0.00 209.33 0.00 1 0.00 0.00 > Observable.notify_observers > 0.00 209.33 0.00 1 0.00 20.00 > ActiveModel::Observing::ClassMethods.inherited > 0.00 209.33 0.00 1 0.00 20.00 > ActiveRecord::Base#inherited > 0.00 209.33 0.00 1 0.00 0.00 > ActiveRecord::SessionStore::Session#data_column_name> 0.00 209.33 0.00 7 0.00 0.00 > ActiveSupport::Callbacks::Callback#normalize_options! > 0.00 209.33 0.00 14 0.00 0.00 > ActiveSupport::Callbacks::Callback#next_id > 0.00 209.33 0.00 7 0.00 0.00 > ActiveSupport::Callbacks::Callback#_compile_filter > 0.00 209.33 0.00 3 0.00 0.00 Bundler.settings > 0.00 209.33 0.00 7 0.00 0.00 > ActiveSupport::Callbacks::Callback#_compile_per_key_options > 0.00 209.33 0.00 7 0.00 1.43 > ActiveSupport::Callbacks::Callback#initialize > 0.00 209.33 0.00 12 0.00 0.00 > ActiveSupport::Callbacks::Callback#start > 0.00 209.33 0.00 12 0.00 0.00 > ActiveSupport::Callbacks::Callback#end > 0.00 209.33 0.00 1 0.00 0.00 > Bundler::Settings#initialize > 0.00 209.33 0.00 7 0.00 8.57 > ActiveSupport::Callbacks::ClassMethods.set_callback > 0.00 209.33 0.00 2 0.00 10.00 > ActiveRecord::Base#before_save > 0.00 209.33 0.00 5 0.00 0.00 > ActiveSupport::Callbacks::Callback#matches? > 0.00 209.33 0.00 1 0.00 0.00 > ActiveRecord::SessionStore#session_class> 0.00 209.33 0.00 1 0.00 0.00 > Rails::Application::MetalLoader#initialize > 0.00 209.33 0.00 1 0.00 0.00 YAML.load_file > 0.00 209.33 0.00 2 0.00 0.00 > Rails::Application::MetalLoader#load_metals! > 0.00 209.33 0.00 2 0.00 0.00 > Rails::Application::MetalLoader#build_middleware > 0.00 209.33 0.00 1 0.00 0.00 > ActiveModel::Observing::ClassMethods.observers > 0.00 209.33 0.00 1 0.00 0.00 > ActiveModel::Observing::ClassMethods.instantiate_observers > 0.00 209.33 0.00 5 0.00 0.00 > ActionDispatch::Callbacks#_call_superclass_callbacks > 0.00 209.33 0.00 10 0.00 0.00 > ActionDispatch::Callbacks#_call_callbacks > 0.00 209.33 0.00 7 0.00 0.00 > ActionDispatch::Callbacks#_removed_call_callbacks > 0.00 209.33 0.00 5 0.00 0.00 > ActionDispatch::Callbacks#_update_call_superclass_callbacks > 0.00 209.33 0.00 7 0.00 0.00 > ActionDispatch::Callbacks#_prepare_superclass_callbacks > 0.00 209.33 0.00 14 0.00 0.00 > ActionDispatch::Callbacks#_prepare_callbacks > 0.00 209.33 0.00 1 0.00 0.00 IO#open > 0.00 209.33 0.00 7 0.00 0.00 > ActionDispatch::Callbacks#_update_prepare_superclass_callbacks > 0.00 209.33 0.00 3 0.00 6.67 > ActionDispatch::Callbacks#to_prepare > 0.00 209.33 0.00 4 0.00 0.00 Fixnum#<> 0.00 209.33 0.00 2 0.00 10.00 > ActionDispatch::Callbacks#after > 0.00 209.33 0.00 19 0.00 0.00 > Rails::Paths::Path#load_path? > 0.00 209.33 0.00 2 0.00 0.00 > Rails::Paths::Root#filter > 0.00 209.33 0.00 1 0.00 0.00 > Rails::Paths::Root#load_paths > 0.00 209.33 0.00 3 0.00 0.00 > Rails::Engine::Configuration#load_paths > 0.00 209.33 0.00 2 0.00 0.00 > ActiveSupport::Dependencies.load_paths > 0.00 209.33 0.00 1 0.00 0.00 > Rails::Application#reloadable? > 0.00 209.33 0.00 2 0.00 0.00 > ActiveSupport::Dependencies.load_once_paths > 0.00 209.33 0.00 19 0.00 0.00 > Rails::Paths::Path#load_once? > 0.00 209.33 0.00 1 0.00 0.00 > Rails::Paths::Root#load_once > 0.00 209.33 0.00 2 0.00 0.00 > Rails::Engine::Configuration#load_once_paths > 0.00 209.33 0.00 1 0.00 0.00 > ActiveSupport::TimeZone#[] > 0.00 209.33 0.00 1 0.00 0.00 Time#get_zone > 0.00 209.33 0.00 1 0.00 0.00 > ActionView::Helpers::AssetTagHelper.cache_asset_timestamps> 0.00 209.33 0.00 1 0.00 0.00 > ActionController::Base#cache_store > 0.00 209.33 0.00 1 0.00 0.00 > ActionController::Base#cache_store> 0.00 209.33 0.00 1 0.00 0.00 > ActiveRecord::Base#default_timezone> 0.00 209.33 0.00 235 0.00 0.00 IO#close > 0.00 209.33 0.00 1 0.00 0.00 > ActiveRecord::Base#logger> 0.00 209.33 0.00 211 0.00 0.00 Fixnum#==> 0.00 209.33 0.00 1 0.00 0.00 > ERB::Compiler#prepare_trim_mode > 0.00 209.33 0.00 1 0.00 0.00 > ERB::Compiler#initialize > 0.00 209.33 0.00 1 0.00 0.00 ERB#set_eoutvar > 0.00 209.33 0.00 1 0.00 0.00 Encoding#dummy? > 0.00 209.33 0.00 1 0.00 0.00 > ERB::Compiler#detect_magic_comment > 0.00 209.33 0.00 1 0.00 0.00 Encoding#to_s > 0.00 209.33 0.00 3 0.00 0.00 > ERB::Compiler::Buffer#push > 0.00 209.33 0.00 1 0.00 0.00 > ERB::Compiler::Buffer#initialize > 0.00 209.33 0.00 1 0.00 0.00 > ERB::Compiler::Scanner#initialize > 0.00 209.33 0.00 1 0.00 0.00 > ERB::Compiler::Scanner#make_scanner > 0.00 209.33 0.00 1 0.00 0.00 > ERB::Compiler#make_scanner > 0.00 209.33 0.00 1 0.00 0.00 > StringScanner#initialize > 0.00 209.33 0.00 2 0.00 0.00 > StringScanner#eos? > 0.00 209.33 0.00 1 0.00 0.00 > StringScanner#scan > 0.00 209.33 0.00 2 0.00 0.00 StringScanner#[] > 0.00 209.33 0.00 1 0.00 0.00 > ERB::Compiler::SimpleScanner2#scan > 0.00 209.33 0.00 1 0.00 0.00 String#count > 0.00 209.33 0.00 1 0.00 0.00 > ERB::Compiler#content_dump > 0.00 209.33 0.00 1 0.00 0.00 > ERB::Compiler::Buffer#close > 0.00 209.33 0.00 1 0.00 0.00 > ERB::Compiler#compile > 0.00 209.33 0.00 1 0.00 0.00 ERB#initialize > 0.00 209.33 0.00 197 0.00 0.00 String#concat > 0.00 209.33 0.00 1 0.00 0.00 ERB#result > 0.00 209.33 0.00 1 0.00 20.00 > Rails::Application::Configuration#database_configuration > 0.00 209.33 0.00 1 0.00 0.00 > ActiveRecord::Base#configurations> 0.00 209.33 0.00 5 0.00 0.00 > ActiveRecord::Base#configurations > 0.00 209.33 0.00 7 0.00 1.43 > Hash#symbolize_keys > 0.00 209.33 0.00 1 0.00 0.00 > ActiveRecord::ConnectionAdapters::MysqlAdapter#emulate_booleans> 0.00 209.33 0.00 24 0.00 0.00 > ActiveRecord::Base#connection_handler > 0.00 209.33 0.00 3 0.00 0.00 Hash#delete_if > 0.00 209.33 0.00 1 0.00 0.00 IO#binmode > 0.00 209.33 0.00 3 0.00 6.67 > ActiveRecord::Base#remove_connection > 0.00 209.33 0.00 3 0.00 0.00 > ActiveRecord::Base::ConnectionSpecification#initialize > 0.00 209.33 0.00 3 0.00 0.00 > ConditionVariable#initialize > 0.00 209.33 0.00 3 0.00 0.00 > MonitorMixin::ConditionVariable#initialize > 0.00 209.33 0.00 3 0.00 0.00 > MonitorMixin.new_cond > 0.00 209.33 0.00 234 0.00 0.00 > YAML::Syck::Parser#set_resolver > 0.00 209.33 0.00 3 0.00 3.33 > ActiveRecord::ConnectionAdapters::ConnectionHandler#establish_connection > 0.00 209.33 0.00 9 0.00 82.22 > ActiveRecord::Base#establish_connection > 0.00 209.33 0.00 1 0.00 0.00 > MIME::Types#initialize > 0.00 209.33 0.00 235 0.00 0.00 YAML.resolver > 0.00 209.33 0.00 234 0.00 0.00 File#initialize > 0.00 209.33 0.00 2 0.00 0.00 > Bundler::Settings#config_file > 0.00 209.33 0.00 5 0.00 2.00 Bundler.root > 0.00 209.33 0.00 463 0.00 0.00 > Module#append_features > 0.00 209.33 0.00 51 0.00 0.00 > Module#module_function > 0.00 209.33 0.00 46 0.00 0.00 Module#public > 0.00 209.33 0.00 2 0.00 0.00 Array#eql? > 0.00 209.33 0.00 6 0.00 0.00 Kernel.eql? > 0.00 209.33 0.00 3 0.00 0.00 > ERB::Compiler::Scanner#regist_scanner > 0.00 209.33 0.00 1 0.00 0.00 Comparable.<> 0.00 209.33 0.00 5 0.00 0.00 > Mail::Patterns.included > 0.00 209.33 0.00 15 0.00 0.67 > Mail::Utilities.included > 0.00 209.33 0.00 2 0.00 0.00 > Mail::CommonField.included > 0.00 209.33 0.00 12 0.00 0.00 > Mail::CommonAddress.included > 0.00 209.33 0.00 2 0.00 0.00 > Mail::CommonDate.included > 0.00 209.33 0.00 4 0.00 0.00 > Mail::CommonMessageId.included > 0.00 209.33 0.00 1 0.00 0.00 Kernel.rand > 0.00 209.33 0.00 111 0.00 0.00 Time#to_f > 0.00 209.33 0.00 1 0.00 0.00 Bignum#/ > 0.00 209.33 0.00 1 0.00 0.00 Float#to_s > 0.00 209.33 0.00 1 0.00 0.00 String#slice > 0.00 209.33 0.00 1 0.00 0.00 > Mail.something_random > 0.00 209.33 0.00 2 0.00 0.00 > ActionMailer::Base#raise_delivery_errors> 0.00 209.33 0.00 1 0.00 0.00 > ActionMailer::Base#perform_deliveries> 0.00 209.33 0.00 4 0.00 2.50 > ActionMailer::DeliveryMethods::ClassMethods.add_delivery_method > 0.00 209.33 0.00 1 0.00 0.00 > AbstractController::Helpers::ClassMethods._modules_for_helpers > 0.00 209.33 0.00 1 0.00 0.00 > AbstractController::Helpers::ClassMethods.add_template_helper > 0.00 209.33 0.00 1 0.00 0.00 > AbstractController::Helpers::ClassMethods.helper > 0.00 209.33 0.00 15 0.00 0.00 > ActionMailer::Base#protected_instance_variables > 0.00 209.33 0.00 15 0.00 0.00 > ActionMailer::AdvAttrAccessor.adv_attr_accessor > 0.00 209.33 0.00 1 0.00 0.00 > ActionMailer::Base#logger > 0.00 209.33 0.00 1 0.00 0.00 > ActionMailer::Base#logger> 0.00 209.33 0.00 4 0.00 0.00 > ActionMailer::DeprecatedApi::ClassMethods.matches_dynamic_method? > 0.00 209.33 0.00 4 0.00 0.00 > ActionMailer::DeprecatedApi::ClassMethods.respond_to? > 0.00 209.33 0.00 1 0.00 0.00 > AbstractController::Base#internal_methods > 0.00 209.33 0.00 3 0.00 0.00 > Set#initialize_copy > 0.00 209.33 0.00 186 0.00 0.00 Set#delete > 0.00 209.33 0.00 2 0.00 0.00 Set#subtract > 0.00 209.33 0.00 2 0.00 0.00 Set#- > 0.00 209.33 0.00 1 0.00 0.00 Set#| > 0.00 209.33 0.00 1 0.00 0.00 > AbstractController::Base#hidden_actions > 0.00 209.33 0.00 1 0.00 0.00 > Enumerable.reject > 0.00 209.33 0.00 4 0.00 2.50 > AbstractController::Base#action_methods > 0.00 209.33 0.00 4 0.00 5.00 > ActionMailer::Base#respond_to? > 0.00 209.33 0.00 6 0.00 0.00 > Rails::Engine#paths > 0.00 209.33 0.00 1 0.00 0.00 > Rails::Application::RoutesReloader#initialize > 0.00 209.33 0.00 1 0.00 0.00 > ERB::Compiler::Scanner#default_scanner> 0.00 209.33 0.00 2 0.00 0.00 > Rails::Application#routes > 0.00 209.33 0.00 2 0.00 0.00 > AbstractController::Rendering::ClassMethods.view_paths > 0.00 209.33 0.00 1 0.00 0.00 > Erubis::Basic::Converter.pattern_regexp > 0.00 209.33 0.00 3 0.00 0.00 > ActionView::Template::Handlers::Compilable.included > 0.00 209.33 0.00 1 0.00 0.00 > ActionView::Template::Handlers::ERB#erb_trim_mode> 0.00 209.33 0.00 1 0.00 0.00 > ActionView::Template::Handlers::ERB#erubis_implementation> 0.00 209.33 0.00 5 0.00 0.00 > ActionView::Template::Handlers.register_template_handler > 0.00 209.33 0.00 1 0.00 0.00 > ActionView::Template::Handlers.register_default_template_handler > 0.00 209.33 0.00 9 0.00 0.00 Pathname#dirname > 0.00 209.33 0.00 1 0.00 0.00 > ActionView::Resolver#registered_details> 0.00 209.33 0.00 3 0.00 0.00 > ActionView::Resolver#registered_details > 0.00 209.33 0.00 3 0.00 0.00 > ActionView::Resolver#register_detail > 0.00 209.33 0.00 8 0.00 0.00 > ActionView::Resolver#initialize > 0.00 209.33 0.00 6 0.00 1.67 > ActionView::FileSystemResolver#initialize > 0.00 209.33 0.00 2 0.00 5.00 > ActionView::FileSystemResolverWithFallback#initialize > 0.00 209.33 0.00 184 0.00 0.00 File#dirname > 0.00 209.33 0.00 2 0.00 445.00 > ActionView::PathSet#unshift > 0.00 209.33 0.00 1 0.00 0.00 > ActionController::Base#cookie_verifier_secret> 0.00 209.33 0.00 2 0.00 0.00 > ActionController::Base#session_options > 0.00 209.33 0.00 1 0.00 0.00 > ActionController::SessionManagement::ClassMethods.session> 0.00 209.33 0.00 1 0.00 0.00 > Rails::Configuration::Shared.to_prepare_blocks > 0.00 209.33 0.00 1 0.00 0.00 > Rails::Engine#middleware > 0.00 209.33 0.00 15 0.00 30.00 > ActionDispatch::MiddlewareStack::Middleware#active? > 0.00 209.33 0.00 1 0.00 450.00 > ActionDispatch::MiddlewareStack#active > 0.00 209.33 0.00 14 0.00 0.00 > ActionDispatch::MiddlewareStack::Middleware#build_args > 0.00 209.33 0.00 1 0.00 0.00 > ActiveRecord::QueryCache#initialize > 0.00 209.33 0.00 14 0.00 11.43 > ActionDispatch::MiddlewareStack::Middleware#build > 0.00 209.33 0.00 1 0.00 0.00 > ActiveRecord::ConnectionAdapters::ConnectionManagement#initialize > 0.00 209.33 0.00 1 0.00 0.00 > ActionDispatch::Head#initialize > 0.00 209.33 0.00 1 0.00 0.00 > Rack::MethodOverride#initialize > 0.00 209.33 0.00 1 0.00 0.00 > ActionDispatch::ParamsParser#initialize > 0.00 209.33 0.00 1 0.00 0.00 > ActionDispatch::Flash#initialize > 0.00 209.33 0.00 2 0.00 0.00 String#blank? > 0.00 209.33 0.00 1 0.00 0.00 > ActionDispatch::Session::CookieStore#ensure_session_key > 0.00 209.33 0.00 1 0.00 0.00 > ActionDispatch::Session::CookieStore#ensure_secret_secure > 0.00 209.33 0.00 1 0.00 0.00 > ActiveSupport::MessageVerifier#initialize > 0.00 209.33 0.00 83 0.00 4.70 > BasicObject#__send__ > 0.00 209.33 0.00 1 0.00 50.00 > ActionDispatch::Session::CookieStore#initialize > 0.00 209.33 0.00 1 0.00 0.00 > ActionDispatch::Cookies#initialize > 0.00 209.33 0.00 1 0.00 0.00 > ActionDispatch::Callbacks#initialize > 0.00 209.33 0.00 1 0.00 0.00 > ActionDispatch::ShowExceptions#initialize > 0.00 209.33 0.00 1 0.00 0.00 > Rails::Rack::Logger#initialize > 0.00 209.33 0.00 1 0.00 0.00 > Rack::Runtime#initialize > 0.00 209.33 0.00 1 0.00 0.00 > Rack::Lock#initialize > 0.00 209.33 0.00 1 0.00 0.00 > Rack::File#initialize > 0.00 209.33 0.00 54 0.00 0.00 Pathname#to_s > 0.00 209.33 0.00 1 0.00 610.00 > ActionDispatch::MiddlewareStack#build > 0.00 209.33 0.00 1 0.00 610.00 > Rails::Application#app > 0.00 209.33 0.00 1 0.00 0.00 I18n.load_path> 0.00 209.33 0.00 7 0.00 4.29 > Bundler.default_gemfile > 0.00 209.33 0.00 1 0.00 0.00 > I18n::Backend::Base.reload! > 0.00 209.33 0.00 1 0.00 140.00 I18n.reload! > 0.00 209.33 0.00 1 0.00 13580.00 > Rails::Initializable.run_initializers > 0.00 209.33 0.00 1 0.00 16590.00 > Rails::Application#initialize! > 0.00 209.33 0.00 7 0.00 3484.29 > Rake::Task#execute > 0.00 209.33 0.00 18 0.00 0.00 > MonitorMixin.mon_check_owner > 0.00 209.33 0.00 16 0.00 0.00 > MonitorMixin.mon_exit > 0.00 209.33 0.00 11 0.00 2324.55 > MonitorMixin.mon_synchronize > 0.00 209.33 0.00 7 0.00 3961.43 > Rake::Task#invoke_with_call_chain > 0.00 209.33 0.00 11 0.00 0.00 > ActiveRecord::Migration#singleton_method_added > 0.00 209.33 0.00 32 0.00 0.00 Pathname#taint > 0.00 209.33 0.00 24 0.00 0.42 > ActiveRecord::ConnectionAdapters::ConnectionPool#current_connection_id > 0.00 209.33 0.00 227 0.00 0.00 Fixnum#<< > 0.00 209.33 0.00 129 0.00 0.00 > Mysql::Charset#initialize > 0.00 209.33 0.00 4 0.00 0.00 Fixnum#** > 0.00 209.33 0.00 1 0.00 930.00 > Kernel.require_library_or_gem > 0.00 209.33 0.00 3 0.00 10.00 > MysqlCompat.define_all_hashes_method! > 0.00 209.33 0.00 3 0.00 0.00 Class#allocate > 0.00 209.33 0.00 3 0.00 0.00 Mysql#initialize > 0.00 209.33 0.00 3 0.00 0.00 Mysql#init > 0.00 209.33 0.00 3 0.00 0.00 > ActiveRecord::ConnectionAdapters::AbstractAdapter#initialize > 0.00 209.33 0.00 86 0.00 0.00 > Mysql::Protocol#set_state > 0.00 209.33 0.00 3 0.00 0.00 > UNIXSocket#initialize > 0.00 209.33 0.00 3 0.00 0.00 IO#new > 0.00 209.33 0.00 64 0.00 0.00 Kernel.taint > 0.00 209.33 0.00 3 0.00 0.00 > Mysql::Protocol#initialize > 0.00 209.33 0.00 83 0.00 0.00 > Mysql::Protocol#check_state > 0.00 209.33 0.00 51 0.00 0.00 > Mysql::Protocol#reset > 0.00 209.33 0.00 46 0.00 0.00 Kernel.tainted? > 0.00 209.33 0.00 3 0.00 0.00 > Mysql::Protocol::InitialPacket#initialize > 0.00 209.33 0.00 3 0.00 0.00 > Mysql::Protocol::InitialPacket#parse > 0.00 209.33 0.00 3 0.00 0.00 > Mysql::Charset#by_number > 0.00 209.33 0.00 651 0.00 0.00 > String#initialize_copy > 0.00 209.33 0.00 3 0.00 0.00 > Mysql::Protocol#encrypt_password > 0.00 209.33 0.00 6 0.00 0.00 > Mysql::Protocol#lcb > 0.00 209.33 0.00 3 0.00 0.00 > Mysql::Charset#to_binary > 0.00 209.33 0.00 3 0.00 0.00 > Mysql::Protocol#lcs > 0.00 209.33 0.00 3 0.00 0.00 Integer#to_int > 0.00 209.33 0.00 3 0.00 0.00 > Mysql::Protocol::AuthenticationPacket#serialize > 0.00 209.33 0.00 51 0.00 0.00 IO#flush > 0.00 209.33 0.00 51 0.00 0.39 > Mysql::Protocol#write > 0.00 209.33 0.00 51 0.00 0.00 GC.disable > 0.00 209.33 0.00 51 0.00 0.00 GC.enable > 0.00 209.33 0.00 3 0.00 6.67 > Mysql::Protocol#authenticate > 0.00 209.33 0.00 3 0.00 6.67 Mysql#connect > 0.00 209.33 0.00 43 0.00 0.00 Thread#[] > 0.00 209.33 0.00 1 0.00 0.00 > OpenSSL::Random.random_bytes > 0.00 209.33 0.00 1 0.00 0.00 > SecureRandom.random_bytes > 0.00 209.33 0.00 1 0.00 0.00 SecureRandom.hex > 0.00 209.33 0.00 1 0.00 0.00 > ActiveSupport::Notifications::Instrumenter#unique_id > 0.00 209.33 0.00 1 0.00 0.00 > ActiveSupport::Notifications::Instrumenter#initialize > 0.00 209.33 0.00 1 0.00 0.00 Thread#[]> 0.00 209.33 0.00 7 0.00 2.86 > Bundler::SharedHelpers.find_gemfile > 0.00 209.33 0.00 43 0.00 0.00 String#encode > 0.00 209.33 0.00 43 0.00 0.23 > Mysql::Charset#convert > 0.00 209.33 0.00 536 0.00 0.00 String#slice! > 0.00 209.33 0.00 7 0.00 0.00 File#file? > 0.00 209.33 0.00 527 0.00 0.00 File#join > 0.00 209.33 0.00 43 0.00 0.00 > Mysql::Protocol::ResultPacket#initialize > 0.00 209.33 0.00 43 0.00 0.23 > Mysql::Protocol::ResultPacket#parse > 0.00 209.33 0.00 92 0.00 0.00 File#directory? > 0.00 209.33 0.00 43 0.00 2.09 > Mysql::Protocol#query_command > 0.00 209.33 0.00 43 0.00 7.21 Mysql#query > 0.00 209.33 0.00 103 0.00 0.00 Float#- > 0.00 209.33 0.00 43 0.00 7.21 > Benchmark.realtime > 0.00 209.33 0.00 43 0.00 7.21 Benchmark.ms > 0.00 209.33 0.00 43 0.00 0.00 > ActiveSupport::Notifications::Fanout::Subscriber#matches? > 0.00 209.33 0.00 86 0.00 0.12 > ActiveRecord::Railties::Subscriber#logger > 0.00 209.33 0.00 43 0.00 0.23 > ActiveSupport::Notifications::Event#initialize > 0.00 209.33 0.00 29 0.00 0.00 ENV.[] > 0.00 209.33 0.00 43 0.00 0.00 String#squeeze > 0.00 209.33 0.00 43 0.00 0.00 > ActiveRecord::Railties::Subscriber#odd? > 0.00 209.33 0.00 65 0.00 0.00 > Rails::Subscriber#colorize_logging > 0.00 209.33 0.00 140 0.00 0.00 Module#extended > 0.00 209.33 0.00 211 0.00 0.00 > Module#extend_object > 0.00 209.33 0.00 43 0.00 0.00 > ActiveSupport::BufferedLogger#clear_buffer > 0.00 209.33 0.00 43 0.00 0.47 > ActiveSupport::BufferedLogger#flush > 0.00 209.33 0.00 43 0.00 0.47 > ActiveSupport::BufferedLogger#auto_flush > 0.00 209.33 0.00 43 0.00 0.47 > ActiveSupport::BufferedLogger#add > 0.00 209.33 0.00 43 0.00 0.47 > ActiveSupport::BufferedLogger#debug > 0.00 209.33 0.00 43 0.00 0.70 > Rails::Subscriber#debug > 0.00 209.33 0.00 17 0.00 0.00 > Module#attr_writer > 0.00 209.33 0.00 8 0.00 0.00 > Bundler::BundlerError#status_code > 0.00 209.33 0.00 43 0.00 1.86 > ActiveSupport::Notifications::Fanout::Subscriber#push > 0.00 209.33 0.00 43 0.00 1.86 > ActiveSupport::Notifications::Fanout::Subscriber#publish > 0.00 209.33 0.00 43 0.00 1.86 > ActiveSupport::Notifications::Fanout#publish > 0.00 209.33 0.00 43 0.00 1.86 > ActiveSupport::Notifications::Notifier#publish > 0.00 209.33 0.00 43 0.00 9.07 > ActiveSupport::Notifications::Instrumenter#instrument > 0.00 209.33 0.00 43 0.00 12.09 > ActiveSupport::Notifications.instrument > 0.00 209.33 0.00 43 0.00 12.09 > ActiveRecord::ConnectionAdapters::AbstractAdapter#log > 0.00 209.33 0.00 158 0.00 0.00 Hash#initialize > 0.00 209.33 0.00 3 0.00 40.00 > ActiveRecord::ConnectionAdapters::MysqlAdapter#configure_connection > 0.00 209.33 0.00 3 0.00 46.67 > ActiveRecord::ConnectionAdapters::MysqlAdapter#connect > 0.00 209.33 0.00 3 0.00 46.67 > ActiveRecord::ConnectionAdapters::MysqlAdapter#initialize > 0.00 209.33 0.00 3 0.00 370.00 > ActiveRecord::Base#mysql_connection > 0.00 209.33 0.00 3 0.00 373.33 > ActiveRecord::ConnectionAdapters::ConnectionPool#new_connection > 0.00 209.33 0.00 5 0.00 2.00 > Mysql::Protocol#synchronize > 0.00 209.33 0.00 3 0.00 3.33 > Mysql::Protocol#simple_command > 0.00 209.33 0.00 3 0.00 3.33 > Mysql::Protocol#statistics_command > 0.00 209.33 0.00 3 0.00 3.33 Mysql#stat > 0.00 209.33 0.00 3 0.00 0.00 Mysql#errno > 0.00 209.33 0.00 3 0.00 0.00 Fixnum#zero? > 0.00 209.33 0.00 3 0.00 3.33 > ActiveRecord::ConnectionAdapters::MysqlAdapter#active? > 0.00 209.33 0.00 3 0.00 3.33 > ActiveRecord::ConnectionAdapters::AbstractAdapter#verify! > 0.00 209.33 0.00 3 0.00 3.33 > ActiveRecord::ConnectionAdapters::AbstractAdapter#_run_checkout_callbacks > 0.00 209.33 0.00 5 0.00 4.00 > ActiveSupport::Callbacks.run_callbacks > 0.00 209.33 0.00 3 0.00 3.33 > ActiveRecord::ConnectionAdapters::ConnectionPool#checkout_and_verify > 0.00 209.33 0.00 3 0.00 376.67 > ActiveRecord::ConnectionAdapters::ConnectionPool#checkout_new_connection > 0.00 209.33 0.00 76 0.00 0.00 > Module#method_undefined > 0.00 209.33 0.00 21 0.00 55.24 > ActiveRecord::ConnectionAdapters::ConnectionHandler#retrieve_connection > 0.00 209.33 0.00 21 0.00 55.71 > ActiveRecord::Base#retrieve_connection > 0.00 209.33 0.00 21 0.00 55.71 > ActiveRecord::Base#connection > 0.00 209.33 0.00 1 0.00 0.00 > ActiveRecord::ConnectionAdapters::MysqlAdapter#supports_migrations? > 0.00 209.33 0.00 17 0.00 0.00 > ActiveRecord::Base#table_name_prefix > 0.00 209.33 0.00 17 0.00 0.00 > ActiveRecord::Base#table_name_suffix > 0.00 209.33 0.00 4 0.00 0.00 > ActiveRecord::Migrator#schema_migrations_table_name > 0.00 209.33 0.00 32 0.00 2.19 Integer#times > 0.00 209.33 0.00 21 0.00 0.00 > Mysql::Protocol::FieldPacket#initialize > 0.00 209.33 0.00 349 0.00 0.00 Module#private > 0.00 209.33 0.00 21 0.00 0.00 > Mysql::Field#is_num_type? > 0.00 209.33 0.00 21 0.00 0.00 > Mysql::Field#initialize > 0.00 209.33 0.00 16 0.00 4.38 Enumerator#each > 0.00 209.33 0.00 6 0.00 0.00 Regexp#quote > 0.00 209.33 0.00 16 0.00 0.62 > Mysql::Protocol#read_eof_packet > 0.00 209.33 0.00 16 0.00 5.00 > Mysql::Protocol#retr_fields > 0.00 209.33 0.00 16 0.00 0.00 > Mysql::ResultBase#initialize > 0.00 209.33 0.00 37 0.00 0.00 Kernel.proc > 0.00 209.33 0.00 16 0.00 6.88 > Mysql::Protocol#retr_all_records > 0.00 209.33 0.00 162 0.00 0.12 Comparable.< > 0.00 209.33 0.00 840 0.00 0.00 String#<=> > 0.00 209.33 0.00 16 0.00 8.12 > Mysql::Result#initialize > 0.00 209.33 0.00 342 0.00 0.00 Class#inherited > 0.00 209.33 0.00 76 0.00 0.00 Float#+ > 0.00 209.33 0.00 542 0.00 0.00 > Exception#set_backtrace > 0.00 209.33 0.00 548 0.00 0.00 > Exception#backtrace > 0.00 209.33 0.00 16 0.00 0.00 > Mysql::ResultBase#free > 0.00 209.33 0.00 13 0.00 19.23 > ActiveRecord::ConnectionAdapters::MysqlAdapter#tables > 0.00 209.33 0.00 13 0.00 19.23 > ActiveRecord::ConnectionAdapters::SchemaStatements.table_exists? > 0.00 209.33 0.00 2 0.00 50.00 > > ActiveRecord::ConnectionAdapters::SchemaStatements.initialize_schema_migrations_table > 0.00 209.33 0.00 1 0.00 1110.00 > ActiveRecord::Migrator#initialize > 0.00 209.33 0.00 1 0.00 0.00 > Arel::Table#engine > 0.00 209.33 0.00 4 0.00 0.00 NilClass#blank? > 0.00 209.33 0.00 1 0.00 0.00 Object#present? > 0.00 209.33 0.00 1 0.00 0.00 > Arel::Table#initialize > 0.00 209.33 0.00 546 0.00 0.00 > Exception#exception > 0.00 209.33 0.00 16 0.00 0.00 > ActiveRecord::ConnectionAdapters::MysqlAdapter#quote_table_name > 0.00 209.33 0.00 1 0.00 0.00 > ActiveRecord::ConnectionAdapters::Column#extract_limit > 0.00 209.33 0.00 1 0.00 0.00 > ActiveRecord::ConnectionAdapters::MysqlColumn#extract_limit > 0.00 209.33 0.00 1 0.00 0.00 > ActiveRecord::ConnectionAdapters::Column#extract_precision > 0.00 209.33 0.00 1 0.00 0.00 > ActiveRecord::ConnectionAdapters::Column#extract_scale > 0.00 209.33 0.00 1 0.00 0.00 > ActiveRecord::ConnectionAdapters::MysqlAdapter#emulate_booleans > 0.00 209.33 0.00 1 0.00 0.00 String#index > 0.00 209.33 0.00 1 0.00 0.00 > ActiveRecord::ConnectionAdapters::Column#simplified_type > 0.00 209.33 0.00 1 0.00 0.00 > ActiveRecord::ConnectionAdapters::MysqlColumn#simplified_type > 0.00 209.33 0.00 1 0.00 0.00 > > ActiveRecord::ConnectionAdapters::MysqlColumn#missing_default_forged_as_empty_string? > 0.00 209.33 0.00 1 0.00 0.00 > ActiveRecord::ConnectionAdapters::Column#type_cast > 0.00 209.33 0.00 1 0.00 0.00 > ActiveRecord::ConnectionAdapters::Column#extract_default > 0.00 209.33 0.00 1 0.00 0.00 > ActiveRecord::ConnectionAdapters::MysqlColumn#extract_default > 0.00 209.33 0.00 1 0.00 0.00 > ActiveRecord::ConnectionAdapters::Column#initialize > 0.00 209.33 0.00 1 0.00 30.00 > ActiveRecord::ConnectionAdapters::MysqlAdapter#columns > 0.00 209.33 0.00 4 0.00 7.50 > Arel::Sql::Engine#method_missing > 0.00 209.33 0.00 1 0.00 30.00 > Arel::Table#columns > 0.00 209.33 0.00 2 0.00 0.00 > Arel::Attribute#initialize > 0.00 209.33 0.00 1 0.00 30.00 > Arel::Table#attributes > 0.00 209.33 0.00 1 0.00 0.00 > Arel::Attribute#named? > 0.00 209.33 0.00 1 0.00 0.00 > Arel::Relation::AttributeAccessable.find_attribute_matching_name > 0.00 209.33 0.00 1 0.00 30.00 > Arel::Relation::AttributeAccessable.[] > 0.00 209.33 0.00 241 0.00 0.00 > Exception#initialize > 0.00 209.33 0.00 1 0.00 0.00 > Arel::Compound#arguments_from_block > 0.00 209.33 0.00 2 0.00 0.00 Arel::Table#=> 0.00 209.33 0.00 2 0.00 0.00 > Arel::Attribute::Transformations.bind > 0.00 209.33 0.00 1 0.00 0.00 > Arel::Project#initialize > 0.00 209.33 0.00 1 0.00 130.00 > Arel::Relation::Operable.project > 0.00 209.33 0.00 3 0.00 0.00 > Arel::Sql::Formatter#initialize > 0.00 209.33 0.00 5 0.00 0.00 > Arel::Compound#engine > 0.00 209.33 0.00 1 0.00 0.00 > Arel::Sql::Engine#connection > 0.00 209.33 0.00 1 0.00 0.00 > ActiveRecord::ConnectionAdapters::MysqlAdapter#adapter_name > 0.00 209.33 0.00 2 0.00 0.00 > Arel::Sql::Engine#adapter_name > 0.00 209.33 0.00 1 0.00 0.00 > Arel::Project#attributes > 0.00 209.33 0.00 2 0.00 0.00 > Arel::Attribute::Congruence.history > 0.00 209.33 0.00 1 0.00 0.00 > Arel::Relation#join? > 0.00 209.33 0.00 1 0.00 0.00 > Arel::Compound#join? > 0.00 209.33 0.00 1 0.00 0.00 > Arel::Attribute::Congruence.join? > 0.00 209.33 0.00 1 0.00 0.00 > Arel::Attribute::Congruence.original_attribute > 0.00 209.33 0.00 1 0.00 0.00 > Arel::Attribute::Congruence.original_relation > 0.00 209.33 0.00 2 0.00 0.00 > Arel::Relation#christener > 0.00 209.33 0.00 2 0.00 0.00 > Arel::Sql::Formatter#christener > 0.00 209.33 0.00 2 0.00 0.00 > Arel::Recursion::BaseCase.table > 0.00 209.33 0.00 1 0.00 0.00 > Arel::Compound#table > 0.00 209.33 0.00 3 0.00 0.00 Arel::Table#hash > 0.00 209.33 0.00 2 0.00 0.00 > Arel::Sql::Christener#name_for > 0.00 209.33 0.00 2 0.00 0.00 > Arel::Sql::Formatter#name_for > 0.00 209.33 0.00 3 0.00 0.00 > Arel::Sql::Formatter#engine > 0.00 209.33 0.00 2 0.00 0.00 > Arel::Sql::Formatter#quote_table_name > 0.00 209.33 0.00 1 0.00 0.00 > Arel::Sql::Formatter#quote_column_name > 0.00 209.33 0.00 1 0.00 0.00 > Arel::Sql::SelectClause#attribute > 0.00 209.33 0.00 1 0.00 0.00 > Arel::Attribute#to_sql > 0.00 209.33 0.00 1 0.00 0.00 > Arel::Relation#select_clauses > 0.00 209.33 0.00 1 0.00 0.00 > Arel::Relation::DefaultOperations.sources > 0.00 209.33 0.00 1 0.00 0.00 > Arel::Compound#sources > 0.00 209.33 0.00 1 0.00 0.00 > Arel::Sql::TableReference#table > 0.00 209.33 0.00 1 0.00 0.00 > Arel::Recursion::BaseCase.table_sql > 0.00 209.33 0.00 1 0.00 0.00 > Arel::Compound#table_sql > 0.00 209.33 0.00 1 0.00 0.00 > Arel::Relation#from_clauses > 0.00 209.33 0.00 1 0.00 0.00 > Arel::Relation::DefaultOperations.joins > 0.00 209.33 0.00 1 0.00 0.00 > Arel::Compound#joins > 0.00 209.33 0.00 1 0.00 0.00 > Arel::Relation::DefaultOperations.wheres > 0.00 209.33 0.00 1 0.00 0.00 > Arel::Compound#wheres > 0.00 209.33 0.00 1 0.00 0.00 > Arel::Relation::DefaultOperations.groupings > 0.00 209.33 0.00 1 0.00 0.00 > Arel::Compound#groupings > 0.00 209.33 0.00 1 0.00 0.00 > Arel::Relation::DefaultOperations.havings > 0.00 209.33 0.00 1 0.00 0.00 > Arel::Compound#havings > 0.00 209.33 0.00 1 0.00 0.00 > Arel::Relation::DefaultOperations.orders > 0.00 209.33 0.00 1 0.00 0.00 > Arel::Compound#orders > 0.00 209.33 0.00 1 0.00 0.00 > Arel::Relation::DefaultOperations.taken > 0.00 209.33 0.00 1 0.00 0.00 > Arel::Compound#taken > 0.00 209.33 0.00 1 0.00 0.00 > Arel::Relation::DefaultOperations.skipped > 0.00 209.33 0.00 1 0.00 0.00 > Arel::Compound#skipped > 0.00 209.33 0.00 1 0.00 0.00 > Arel::Relation::DefaultOperations.locked > 0.00 209.33 0.00 1 0.00 0.00 > Arel::Compound#locked > 0.00 209.33 0.00 1 0.00 0.00 > Arel::Compound#build_query > 0.00 209.33 0.00 1 0.00 0.00 > Arel::Relation#select_sql > 0.00 209.33 0.00 1 0.00 0.00 > Arel::Sql::SelectStatement#select > 0.00 209.33 0.00 1 0.00 0.00 > Arel::Relation#to_sql > 0.00 209.33 0.00 2 0.00 20.00 > ActiveRecord::ConnectionAdapters::MysqlAdapter#select_rows > 0.00 209.33 0.00 2 0.00 20.00 > ActiveRecord::ConnectionAdapters::DatabaseStatements.select_values > 0.00 209.33 0.00 48 0.00 0.00 Bignum#<=> > 0.00 209.33 0.00 1 0.00 40.00 > ActiveRecord::Migrator#get_all_versions > 0.00 209.33 0.00 1 0.00 180.00 > ActiveRecord::Migrator#migrated > 0.00 209.33 0.00 100 0.00 0.00 Bignum#=> 0.00 209.33 0.00 1 0.00 0.00 > ActiveRecord::Migrator#down? > 0.00 209.33 0.00 1 0.00 20.00 > ActiveRecord::Migrator#migrations > 0.00 209.33 0.00 1 0.00 0.00 Array#reject > 0.00 209.33 0.00 1 0.00 230.00 > ActiveRecord::Migrator#pending_migrations > 0.00 209.33 0.00 1 0.00 0.00 Hash#blank? > 0.00 209.33 0.00 1 0.00 0.00 > ActiveRecord::Base#schema_format > 0.00 209.33 0.00 2 0.00 0.00 > ConditionVariable#signal > 0.00 209.33 0.00 2 0.00 0.00 > MonitorMixin::ConditionVariable#signal > 0.00 209.33 0.00 2 0.00 5.00 > ActiveRecord::ConnectionAdapters::AbstractAdapter#_run_checkin_callbacks > 0.00 209.33 0.00 2 0.00 5.00 > ActiveRecord::ConnectionAdapters::ConnectionPool#checkin > 0.00 209.33 0.00 2 0.00 0.00 > Mysql::Protocol#close > 0.00 209.33 0.00 2 0.00 0.00 > Mysql::Protocol#quit_command > 0.00 209.33 0.00 2 0.00 0.00 Mysql#close > 0.00 209.33 0.00 2 0.00 0.00 > ActiveRecord::ConnectionAdapters::MysqlAdapter#disconnect! > 0.00 209.33 0.00 2 0.00 5.00 > ActiveRecord::ConnectionAdapters::ConnectionPool#disconnect! > 0.00 209.33 0.00 2 0.00 5.00 > > ActiveRecord::ConnectionAdapters::ConnectionPool#disconnect_with_synchronization! > 0.00 209.33 0.00 1 0.00 10.00 > ActiveRecord::ConnectionAdapters::MysqlAdapter#drop_database > 0.00 209.33 0.00 1 0.00 0.00 > ActiveRecord::ConnectionAdapters::MysqlAdapter#create_database > 0.00 209.33 0.00 1 0.00 10.00 > ActiveRecord::ConnectionAdapters::MysqlAdapter#recreate_database > 0.00 209.33 0.00 1 0.00 0.00 > ActiveRecord::Migration#verbose> 0.00 209.33 0.00 10 0.00 0.00 TrueClass#to_s > 0.00 209.33 0.00 10 0.00 0.00 Hash#inspect > 0.00 209.33 0.00 24 0.00 0.00 > ActiveRecord::Migration#verbose > 0.00 209.33 0.00 24 0.00 0.00 > ActiveRecord::Migration#write > 0.00 209.33 0.00 24 0.00 0.00 > ActiveRecord::Migration#say > 0.00 209.33 0.00 176 0.00 0.00 > Struct#initialize > 0.00 209.33 0.00 24 0.00 0.00 Process.times > 0.00 209.33 0.00 24 0.00 0.00 Benchmark.times > 0.00 209.33 0.00 11 0.00 0.00 > ActiveRecord::Migrator#proper_table_name > 0.00 209.33 0.00 12 0.00 4.17 > ActiveRecord::Migration#connection > 0.00 209.33 0.00 1 0.00 0.00 Kernel.puts > 0.00 209.33 0.00 11 0.00 0.00 > ActiveRecord::ConnectionAdapters::TableDefinition#initialize > 0.00 209.33 0.00 10 0.00 0.00 > ActiveRecord::Base#primary_key_prefix_type > 0.00 209.33 0.00 10 0.00 0.00 > ActiveRecord::AttributeMethods::PrimaryKey::ClassMethods.get_primary_key > 0.00 209.33 0.00 1 0.00 0.00 IO#puts > 0.00 209.33 0.00 147 0.00 0.00 IO#write > 0.00 209.33 0.00 394 0.00 0.00 > ActiveRecord::ConnectionAdapters::MysqlAdapter#native_database_types > 0.00 209.33 0.00 1 0.00 0.00 > Rake::Application#find_rakefile_location > 0.00 209.33 0.00 152 0.00 0.00 #<Class: > 0xa80cf0c>#precision> 0.00 209.33 0.00 2 0.00 0.00 Dir#chdir > 0.00 209.33 0.00 152 0.00 0.00 #<Class: > 0xa80cf0c>#default> 0.00 209.33 0.00 152 0.00 0.00 #<Class: > 0xa80cf0c>#null> 0.00 209.33 0.00 1 0.00 0.00 > Rake.original_dir > 0.00 209.33 0.00 207 0.00 0.00 Rake.application > 0.00 209.33 0.00 7 0.00 0.00 Dir#glob > 0.00 209.33 0.00 142 0.00 0.00 #<Class: > 0xa80cf0c>#limit> 0.00 209.33 0.00 1 0.00 0.00 > Rake::Application#collect_tasks > 0.00 209.33 0.00 52 0.00 6.92 > ActiveRecord::ConnectionAdapters::TableDefinition#integer > 0.00 209.33 0.00 51 0.00 6.47 > ActiveRecord::ConnectionAdapters::TableDefinition#string > 0.00 209.33 0.00 20 0.00 2.50 > ActiveRecord::ConnectionAdapters::TableDefinition#datetime > 0.00 209.33 0.00 446 0.00 0.00 #<Class: > 0xa80cf0c>#base > 0.00 209.33 0.00 304 0.00 0.00 #<Class: > 0xa80cf0c>#type > 0.00 209.33 0.00 152 0.00 0.00 #<Class: > 0xa80cf0c>#limit > 0.00 209.33 0.00 152 0.00 0.00 #<Class: > 0xa80cf0c>#precision > 0.00 209.33 0.00 30 0.00 0.00 > OpenStruct#method_missing > 0.00 209.33 0.00 30 0.00 0.00 Symbol#id2name > 0.00 209.33 0.00 1 0.00 0.00 > OptionParser#permute! > 0.00 209.33 0.00 44 0.00 0.00 Array#[]> 0.00 209.33 0.00 1 0.00 0.00 > OptionParser#order! > 0.00 209.33 0.00 152 0.00 0.00 #<Class: > 0xa80cf0c>#default > 0.00 209.33 0.00 1 0.00 0.00 > OptionParser#parse_in_order > 0.00 209.33 0.00 142 0.00 0.00 > ActiveRecord::ConnectionAdapters::SchemaStatements.options_include_default? > 0.00 209.33 0.00 4 0.00 0.00 Hash#fetch > 0.00 209.33 0.00 2 0.00 0.00 > OptionParser#visit > 0.00 209.33 0.00 11 0.00 20.00 > ActiveRecord::ConnectionAdapters::TableDefinition#to_sql > 0.00 209.33 0.00 11 0.00 114.55 > ActiveRecord::ConnectionAdapters::SchemaStatements.create_table > 0.00 209.33 0.00 11 0.00 123.64 > ActiveRecord::ConnectionAdapters::MysqlAdapter#create_table > 0.00 209.33 0.00 24 0.00 0.00 > Struct::Tms#utime > 0.00 209.33 0.00 24 0.00 0.00 > Struct::Tms#stime > 0.00 209.33 0.00 24 0.00 0.00 > Struct::Tms#cutime > 0.00 209.33 0.00 24 0.00 0.00 > Struct::Tms#cstime > 0.00 209.33 0.00 12 0.00 0.00 > Benchmark::Tms#initialize > 0.00 209.33 0.00 12 0.00 127.50 > Benchmark.measure > 0.00 209.33 0.00 3 0.00 0.00 > OptionParser::List#each_option > 0.00 209.33 0.00 12 0.00 128.33 > ActiveRecord::Migration#method_missing > 0.00 209.33 0.00 13 0.00 2.31 > ActiveRecord::ConnectionAdapters::TableDefinition#boolean > 0.00 209.33 0.00 5 0.00 2.00 > ActiveRecord::ConnectionAdapters::TableDefinition#date > 0.00 209.33 0.00 1 0.00 0.00 Numeric#blank? > 0.00 209.33 0.00 1 0.00 0.00 > ActiveRecord::ConnectionAdapters::SchemaStatements.index_name > 0.00 209.33 0.00 1 0.00 10.00 > ActiveRecord::ConnectionAdapters::SchemaStatements.add_index > 0.00 209.33 0.00 1 0.00 0.00 > ActiveRecord::Migrator#migrations_path > 0.00 209.33 0.00 1 0.00 0.00 > ActiveRecord::Schema#migrations_path > 0.00 209.33 0.00 12 0.00 0.00 Bignum#to_s > 0.00 209.33 0.00 29 0.00 0.00 Bignum#hash > 0.00 209.33 0.00 10 0.00 0.00 Set#include? > 0.00 209.33 0.00 1 0.00 50.00 > > ActiveRecord::ConnectionAdapters::SchemaStatements.assume_migrated_upto_version > 0.00 209.33 0.00 1 0.00 60.00 > ActiveRecord::Schema#define > 0.00 209.33 0.00 3 0.00 1686.67 > Rake::Task#invoke > 0.00 209.33 0.00 1 0.00 0.00 > Rake::TestTask#rake_loader > 0.00 209.33 0.00 1 0.00 30.00 > Rake::TestTask#file_list > 0.00 209.33 0.00 1 0.00 0.00 > Rake::FileList#join > 0.00 209.33 0.00 1 0.00 0.00 > Rake::TestTask#option_list > 0.00 209.33 0.00 2 0.00 0.00 > RakeFileUtils.rake_merge_option > 0.00 209.33 0.00 1 0.00 0.00 > RakeFileUtils.rake_check_options > 0.00 209.33 0.00 22 0.00 0.00 > OptionParser::Switch#match_nonswitch? > 0.00 209.33 0.00 1 0.00 10.00 > FileUtils.rake_system > 0.00 209.33 0.00 1 0.00 10.00 FileUtils.sh > 0.00 209.33 0.00 1 0.00 10.00 RakeFileUtils.sh > 0.00 209.33 0.00 1 0.00 10.00 FileUtils.ruby > 0.00 209.33 0.00 1 0.00 10.00 > RakeFileUtils.ruby > 0.00 209.33 0.00 1 0.00 50.00 > RakeFileUtils.verbose > 0.00 209.33 0.00 270 0.00 0.00 Regexp#==> 0.00 209.33 0.00 1 0.00 1920.00 > Rake::Application#top_level > 0.00 209.33 0.00 16 0.00 8.75 > Mysql#store_result > 0.00 209.79 0.00 1 0.00 209790.00 #toplevel > > > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.