├── log ├── .keep └── newrelic_agent.log ├── app ├── mailers │ └── .keep ├── models │ ├── .keep │ └── concerns │ │ └── .keep ├── assets │ ├── images │ │ ├── .keep │ │ ├── .DS_Store │ │ └── BailBetter16x9.png │ ├── .DS_Store │ ├── javascripts │ │ ├── .DS_Store │ │ ├── application.js │ │ └── jquery.placeholder.js │ └── stylesheets │ │ ├── .DS_Store │ │ ├── styles.css.scss.erb │ │ ├── application.css.scss │ │ ├── theme-belize-hole.css │ │ └── theme-light.css.erb ├── controllers │ ├── concerns │ │ └── .keep │ ├── welcome_controller.rb │ └── application_controller.rb ├── .DS_Store ├── helpers │ └── application_helper.rb └── views │ ├── layouts │ └── application.html.erb │ ├── shared │ ├── _footer.html.erb │ └── _head.html.erb │ └── welcome │ └── index.html.erb ├── lib ├── assets │ └── .keep └── tasks │ └── .keep ├── public ├── favicon.ico ├── robots.txt ├── 500.html ├── 422.html └── 404.html ├── test ├── helpers │ └── .keep ├── mailers │ └── .keep ├── models │ └── .keep ├── controllers │ └── .keep ├── fixtures │ └── .keep ├── integration │ └── .keep └── test_helper.rb ├── vendor └── assets │ ├── javascripts │ └── .keep │ └── stylesheets │ └── .keep ├── README.md ├── .DS_Store ├── bin ├── rake ├── bundle └── rails ├── .gitignore ├── config.ru ├── config ├── boot.rb ├── environment.rb ├── initializers │ ├── session_store.rb │ ├── filter_parameter_logging.rb │ ├── mime_types.rb │ ├── backtrace_silencers.rb │ ├── wrap_parameters.rb │ ├── inflections.rb │ └── secret_token.rb ├── database.yml ├── locales │ └── en.yml ├── application.rb ├── environments │ ├── development.rb │ ├── test.rb │ └── production.rb ├── routes.rb └── newrelic.yml ├── tmp └── cache │ └── assets │ └── development │ ├── sprockets │ ├── 034de534ec3c13cd79f54f251b93c484 │ ├── 03993a37b5c66670a4090f2c45a7fc5f │ ├── 06e5a6672e005afbaa764f9e19152905 │ ├── 077ebd51121fe03722dc5727a8ab6560 │ ├── 093a6b2cfb352d2f753404e269f700e9 │ ├── 0ce32b6c9799dbba349206fc12536782 │ ├── 0dfa488509ae1541fdc69b6bd769ee5a │ ├── 1011987688da8afc2510c7c4202b11c6 │ ├── 104d41a1ad13206848169ef83ceb2ef3 │ ├── 128ae69faf22b91875fd7e2cb5f11cc2 │ ├── 1456707e2c9a81e4dc9b8e0805609607 │ ├── 1936ff98394b43a0189dc6089a99ee4b │ ├── 1d32061259169b7596ad3c9c9caea4aa │ ├── 2199995dd6439996524df1612c6e783a │ ├── 26d4bf93f4c5264da8f1c1e56cc4a47d │ ├── 28adcbea4336e09499b2164e0fa73432 │ ├── 2913b7ddbf086f9d34267885f3210e9d │ ├── 296cb3312ff77830bdca9ef674f1a39d │ ├── 2f50c9ff75619bd933c748ddf701830f │ ├── 2f5173deea6c795b8fdde723bb4b63af │ ├── 31178a0e62af31976638e9f8f5995ab7 │ ├── 3a2b19880496176338c2201a1c990e3a │ ├── 3c2e1d02fea0da9423a86da70a61e17a │ ├── 3e6c5ce61f994eb8303cbd50cb30841e │ ├── 440f3e494ffe6e025188ae920ca35997 │ ├── 44eecb3987b39377e40c65e4ecdb7c18 │ ├── 45237731fa0d9bbd83912e897505c825 │ ├── 4b2194ac84fc16701c716e256fdde6b8 │ ├── 4e756624f2be5369ca884795dee71d6a │ ├── 4e77b6e58e980c69a93f165d249d8573 │ ├── 524177c8b9568bf99b4584a0acef3407 │ ├── 54dd18c76df6c08e980a1786fda81a47 │ ├── 55f2366c1d8de0f5d53b5388202c25ba │ ├── 57dfa7854c6864329f9d9bfd4052581a │ ├── 5afbf26e98fe2fa3f3ab2b58d14f6844 │ ├── 5d11267831c0931dcd0b3b44d06f2834 │ ├── 60586a6d6cd56deaed3057bbfad6da4f │ ├── 64f8544e7bb4f895b68bce12f7306555 │ ├── 665841d956da3fdfe1b8b494700939cf │ ├── 67593bd1663f0ef5203af087e0224647 │ ├── 6cfd53814a90a89ad2af0aef9b4e63de │ ├── 6f0a5866992b033888a9e34b61bca03b │ ├── 7458acffae4350bf95217cefb30005d8 │ ├── 7bf3f89639694726efa6575b2ec5deb2 │ ├── 7cf59834b179fe4b4e31cb2754ac2ac1 │ ├── 820b18cf402a9877ba65551be5995a61 │ ├── 82498e36f028c2ed7a5b927e85a5b0cc │ ├── 83324e202b294d133b072a86f631ef7b │ ├── 866f12bb79c2926b3a1be7f9d4936fbe │ ├── 87b21bf4cd313bcfdfb375eb7090aa73 │ ├── 889f86178f1bec242f80b607d4bf5cf9 │ ├── 8ab512c9b33ac90e699b73469d71f061 │ ├── 8cea89379a993bf5224c51ec3daf5688 │ ├── 8ea362138761327cb86141af11aeab7c │ ├── 91e6be50c6ccd59a6b001cda119ccf40 │ ├── 927b7736febf1628ae0fca3a59d368f3 │ ├── 935268c6b03c6862029c90d230d30bdc │ ├── 9bc59f1ef9ee4113a0905ac933a252d4 │ ├── a3096bf68786e9665bd3530471d9f930 │ ├── a31a543cf6bb1195f9cba97c48590f8a │ ├── a5a4d9a39ae9966ebcd3834a50b49d24 │ ├── a96544e5bf3c3a21798c6ac2ff8158d9 │ ├── ad505a321cbb6fa599ad1ff457fca01d │ ├── af246d3c271663bf777c1978830f4c79 │ ├── b0a8ad5bfccb791d9d4f3a37bb5081f0 │ ├── b12dd6ccff2aec60a00168e6470ea390 │ ├── b28fb841041ec6b94c16e037f2ea926f │ ├── b9ff9fa84c1dd22ec61c9f1439e98e3f │ ├── bca44a24bc006a69a4124571d86c81af │ ├── bcca522c6302f184f12fe0e8a7d7e71a │ ├── bef0a3e35964e80e4bf422ecc08e51f7 │ ├── bf89c2996c4275bf8267827a676c9702 │ ├── c0b53672cc7de3f3f01b1609b447d942 │ ├── c13fc73ceafa45876a901b3e775b83ae │ ├── c4f816057109b08d1430dc9139d4573d │ ├── c6de5a4501670c8d5093c6deee165fd8 │ ├── c75cb63d32e4ad00978c9e94a0e63bf4 │ ├── c9490e96db836027df1bbecd8ec73710 │ ├── c9d0601f49b19594156ed7eabc20218e │ ├── ca672ccb97ce923ccf114b0f9306f4ea │ ├── cab04c306489db7a4b1cf182ff5de286 │ ├── ce8ec49fb83bb74f18aff00871c37675 │ ├── cffd775d018f68ce5dba1ee0d951a994 │ ├── d58c4255343005d17347995c9b51621e │ ├── d81d94ff62e1b2eebfcfa36cd219b530 │ ├── d885672cd0b8dcf1f9f517b9f84b599f │ ├── dd4313fe125a6004869fa9b7a319a6fa │ ├── dd5cdf84cf487e83b3f635ab7f8e2682 │ ├── ddd0f8c3d43a11f00e14674877822fa0 │ ├── de3295f8fa91a819927e57ef09a343ae │ ├── e5cfc3cc54268a49d6a6901d46205bfa │ ├── e6bc23b1b25b045cb0f53b7d88d4df62 │ ├── ee97e15ee77d4e19501645852bb96052 │ ├── f0125d0b12ee6c6c101fc728d8b7d6f2 │ ├── f06e4de27e7803f5a8fd8f2e2707f68e │ ├── f18b7c74454a90e570b5040aa18edc14 │ ├── f1baf6e53126e284c0daadfd363d3969 │ ├── f50c54761385bb9fa29c9eb12dfeef43 │ ├── f7cbd26ba1d28d48de824f0e94586655 │ ├── f84b2669af30bb72a00da3ba5402e46a │ ├── f9780d93482cffdb7217eab93710b007 │ ├── 42aebc28fcb3f896a0f3da169bc88d7a │ ├── fb798f2eeb1eafad1ed0fa855daa6952 │ └── f627058940ae6285a94d05e3baaeca59 │ └── sass │ ├── 3f9c6ba4e3b6b92484e92d102ca8c19b4a2fd5a1 │ ├── _icons.scssc │ ├── _list.scssc │ ├── _path.scssc │ ├── _mixins.scssc │ ├── _stacked.scssc │ ├── _spinning.scssc │ ├── _variables.scssc │ ├── _fixed-width.scssc │ ├── _bordered-pulled.scssc │ ├── _rotated-flipped.scssc │ ├── _core.scssc │ └── _larger.scssc │ ├── 6c2694db391624850630733fc2f04f618216f27f │ ├── _close.scssc │ ├── _code.scssc │ ├── _forms.scssc │ ├── _grid.scssc │ ├── _media.scssc │ ├── _navs.scssc │ ├── _pager.scssc │ ├── _print.scssc │ ├── _type.scssc │ ├── _wells.scssc │ ├── _alerts.scssc │ ├── _badges.scssc │ ├── _buttons.scssc │ ├── _labels.scssc │ ├── _mixins.scssc │ ├── _modals.scssc │ ├── _navbar.scssc │ ├── _panels.scssc │ ├── _tables.scssc │ ├── _tooltip.scssc │ ├── _bootstrap.scssc │ ├── _carousel.scssc │ ├── _dropdowns.scssc │ ├── _glyphicons.scssc │ ├── _jumbotron.scssc │ ├── _list-group.scssc │ ├── _normalize.scssc │ ├── _pagination.scssc │ ├── _popovers.scssc │ ├── _thumbnails.scssc │ ├── _utilities.scssc │ ├── _variables.scssc │ ├── _breadcrumbs.scssc │ ├── _input-groups.scssc │ ├── _scaffolding.scssc │ ├── _button-groups.scssc │ ├── _progress-bars.scssc │ ├── _component-animations.scssc │ └── _responsive-utilities.scssc │ ├── 434b70b5d8840ade2016954ce93e9f51ada553d5 │ └── bootstrap.scssc │ ├── e35913b35602eda34c9f198b7d2a485ab5f1ec21 │ └── font-awesome.scssc │ ├── 1178d688f8ffd6f8dded15566fb80f659c7b6cd2 │ ├── styles.css.scss.erbc │ └── application.css.scssc │ ├── 952e9c990d4684ed4cb98f3e18f8a0ddaff8fc10 │ ├── styles.css.scss.erbc │ └── application.css.scssc │ └── 96bd5a31640d0685d62107043d1a7996e9f42d0a │ └── font-awesome.css.erbc ├── Rakefile ├── db └── seeds.rb ├── README.rdoc ├── Gemfile └── Gemfile.lock /log/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /app/mailers/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /app/models/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/assets/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/tasks/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/favicon.ico: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/helpers/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/mailers/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/models/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /app/assets/images/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/controllers/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/fixtures/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/integration/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /app/models/concerns/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /app/controllers/concerns/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vendor/assets/javascripts/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vendor/assets/stylesheets/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | BailBetterLandingPage 2 | =================== 3 | -------------------------------------------------------------------------------- /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/.DS_Store -------------------------------------------------------------------------------- /app/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/app/.DS_Store -------------------------------------------------------------------------------- /app/assets/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/app/assets/.DS_Store -------------------------------------------------------------------------------- /bin/rake: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env ruby 2 | require_relative '../config/boot' 3 | require 'rake' 4 | Rake.application.run 5 | -------------------------------------------------------------------------------- /app/controllers/welcome_controller.rb: -------------------------------------------------------------------------------- 1 | class WelcomeController < ApplicationController 2 | def index 3 | end 4 | end 5 | -------------------------------------------------------------------------------- /app/assets/images/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/app/assets/images/.DS_Store -------------------------------------------------------------------------------- /app/assets/javascripts/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/app/assets/javascripts/.DS_Store -------------------------------------------------------------------------------- /app/assets/stylesheets/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/app/assets/stylesheets/.DS_Store -------------------------------------------------------------------------------- /app/assets/images/BailBetter16x9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/app/assets/images/BailBetter16x9.png -------------------------------------------------------------------------------- /bin/bundle: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env ruby 2 | ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) 3 | load Gem.bin_path('bundler', 'bundle') 4 | -------------------------------------------------------------------------------- /bin/rails: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env ruby 2 | APP_PATH = File.expand_path('../../config/application', __FILE__) 3 | require_relative '../config/boot' 4 | require 'rails/commands' 5 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | 3 | *~ 4 | .bundle 5 | db/*.sqlite3 6 | log/*.log 7 | tmp/ 8 | temp/ 9 | *.swp 10 | dump.rdb 11 | 12 | public/assets 13 | 14 | public/system/* -------------------------------------------------------------------------------- /config.ru: -------------------------------------------------------------------------------- 1 | # This file is used by Rack-based servers to start the application. 2 | 3 | require ::File.expand_path('../config/environment', __FILE__) 4 | run Rails.application 5 | -------------------------------------------------------------------------------- /config/boot.rb: -------------------------------------------------------------------------------- 1 | # Set up gems listed in the Gemfile. 2 | ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) 3 | 4 | require 'bundler/setup' if File.exists?(ENV['BUNDLE_GEMFILE']) 5 | -------------------------------------------------------------------------------- /config/environment.rb: -------------------------------------------------------------------------------- 1 | # Load the Rails application. 2 | require File.expand_path('../application', __FILE__) 3 | 4 | # Initialize the Rails application. 5 | BailBetterLandingPage::Application.initialize! 6 | -------------------------------------------------------------------------------- /config/initializers/session_store.rb: -------------------------------------------------------------------------------- 1 | # Be sure to restart your server when you modify this file. 2 | 3 | BailBetterLandingPage::Application.config.session_store :cookie_store, key: '_BailBetterLandingPage_session' 4 | -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/034de534ec3c13cd79f54f251b93c484: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/034de534ec3c13cd79f54f251b93c484 -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/03993a37b5c66670a4090f2c45a7fc5f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/03993a37b5c66670a4090f2c45a7fc5f -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/06e5a6672e005afbaa764f9e19152905: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/06e5a6672e005afbaa764f9e19152905 -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/077ebd51121fe03722dc5727a8ab6560: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/077ebd51121fe03722dc5727a8ab6560 -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/093a6b2cfb352d2f753404e269f700e9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/093a6b2cfb352d2f753404e269f700e9 -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/0ce32b6c9799dbba349206fc12536782: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/0ce32b6c9799dbba349206fc12536782 -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/0dfa488509ae1541fdc69b6bd769ee5a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/0dfa488509ae1541fdc69b6bd769ee5a -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/1011987688da8afc2510c7c4202b11c6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/1011987688da8afc2510c7c4202b11c6 -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/104d41a1ad13206848169ef83ceb2ef3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/104d41a1ad13206848169ef83ceb2ef3 -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/128ae69faf22b91875fd7e2cb5f11cc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/128ae69faf22b91875fd7e2cb5f11cc2 -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/1456707e2c9a81e4dc9b8e0805609607: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/1456707e2c9a81e4dc9b8e0805609607 -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/1936ff98394b43a0189dc6089a99ee4b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/1936ff98394b43a0189dc6089a99ee4b -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/1d32061259169b7596ad3c9c9caea4aa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/1d32061259169b7596ad3c9c9caea4aa -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/2199995dd6439996524df1612c6e783a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/2199995dd6439996524df1612c6e783a -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/26d4bf93f4c5264da8f1c1e56cc4a47d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/26d4bf93f4c5264da8f1c1e56cc4a47d -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/28adcbea4336e09499b2164e0fa73432: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/28adcbea4336e09499b2164e0fa73432 -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/2913b7ddbf086f9d34267885f3210e9d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/2913b7ddbf086f9d34267885f3210e9d -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/296cb3312ff77830bdca9ef674f1a39d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/296cb3312ff77830bdca9ef674f1a39d -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/2f50c9ff75619bd933c748ddf701830f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/2f50c9ff75619bd933c748ddf701830f -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/31178a0e62af31976638e9f8f5995ab7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/31178a0e62af31976638e9f8f5995ab7 -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/3a2b19880496176338c2201a1c990e3a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/3a2b19880496176338c2201a1c990e3a -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/3c2e1d02fea0da9423a86da70a61e17a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/3c2e1d02fea0da9423a86da70a61e17a -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/3e6c5ce61f994eb8303cbd50cb30841e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/3e6c5ce61f994eb8303cbd50cb30841e -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/440f3e494ffe6e025188ae920ca35997: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/440f3e494ffe6e025188ae920ca35997 -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/44eecb3987b39377e40c65e4ecdb7c18: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/44eecb3987b39377e40c65e4ecdb7c18 -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/45237731fa0d9bbd83912e897505c825: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/45237731fa0d9bbd83912e897505c825 -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/4b2194ac84fc16701c716e256fdde6b8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/4b2194ac84fc16701c716e256fdde6b8 -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/4e756624f2be5369ca884795dee71d6a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/4e756624f2be5369ca884795dee71d6a -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/4e77b6e58e980c69a93f165d249d8573: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/4e77b6e58e980c69a93f165d249d8573 -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/524177c8b9568bf99b4584a0acef3407: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/524177c8b9568bf99b4584a0acef3407 -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/54dd18c76df6c08e980a1786fda81a47: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/54dd18c76df6c08e980a1786fda81a47 -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/55f2366c1d8de0f5d53b5388202c25ba: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/55f2366c1d8de0f5d53b5388202c25ba -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/57dfa7854c6864329f9d9bfd4052581a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/57dfa7854c6864329f9d9bfd4052581a -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/5afbf26e98fe2fa3f3ab2b58d14f6844: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/5afbf26e98fe2fa3f3ab2b58d14f6844 -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/5d11267831c0931dcd0b3b44d06f2834: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/5d11267831c0931dcd0b3b44d06f2834 -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/60586a6d6cd56deaed3057bbfad6da4f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/60586a6d6cd56deaed3057bbfad6da4f -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/64f8544e7bb4f895b68bce12f7306555: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/64f8544e7bb4f895b68bce12f7306555 -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/665841d956da3fdfe1b8b494700939cf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/665841d956da3fdfe1b8b494700939cf -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/67593bd1663f0ef5203af087e0224647: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/67593bd1663f0ef5203af087e0224647 -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/6cfd53814a90a89ad2af0aef9b4e63de: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/6cfd53814a90a89ad2af0aef9b4e63de -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/6f0a5866992b033888a9e34b61bca03b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/6f0a5866992b033888a9e34b61bca03b -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/7458acffae4350bf95217cefb30005d8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/7458acffae4350bf95217cefb30005d8 -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/7bf3f89639694726efa6575b2ec5deb2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/7bf3f89639694726efa6575b2ec5deb2 -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/7cf59834b179fe4b4e31cb2754ac2ac1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/7cf59834b179fe4b4e31cb2754ac2ac1 -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/820b18cf402a9877ba65551be5995a61: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/820b18cf402a9877ba65551be5995a61 -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/82498e36f028c2ed7a5b927e85a5b0cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/82498e36f028c2ed7a5b927e85a5b0cc -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/83324e202b294d133b072a86f631ef7b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/83324e202b294d133b072a86f631ef7b -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/866f12bb79c2926b3a1be7f9d4936fbe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/866f12bb79c2926b3a1be7f9d4936fbe -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/87b21bf4cd313bcfdfb375eb7090aa73: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/87b21bf4cd313bcfdfb375eb7090aa73 -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/889f86178f1bec242f80b607d4bf5cf9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/889f86178f1bec242f80b607d4bf5cf9 -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/8ab512c9b33ac90e699b73469d71f061: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/8ab512c9b33ac90e699b73469d71f061 -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/8cea89379a993bf5224c51ec3daf5688: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/8cea89379a993bf5224c51ec3daf5688 -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/8ea362138761327cb86141af11aeab7c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/8ea362138761327cb86141af11aeab7c -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/91e6be50c6ccd59a6b001cda119ccf40: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/91e6be50c6ccd59a6b001cda119ccf40 -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/927b7736febf1628ae0fca3a59d368f3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/927b7736febf1628ae0fca3a59d368f3 -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/935268c6b03c6862029c90d230d30bdc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/935268c6b03c6862029c90d230d30bdc -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/9bc59f1ef9ee4113a0905ac933a252d4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/9bc59f1ef9ee4113a0905ac933a252d4 -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/a3096bf68786e9665bd3530471d9f930: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/a3096bf68786e9665bd3530471d9f930 -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/a31a543cf6bb1195f9cba97c48590f8a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/a31a543cf6bb1195f9cba97c48590f8a -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/a5a4d9a39ae9966ebcd3834a50b49d24: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/a5a4d9a39ae9966ebcd3834a50b49d24 -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/a96544e5bf3c3a21798c6ac2ff8158d9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/a96544e5bf3c3a21798c6ac2ff8158d9 -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/ad505a321cbb6fa599ad1ff457fca01d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/ad505a321cbb6fa599ad1ff457fca01d -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/af246d3c271663bf777c1978830f4c79: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/af246d3c271663bf777c1978830f4c79 -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/b0a8ad5bfccb791d9d4f3a37bb5081f0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/b0a8ad5bfccb791d9d4f3a37bb5081f0 -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/b12dd6ccff2aec60a00168e6470ea390: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/b12dd6ccff2aec60a00168e6470ea390 -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/b28fb841041ec6b94c16e037f2ea926f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/b28fb841041ec6b94c16e037f2ea926f -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/b9ff9fa84c1dd22ec61c9f1439e98e3f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/b9ff9fa84c1dd22ec61c9f1439e98e3f -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/bca44a24bc006a69a4124571d86c81af: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/bca44a24bc006a69a4124571d86c81af -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/bcca522c6302f184f12fe0e8a7d7e71a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/bcca522c6302f184f12fe0e8a7d7e71a -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/bef0a3e35964e80e4bf422ecc08e51f7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/bef0a3e35964e80e4bf422ecc08e51f7 -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/bf89c2996c4275bf8267827a676c9702: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/bf89c2996c4275bf8267827a676c9702 -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/c0b53672cc7de3f3f01b1609b447d942: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/c0b53672cc7de3f3f01b1609b447d942 -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/c13fc73ceafa45876a901b3e775b83ae: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/c13fc73ceafa45876a901b3e775b83ae -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/c4f816057109b08d1430dc9139d4573d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/c4f816057109b08d1430dc9139d4573d -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/c6de5a4501670c8d5093c6deee165fd8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/c6de5a4501670c8d5093c6deee165fd8 -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/c75cb63d32e4ad00978c9e94a0e63bf4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/c75cb63d32e4ad00978c9e94a0e63bf4 -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/c9490e96db836027df1bbecd8ec73710: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/c9490e96db836027df1bbecd8ec73710 -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/c9d0601f49b19594156ed7eabc20218e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/c9d0601f49b19594156ed7eabc20218e -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/ca672ccb97ce923ccf114b0f9306f4ea: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/ca672ccb97ce923ccf114b0f9306f4ea -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/cab04c306489db7a4b1cf182ff5de286: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/cab04c306489db7a4b1cf182ff5de286 -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/ce8ec49fb83bb74f18aff00871c37675: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/ce8ec49fb83bb74f18aff00871c37675 -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/d58c4255343005d17347995c9b51621e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/d58c4255343005d17347995c9b51621e -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/d81d94ff62e1b2eebfcfa36cd219b530: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/d81d94ff62e1b2eebfcfa36cd219b530 -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/d885672cd0b8dcf1f9f517b9f84b599f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/d885672cd0b8dcf1f9f517b9f84b599f -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/dd4313fe125a6004869fa9b7a319a6fa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/dd4313fe125a6004869fa9b7a319a6fa -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/dd5cdf84cf487e83b3f635ab7f8e2682: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/dd5cdf84cf487e83b3f635ab7f8e2682 -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/ddd0f8c3d43a11f00e14674877822fa0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/ddd0f8c3d43a11f00e14674877822fa0 -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/de3295f8fa91a819927e57ef09a343ae: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/de3295f8fa91a819927e57ef09a343ae -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/e5cfc3cc54268a49d6a6901d46205bfa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/e5cfc3cc54268a49d6a6901d46205bfa -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/e6bc23b1b25b045cb0f53b7d88d4df62: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/e6bc23b1b25b045cb0f53b7d88d4df62 -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/ee97e15ee77d4e19501645852bb96052: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/ee97e15ee77d4e19501645852bb96052 -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/f0125d0b12ee6c6c101fc728d8b7d6f2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/f0125d0b12ee6c6c101fc728d8b7d6f2 -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/f06e4de27e7803f5a8fd8f2e2707f68e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/f06e4de27e7803f5a8fd8f2e2707f68e -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/f18b7c74454a90e570b5040aa18edc14: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/f18b7c74454a90e570b5040aa18edc14 -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/f1baf6e53126e284c0daadfd363d3969: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/f1baf6e53126e284c0daadfd363d3969 -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/f50c54761385bb9fa29c9eb12dfeef43: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/f50c54761385bb9fa29c9eb12dfeef43 -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/f84b2669af30bb72a00da3ba5402e46a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/f84b2669af30bb72a00da3ba5402e46a -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/f9780d93482cffdb7217eab93710b007: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sprockets/f9780d93482cffdb7217eab93710b007 -------------------------------------------------------------------------------- /public/robots.txt: -------------------------------------------------------------------------------- 1 | # See http://www.robotstxt.org/wc/norobots.html for documentation on how to use the robots.txt file 2 | # 3 | # To ban all spiders from the entire site uncomment the next two lines: 4 | # User-agent: * 5 | # Disallow: / 6 | -------------------------------------------------------------------------------- /tmp/cache/assets/development/sass/3f9c6ba4e3b6b92484e92d102ca8c19b4a2fd5a1/_icons.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sass/3f9c6ba4e3b6b92484e92d102ca8c19b4a2fd5a1/_icons.scssc -------------------------------------------------------------------------------- /tmp/cache/assets/development/sass/3f9c6ba4e3b6b92484e92d102ca8c19b4a2fd5a1/_list.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sass/3f9c6ba4e3b6b92484e92d102ca8c19b4a2fd5a1/_list.scssc -------------------------------------------------------------------------------- /tmp/cache/assets/development/sass/3f9c6ba4e3b6b92484e92d102ca8c19b4a2fd5a1/_path.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sass/3f9c6ba4e3b6b92484e92d102ca8c19b4a2fd5a1/_path.scssc -------------------------------------------------------------------------------- /tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_close.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_close.scssc -------------------------------------------------------------------------------- /tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_code.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_code.scssc -------------------------------------------------------------------------------- /tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_forms.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_forms.scssc -------------------------------------------------------------------------------- /tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_grid.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_grid.scssc -------------------------------------------------------------------------------- /tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_media.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_media.scssc -------------------------------------------------------------------------------- /tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_navs.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_navs.scssc -------------------------------------------------------------------------------- /tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_pager.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_pager.scssc -------------------------------------------------------------------------------- /tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_print.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_print.scssc -------------------------------------------------------------------------------- /tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_type.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_type.scssc -------------------------------------------------------------------------------- /tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_wells.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_wells.scssc -------------------------------------------------------------------------------- /tmp/cache/assets/development/sass/3f9c6ba4e3b6b92484e92d102ca8c19b4a2fd5a1/_mixins.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sass/3f9c6ba4e3b6b92484e92d102ca8c19b4a2fd5a1/_mixins.scssc -------------------------------------------------------------------------------- /tmp/cache/assets/development/sass/3f9c6ba4e3b6b92484e92d102ca8c19b4a2fd5a1/_stacked.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sass/3f9c6ba4e3b6b92484e92d102ca8c19b4a2fd5a1/_stacked.scssc -------------------------------------------------------------------------------- /tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_alerts.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_alerts.scssc -------------------------------------------------------------------------------- /tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_badges.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_badges.scssc -------------------------------------------------------------------------------- /tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_buttons.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_buttons.scssc -------------------------------------------------------------------------------- /tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_labels.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_labels.scssc -------------------------------------------------------------------------------- /tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_mixins.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_mixins.scssc -------------------------------------------------------------------------------- /tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_modals.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_modals.scssc -------------------------------------------------------------------------------- /tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_navbar.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_navbar.scssc -------------------------------------------------------------------------------- /tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_panels.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_panels.scssc -------------------------------------------------------------------------------- /tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_tables.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_tables.scssc -------------------------------------------------------------------------------- /tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_tooltip.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_tooltip.scssc -------------------------------------------------------------------------------- /config/initializers/filter_parameter_logging.rb: -------------------------------------------------------------------------------- 1 | # Be sure to restart your server when you modify this file. 2 | 3 | # Configure sensitive parameters which will be filtered from the log file. 4 | Rails.application.config.filter_parameters += [:password] 5 | -------------------------------------------------------------------------------- /config/initializers/mime_types.rb: -------------------------------------------------------------------------------- 1 | # Be sure to restart your server when you modify this file. 2 | 3 | # Add new mime types for use in respond_to blocks: 4 | # Mime::Type.register "text/richtext", :rtf 5 | # Mime::Type.register_alias "text/html", :iphone 6 | -------------------------------------------------------------------------------- /tmp/cache/assets/development/sass/3f9c6ba4e3b6b92484e92d102ca8c19b4a2fd5a1/_spinning.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sass/3f9c6ba4e3b6b92484e92d102ca8c19b4a2fd5a1/_spinning.scssc -------------------------------------------------------------------------------- /tmp/cache/assets/development/sass/3f9c6ba4e3b6b92484e92d102ca8c19b4a2fd5a1/_variables.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sass/3f9c6ba4e3b6b92484e92d102ca8c19b4a2fd5a1/_variables.scssc -------------------------------------------------------------------------------- /tmp/cache/assets/development/sass/434b70b5d8840ade2016954ce93e9f51ada553d5/bootstrap.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sass/434b70b5d8840ade2016954ce93e9f51ada553d5/bootstrap.scssc -------------------------------------------------------------------------------- /tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_bootstrap.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_bootstrap.scssc -------------------------------------------------------------------------------- /tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_carousel.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_carousel.scssc -------------------------------------------------------------------------------- /tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_dropdowns.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_dropdowns.scssc -------------------------------------------------------------------------------- /tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_glyphicons.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_glyphicons.scssc -------------------------------------------------------------------------------- /tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_jumbotron.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_jumbotron.scssc -------------------------------------------------------------------------------- /tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_list-group.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_list-group.scssc -------------------------------------------------------------------------------- /tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_normalize.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_normalize.scssc -------------------------------------------------------------------------------- /tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_pagination.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_pagination.scssc -------------------------------------------------------------------------------- /tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_popovers.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_popovers.scssc -------------------------------------------------------------------------------- /tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_thumbnails.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_thumbnails.scssc -------------------------------------------------------------------------------- /tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_utilities.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_utilities.scssc -------------------------------------------------------------------------------- /tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_variables.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_variables.scssc -------------------------------------------------------------------------------- /tmp/cache/assets/development/sass/3f9c6ba4e3b6b92484e92d102ca8c19b4a2fd5a1/_fixed-width.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sass/3f9c6ba4e3b6b92484e92d102ca8c19b4a2fd5a1/_fixed-width.scssc -------------------------------------------------------------------------------- /tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_breadcrumbs.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_breadcrumbs.scssc -------------------------------------------------------------------------------- /tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_input-groups.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_input-groups.scssc -------------------------------------------------------------------------------- /tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_scaffolding.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_scaffolding.scssc -------------------------------------------------------------------------------- /tmp/cache/assets/development/sass/e35913b35602eda34c9f198b7d2a485ab5f1ec21/font-awesome.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sass/e35913b35602eda34c9f198b7d2a485ab5f1ec21/font-awesome.scssc -------------------------------------------------------------------------------- /app/controllers/application_controller.rb: -------------------------------------------------------------------------------- 1 | class ApplicationController < ActionController::Base 2 | # Prevent CSRF attacks by raising an exception. 3 | # For APIs, you may want to use :null_session instead. 4 | protect_from_forgery with: :exception 5 | end 6 | -------------------------------------------------------------------------------- /tmp/cache/assets/development/sass/1178d688f8ffd6f8dded15566fb80f659c7b6cd2/styles.css.scss.erbc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sass/1178d688f8ffd6f8dded15566fb80f659c7b6cd2/styles.css.scss.erbc -------------------------------------------------------------------------------- /tmp/cache/assets/development/sass/3f9c6ba4e3b6b92484e92d102ca8c19b4a2fd5a1/_bordered-pulled.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sass/3f9c6ba4e3b6b92484e92d102ca8c19b4a2fd5a1/_bordered-pulled.scssc -------------------------------------------------------------------------------- /tmp/cache/assets/development/sass/3f9c6ba4e3b6b92484e92d102ca8c19b4a2fd5a1/_rotated-flipped.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sass/3f9c6ba4e3b6b92484e92d102ca8c19b4a2fd5a1/_rotated-flipped.scssc -------------------------------------------------------------------------------- /tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_button-groups.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_button-groups.scssc -------------------------------------------------------------------------------- /tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_progress-bars.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_progress-bars.scssc -------------------------------------------------------------------------------- /tmp/cache/assets/development/sass/952e9c990d4684ed4cb98f3e18f8a0ddaff8fc10/styles.css.scss.erbc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sass/952e9c990d4684ed4cb98f3e18f8a0ddaff8fc10/styles.css.scss.erbc -------------------------------------------------------------------------------- /tmp/cache/assets/development/sass/96bd5a31640d0685d62107043d1a7996e9f42d0a/font-awesome.css.erbc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sass/96bd5a31640d0685d62107043d1a7996e9f42d0a/font-awesome.css.erbc -------------------------------------------------------------------------------- /app/assets/stylesheets/styles.css.scss.erb: -------------------------------------------------------------------------------- 1 | footer { 2 | small { 3 | i { 4 | color: #2980b9; 5 | } 6 | } 7 | } 8 | 9 | em { 10 | color: #2980b9; 11 | } 12 | 13 | .margin-bottom-10 { 14 | margin-bottom: 10px; 15 | font-size: 16px; 16 | } -------------------------------------------------------------------------------- /tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_component-animations.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_component-animations.scssc -------------------------------------------------------------------------------- /tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_responsive-utilities.scssc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TrevorHinesley/BailBetterLandingPage/master/tmp/cache/assets/development/sass/6c2694db391624850630733fc2f04f618216f27f/_responsive-utilities.scssc -------------------------------------------------------------------------------- /Rakefile: -------------------------------------------------------------------------------- 1 | # Add your own tasks in files placed in lib/tasks ending in .rake, 2 | # for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. 3 | 4 | require File.expand_path('../config/application', __FILE__) 5 | 6 | BailBetterLandingPage::Application.load_tasks 7 | -------------------------------------------------------------------------------- /app/helpers/application_helper.rb: -------------------------------------------------------------------------------- 1 | module ApplicationHelper 2 | def title(page_title) 3 | content_for :title, page_title.to_s 4 | end 5 | 6 | def description(page_description) 7 | content_for :description, page_description.to_s 8 | end 9 | 10 | def keywords(page_keywords) 11 | content_for :keywords, page_keywords.to_s 12 | end 13 | end -------------------------------------------------------------------------------- /db/seeds.rb: -------------------------------------------------------------------------------- 1 | # This file should contain all the record creation needed to seed the database with its default values. 2 | # The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). 3 | # 4 | # Examples: 5 | # 6 | # cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) 7 | # Mayor.create(name: 'Emanuel', city: cities.first) 8 | -------------------------------------------------------------------------------- /config/database.yml: -------------------------------------------------------------------------------- 1 | development: 2 | host: localhost 3 | adapter: postgresql 4 | database: bailbetterlandingpage_development 5 | 6 | staging: 7 | adapter: postgresql 8 | database: bailbetterlandingpage_staging 9 | 10 | production: 11 | adapter: postgresql 12 | database: bailbetterlandingpage_production 13 | 14 | test: 15 | host: localhost 16 | adapter: postgresql 17 | database: bailbetterlandingpage_test -------------------------------------------------------------------------------- /config/initializers/backtrace_silencers.rb: -------------------------------------------------------------------------------- 1 | # Be sure to restart your server when you modify this file. 2 | 3 | # You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces. 4 | # Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ } 5 | 6 | # You can also remove all the silencers if you're trying to debug a problem that might stem from framework code. 7 | # Rails.backtrace_cleaner.remove_silencers! 8 | -------------------------------------------------------------------------------- /app/views/layouts/application.html.erb: -------------------------------------------------------------------------------- 1 | 2 | 3 | <%= render 'shared/head' %> 4 | 5 | 6 | 7 | <%= yield %> 8 | <%= render 'shared/footer' %> 9 | 10 | <%= javascript_include_tag "application", "data-turbolinks-track" => true %> 11 | 12 | 13 | 14 | 15 | <%= yield :page_specific_js %> 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /app/views/shared/_footer.html.erb: -------------------------------------------------------------------------------- 1 | 2 | 14 | -------------------------------------------------------------------------------- /test/test_helper.rb: -------------------------------------------------------------------------------- 1 | ENV["RAILS_ENV"] ||= "test" 2 | require File.expand_path('../../config/environment', __FILE__) 3 | require 'rails/test_help' 4 | 5 | class ActiveSupport::TestCase 6 | ActiveRecord::Migration.check_pending! 7 | 8 | # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order. 9 | # 10 | # Note: You'll currently still have to declare fixtures explicitly in integration tests 11 | # -- they do not yet inherit this setting 12 | fixtures :all 13 | 14 | # Add more helper methods to be used by all tests here... 15 | end 16 | -------------------------------------------------------------------------------- /config/initializers/wrap_parameters.rb: -------------------------------------------------------------------------------- 1 | # Be sure to restart your server when you modify this file. 2 | 3 | # This file contains settings for ActionController::ParamsWrapper which 4 | # is enabled by default. 5 | 6 | # Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. 7 | ActiveSupport.on_load(:action_controller) do 8 | wrap_parameters format: [:json] if respond_to?(:wrap_parameters) 9 | end 10 | 11 | # To enable root element in JSON for ActiveRecord objects. 12 | # ActiveSupport.on_load(:active_record) do 13 | # self.include_root_in_json = true 14 | # end 15 | -------------------------------------------------------------------------------- /README.rdoc: -------------------------------------------------------------------------------- 1 | == README 2 | 3 | This README would normally document whatever steps are necessary to get the 4 | application up and running. 5 | 6 | Things you may want to cover: 7 | 8 | * Ruby version 9 | 10 | * System dependencies 11 | 12 | * Configuration 13 | 14 | * Database creation 15 | 16 | * Database initialization 17 | 18 | * How to run the test suite 19 | 20 | * Services (job queues, cache servers, search engines, etc.) 21 | 22 | * Deployment instructions 23 | 24 | * ... 25 | 26 | 27 | Please feel free to use a different markup language if you do not plan to run 28 | rake doc:app. 29 | -------------------------------------------------------------------------------- /config/initializers/inflections.rb: -------------------------------------------------------------------------------- 1 | # Be sure to restart your server when you modify this file. 2 | 3 | # Add new inflection rules using the following format. Inflections 4 | # are locale specific, and you may define rules for as many different 5 | # locales as you wish. All of these examples are active by default: 6 | # ActiveSupport::Inflector.inflections(:en) do |inflect| 7 | # inflect.plural /^(ox)$/i, '\1en' 8 | # inflect.singular /^(ox)en/i, '\1' 9 | # inflect.irregular 'person', 'people' 10 | # inflect.uncountable %w( fish sheep ) 11 | # end 12 | 13 | # These inflection rules are supported but not enabled by default: 14 | # ActiveSupport::Inflector.inflections(:en) do |inflect| 15 | # inflect.acronym 'RESTful' 16 | # end 17 | -------------------------------------------------------------------------------- /config/initializers/secret_token.rb: -------------------------------------------------------------------------------- 1 | # Be sure to restart your server when you modify this file. 2 | 3 | # Your secret key is used for verifying the integrity of signed cookies. 4 | # If you change this key, all old signed cookies will become invalid! 5 | 6 | # Make sure the secret is at least 30 characters and all random, 7 | # no regular words or you'll be exposed to dictionary attacks. 8 | # You can use `rake secret` to generate a secure secret key. 9 | 10 | # Make sure your secret_key_base is kept private 11 | # if you're sharing your code publicly. 12 | BailBetterLandingPage::Application.config.secret_key_base = '68087a9985b08f0c7e69dbcbb57087252fbf795a04d9bc2cf9ed176d2337a5555e3de8f3834271c986f5c19817d1ef1a7def2d9c63f3756cdc8e85bcfba2b39d' 13 | -------------------------------------------------------------------------------- /config/locales/en.yml: -------------------------------------------------------------------------------- 1 | # Files in the config/locales directory are used for internationalization 2 | # and are automatically loaded by Rails. If you want to use locales other 3 | # than English, add the necessary files in this directory. 4 | # 5 | # To use the locales, use `I18n.t`: 6 | # 7 | # I18n.t 'hello' 8 | # 9 | # In views, this is aliased to just `t`: 10 | # 11 | # <%= t('hello') %> 12 | # 13 | # To use a different locale, set it with `I18n.locale`: 14 | # 15 | # I18n.locale = :es 16 | # 17 | # This would use the information in config/locales/es.yml. 18 | # 19 | # To learn more, please read the Rails Internationalization guide 20 | # available at http://guides.rubyonrails.org/i18n.html. 21 | 22 | en: 23 | hello: "Hello world" 24 | -------------------------------------------------------------------------------- /app/assets/javascripts/application.js: -------------------------------------------------------------------------------- 1 | // This is a manifest file that'll be compiled into application.js, which will include all the files 2 | // listed below. 3 | // 4 | // Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, 5 | // or vendor/assets/javascripts of plugins, if any, can be referenced here using a relative path. 6 | // 7 | // It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the 8 | // compiled file. 9 | // 10 | // Read Sprockets README (https://github.com/sstephenson/sprockets#sprockets-directives) for details 11 | // about supported directives. 12 | // 13 | //= require jquery 14 | //= require jquery_ujs 15 | //= require turbolinks 16 | //= require twitter/bootstrap 17 | //= require_tree . 18 | -------------------------------------------------------------------------------- /app/assets/stylesheets/application.css.scss: -------------------------------------------------------------------------------- 1 | /* 2 | * This is a manifest file that'll be compiled into application.css, which will include all the files 3 | * listed below. 4 | * 5 | * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, 6 | * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path. 7 | * 8 | * You're free to add application-wide styles to this file and they'll appear at the top of the 9 | * compiled file, but it's generally better to create a new file per style scope. 10 | * 11 | *= require twitter/bootstrap 12 | *= require font-awesome 13 | *= require_self 14 | *= require_tree . 15 | */ 16 | 17 | // change colors 18 | // $link-color: red; 19 | 20 | @import "twitter/bootstrap"; 21 | @import "font-awesome"; 22 | @import "styles"; -------------------------------------------------------------------------------- /config/application.rb: -------------------------------------------------------------------------------- 1 | require File.expand_path('../boot', __FILE__) 2 | 3 | require 'rails/all' 4 | 5 | # Require the gems listed in Gemfile, including any gems 6 | # you've limited to :test, :development, or :production. 7 | Bundler.require(:default, Rails.env) 8 | 9 | module BailBetterLandingPage 10 | class Application < Rails::Application 11 | # Settings in config/environments/* take precedence over those specified here. 12 | # Application configuration should go into files in config/initializers 13 | # -- all .rb files in that directory are automatically loaded. 14 | 15 | # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. 16 | # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. 17 | # config.time_zone = 'Central Time (US & Canada)' 18 | 19 | # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. 20 | # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] 21 | # config.i18n.default_locale = :de 22 | end 23 | end 24 | -------------------------------------------------------------------------------- /config/environments/development.rb: -------------------------------------------------------------------------------- 1 | BailBetterLandingPage::Application.configure do 2 | # Settings specified here will take precedence over those in config/application.rb. 3 | 4 | # In the development environment your application's code is reloaded on 5 | # every request. This slows down response time but is perfect for development 6 | # since you don't have to restart the web server when you make code changes. 7 | config.cache_classes = false 8 | 9 | # Do not eager load code on boot. 10 | config.eager_load = false 11 | 12 | # Show full error reports and disable caching. 13 | config.consider_all_requests_local = true 14 | config.action_controller.perform_caching = false 15 | 16 | # Don't care if the mailer can't send. 17 | config.action_mailer.raise_delivery_errors = false 18 | 19 | # Print deprecation notices to the Rails logger. 20 | config.active_support.deprecation = :log 21 | 22 | # Raise an error on page load if there are pending migrations 23 | config.active_record.migration_error = :page_load 24 | 25 | # Debug mode disables concatenation and preprocessing of assets. 26 | # This option may cause significant delays in view rendering with a large 27 | # number of complex assets. 28 | config.assets.debug = true 29 | end 30 | -------------------------------------------------------------------------------- /public/500.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | We're sorry, but something went wrong (500) 5 | 48 | 49 | 50 | 51 | 52 |
53 |

We're sorry, but something went wrong.

54 |
55 |

If you are the application owner check the logs for more information.

56 | 57 | 58 | -------------------------------------------------------------------------------- /tmp/cache/assets/development/sass/3f9c6ba4e3b6b92484e92d102ca8c19b4a2fd5a1/_core.scssc: -------------------------------------------------------------------------------- 1 | {: versionI"3.2.12 (Media Mark):EF:shaI"-233f23fb2b73c388b520551e016eb907cbfbd3e5;F: contents"o:Sass::Tree::RootNode 2 | :@children[o:Sass::Tree::CommentNode 3 | : @value[I"=/* Base Class Definition 4 | * ------------------------- */:ET: 5 | @type: silent;[: 6 | @linei: @options{o:Sass::Tree::RuleNode : 7 | @rule[I".; To:Sass::Script::Variable : 8 | @nameI"fa-css-prefix; T:@underscored_nameI"fa_css_prefix; T; i ; @ : 9 | @tabsi;[ o:Sass::Tree::PropNode ;[I" display; T;o:Sass::Script::String;I"inline-block; T; 10 | :identifier; @ ;i:@prop_syntax:new;[; i 11 | ; @ o; ;[I"font-family; T;o;;I"FontAwesome; T; 12 | ;; @ ;i;;;[; i ; @ o; ;[I"font-style; T;o;;I" normal; T; 13 | ;; @ ;i;;;[; i ; @ o; ;[I"font-weight; T;o;;I" normal; T; 14 | ;; @ ;i;;;[; i ; @ o; ;[I"line-height; T;o;;I"1; T; 15 | ;; @ ;i;;;[; i; @ o; ;[I"-webkit-font-smoothing; T;o;;I"antialiased; T; 16 | ;; @ ;i;;;[; i; @ o; ;[I"-moz-osx-font-smoothing; T;o;;I"grayscale; T; 17 | ;; @ ;i;;;[; i; @ ; i :@has_childrenT; @ :@templateI"// Base Class Definition 18 | // ------------------------- 19 | 20 | .#{$fa-css-prefix} { 21 | display: inline-block; 22 | font-family: FontAwesome; 23 | font-style: normal; 24 | font-weight: normal; 25 | line-height: 1; 26 | -webkit-font-smoothing: antialiased; 27 | -moz-osx-font-smoothing: grayscale; 28 | } 29 | ; T; i;T; @ -------------------------------------------------------------------------------- /public/422.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | The change you wanted was rejected (422) 5 | 48 | 49 | 50 | 51 | 52 |
53 |

The change you wanted was rejected.

54 |

Maybe you tried to change something you didn't have access to.

55 |
56 |

If you are the application owner check the logs for more information.

57 | 58 | 59 | -------------------------------------------------------------------------------- /public/404.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | The page you were looking for doesn't exist (404) 5 | 48 | 49 | 50 | 51 | 52 |
53 |

The page you were looking for doesn't exist.

54 |

You may have mistyped the address or the page may have moved.

55 |
56 |

If you are the application owner check the logs for more information.

57 | 58 | 59 | -------------------------------------------------------------------------------- /Gemfile: -------------------------------------------------------------------------------- 1 | source 'https://rubygems.org' 2 | source 'http://gems.github.com' 3 | 4 | ruby '2.0.0' 5 | 6 | # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' 7 | gem 'rails', '4.0.0' 8 | 9 | # Use postgres as the database for Active Record 10 | gem 'pg' 11 | 12 | # Use SCSS for stylesheets 13 | gem 'sass-rails', '~> 4.0.0' 14 | 15 | # Use Uglifier as compressor for JavaScript assets 16 | gem 'uglifier', '>= 1.3.0' 17 | 18 | # Use CoffeeScript for .js.coffee assets and views 19 | gem 'coffee-rails', '~> 4.0.0' 20 | 21 | # See https://github.com/sstephenson/execjs#readme for more supported runtimes 22 | # gem 'therubyracer', platforms: :ruby 23 | 24 | # Use jquery as the JavaScript library 25 | gem 'jquery-rails' 26 | 27 | # Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks 28 | gem 'turbolinks' 29 | 30 | # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder 31 | gem 'jbuilder', '~> 1.2' 32 | 33 | group :doc do 34 | # bundle exec rake doc:rails generates the API under doc/api. 35 | gem 'sdoc', require: false 36 | end 37 | 38 | gem 'anjlab-bootstrap-rails', :require => 'bootstrap-rails', 39 | :github => 'anjlab/bootstrap-rails', 40 | :branch => '3.0.0' 41 | gem 'font-awesome-rails' 42 | gem 'newrelic_rpm' 43 | gem 'thin' 44 | 45 | # Use ActiveModel has_secure_password 46 | # gem 'bcrypt-ruby', '~> 3.0.0' 47 | 48 | # Use unicorn as the app server 49 | # gem 'unicorn' 50 | 51 | # Use Capistrano for deployment 52 | # gem 'capistrano', group: :development 53 | 54 | # Use debugger 55 | gem 'debugger', group: [:development, :test] 56 | gem 'rails_12factor', group: :production 57 | -------------------------------------------------------------------------------- /config/environments/test.rb: -------------------------------------------------------------------------------- 1 | BailBetterLandingPage::Application.configure do 2 | # Settings specified here will take precedence over those in config/application.rb. 3 | 4 | # The test environment is used exclusively to run your application's 5 | # test suite. You never need to work with it otherwise. Remember that 6 | # your test database is "scratch space" for the test suite and is wiped 7 | # and recreated between test runs. Don't rely on the data there! 8 | config.cache_classes = true 9 | 10 | # Do not eager load code on boot. This avoids loading your whole application 11 | # just for the purpose of running a single test. If you are using a tool that 12 | # preloads Rails for running tests, you may have to set it to true. 13 | config.eager_load = false 14 | 15 | # Configure static asset server for tests with Cache-Control for performance. 16 | config.serve_static_assets = true 17 | config.static_cache_control = "public, max-age=3600" 18 | 19 | # Show full error reports and disable caching. 20 | config.consider_all_requests_local = true 21 | config.action_controller.perform_caching = false 22 | 23 | # Raise exceptions instead of rendering exception templates. 24 | config.action_dispatch.show_exceptions = false 25 | 26 | # Disable request forgery protection in test environment. 27 | config.action_controller.allow_forgery_protection = false 28 | 29 | # Tell Action Mailer not to deliver emails to the real world. 30 | # The :test delivery method accumulates sent emails in the 31 | # ActionMailer::Base.deliveries array. 32 | config.action_mailer.delivery_method = :test 33 | 34 | # Print deprecation notices to the stderr. 35 | config.active_support.deprecation = :stderr 36 | end 37 | -------------------------------------------------------------------------------- /app/views/shared/_head.html.erb: -------------------------------------------------------------------------------- 1 | 2 | <%= yield(:title) %> 3 | <%= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true %> 4 | 5 | <%= csrf_meta_tags %> 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 31 | -------------------------------------------------------------------------------- /app/assets/stylesheets/theme-belize-hole.css: -------------------------------------------------------------------------------- 1 | /* 2 | Author : Rajendra Prasad A 3 | URL : http://behance.net/madebyraj 4 | Company Name : DoozyPixels 5 | Company URL : http://www.doozypixels.com 6 | Theme : Belize Hole 7 | */ 8 | 9 | /* 10 | *** COLOR GUIDANCE *** 11 | * Belize Hole Color : #2980b9 for branding 12 | * Belize Hole Dark Color : #216694 link and button hover 13 | */ 14 | body{ 15 | border-color: #2980b9; 16 | } 17 | #features i{ 18 | color: #ffffff; 19 | } 20 | .social-icons a{ 21 | color: #2980b9; 22 | } 23 | .social-icons a:hover{ 24 | color: #216694; 25 | } 26 | .form-control:focus { 27 | border-color: #2980b9; 28 | } 29 | 30 | /* 31 | * Custom Theme Buttons 32 | */ 33 | .btn-theme { 34 | color: #ffffff; 35 | background-color: #FF5500; 36 | border-color: #FF5500; 37 | font-weight: 700; 38 | } 39 | 40 | .btn-theme:hover, 41 | .btn-theme:focus, 42 | .btn-theme:active, 43 | .btn-theme.active, 44 | .open .dropdown-toggle.btn-theme { 45 | color: #ffffff; 46 | background-color: #FF7E00; 47 | border-color: #FF7E00; 48 | } 49 | 50 | .btn-theme:active, 51 | .btn-theme.active, 52 | .open .dropdown-toggle.btn-theme { 53 | background-image: none; 54 | } 55 | 56 | .btn-theme.disabled, 57 | .btn-theme[disabled], 58 | fieldset[disabled] .btn-theme, 59 | .btn-theme.disabled:hover, 60 | .btn-theme[disabled]:hover, 61 | fieldset[disabled] .btn-theme:hover, 62 | .btn-theme.disabled:focus, 63 | .btn-theme[disabled]:focus, 64 | fieldset[disabled] .btn-theme:focus, 65 | .btn-theme.disabled:active, 66 | .btn-theme[disabled]:active, 67 | fieldset[disabled] .btn-theme:active, 68 | .btn-theme.disabled.active, 69 | .btn-theme[disabled].active, 70 | fieldset[disabled] .btn-theme.active { 71 | background-color: #216694; 72 | border-color: #216694; 73 | } -------------------------------------------------------------------------------- /config/routes.rb: -------------------------------------------------------------------------------- 1 | BailBetterLandingPage::Application.routes.draw do 2 | # The priority is based upon order of creation: first created -> highest priority. 3 | # See how all your routes lay out with "rake routes". 4 | 5 | # You can have the root of your site routed with "root" 6 | root 'welcome#index' 7 | 8 | # Example of regular route: 9 | # get 'products/:id' => 'catalog#view' 10 | 11 | # Example of named route that can be invoked with purchase_url(id: product.id) 12 | # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase 13 | 14 | # Example resource route (maps HTTP verbs to controller actions automatically): 15 | # resources :products 16 | 17 | # Example resource route with options: 18 | # resources :products do 19 | # member do 20 | # get 'short' 21 | # post 'toggle' 22 | # end 23 | # 24 | # collection do 25 | # get 'sold' 26 | # end 27 | # end 28 | 29 | # Example resource route with sub-resources: 30 | # resources :products do 31 | # resources :comments, :sales 32 | # resource :seller 33 | # end 34 | 35 | # Example resource route with more complex sub-resources: 36 | # resources :products do 37 | # resources :comments 38 | # resources :sales do 39 | # get 'recent', on: :collection 40 | # end 41 | # end 42 | 43 | # Example resource route with concerns: 44 | # concern :toggleable do 45 | # post 'toggle' 46 | # end 47 | # resources :posts, concerns: :toggleable 48 | # resources :photos, concerns: :toggleable 49 | 50 | # Example resource route within a namespace: 51 | # namespace :admin do 52 | # # Directs /admin/products/* to Admin::ProductsController 53 | # # (app/controllers/admin/products_controller.rb) 54 | # resources :products 55 | # end 56 | end 57 | -------------------------------------------------------------------------------- /tmp/cache/assets/development/sass/1178d688f8ffd6f8dded15566fb80f659c7b6cd2/application.css.scssc: -------------------------------------------------------------------------------- 1 | {: versionI"3.2.12 (Media Mark):EF:shaI"-a8c9135cb90114664042f32ed697afa84aa96bf3;F: contents"o:Sass::Tree::RootNode 2 | :@children[ 3 | o:Sass::Tree::CommentNode 4 | : @value[I"/* 5 | * This is a manifest file that'll be compiled into application.css, which will include all the files 6 | * listed below. 7 | * 8 | * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, 9 | * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path. 10 | * 11 | * You're free to add application-wide styles to this file and they'll appear at the top of the 12 | * compiled file, but it's generally better to create a new file per style scope. 13 | * 14 | 15 | 16 | 17 | 18 | */:ET: 19 | @type: normal;[: 20 | @linei: @options{o; 21 | ;[I"-/* change colors 22 | * $link-color: red; */; T; 23 | : silent;[; i; @ o:Sass::Tree::ImportNode :@imported_filenameI"twitter/bootstrap; T;[:@template0; i; @ :@imported_file0o; ;I"font-awesome; T;[;0; i; @ ;0o; ;I" styles; T;[;0; i; @ ;0;I"q/* 24 | * This is a manifest file that'll be compiled into application.css, which will include all the files 25 | * listed below. 26 | * 27 | * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, 28 | * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path. 29 | * 30 | * You're free to add application-wide styles to this file and they'll appear at the top of the 31 | * compiled file, but it's generally better to create a new file per style scope. 32 | * 33 | 34 | 35 | 36 | 37 | */ 38 | 39 | // change colors 40 | // $link-color: red; 41 | 42 | @import "twitter/bootstrap"; 43 | @import "font-awesome"; 44 | @import "styles"; 45 | ; T; i:@has_childrenT; @ -------------------------------------------------------------------------------- /tmp/cache/assets/development/sass/952e9c990d4684ed4cb98f3e18f8a0ddaff8fc10/application.css.scssc: -------------------------------------------------------------------------------- 1 | {: versionI"3.2.12 (Media Mark):EF:shaI"-a8c9135cb90114664042f32ed697afa84aa96bf3;F: contents"o:Sass::Tree::RootNode 2 | :@children[ 3 | o:Sass::Tree::CommentNode 4 | : @value[I"/* 5 | * This is a manifest file that'll be compiled into application.css, which will include all the files 6 | * listed below. 7 | * 8 | * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, 9 | * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path. 10 | * 11 | * You're free to add application-wide styles to this file and they'll appear at the top of the 12 | * compiled file, but it's generally better to create a new file per style scope. 13 | * 14 | 15 | 16 | 17 | 18 | */:ET: 19 | @type: normal;[: 20 | @linei: @options{o; 21 | ;[I"-/* change colors 22 | * $link-color: red; */; T; 23 | : silent;[; i; @ o:Sass::Tree::ImportNode :@imported_filenameI"twitter/bootstrap; T;[:@template0; i; @ :@imported_file0o; ;I"font-awesome; T;[;0; i; @ ;0o; ;I" styles; T;[;0; i; @ ;0;I"q/* 24 | * This is a manifest file that'll be compiled into application.css, which will include all the files 25 | * listed below. 26 | * 27 | * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, 28 | * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path. 29 | * 30 | * You're free to add application-wide styles to this file and they'll appear at the top of the 31 | * compiled file, but it's generally better to create a new file per style scope. 32 | * 33 | 34 | 35 | 36 | 37 | */ 38 | 39 | // change colors 40 | // $link-color: red; 41 | 42 | @import "twitter/bootstrap"; 43 | @import "font-awesome"; 44 | @import "styles"; 45 | ; T; i; @ :@has_childrenT -------------------------------------------------------------------------------- /tmp/cache/assets/development/sass/3f9c6ba4e3b6b92484e92d102ca8c19b4a2fd5a1/_larger.scssc: -------------------------------------------------------------------------------- 1 | {: versionI"3.2.12 (Media Mark):EF:shaI"-14653c69a59d4dfad44b7c9a9891dbaeb3545566;F: contents"o:Sass::Tree::RootNode 2 | :@children[ o:Sass::Tree::CommentNode 3 | : @value[I"2/* Icon Sizes 4 | * ------------------------- */:ET: 5 | @type: silent;[: 6 | @linei: @options{o; 7 | ;[I"C/* makes the font 33% larger relative to the icon container */; T; 8 | : normal;[; i ; @ o:Sass::Tree::RuleNode : 9 | @rule[I".; To:Sass::Script::Variable : 10 | @nameI"fa-css-prefix; T:@underscored_nameI"fa_css_prefix; T; i ; @ I"-lg; T: 11 | @tabsi;[o:Sass::Tree::PropNode ;[I"font-size; T;o:Sass::Script::Operation 12 | :@operand1o:Sass::Script::Number 13 | ;i :@numerator_units[I"em; T:@denominator_units[; i ; @ :@operand2o; ;i;[;[; i :@originalI"3; F; @ :@operator:div; i ; @ ;i:@prop_syntax:new;[; i ; @ o; ;[I"line-height; T;o; 14 | ;o; 15 | ;i;[I"em; T;[; i ; @ ;o; ;i ;[;@"; i ;I"4; F; @ ;;; i ; @ ;i;; ;[; i ; @ o; ;[I"vertical-align; T;o:Sass::Script::String;I" -15%; T; 16 | :identifier; @ ;i;; ;[; i; @ ; i :@has_childrenT; @ o; ;[I".; To; ;I"fa-css-prefix; T;I"fa_css_prefix; T; i; @ I"-2x; T;i;[o; ;[I"font-size; T;o;!;I"2em; T; 17 | ;"; @ ;i;; ;[; i; @ ; i;#T; @ o; ;[I".; To; ;I"fa-css-prefix; T;I"fa_css_prefix; T; i; @ I"-3x; T;i;[o; ;[I"font-size; T;o;!;I"3em; T; 18 | ;"; @ ;i;; ;[; i; @ ; i;#T; @ o; ;[I".; To; ;I"fa-css-prefix; T;I"fa_css_prefix; T; i; @ I"-4x; T;i;[o; ;[I"font-size; T;o;!;I"4em; T; 19 | ;"; @ ;i;; ;[; i; @ ; i;#T; @ o; ;[I".; To; ;I"fa-css-prefix; T;I"fa_css_prefix; T; i; @ I"-5x; T;i;[o; ;[I"font-size; T;o;!;I"5em; T; 20 | ;"; @ ;i;; ;[; i; @ ; i;#T; @ :@templateI"x// Icon Sizes 21 | // ------------------------- 22 | 23 | /* makes the font 33% larger relative to the icon container */ 24 | 25 | .#{$fa-css-prefix}-lg { 26 | font-size: (4em / 3); 27 | line-height: (3em / 4); 28 | vertical-align: -15%; 29 | } 30 | .#{$fa-css-prefix}-2x { font-size: 2em; } 31 | .#{$fa-css-prefix}-3x { font-size: 3em; } 32 | .#{$fa-css-prefix}-4x { font-size: 4em; } 33 | .#{$fa-css-prefix}-5x { font-size: 5em; } 34 | ; T; i;#T; @ -------------------------------------------------------------------------------- /config/environments/production.rb: -------------------------------------------------------------------------------- 1 | BailBetterLandingPage::Application.configure do 2 | # Settings specified here will take precedence over those in config/application.rb. 3 | 4 | # Code is not reloaded between requests. 5 | config.cache_classes = true 6 | 7 | # Eager load code on boot. This eager loads most of Rails and 8 | # your application in memory, allowing both thread web servers 9 | # and those relying on copy on write to perform better. 10 | # Rake tasks automatically ignore this option for performance. 11 | config.eager_load = true 12 | 13 | # Full error reports are disabled and caching is turned on. 14 | config.consider_all_requests_local = false 15 | config.action_controller.perform_caching = true 16 | 17 | # Enable Rack::Cache to put a simple HTTP cache in front of your application 18 | # Add `rack-cache` to your Gemfile before enabling this. 19 | # For large-scale production use, consider using a caching reverse proxy like nginx, varnish or squid. 20 | # config.action_dispatch.rack_cache = true 21 | 22 | # Disable Rails's static asset server (Apache or nginx will already do this). 23 | config.serve_static_assets = false 24 | 25 | # Compress JavaScripts and CSS. 26 | config.assets.js_compressor = :uglifier 27 | # config.assets.css_compressor = :sass 28 | 29 | # Do not fallback to assets pipeline if a precompiled asset is missed. 30 | config.assets.compile = false 31 | 32 | # Generate digests for assets URLs. 33 | config.assets.digest = true 34 | 35 | # Version of your assets, change this if you want to expire all your assets. 36 | config.assets.version = '1.0' 37 | 38 | # Specifies the header that your server uses for sending files. 39 | # config.action_dispatch.x_sendfile_header = "X-Sendfile" # for apache 40 | # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for nginx 41 | 42 | # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. 43 | # config.force_ssl = true 44 | 45 | # Set to :debug to see everything in the log. 46 | config.log_level = :info 47 | 48 | # Prepend all log lines with the following tags. 49 | # config.log_tags = [ :subdomain, :uuid ] 50 | 51 | # Use a different logger for distributed setups. 52 | # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) 53 | 54 | # Use a different cache store in production. 55 | # config.cache_store = :mem_cache_store 56 | 57 | # Enable serving of images, stylesheets, and JavaScripts from an asset server. 58 | # config.action_controller.asset_host = "http://assets.example.com" 59 | 60 | # Precompile additional assets. 61 | # application.js, application.css, and all non-JS/CSS in app/assets folder are already added. 62 | # config.assets.precompile += %w( search.js ) 63 | 64 | # Ignore bad email addresses and do not raise email delivery errors. 65 | # Set this to true and configure the email server for immediate delivery to raise delivery errors. 66 | # config.action_mailer.raise_delivery_errors = false 67 | 68 | # Enable locale fallbacks for I18n (makes lookups for any locale fall back to 69 | # the I18n.default_locale when a translation can not be found). 70 | config.i18n.fallbacks = true 71 | 72 | # Send deprecation notices to registered listeners. 73 | config.active_support.deprecation = :notify 74 | 75 | # Disable automatic flushing of the log to improve performance. 76 | # config.autoflush_log = false 77 | 78 | # Use default logging formatter so that PID and timestamp are not suppressed. 79 | config.log_formatter = ::Logger::Formatter.new 80 | end 81 | -------------------------------------------------------------------------------- /Gemfile.lock: -------------------------------------------------------------------------------- 1 | GIT 2 | remote: git://github.com/anjlab/bootstrap-rails.git 3 | revision: addb7143365f97f938e3bdbb2ccfc52591230eda 4 | branch: 3.0.0 5 | specs: 6 | anjlab-bootstrap-rails (3.0.0.rc2) 7 | railties (>= 3.0) 8 | sass (>= 3.2) 9 | 10 | GEM 11 | remote: https://rubygems.org/ 12 | remote: http://gems.github.com/ 13 | specs: 14 | actionmailer (4.0.0) 15 | actionpack (= 4.0.0) 16 | mail (~> 2.5.3) 17 | actionpack (4.0.0) 18 | activesupport (= 4.0.0) 19 | builder (~> 3.1.0) 20 | erubis (~> 2.7.0) 21 | rack (~> 1.5.2) 22 | rack-test (~> 0.6.2) 23 | activemodel (4.0.0) 24 | activesupport (= 4.0.0) 25 | builder (~> 3.1.0) 26 | activerecord (4.0.0) 27 | activemodel (= 4.0.0) 28 | activerecord-deprecated_finders (~> 1.0.2) 29 | activesupport (= 4.0.0) 30 | arel (~> 4.0.0) 31 | activerecord-deprecated_finders (1.0.3) 32 | activesupport (4.0.0) 33 | i18n (~> 0.6, >= 0.6.4) 34 | minitest (~> 4.2) 35 | multi_json (~> 1.3) 36 | thread_safe (~> 0.1) 37 | tzinfo (~> 0.3.37) 38 | arel (4.0.1) 39 | atomic (1.1.14) 40 | builder (3.1.4) 41 | coffee-rails (4.0.1) 42 | coffee-script (>= 2.2.0) 43 | railties (>= 4.0.0, < 5.0) 44 | coffee-script (2.2.0) 45 | coffee-script-source 46 | execjs 47 | coffee-script-source (1.6.3) 48 | columnize (0.3.6) 49 | daemons (1.1.9) 50 | debugger (1.6.2) 51 | columnize (>= 0.3.1) 52 | debugger-linecache (~> 1.2.0) 53 | debugger-ruby_core_source (~> 1.2.3) 54 | debugger-linecache (1.2.0) 55 | debugger-ruby_core_source (1.2.3) 56 | erubis (2.7.0) 57 | eventmachine (1.0.3) 58 | execjs (2.0.2) 59 | font-awesome-rails (4.0.3.1) 60 | railties (>= 3.2, < 5.0) 61 | hike (1.2.3) 62 | i18n (0.6.9) 63 | jbuilder (1.5.2) 64 | activesupport (>= 3.0.0) 65 | multi_json (>= 1.2.0) 66 | jquery-rails (3.0.4) 67 | railties (>= 3.0, < 5.0) 68 | thor (>= 0.14, < 2.0) 69 | json (1.8.1) 70 | mail (2.5.4) 71 | mime-types (~> 1.16) 72 | treetop (~> 1.4.8) 73 | mime-types (1.25) 74 | minitest (4.7.5) 75 | multi_json (1.8.2) 76 | newrelic_rpm (3.6.9.171) 77 | pg (0.17.0) 78 | polyglot (0.3.3) 79 | rack (1.5.2) 80 | rack-test (0.6.2) 81 | rack (>= 1.0) 82 | rails (4.0.0) 83 | actionmailer (= 4.0.0) 84 | actionpack (= 4.0.0) 85 | activerecord (= 4.0.0) 86 | activesupport (= 4.0.0) 87 | bundler (>= 1.3.0, < 2.0) 88 | railties (= 4.0.0) 89 | sprockets-rails (~> 2.0.0) 90 | rails_12factor (0.0.2) 91 | rails_serve_static_assets 92 | rails_stdout_logging 93 | rails_serve_static_assets (0.0.1) 94 | rails_stdout_logging (0.0.3) 95 | railties (4.0.0) 96 | actionpack (= 4.0.0) 97 | activesupport (= 4.0.0) 98 | rake (>= 0.8.7) 99 | thor (>= 0.18.1, < 2.0) 100 | rake (10.1.1) 101 | rdoc (3.12.2) 102 | json (~> 1.4) 103 | sass (3.2.12) 104 | sass-rails (4.0.1) 105 | railties (>= 4.0.0, < 5.0) 106 | sass (>= 3.1.10) 107 | sprockets-rails (~> 2.0.0) 108 | sdoc (0.3.20) 109 | json (>= 1.1.3) 110 | rdoc (~> 3.10) 111 | sprockets (2.10.0) 112 | hike (~> 1.2) 113 | multi_json (~> 1.0) 114 | rack (~> 1.0) 115 | tilt (~> 1.1, != 1.3.0) 116 | sprockets-rails (2.0.1) 117 | actionpack (>= 3.0) 118 | activesupport (>= 3.0) 119 | sprockets (~> 2.8) 120 | thin (1.6.1) 121 | daemons (>= 1.0.9) 122 | eventmachine (>= 1.0.0) 123 | rack (>= 1.0.0) 124 | thor (0.18.1) 125 | thread_safe (0.1.3) 126 | atomic 127 | tilt (1.4.1) 128 | treetop (1.4.15) 129 | polyglot 130 | polyglot (>= 0.3.1) 131 | turbolinks (1.3.0) 132 | coffee-rails 133 | tzinfo (0.3.38) 134 | uglifier (2.3.1) 135 | execjs (>= 0.3.0) 136 | json (>= 1.8.0) 137 | 138 | PLATFORMS 139 | ruby 140 | 141 | DEPENDENCIES 142 | anjlab-bootstrap-rails! 143 | coffee-rails (~> 4.0.0) 144 | debugger 145 | font-awesome-rails 146 | jbuilder (~> 1.2) 147 | jquery-rails 148 | newrelic_rpm 149 | pg 150 | rails (= 4.0.0) 151 | rails_12factor 152 | sass-rails (~> 4.0.0) 153 | sdoc 154 | thin 155 | turbolinks 156 | uglifier (>= 1.3.0) 157 | -------------------------------------------------------------------------------- /app/views/welcome/index.html.erb: -------------------------------------------------------------------------------- 1 | <%- title "BailBetter" %> 2 | <%- description "BailBetter is the all-in-one, truly simple bail bonds solution." %> 3 | <%- keywords "Bail Better, Bail, Better, Bail Bonds, Nashville, TN, Tennessee, Trevor, Hinesley, Trevor Hinesley, Brian, Hood, Brian Hood, Software, Solutions, SaaS, Software As A Service" %> 4 |
5 |
6 | 11 | 12 |
13 |
14 |
15 |
16 | 17 |
18 |
19 |
20 |
21 |

Finally.

22 |

The all-in-one, truly simple bail bonds solution has arrived.

23 |
24 |
25 |
26 |
27 | 28 |
29 |
30 |
31 | 32 |
33 |
34 |
35 | Want more information? Enter your email and click subscribe. 36 |
37 |
38 | 39 |
40 |
41 | 42 |
43 |
44 |
45 | 46 |
47 |
48 |
49 | 50 | 51 |
52 |
53 |
54 | <%=fa_icon "users"%> 55 |

Agent Overview

56 |

See an overview of how your agents are doing, or look at them individually.

57 |
58 |
59 | 60 |
61 |
62 | <%=fa_icon "money"%> 63 |

Bonds

64 |

The obvious—keep track of every bond and defendant. Automatic alerts keep you up-to-date on payments and court dates.

65 |
66 |
67 | 68 |
69 |
70 | <%=fa_icon "bar-chart-o"%> 71 |

Metrics & Reports

72 |

View how your company is doing by day, week, month, year or whatever you want. Reports can be generated automatically as well.

73 |
74 |
75 | 76 |
77 |
78 | <%=fa_icon "thumbs-up"%> 79 |

Simple, Simple, Simple

80 |

The features you need, and nothing more. Don't waste time sifting through unused chaos.

81 |
82 |
83 |
84 | 85 | 86 |
87 |
-------------------------------------------------------------------------------- /app/assets/stylesheets/theme-light.css.erb: -------------------------------------------------------------------------------- 1 | /* 2 | Author : Rajendra Prasad A 3 | URL : http://behance.net/madebyraj 4 | Company Name : DoozyPixels 5 | Company URL : http://www.doozypixels.com 6 | Theme : Default 7 | */ 8 | 9 | /* 10 | *** COLOR GUIDANCE *** 11 | * Turquoise Color : #1abc9c for branding 12 | * Midnight Blue Color : #2c3e50 for text 13 | * Wet Asphalt Color : #34495e for headings 14 | 15 | * Just replace the coresponding theme values to your own theme color 16 | Turquoise Color :[ body{border-top} 17 | #logo a{background} 18 | #features i{color} 19 | .social-icons a {color} 20 | ] 21 | */ 22 | 23 | /* 24 | * For Headings and text Google font 'Lato' 25 | */ 26 | body{ 27 | background: #ecf0f1; 28 | background-size: cover; 29 | padding-top: 5px; 30 | color: #1e8fc6; 31 | font-family: 'Lato', sans-serif; 32 | font-weight : 400; 33 | } 34 | h1 { color: #FF5500;} 35 | h2,h3,h4,h5,h6{ 36 | color: #ffffff; 37 | font-family: 'Lato', sans-serif; 38 | font-weight: 700; 39 | } 40 | /* 41 | * Header 42 | * Note: Below Pacifico font is only for theme demo purpose 43 | */ 44 | #logo{ 45 | text-align: center; 46 | } 47 | #logo a{ 48 | color: #2980b9; 49 | font-family: 'Raleway'; 50 | font-size: 40px; 51 | font-weight: 200; 52 | text-decoration: none; 53 | display: inline-block; 54 | margin: 20px 0; 55 | } 56 | 57 | /* 58 | * Marketing 59 | */ 60 | #marketing-text{ 61 | text-align: center; 62 | } 63 | #marketing-text img { 64 | margin-bottom: 20px; 65 | } 66 | #marketing-text.alter{ 67 | margin-bottom: 20px; 68 | } 69 | #marketing-text h1{ 70 | font-size: 32px; 71 | margin-top: 10px; 72 | } 73 | #marketing-text p{ 74 | font-size: 28px; 75 | line-height: 24px; 76 | padding:0 10px; 77 | } 78 | 79 | /* 80 | * Subscribe 81 | */ 82 | #subscribe{ 83 | margin: 30px 0; 84 | } 85 | #subscribe .btn-block{ 86 | margin-top: 10px; 87 | } 88 | .panel-theme{ 89 | border:0; 90 | border-radius: 6px; 91 | } 92 | .panel-theme .panel-heading{ 93 | background: #2c3e50; 94 | color: #fff; 95 | font-size: 20px; 96 | font-weight: 700; 97 | padding: 20px 0; 98 | border: 0; 99 | border-top-right-radius: 5px; 100 | border-top-left-radius: 5px; 101 | } 102 | .panel-theme .panel-body{ 103 | padding: 20px 40px 10px; 104 | text-align: center; 105 | } 106 | /* 107 | * Features 108 | */ 109 | 110 | #features{ 111 | overflow: hidden; 112 | margin: 20px 0; 113 | } 114 | #features i{ 115 | font-size: 48px; 116 | } 117 | #features h2{ 118 | font-size: 18px; 119 | line-height: 24px; 120 | } 121 | .feature-box{ 122 | background: #1e8fc6; 123 | color: #ffffff; 124 | padding: 15px; 125 | text-align: center; 126 | border-radius: 5px; 127 | -webkit-border-radius: 5px; 128 | -moz-border-radius: 5px; 129 | -o-border-radius: 5px; 130 | -ms-border-radius: 5px; 131 | margin-bottom: 20px; 132 | } 133 | 134 | /* 135 | * Features box shadow 136 | */ 137 | 138 | .feature-box 139 | { 140 | position: relative; 141 | } 142 | .feature-box:before, .feature-box:after 143 | { 144 | z-index: -1; 145 | position: absolute; 146 | content: ""; 147 | bottom: 15px; 148 | left: 10px; 149 | width: 50%; 150 | top: 80%; 151 | max-width:300px; 152 | background: #777; 153 | -webkit-box-shadow: 0 15px 10px #777; 154 | -moz-box-shadow: 0 15px 10px #777; 155 | box-shadow: 0 15px 10px #777; 156 | -webkit-transform: rotate(-3deg); 157 | -moz-transform: rotate(-3deg); 158 | -o-transform: rotate(-3deg); 159 | -ms-transform: rotate(-3deg); 160 | transform: rotate(-3deg); 161 | } 162 | .feature-box:after 163 | { 164 | -webkit-transform: rotate(3deg); 165 | -moz-transform: rotate(3deg); 166 | -o-transform: rotate(3deg); 167 | -ms-transform: rotate(3deg); 168 | transform: rotate(3deg); 169 | right: 10px; 170 | left: auto; 171 | } 172 | 173 | 174 | #features .media{ 175 | margin-bottom: 20px; 176 | } 177 | #features .media>.pull-left{ 178 | margin-right: 20px; 179 | width: 50px; 180 | } 181 | /* 182 | * Footer 183 | */ 184 | footer{ 185 | margin: 0 0 30px; 186 | text-align: center; 187 | } 188 | .social-text{ 189 | font-size:16px; 190 | } 191 | .social-text span{ 192 | display: block; 193 | width: 150px; 194 | margin:0 auto 10px; 195 | border-top: solid 3px #bdc3c7; 196 | } 197 | .social-icons{ 198 | margin-bottom: 20px; 199 | } 200 | .social-icons a{ 201 | font-size: 24px; 202 | padding: 5px; 203 | } 204 | .social-icons a:hover{ 205 | text-decoration: none; 206 | } 207 | footer small{color:#95a5a6;} 208 | /* Small devices (tablets, 768px and up) */ 209 | @media (min-width: 768px) and (max-width: 991px) { 210 | #subscribe .btn-block{ 211 | margin: 0; 212 | } 213 | } 214 | @media (min-width: 992px) and (max-width: 1199px) { 215 | #subscribe .btn-block{ 216 | margin: 0; 217 | } 218 | #features,#subscribe{ 219 | margin: 30px 0; 220 | } 221 | } 222 | 223 | @media (min-width: 1200px) { 224 | #marketing-text p{ 225 | padding:0 50px; 226 | } 227 | #subscribe .btn-block{ 228 | margin: 0; 229 | } 230 | #features,#subscribe{ 231 | margin: 30px 0; 232 | } 233 | } -------------------------------------------------------------------------------- /app/assets/javascripts/jquery.placeholder.js: -------------------------------------------------------------------------------- 1 | /*! http://mths.be/placeholder v2.0.7 by @mathias */ 2 | ;(function(window, document, $) { 3 | 4 | var isInputSupported = 'placeholder' in document.createElement('input'); 5 | var isTextareaSupported = 'placeholder' in document.createElement('textarea'); 6 | var prototype = $.fn; 7 | var valHooks = $.valHooks; 8 | var propHooks = $.propHooks; 9 | var hooks; 10 | var placeholder; 11 | 12 | if (isInputSupported && isTextareaSupported) { 13 | 14 | placeholder = prototype.placeholder = function() { 15 | return this; 16 | }; 17 | 18 | placeholder.input = placeholder.textarea = true; 19 | 20 | } else { 21 | 22 | placeholder = prototype.placeholder = function() { 23 | var $this = this; 24 | $this 25 | .filter((isInputSupported ? 'textarea' : ':input') + '[placeholder]') 26 | .not('.placeholder') 27 | .bind({ 28 | 'focus.placeholder': clearPlaceholder, 29 | 'blur.placeholder': setPlaceholder 30 | }) 31 | .data('placeholder-enabled', true) 32 | .trigger('blur.placeholder'); 33 | return $this; 34 | }; 35 | 36 | placeholder.input = isInputSupported; 37 | placeholder.textarea = isTextareaSupported; 38 | 39 | hooks = { 40 | 'get': function(element) { 41 | var $element = $(element); 42 | 43 | var $passwordInput = $element.data('placeholder-password'); 44 | if ($passwordInput) { 45 | return $passwordInput[0].value; 46 | } 47 | 48 | return $element.data('placeholder-enabled') && $element.hasClass('placeholder') ? '' : element.value; 49 | }, 50 | 'set': function(element, value) { 51 | var $element = $(element); 52 | 53 | var $passwordInput = $element.data('placeholder-password'); 54 | if ($passwordInput) { 55 | return $passwordInput[0].value = value; 56 | } 57 | 58 | if (!$element.data('placeholder-enabled')) { 59 | return element.value = value; 60 | } 61 | if (value == '') { 62 | element.value = value; 63 | // Issue #56: Setting the placeholder causes problems if the element continues to have focus. 64 | if (element != document.activeElement) { 65 | // We can't use `triggerHandler` here because of dummy text/password inputs :( 66 | setPlaceholder.call(element); 67 | } 68 | } else if ($element.hasClass('placeholder')) { 69 | clearPlaceholder.call(element, true, value) || (element.value = value); 70 | } else { 71 | element.value = value; 72 | } 73 | // `set` can not return `undefined`; see http://jsapi.info/jquery/1.7.1/val#L2363 74 | return $element; 75 | } 76 | }; 77 | 78 | if (!isInputSupported) { 79 | valHooks.input = hooks; 80 | propHooks.value = hooks; 81 | } 82 | if (!isTextareaSupported) { 83 | valHooks.textarea = hooks; 84 | propHooks.value = hooks; 85 | } 86 | 87 | $(function() { 88 | // Look for forms 89 | $(document).delegate('form', 'submit.placeholder', function() { 90 | // Clear the placeholder values so they don't get submitted 91 | var $inputs = $('.placeholder', this).each(clearPlaceholder); 92 | setTimeout(function() { 93 | $inputs.each(setPlaceholder); 94 | }, 10); 95 | }); 96 | }); 97 | 98 | // Clear placeholder values upon page reload 99 | $(window).bind('beforeunload.placeholder', function() { 100 | $('.placeholder').each(function() { 101 | this.value = ''; 102 | }); 103 | }); 104 | 105 | } 106 | 107 | function args(elem) { 108 | // Return an object of element attributes 109 | var newAttrs = {}; 110 | var rinlinejQuery = /^jQuery\d+$/; 111 | $.each(elem.attributes, function(i, attr) { 112 | if (attr.specified && !rinlinejQuery.test(attr.name)) { 113 | newAttrs[attr.name] = attr.value; 114 | } 115 | }); 116 | return newAttrs; 117 | } 118 | 119 | function clearPlaceholder(event, value) { 120 | var input = this; 121 | var $input = $(input); 122 | if (input.value == $input.attr('placeholder') && $input.hasClass('placeholder')) { 123 | if ($input.data('placeholder-password')) { 124 | $input = $input.hide().next().show().attr('id', $input.removeAttr('id').data('placeholder-id')); 125 | // If `clearPlaceholder` was called from `$.valHooks.input.set` 126 | if (event === true) { 127 | return $input[0].value = value; 128 | } 129 | $input.focus(); 130 | } else { 131 | input.value = ''; 132 | $input.removeClass('placeholder'); 133 | input == document.activeElement && input.select(); 134 | } 135 | } 136 | } 137 | 138 | function setPlaceholder() { 139 | var $replacement; 140 | var input = this; 141 | var $input = $(input); 142 | var id = this.id; 143 | if (input.value == '') { 144 | if (input.type == 'password') { 145 | if (!$input.data('placeholder-textinput')) { 146 | try { 147 | $replacement = $input.clone().attr({ 'type': 'text' }); 148 | } catch(e) { 149 | $replacement = $('').attr($.extend(args(this), { 'type': 'text' })); 150 | } 151 | $replacement 152 | .removeAttr('name') 153 | .data({ 154 | 'placeholder-password': $input, 155 | 'placeholder-id': id 156 | }) 157 | .bind('focus.placeholder', clearPlaceholder); 158 | $input 159 | .data({ 160 | 'placeholder-textinput': $replacement, 161 | 'placeholder-id': id 162 | }) 163 | .before($replacement); 164 | } 165 | $input = $input.removeAttr('id').hide().prev().attr('id', id).show(); 166 | // Note: `$input[0] != input` now! 167 | } 168 | $input.addClass('placeholder'); 169 | $input[0].value = $input.attr('placeholder'); 170 | } else { 171 | $input.removeClass('placeholder'); 172 | } 173 | } 174 | 175 | }(this, document, jQuery)); 176 | -------------------------------------------------------------------------------- /config/newrelic.yml: -------------------------------------------------------------------------------- 1 | # 2 | # This file configures the New Relic Agent. New Relic monitors 3 | # Ruby, Java, .NET, PHP, and Python applications with deep visibility and low overhead. 4 | # For more information, visit www.newrelic.com. 5 | # 6 | # Generated January 16, 2014 7 | # 8 | # This configuration file is custom generated for app21080773@heroku.com 9 | 10 | 11 | # Here are the settings that are common to all environments 12 | common: &default_settings 13 | # ============================== LICENSE KEY =============================== 14 | 15 | # You must specify the license key associated with your New Relic 16 | # account. This key binds your Agent's data to your account in the 17 | # New Relic service. 18 | license_key: '2046c15422c01addcc6637a48c8c17506f5907d5' 19 | 20 | # Agent Enabled (Ruby/Rails Only) 21 | # Use this setting to force the agent to run or not run. 22 | # Default is 'auto' which means the agent will install and run only 23 | # if a valid dispatcher such as Mongrel is running. This prevents 24 | # it from running with Rake or the console. Set to false to 25 | # completely turn the agent off regardless of the other settings. 26 | # Valid values are true, false and auto. 27 | # 28 | # agent_enabled: auto 29 | 30 | # Application Name Set this to be the name of your application as 31 | # you'd like it show up in New Relic. The service will then auto-map 32 | # instances of your application into an "application" on your 33 | # dashboard page. If you want to map this instance into multiple 34 | # apps, like "AJAX Requests" and "All UI" then specify a semicolon 35 | # separated list of up to three distinct names, or a yaml list. 36 | # Defaults to the capitalized RAILS_ENV or RACK_ENV (i.e., 37 | # Production, Staging, etc) 38 | # 39 | # Example: 40 | # 41 | # app_name: 42 | # - Ajax Service 43 | # - All Services 44 | # 45 | app_name: My Application 46 | 47 | # When "true", the agent collects performance data about your 48 | # application and reports this data to the New Relic service at 49 | # newrelic.com. This global switch is normally overridden for each 50 | # environment below. (formerly called 'enabled') 51 | monitor_mode: true 52 | 53 | # Developer mode should be off in every environment but 54 | # development as it has very high overhead in memory. 55 | developer_mode: false 56 | 57 | # The newrelic agent generates its own log file to keep its logging 58 | # information separate from that of your application. Specify its 59 | # log level here. 60 | log_level: info 61 | 62 | # Optionally set the path to the log file This is expanded from the 63 | # root directory (may be relative or absolute, e.g. 'log/' or 64 | # '/var/log/') The agent will attempt to create this directory if it 65 | # does not exist. 66 | # log_file_path: 'log' 67 | 68 | # Optionally set the name of the log file, defaults to 'newrelic_agent.log' 69 | # log_file_name: 'newrelic_agent.log' 70 | 71 | # The newrelic agent communicates with the service via https by default. This 72 | # prevents eavesdropping on the performance metrics transmitted by the agent. 73 | # The encryption required by SSL introduces a nominal amount of CPU overhead, 74 | # which is performed asynchronously in a background thread. If you'd prefer 75 | # to send your metrics over http uncomment the following line. 76 | # ssl: false 77 | 78 | #============================== Browser Monitoring =============================== 79 | # New Relic Real User Monitoring gives you insight into the performance real users are 80 | # experiencing with your website. This is accomplished by measuring the time it takes for 81 | # your users' browsers to download and render your web pages by injecting a small amount 82 | # of JavaScript code into the header and footer of each page. 83 | browser_monitoring: 84 | # By default the agent automatically injects the monitoring JavaScript 85 | # into web pages. Set this attribute to false to turn off this behavior. 86 | auto_instrument: true 87 | 88 | # Proxy settings for connecting to the New Relic server. 89 | # 90 | # If a proxy is used, the host setting is required. Other settings 91 | # are optional. Default port is 8080. 92 | # 93 | # proxy_host: hostname 94 | # proxy_port: 8080 95 | # proxy_user: 96 | # proxy_pass: 97 | 98 | # The agent can optionally log all data it sends to New Relic servers to a 99 | # separate log file for human inspection and auditing purposes. To enable this 100 | # feature, change 'enabled' below to true. 101 | # See: https://newrelic.com/docs/ruby/audit-log 102 | audit_log: 103 | enabled: false 104 | 105 | # Tells transaction tracer and error collector (when enabled) 106 | # whether or not to capture HTTP params. When true, frameworks can 107 | # exclude HTTP parameters from being captured. 108 | # Rails: the RoR filter_parameter_logging excludes parameters 109 | # Java: create a config setting called "ignored_params" and set it to 110 | # a comma separated list of HTTP parameter names. 111 | # ex: ignored_params: credit_card, ssn, password 112 | capture_params: false 113 | 114 | # Transaction tracer captures deep information about slow 115 | # transactions and sends this to the New Relic service once a 116 | # minute. Included in the transaction is the exact call sequence of 117 | # the transactions including any SQL statements issued. 118 | transaction_tracer: 119 | 120 | # Transaction tracer is enabled by default. Set this to false to 121 | # turn it off. This feature is only available at the Professional 122 | # and above product levels. 123 | enabled: true 124 | 125 | # Threshold in seconds for when to collect a transaction 126 | # trace. When the response time of a controller action exceeds 127 | # this threshold, a transaction trace will be recorded and sent to 128 | # New Relic. Valid values are any float value, or (default) "apdex_f", 129 | # which will use the threshold for an dissatisfying Apdex 130 | # controller action - four times the Apdex T value. 131 | transaction_threshold: apdex_f 132 | 133 | # When transaction tracer is on, SQL statements can optionally be 134 | # recorded. The recorder has three modes, "off" which sends no 135 | # SQL, "raw" which sends the SQL statement in its original form, 136 | # and "obfuscated", which strips out numeric and string literals. 137 | record_sql: obfuscated 138 | 139 | # Threshold in seconds for when to collect stack trace for a SQL 140 | # call. In other words, when SQL statements exceed this threshold, 141 | # then capture and send to New Relic the current stack trace. This is 142 | # helpful for pinpointing where long SQL calls originate from. 143 | stack_trace_threshold: 0.500 144 | 145 | # Determines whether the agent will capture query plans for slow 146 | # SQL queries. Only supported in mysql and postgres. Should be 147 | # set to false when using other adapters. 148 | # explain_enabled: true 149 | 150 | # Threshold for query execution time below which query plans will 151 | # not be captured. Relevant only when `explain_enabled` is true. 152 | # explain_threshold: 0.5 153 | 154 | # Error collector captures information about uncaught exceptions and 155 | # sends them to New Relic for viewing 156 | error_collector: 157 | 158 | # Error collector is enabled by default. Set this to false to turn 159 | # it off. This feature is only available at the Professional and above 160 | # product levels. 161 | enabled: true 162 | 163 | # Rails Only - tells error collector whether or not to capture a 164 | # source snippet around the place of the error when errors are View 165 | # related. 166 | capture_source: true 167 | 168 | # To stop specific errors from reporting to New Relic, set this property 169 | # to comma-separated values. Default is to ignore routing errors, 170 | # which are how 404's get triggered. 171 | ignore_errors: "ActionController::RoutingError,Sinatra::NotFound" 172 | 173 | # If you're interested in capturing memcache keys as though they 174 | # were SQL uncomment this flag. Note that this does increase 175 | # overhead slightly on every memcached call, and can have security 176 | # implications if your memcached keys are sensitive 177 | # capture_memcache_keys: true 178 | 179 | # Application Environments 180 | # ------------------------------------------ 181 | # Environment-specific settings are in this section. 182 | # For Rails applications, RAILS_ENV is used to determine the environment. 183 | # For Java applications, pass -Dnewrelic.environment to set 184 | # the environment. 185 | 186 | # NOTE if your application has other named environments, you should 187 | # provide newrelic configuration settings for these environments here. 188 | 189 | development: 190 | <<: *default_settings 191 | # Turn off communication to New Relic service in development mode (also 192 | # 'enabled'). 193 | # NOTE: for initial evaluation purposes, you may want to temporarily 194 | # turn the agent on in development mode. 195 | monitor_mode: false 196 | 197 | # Rails Only - when running in Developer Mode, the New Relic Agent will 198 | # present performance information on the last 100 transactions you have 199 | # executed since starting the mongrel. 200 | # NOTE: There is substantial overhead when running in developer mode. 201 | # Do not use for production or load testing. 202 | developer_mode: true 203 | 204 | # Enable textmate links 205 | # textmate: true 206 | 207 | test: 208 | <<: *default_settings 209 | # It almost never makes sense to turn on the agent when running 210 | # unit, functional or integration tests or the like. 211 | monitor_mode: false 212 | 213 | # Turn on the agent in production for 24x7 monitoring. NewRelic 214 | # testing shows an average performance impact of < 5 ms per 215 | # transaction, you can leave this on all the time without 216 | # incurring any user-visible performance degradation. 217 | production: 218 | <<: *default_settings 219 | monitor_mode: true 220 | 221 | # Many applications have a staging environment which behaves 222 | # identically to production. Support for that environment is provided 223 | # here. By default, the staging environment has the agent turned on. 224 | staging: 225 | <<: *default_settings 226 | monitor_mode: true 227 | # app_name: My Application (Staging) 228 | -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/42aebc28fcb3f896a0f3da169bc88d7a: -------------------------------------------------------------------------------- 1 | {I" 2 | class:ETI"BundledAsset;FI"logical_path;TI"jquery_ujs.js;FI" pathname;TI"j/Users/Trevor/.rvm/gems/ruby-2.0.0-p0/gems/jquery-rails-3.0.4/vendor/assets/javascripts/jquery_ujs.js;FI"content_type;TI"application/javascript;TI" 3 | mtime;Tl+IkRI" length;TiuDelete 162 | handleMethod: function(link) { 163 | var href = rails.href(link), 164 | method = link.data('method'), 165 | target = link.attr('target'), 166 | csrf_token = $('meta[name=csrf-token]').attr('content'), 167 | csrf_param = $('meta[name=csrf-param]').attr('content'), 168 | form = $('
'), 169 | metadata_input = ''; 170 | 171 | if (csrf_param !== undefined && csrf_token !== undefined) { 172 | metadata_input += ''; 173 | } 174 | 175 | if (target) { form.attr('target', target); } 176 | 177 | form.hide().append(metadata_input).appendTo('body'); 178 | form.submit(); 179 | }, 180 | 181 | /* Disables form elements: 182 | - Caches element value in 'ujs:enable-with' data store 183 | - Replaces element text with value of 'data-disable-with' attribute 184 | - Sets disabled property to true 185 | */ 186 | disableFormElements: function(form) { 187 | form.find(rails.disableSelector).each(function() { 188 | var element = $(this), method = element.is('button') ? 'html' : 'val'; 189 | element.data('ujs:enable-with', element[method]()); 190 | element[method](element.data('disable-with')); 191 | element.prop('disabled', true); 192 | }); 193 | }, 194 | 195 | /* Re-enables disabled form elements: 196 | - Replaces element text with cached value from 'ujs:enable-with' data store (created in `disableFormElements`) 197 | - Sets disabled property to false 198 | */ 199 | enableFormElements: function(form) { 200 | form.find(rails.enableSelector).each(function() { 201 | var element = $(this), method = element.is('button') ? 'html' : 'val'; 202 | if (element.data('ujs:enable-with')) element[method](element.data('ujs:enable-with')); 203 | element.prop('disabled', false); 204 | }); 205 | }, 206 | 207 | /* For 'data-confirm' attribute: 208 | - Fires `confirm` event 209 | - Shows the confirmation dialog 210 | - Fires the `confirm:complete` event 211 | 212 | Returns `true` if no function stops the chain and user chose yes; `false` otherwise. 213 | Attaching a handler to the element's `confirm` event that returns a `falsy` value cancels the confirmation dialog. 214 | Attaching a handler to the element's `confirm:complete` event that returns a `falsy` value makes this function 215 | return false. The `confirm:complete` event is fired whether or not the user answered true or false to the dialog. 216 | */ 217 | allowAction: function(element) { 218 | var message = element.data('confirm'), 219 | answer = false, callback; 220 | if (!message) { return true; } 221 | 222 | if (rails.fire(element, 'confirm')) { 223 | answer = rails.confirm(message); 224 | callback = rails.fire(element, 'confirm:complete', [answer]); 225 | } 226 | return answer && callback; 227 | }, 228 | 229 | // Helper function which checks for blank inputs in a form that match the specified CSS selector 230 | blankInputs: function(form, specifiedSelector, nonBlank) { 231 | var inputs = $(), input, valueToCheck, 232 | selector = specifiedSelector || 'input,textarea', 233 | allInputs = form.find(selector); 234 | 235 | allInputs.each(function() { 236 | input = $(this); 237 | valueToCheck = input.is('input[type=checkbox],input[type=radio]') ? input.is(':checked') : input.val(); 238 | // If nonBlank and valueToCheck are both truthy, or nonBlank and valueToCheck are both falsey 239 | if (!valueToCheck === !nonBlank) { 240 | 241 | // Don't count unchecked required radio if other radio with same name is checked 242 | if (input.is('input[type=radio]') && allInputs.filter('input[type=radio]:checked[name="' + input.attr('name') + '"]').length) { 243 | return true; // Skip to next input 244 | } 245 | 246 | inputs = inputs.add(input); 247 | } 248 | }); 249 | return inputs.length ? inputs : false; 250 | }, 251 | 252 | // Helper function which checks for non-blank inputs in a form that match the specified CSS selector 253 | nonBlankInputs: function(form, specifiedSelector) { 254 | return rails.blankInputs(form, specifiedSelector, true); // true specifies nonBlank 255 | }, 256 | 257 | // Helper function, needed to provide consistent behavior in IE 258 | stopEverything: function(e) { 259 | $(e.target).trigger('ujs:everythingStopped'); 260 | e.stopImmediatePropagation(); 261 | return false; 262 | }, 263 | 264 | // replace element's html with the 'data-disable-with' after storing original html 265 | // and prevent clicking on it 266 | disableElement: function(element) { 267 | element.data('ujs:enable-with', element.html()); // store enabled state 268 | element.html(element.data('disable-with')); // set to disabled state 269 | element.bind('click.railsDisable', function(e) { // prevent further clicking 270 | return rails.stopEverything(e); 271 | }); 272 | }, 273 | 274 | // restore element to its original state which was disabled by 'disableElement' above 275 | enableElement: function(element) { 276 | if (element.data('ujs:enable-with') !== undefined) { 277 | element.html(element.data('ujs:enable-with')); // set to old enabled state 278 | element.removeData('ujs:enable-with'); // clean up cache 279 | } 280 | element.unbind('click.railsDisable'); // enable element 281 | } 282 | 283 | }; 284 | 285 | if (rails.fire($document, 'rails:attachBindings')) { 286 | 287 | $.ajaxPrefilter(function(options, originalOptions, xhr){ if ( !options.crossDomain ) { rails.CSRFProtection(xhr); }}); 288 | 289 | $document.delegate(rails.linkDisableSelector, 'ajax:complete', function() { 290 | rails.enableElement($(this)); 291 | }); 292 | 293 | $document.delegate(rails.linkClickSelector, 'click.rails', function(e) { 294 | var link = $(this), method = link.data('method'), data = link.data('params'); 295 | if (!rails.allowAction(link)) return rails.stopEverything(e); 296 | 297 | if (link.is(rails.linkDisableSelector)) rails.disableElement(link); 298 | 299 | if (link.data('remote') !== undefined) { 300 | if ( (e.metaKey || e.ctrlKey) && (!method || method === 'GET') && !data ) { return true; } 301 | 302 | var handleRemote = rails.handleRemote(link); 303 | // response from rails.handleRemote() will either be false or a deferred object promise. 304 | if (handleRemote === false) { 305 | rails.enableElement(link); 306 | } else { 307 | handleRemote.error( function() { rails.enableElement(link); } ); 308 | } 309 | return false; 310 | 311 | } else if (link.data('method')) { 312 | rails.handleMethod(link); 313 | return false; 314 | } 315 | }); 316 | 317 | $document.delegate(rails.buttonClickSelector, 'click.rails', function(e) { 318 | var button = $(this); 319 | if (!rails.allowAction(button)) return rails.stopEverything(e); 320 | 321 | rails.handleRemote(button); 322 | return false; 323 | }); 324 | 325 | $document.delegate(rails.inputChangeSelector, 'change.rails', function(e) { 326 | var link = $(this); 327 | if (!rails.allowAction(link)) return rails.stopEverything(e); 328 | 329 | rails.handleRemote(link); 330 | return false; 331 | }); 332 | 333 | $document.delegate(rails.formSubmitSelector, 'submit.rails', function(e) { 334 | var form = $(this), 335 | remote = form.data('remote') !== undefined, 336 | blankRequiredInputs = rails.blankInputs(form, rails.requiredInputSelector), 337 | nonBlankFileInputs = rails.nonBlankInputs(form, rails.fileInputSelector); 338 | 339 | if (!rails.allowAction(form)) return rails.stopEverything(e); 340 | 341 | // skip other logic when required values are missing or file upload is present 342 | if (blankRequiredInputs && form.attr("novalidate") == undefined && rails.fire(form, 'ajax:aborted:required', [blankRequiredInputs])) { 343 | return rails.stopEverything(e); 344 | } 345 | 346 | if (remote) { 347 | if (nonBlankFileInputs) { 348 | // slight timeout so that the submit button gets properly serialized 349 | // (make it easy for event handler to serialize form without disabled values) 350 | setTimeout(function(){ rails.disableFormElements(form); }, 13); 351 | var aborted = rails.fire(form, 'ajax:aborted:file', [nonBlankFileInputs]); 352 | 353 | // re-enable form elements if event bindings return false (canceling normal form submission) 354 | if (!aborted) { setTimeout(function(){ rails.enableFormElements(form); }, 13); } 355 | 356 | return aborted; 357 | } 358 | 359 | rails.handleRemote(form); 360 | return false; 361 | 362 | } else { 363 | // slight timeout so that the submit button gets properly serialized 364 | setTimeout(function(){ rails.disableFormElements(form); }, 13); 365 | } 366 | }); 367 | 368 | $document.delegate(rails.formInputClickSelector, 'click.rails', function(event) { 369 | var button = $(this); 370 | 371 | if (!rails.allowAction(button)) return rails.stopEverything(event); 372 | 373 | // register the pressed submit button 374 | var name = button.attr('name'), 375 | data = name ? {name:name, value:button.val()} : null; 376 | 377 | button.closest('form').data('ujs:submit-button', data); 378 | }); 379 | 380 | $document.delegate(rails.formSubmitSelector, 'ajax:beforeSend.rails', function(event) { 381 | if (this == event.target) rails.disableFormElements($(this)); 382 | }); 383 | 384 | $document.delegate(rails.formSubmitSelector, 'ajax:complete.rails', function(event) { 385 | if (this == event.target) rails.enableFormElements($(this)); 386 | }); 387 | 388 | $(function(){ 389 | // making sure that all forms have actual up-to-date token(cached forms contain old one) 390 | var csrf_token = $('meta[name=csrf-token]').attr('content'); 391 | var csrf_param = $('meta[name=csrf-param]').attr('content'); 392 | $('form input[name="' + csrf_param + '"]').val(csrf_token); 393 | }); 394 | } 395 | 396 | })( jQuery ); 397 | ;TI"required_assets_digest;TI"%74891d6f667558cdc2a724adf8928f56;FI" _version;TI"%2cf3622cbba861b85d33ffabfa420c13;F -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/fb798f2eeb1eafad1ed0fa855daa6952: -------------------------------------------------------------------------------- 1 | {I" 2 | class:ETI"BundledAsset;FI"logical_path;TI"jquery_ujs.js;FI" pathname;TI"j/Users/Trevor/.rvm/gems/ruby-2.0.0-p0/gems/jquery-rails-3.0.4/vendor/assets/javascripts/jquery_ujs.js;FI"content_type;TI"application/javascript;TI" 3 | mtime;Tl+IkRI" length;TiuDelete 162 | handleMethod: function(link) { 163 | var href = rails.href(link), 164 | method = link.data('method'), 165 | target = link.attr('target'), 166 | csrf_token = $('meta[name=csrf-token]').attr('content'), 167 | csrf_param = $('meta[name=csrf-param]').attr('content'), 168 | form = $('
'), 169 | metadata_input = ''; 170 | 171 | if (csrf_param !== undefined && csrf_token !== undefined) { 172 | metadata_input += ''; 173 | } 174 | 175 | if (target) { form.attr('target', target); } 176 | 177 | form.hide().append(metadata_input).appendTo('body'); 178 | form.submit(); 179 | }, 180 | 181 | /* Disables form elements: 182 | - Caches element value in 'ujs:enable-with' data store 183 | - Replaces element text with value of 'data-disable-with' attribute 184 | - Sets disabled property to true 185 | */ 186 | disableFormElements: function(form) { 187 | form.find(rails.disableSelector).each(function() { 188 | var element = $(this), method = element.is('button') ? 'html' : 'val'; 189 | element.data('ujs:enable-with', element[method]()); 190 | element[method](element.data('disable-with')); 191 | element.prop('disabled', true); 192 | }); 193 | }, 194 | 195 | /* Re-enables disabled form elements: 196 | - Replaces element text with cached value from 'ujs:enable-with' data store (created in `disableFormElements`) 197 | - Sets disabled property to false 198 | */ 199 | enableFormElements: function(form) { 200 | form.find(rails.enableSelector).each(function() { 201 | var element = $(this), method = element.is('button') ? 'html' : 'val'; 202 | if (element.data('ujs:enable-with')) element[method](element.data('ujs:enable-with')); 203 | element.prop('disabled', false); 204 | }); 205 | }, 206 | 207 | /* For 'data-confirm' attribute: 208 | - Fires `confirm` event 209 | - Shows the confirmation dialog 210 | - Fires the `confirm:complete` event 211 | 212 | Returns `true` if no function stops the chain and user chose yes; `false` otherwise. 213 | Attaching a handler to the element's `confirm` event that returns a `falsy` value cancels the confirmation dialog. 214 | Attaching a handler to the element's `confirm:complete` event that returns a `falsy` value makes this function 215 | return false. The `confirm:complete` event is fired whether or not the user answered true or false to the dialog. 216 | */ 217 | allowAction: function(element) { 218 | var message = element.data('confirm'), 219 | answer = false, callback; 220 | if (!message) { return true; } 221 | 222 | if (rails.fire(element, 'confirm')) { 223 | answer = rails.confirm(message); 224 | callback = rails.fire(element, 'confirm:complete', [answer]); 225 | } 226 | return answer && callback; 227 | }, 228 | 229 | // Helper function which checks for blank inputs in a form that match the specified CSS selector 230 | blankInputs: function(form, specifiedSelector, nonBlank) { 231 | var inputs = $(), input, valueToCheck, 232 | selector = specifiedSelector || 'input,textarea', 233 | allInputs = form.find(selector); 234 | 235 | allInputs.each(function() { 236 | input = $(this); 237 | valueToCheck = input.is('input[type=checkbox],input[type=radio]') ? input.is(':checked') : input.val(); 238 | // If nonBlank and valueToCheck are both truthy, or nonBlank and valueToCheck are both falsey 239 | if (!valueToCheck === !nonBlank) { 240 | 241 | // Don't count unchecked required radio if other radio with same name is checked 242 | if (input.is('input[type=radio]') && allInputs.filter('input[type=radio]:checked[name="' + input.attr('name') + '"]').length) { 243 | return true; // Skip to next input 244 | } 245 | 246 | inputs = inputs.add(input); 247 | } 248 | }); 249 | return inputs.length ? inputs : false; 250 | }, 251 | 252 | // Helper function which checks for non-blank inputs in a form that match the specified CSS selector 253 | nonBlankInputs: function(form, specifiedSelector) { 254 | return rails.blankInputs(form, specifiedSelector, true); // true specifies nonBlank 255 | }, 256 | 257 | // Helper function, needed to provide consistent behavior in IE 258 | stopEverything: function(e) { 259 | $(e.target).trigger('ujs:everythingStopped'); 260 | e.stopImmediatePropagation(); 261 | return false; 262 | }, 263 | 264 | // replace element's html with the 'data-disable-with' after storing original html 265 | // and prevent clicking on it 266 | disableElement: function(element) { 267 | element.data('ujs:enable-with', element.html()); // store enabled state 268 | element.html(element.data('disable-with')); // set to disabled state 269 | element.bind('click.railsDisable', function(e) { // prevent further clicking 270 | return rails.stopEverything(e); 271 | }); 272 | }, 273 | 274 | // restore element to its original state which was disabled by 'disableElement' above 275 | enableElement: function(element) { 276 | if (element.data('ujs:enable-with') !== undefined) { 277 | element.html(element.data('ujs:enable-with')); // set to old enabled state 278 | element.removeData('ujs:enable-with'); // clean up cache 279 | } 280 | element.unbind('click.railsDisable'); // enable element 281 | } 282 | 283 | }; 284 | 285 | if (rails.fire($document, 'rails:attachBindings')) { 286 | 287 | $.ajaxPrefilter(function(options, originalOptions, xhr){ if ( !options.crossDomain ) { rails.CSRFProtection(xhr); }}); 288 | 289 | $document.delegate(rails.linkDisableSelector, 'ajax:complete', function() { 290 | rails.enableElement($(this)); 291 | }); 292 | 293 | $document.delegate(rails.linkClickSelector, 'click.rails', function(e) { 294 | var link = $(this), method = link.data('method'), data = link.data('params'); 295 | if (!rails.allowAction(link)) return rails.stopEverything(e); 296 | 297 | if (link.is(rails.linkDisableSelector)) rails.disableElement(link); 298 | 299 | if (link.data('remote') !== undefined) { 300 | if ( (e.metaKey || e.ctrlKey) && (!method || method === 'GET') && !data ) { return true; } 301 | 302 | var handleRemote = rails.handleRemote(link); 303 | // response from rails.handleRemote() will either be false or a deferred object promise. 304 | if (handleRemote === false) { 305 | rails.enableElement(link); 306 | } else { 307 | handleRemote.error( function() { rails.enableElement(link); } ); 308 | } 309 | return false; 310 | 311 | } else if (link.data('method')) { 312 | rails.handleMethod(link); 313 | return false; 314 | } 315 | }); 316 | 317 | $document.delegate(rails.buttonClickSelector, 'click.rails', function(e) { 318 | var button = $(this); 319 | if (!rails.allowAction(button)) return rails.stopEverything(e); 320 | 321 | rails.handleRemote(button); 322 | return false; 323 | }); 324 | 325 | $document.delegate(rails.inputChangeSelector, 'change.rails', function(e) { 326 | var link = $(this); 327 | if (!rails.allowAction(link)) return rails.stopEverything(e); 328 | 329 | rails.handleRemote(link); 330 | return false; 331 | }); 332 | 333 | $document.delegate(rails.formSubmitSelector, 'submit.rails', function(e) { 334 | var form = $(this), 335 | remote = form.data('remote') !== undefined, 336 | blankRequiredInputs = rails.blankInputs(form, rails.requiredInputSelector), 337 | nonBlankFileInputs = rails.nonBlankInputs(form, rails.fileInputSelector); 338 | 339 | if (!rails.allowAction(form)) return rails.stopEverything(e); 340 | 341 | // skip other logic when required values are missing or file upload is present 342 | if (blankRequiredInputs && form.attr("novalidate") == undefined && rails.fire(form, 'ajax:aborted:required', [blankRequiredInputs])) { 343 | return rails.stopEverything(e); 344 | } 345 | 346 | if (remote) { 347 | if (nonBlankFileInputs) { 348 | // slight timeout so that the submit button gets properly serialized 349 | // (make it easy for event handler to serialize form without disabled values) 350 | setTimeout(function(){ rails.disableFormElements(form); }, 13); 351 | var aborted = rails.fire(form, 'ajax:aborted:file', [nonBlankFileInputs]); 352 | 353 | // re-enable form elements if event bindings return false (canceling normal form submission) 354 | if (!aborted) { setTimeout(function(){ rails.enableFormElements(form); }, 13); } 355 | 356 | return aborted; 357 | } 358 | 359 | rails.handleRemote(form); 360 | return false; 361 | 362 | } else { 363 | // slight timeout so that the submit button gets properly serialized 364 | setTimeout(function(){ rails.disableFormElements(form); }, 13); 365 | } 366 | }); 367 | 368 | $document.delegate(rails.formInputClickSelector, 'click.rails', function(event) { 369 | var button = $(this); 370 | 371 | if (!rails.allowAction(button)) return rails.stopEverything(event); 372 | 373 | // register the pressed submit button 374 | var name = button.attr('name'), 375 | data = name ? {name:name, value:button.val()} : null; 376 | 377 | button.closest('form').data('ujs:submit-button', data); 378 | }); 379 | 380 | $document.delegate(rails.formSubmitSelector, 'ajax:beforeSend.rails', function(event) { 381 | if (this == event.target) rails.disableFormElements($(this)); 382 | }); 383 | 384 | $document.delegate(rails.formSubmitSelector, 'ajax:complete.rails', function(event) { 385 | if (this == event.target) rails.enableFormElements($(this)); 386 | }); 387 | 388 | $(function(){ 389 | // making sure that all forms have actual up-to-date token(cached forms contain old one) 390 | var csrf_token = $('meta[name=csrf-token]').attr('content'); 391 | var csrf_param = $('meta[name=csrf-param]').attr('content'); 392 | $('form input[name="' + csrf_param + '"]').val(csrf_token); 393 | }); 394 | } 395 | 396 | })( jQuery ); 397 | ;TI"required_assets_digest;TI"%74891d6f667558cdc2a724adf8928f56;FI" _version;TI"%2cf3622cbba861b85d33ffabfa420c13;F -------------------------------------------------------------------------------- /tmp/cache/assets/development/sprockets/f627058940ae6285a94d05e3baaeca59: -------------------------------------------------------------------------------- 1 | {I" 2 | class:ETI"ProcessedAsset;FI"logical_path;TI"jquery_ujs.js;FI" pathname;TI"j/Users/Trevor/.rvm/gems/ruby-2.0.0-p0/gems/jquery-rails-3.0.4/vendor/assets/javascripts/jquery_ujs.js;FI"content_type;TI"application/javascript;TI" 3 | mtime;Tl+IkRI" length;TiuDelete 162 | handleMethod: function(link) { 163 | var href = rails.href(link), 164 | method = link.data('method'), 165 | target = link.attr('target'), 166 | csrf_token = $('meta[name=csrf-token]').attr('content'), 167 | csrf_param = $('meta[name=csrf-param]').attr('content'), 168 | form = $('
'), 169 | metadata_input = ''; 170 | 171 | if (csrf_param !== undefined && csrf_token !== undefined) { 172 | metadata_input += ''; 173 | } 174 | 175 | if (target) { form.attr('target', target); } 176 | 177 | form.hide().append(metadata_input).appendTo('body'); 178 | form.submit(); 179 | }, 180 | 181 | /* Disables form elements: 182 | - Caches element value in 'ujs:enable-with' data store 183 | - Replaces element text with value of 'data-disable-with' attribute 184 | - Sets disabled property to true 185 | */ 186 | disableFormElements: function(form) { 187 | form.find(rails.disableSelector).each(function() { 188 | var element = $(this), method = element.is('button') ? 'html' : 'val'; 189 | element.data('ujs:enable-with', element[method]()); 190 | element[method](element.data('disable-with')); 191 | element.prop('disabled', true); 192 | }); 193 | }, 194 | 195 | /* Re-enables disabled form elements: 196 | - Replaces element text with cached value from 'ujs:enable-with' data store (created in `disableFormElements`) 197 | - Sets disabled property to false 198 | */ 199 | enableFormElements: function(form) { 200 | form.find(rails.enableSelector).each(function() { 201 | var element = $(this), method = element.is('button') ? 'html' : 'val'; 202 | if (element.data('ujs:enable-with')) element[method](element.data('ujs:enable-with')); 203 | element.prop('disabled', false); 204 | }); 205 | }, 206 | 207 | /* For 'data-confirm' attribute: 208 | - Fires `confirm` event 209 | - Shows the confirmation dialog 210 | - Fires the `confirm:complete` event 211 | 212 | Returns `true` if no function stops the chain and user chose yes; `false` otherwise. 213 | Attaching a handler to the element's `confirm` event that returns a `falsy` value cancels the confirmation dialog. 214 | Attaching a handler to the element's `confirm:complete` event that returns a `falsy` value makes this function 215 | return false. The `confirm:complete` event is fired whether or not the user answered true or false to the dialog. 216 | */ 217 | allowAction: function(element) { 218 | var message = element.data('confirm'), 219 | answer = false, callback; 220 | if (!message) { return true; } 221 | 222 | if (rails.fire(element, 'confirm')) { 223 | answer = rails.confirm(message); 224 | callback = rails.fire(element, 'confirm:complete', [answer]); 225 | } 226 | return answer && callback; 227 | }, 228 | 229 | // Helper function which checks for blank inputs in a form that match the specified CSS selector 230 | blankInputs: function(form, specifiedSelector, nonBlank) { 231 | var inputs = $(), input, valueToCheck, 232 | selector = specifiedSelector || 'input,textarea', 233 | allInputs = form.find(selector); 234 | 235 | allInputs.each(function() { 236 | input = $(this); 237 | valueToCheck = input.is('input[type=checkbox],input[type=radio]') ? input.is(':checked') : input.val(); 238 | // If nonBlank and valueToCheck are both truthy, or nonBlank and valueToCheck are both falsey 239 | if (!valueToCheck === !nonBlank) { 240 | 241 | // Don't count unchecked required radio if other radio with same name is checked 242 | if (input.is('input[type=radio]') && allInputs.filter('input[type=radio]:checked[name="' + input.attr('name') + '"]').length) { 243 | return true; // Skip to next input 244 | } 245 | 246 | inputs = inputs.add(input); 247 | } 248 | }); 249 | return inputs.length ? inputs : false; 250 | }, 251 | 252 | // Helper function which checks for non-blank inputs in a form that match the specified CSS selector 253 | nonBlankInputs: function(form, specifiedSelector) { 254 | return rails.blankInputs(form, specifiedSelector, true); // true specifies nonBlank 255 | }, 256 | 257 | // Helper function, needed to provide consistent behavior in IE 258 | stopEverything: function(e) { 259 | $(e.target).trigger('ujs:everythingStopped'); 260 | e.stopImmediatePropagation(); 261 | return false; 262 | }, 263 | 264 | // replace element's html with the 'data-disable-with' after storing original html 265 | // and prevent clicking on it 266 | disableElement: function(element) { 267 | element.data('ujs:enable-with', element.html()); // store enabled state 268 | element.html(element.data('disable-with')); // set to disabled state 269 | element.bind('click.railsDisable', function(e) { // prevent further clicking 270 | return rails.stopEverything(e); 271 | }); 272 | }, 273 | 274 | // restore element to its original state which was disabled by 'disableElement' above 275 | enableElement: function(element) { 276 | if (element.data('ujs:enable-with') !== undefined) { 277 | element.html(element.data('ujs:enable-with')); // set to old enabled state 278 | element.removeData('ujs:enable-with'); // clean up cache 279 | } 280 | element.unbind('click.railsDisable'); // enable element 281 | } 282 | 283 | }; 284 | 285 | if (rails.fire($document, 'rails:attachBindings')) { 286 | 287 | $.ajaxPrefilter(function(options, originalOptions, xhr){ if ( !options.crossDomain ) { rails.CSRFProtection(xhr); }}); 288 | 289 | $document.delegate(rails.linkDisableSelector, 'ajax:complete', function() { 290 | rails.enableElement($(this)); 291 | }); 292 | 293 | $document.delegate(rails.linkClickSelector, 'click.rails', function(e) { 294 | var link = $(this), method = link.data('method'), data = link.data('params'); 295 | if (!rails.allowAction(link)) return rails.stopEverything(e); 296 | 297 | if (link.is(rails.linkDisableSelector)) rails.disableElement(link); 298 | 299 | if (link.data('remote') !== undefined) { 300 | if ( (e.metaKey || e.ctrlKey) && (!method || method === 'GET') && !data ) { return true; } 301 | 302 | var handleRemote = rails.handleRemote(link); 303 | // response from rails.handleRemote() will either be false or a deferred object promise. 304 | if (handleRemote === false) { 305 | rails.enableElement(link); 306 | } else { 307 | handleRemote.error( function() { rails.enableElement(link); } ); 308 | } 309 | return false; 310 | 311 | } else if (link.data('method')) { 312 | rails.handleMethod(link); 313 | return false; 314 | } 315 | }); 316 | 317 | $document.delegate(rails.buttonClickSelector, 'click.rails', function(e) { 318 | var button = $(this); 319 | if (!rails.allowAction(button)) return rails.stopEverything(e); 320 | 321 | rails.handleRemote(button); 322 | return false; 323 | }); 324 | 325 | $document.delegate(rails.inputChangeSelector, 'change.rails', function(e) { 326 | var link = $(this); 327 | if (!rails.allowAction(link)) return rails.stopEverything(e); 328 | 329 | rails.handleRemote(link); 330 | return false; 331 | }); 332 | 333 | $document.delegate(rails.formSubmitSelector, 'submit.rails', function(e) { 334 | var form = $(this), 335 | remote = form.data('remote') !== undefined, 336 | blankRequiredInputs = rails.blankInputs(form, rails.requiredInputSelector), 337 | nonBlankFileInputs = rails.nonBlankInputs(form, rails.fileInputSelector); 338 | 339 | if (!rails.allowAction(form)) return rails.stopEverything(e); 340 | 341 | // skip other logic when required values are missing or file upload is present 342 | if (blankRequiredInputs && form.attr("novalidate") == undefined && rails.fire(form, 'ajax:aborted:required', [blankRequiredInputs])) { 343 | return rails.stopEverything(e); 344 | } 345 | 346 | if (remote) { 347 | if (nonBlankFileInputs) { 348 | // slight timeout so that the submit button gets properly serialized 349 | // (make it easy for event handler to serialize form without disabled values) 350 | setTimeout(function(){ rails.disableFormElements(form); }, 13); 351 | var aborted = rails.fire(form, 'ajax:aborted:file', [nonBlankFileInputs]); 352 | 353 | // re-enable form elements if event bindings return false (canceling normal form submission) 354 | if (!aborted) { setTimeout(function(){ rails.enableFormElements(form); }, 13); } 355 | 356 | return aborted; 357 | } 358 | 359 | rails.handleRemote(form); 360 | return false; 361 | 362 | } else { 363 | // slight timeout so that the submit button gets properly serialized 364 | setTimeout(function(){ rails.disableFormElements(form); }, 13); 365 | } 366 | }); 367 | 368 | $document.delegate(rails.formInputClickSelector, 'click.rails', function(event) { 369 | var button = $(this); 370 | 371 | if (!rails.allowAction(button)) return rails.stopEverything(event); 372 | 373 | // register the pressed submit button 374 | var name = button.attr('name'), 375 | data = name ? {name:name, value:button.val()} : null; 376 | 377 | button.closest('form').data('ujs:submit-button', data); 378 | }); 379 | 380 | $document.delegate(rails.formSubmitSelector, 'ajax:beforeSend.rails', function(event) { 381 | if (this == event.target) rails.disableFormElements($(this)); 382 | }); 383 | 384 | $document.delegate(rails.formSubmitSelector, 'ajax:complete.rails', function(event) { 385 | if (this == event.target) rails.enableFormElements($(this)); 386 | }); 387 | 388 | $(function(){ 389 | // making sure that all forms have actual up-to-date token(cached forms contain old one) 390 | var csrf_token = $('meta[name=csrf-token]').attr('content'); 391 | var csrf_param = $('meta[name=csrf-param]').attr('content'); 392 | $('form input[name="' + csrf_param + '"]').val(csrf_token); 393 | }); 394 | } 395 | 396 | })( jQuery ); 397 | ;TI"dependency_digest;TI"%74891d6f667558cdc2a724adf8928f56;FI"required_paths;T[I"j/Users/Trevor/.rvm/gems/ruby-2.0.0-p0/gems/jquery-rails-3.0.4/vendor/assets/javascripts/jquery_ujs.js;FI"dependency_paths;T[{I" path;TI"j/Users/Trevor/.rvm/gems/ruby-2.0.0-p0/gems/jquery-rails-3.0.4/vendor/assets/javascripts/jquery_ujs.js;FI" 398 | mtime;TI"2013-10-25T19:52:25-05:00;TI" digest;TI"%02181b3e64cd9e4e8548cad033516231;FI" _version;TI"%2cf3622cbba861b85d33ffabfa420c13;F -------------------------------------------------------------------------------- /log/newrelic_agent.log: -------------------------------------------------------------------------------- 1 | # Logfile created on 2013-11-10 15:46:12 -0600 by logger.rb/36483 2 | [11/10/13 15:46:12 -0600 Trevors-MacBook-Pro.local (90310)] INFO : Starting the New Relic agent in "development" environment. 3 | [11/10/13 15:46:12 -0600 Trevors-MacBook-Pro.local (90310)] INFO : To prevent agent startup add a NEWRELIC_ENABLE=false environment variable or modify the "development" section of your newrelic.yml. 4 | [11/10/13 15:46:12 -0600 Trevors-MacBook-Pro.local (90310)] INFO : Reading configuration from 5 | [11/10/13 15:46:12 -0600 Trevors-MacBook-Pro.local (90310)] ERROR : Unable to read configuration file : Is a directory - /Users/Trevor/Work/HHSoftwareSolutions 6 | [11/10/13 15:46:12 -0600 Trevors-MacBook-Pro.local (90310)] INFO : Enabling the Request Sampler. 7 | [11/10/13 15:46:12 -0600 Trevors-MacBook-Pro.local (90310)] INFO : Enabling the Request Sampler. 8 | [11/10/13 15:46:12 -0600 Trevors-MacBook-Pro.local (90310)] INFO : Environment: development 9 | [11/10/13 15:46:12 -0600 Trevors-MacBook-Pro.local (90310)] INFO : No known dispatcher detected. 10 | [11/10/13 15:46:12 -0600 Trevors-MacBook-Pro.local (90310)] INFO : Application: development 11 | [11/10/13 15:46:12 -0600 Trevors-MacBook-Pro.local (90310)] WARN : No license key found in newrelic.yml config. This often means your newrelic.yml is missing a section for the running environment 'development' 12 | [11/10/13 15:46:12 -0600 Trevors-MacBook-Pro.local (90310)] INFO : Installing ActiveRecord 4 instrumentation 13 | [11/10/13 15:46:12 -0600 Trevors-MacBook-Pro.local (90310)] INFO : Installing Net instrumentation 14 | [11/10/13 15:46:12 -0600 Trevors-MacBook-Pro.local (90310)] INFO : Installing deferred Rack instrumentation 15 | [11/10/13 15:46:12 -0600 Trevors-MacBook-Pro.local (90310)] INFO : Installing Rails 4 Controller instrumentation 16 | [11/10/13 15:46:13 -0600 Trevors-MacBook-Pro.local (90310)] INFO : Installing Rails 4 view instrumentation 17 | [11/10/13 15:46:13 -0600 Trevors-MacBook-Pro.local (90310)] INFO : Installing Rails4 Error instrumentation 18 | [11/10/13 15:46:13 -0600 Trevors-MacBook-Pro.local (90310)] INFO : Finished instrumentation 19 | [11/10/13 15:46:13 -0600 Trevors-MacBook-Pro.local (90310)] INFO : Doing deferred dependency-detection before Rack startup 20 | [11/10/13 15:47:26 -0600 Trevors-MacBook-Pro.local (90463)] INFO : Starting the New Relic agent in "development" environment. 21 | [11/10/13 15:47:26 -0600 Trevors-MacBook-Pro.local (90463)] INFO : To prevent agent startup add a NEWRELIC_ENABLE=false environment variable or modify the "development" section of your newrelic.yml. 22 | [11/10/13 15:47:26 -0600 Trevors-MacBook-Pro.local (90463)] INFO : Reading configuration from 23 | [11/10/13 15:47:26 -0600 Trevors-MacBook-Pro.local (90463)] ERROR : Unable to read configuration file : Is a directory - /Users/Trevor/Work/HHSoftwareSolutions 24 | [11/10/13 15:47:26 -0600 Trevors-MacBook-Pro.local (90463)] INFO : Enabling the Request Sampler. 25 | [11/10/13 15:47:26 -0600 Trevors-MacBook-Pro.local (90463)] INFO : Enabling the Request Sampler. 26 | [11/10/13 15:47:26 -0600 Trevors-MacBook-Pro.local (90463)] INFO : Environment: development 27 | [11/10/13 15:47:26 -0600 Trevors-MacBook-Pro.local (90463)] INFO : No known dispatcher detected. 28 | [11/10/13 15:47:26 -0600 Trevors-MacBook-Pro.local (90463)] INFO : Application: development 29 | [11/10/13 15:47:26 -0600 Trevors-MacBook-Pro.local (90463)] WARN : No license key found in newrelic.yml config. This often means your newrelic.yml is missing a section for the running environment 'development' 30 | [11/10/13 15:47:27 -0600 Trevors-MacBook-Pro.local (90463)] INFO : Installing ActiveRecord 4 instrumentation 31 | [11/10/13 15:47:27 -0600 Trevors-MacBook-Pro.local (90463)] INFO : Installing Net instrumentation 32 | [11/10/13 15:47:27 -0600 Trevors-MacBook-Pro.local (90463)] INFO : Installing deferred Rack instrumentation 33 | [11/10/13 15:47:27 -0600 Trevors-MacBook-Pro.local (90463)] INFO : Installing Rails 4 Controller instrumentation 34 | [11/10/13 15:47:27 -0600 Trevors-MacBook-Pro.local (90463)] INFO : Installing Rails 4 view instrumentation 35 | [11/10/13 15:47:27 -0600 Trevors-MacBook-Pro.local (90463)] INFO : Installing Rails4 Error instrumentation 36 | [11/10/13 15:47:27 -0600 Trevors-MacBook-Pro.local (90463)] INFO : Finished instrumentation 37 | [11/10/13 15:47:27 -0600 Trevors-MacBook-Pro.local (90463)] INFO : Doing deferred dependency-detection before Rack startup 38 | [11/10/13 15:53:15 -0600 Trevors-MacBook-Pro.local (90670)] INFO : Starting the New Relic agent in "development" environment. 39 | [11/10/13 15:53:15 -0600 Trevors-MacBook-Pro.local (90670)] INFO : To prevent agent startup add a NEWRELIC_ENABLE=false environment variable or modify the "development" section of your newrelic.yml. 40 | [11/10/13 15:53:15 -0600 Trevors-MacBook-Pro.local (90670)] INFO : Reading configuration from 41 | [11/10/13 15:53:15 -0600 Trevors-MacBook-Pro.local (90670)] ERROR : Unable to read configuration file : Is a directory - /Users/Trevor/Work/HHSoftwareSolutions 42 | [11/10/13 15:53:15 -0600 Trevors-MacBook-Pro.local (90670)] INFO : Enabling the Request Sampler. 43 | [11/10/13 15:53:15 -0600 Trevors-MacBook-Pro.local (90670)] INFO : Enabling the Request Sampler. 44 | [11/10/13 15:53:15 -0600 Trevors-MacBook-Pro.local (90670)] INFO : Environment: development 45 | [11/10/13 15:53:15 -0600 Trevors-MacBook-Pro.local (90670)] INFO : No known dispatcher detected. 46 | [11/10/13 15:53:15 -0600 Trevors-MacBook-Pro.local (90670)] INFO : Application: development 47 | [11/10/13 15:53:15 -0600 Trevors-MacBook-Pro.local (90670)] WARN : No license key found in newrelic.yml config. This often means your newrelic.yml is missing a section for the running environment 'development' 48 | [11/10/13 15:53:15 -0600 Trevors-MacBook-Pro.local (90670)] INFO : Installing ActiveRecord 4 instrumentation 49 | [11/10/13 15:53:15 -0600 Trevors-MacBook-Pro.local (90670)] INFO : Installing Net instrumentation 50 | [11/10/13 15:53:15 -0600 Trevors-MacBook-Pro.local (90670)] INFO : Installing deferred Rack instrumentation 51 | [11/10/13 15:53:15 -0600 Trevors-MacBook-Pro.local (90670)] INFO : Installing Rails 4 Controller instrumentation 52 | [11/10/13 15:53:15 -0600 Trevors-MacBook-Pro.local (90670)] INFO : Installing Rails 4 view instrumentation 53 | [11/10/13 15:53:15 -0600 Trevors-MacBook-Pro.local (90670)] INFO : Installing Rails4 Error instrumentation 54 | [11/10/13 15:53:15 -0600 Trevors-MacBook-Pro.local (90670)] INFO : Finished instrumentation 55 | [11/10/13 15:53:15 -0600 Trevors-MacBook-Pro.local (90670)] INFO : Doing deferred dependency-detection before Rack startup 56 | [11/10/13 15:54:49 -0600 Trevors-MacBook-Pro.local (90695)] INFO : Starting the New Relic agent in "development" environment. 57 | [11/10/13 15:54:49 -0600 Trevors-MacBook-Pro.local (90695)] INFO : To prevent agent startup add a NEWRELIC_ENABLE=false environment variable or modify the "development" section of your newrelic.yml. 58 | [11/10/13 15:54:49 -0600 Trevors-MacBook-Pro.local (90695)] INFO : Reading configuration from 59 | [11/10/13 15:54:49 -0600 Trevors-MacBook-Pro.local (90695)] ERROR : Unable to read configuration file : Is a directory - /Users/Trevor/Work/HHSoftwareSolutions 60 | [11/10/13 15:54:49 -0600 Trevors-MacBook-Pro.local (90695)] INFO : Enabling the Request Sampler. 61 | [11/10/13 15:54:49 -0600 Trevors-MacBook-Pro.local (90695)] INFO : Enabling the Request Sampler. 62 | [11/10/13 15:54:49 -0600 Trevors-MacBook-Pro.local (90695)] INFO : Environment: development 63 | [11/10/13 15:54:49 -0600 Trevors-MacBook-Pro.local (90695)] INFO : No known dispatcher detected. 64 | [11/10/13 15:54:49 -0600 Trevors-MacBook-Pro.local (90695)] INFO : Application: development 65 | [11/10/13 15:54:49 -0600 Trevors-MacBook-Pro.local (90695)] WARN : No license key found in newrelic.yml config. This often means your newrelic.yml is missing a section for the running environment 'development' 66 | [11/10/13 15:54:49 -0600 Trevors-MacBook-Pro.local (90695)] INFO : Installing ActiveRecord 4 instrumentation 67 | [11/10/13 15:54:49 -0600 Trevors-MacBook-Pro.local (90695)] INFO : Installing Net instrumentation 68 | [11/10/13 15:54:49 -0600 Trevors-MacBook-Pro.local (90695)] INFO : Installing deferred Rack instrumentation 69 | [11/10/13 15:54:49 -0600 Trevors-MacBook-Pro.local (90695)] INFO : Installing Rails 4 Controller instrumentation 70 | [11/10/13 15:54:49 -0600 Trevors-MacBook-Pro.local (90695)] INFO : Installing Rails 4 view instrumentation 71 | [11/10/13 15:54:49 -0600 Trevors-MacBook-Pro.local (90695)] INFO : Installing Rails4 Error instrumentation 72 | [11/10/13 15:54:49 -0600 Trevors-MacBook-Pro.local (90695)] INFO : Finished instrumentation 73 | [11/10/13 15:54:49 -0600 Trevors-MacBook-Pro.local (90695)] INFO : Doing deferred dependency-detection before Rack startup 74 | [01/07/14 19:11:03 -0600 Trevors-MacBook-Pro.local (65806)] INFO : Starting the New Relic agent in "development" environment. 75 | [01/07/14 19:11:03 -0600 Trevors-MacBook-Pro.local (65806)] INFO : To prevent agent startup add a NEWRELIC_ENABLE=false environment variable or modify the "development" section of your newrelic.yml. 76 | [01/07/14 19:11:03 -0600 Trevors-MacBook-Pro.local (65806)] INFO : Reading configuration from 77 | [01/07/14 19:11:03 -0600 Trevors-MacBook-Pro.local (65806)] ERROR : Unable to read configuration file : Is a directory - /Users/Trevor/Work/BailBetterLandingPage 78 | [01/07/14 19:11:03 -0600 Trevors-MacBook-Pro.local (65806)] INFO : Enabling the Request Sampler. 79 | [01/07/14 19:11:03 -0600 Trevors-MacBook-Pro.local (65806)] INFO : Enabling the Request Sampler. 80 | [01/07/14 19:11:03 -0600 Trevors-MacBook-Pro.local (65806)] INFO : Environment: development 81 | [01/07/14 19:11:03 -0600 Trevors-MacBook-Pro.local (65806)] INFO : No known dispatcher detected. 82 | [01/07/14 19:11:03 -0600 Trevors-MacBook-Pro.local (65806)] INFO : Application: development 83 | [01/07/14 19:11:03 -0600 Trevors-MacBook-Pro.local (65806)] WARN : No license key found in newrelic.yml config. This often means your newrelic.yml is missing a section for the running environment 'development' 84 | [01/07/14 19:11:03 -0600 Trevors-MacBook-Pro.local (65806)] INFO : Installing ActiveRecord 4 instrumentation 85 | [01/07/14 19:11:03 -0600 Trevors-MacBook-Pro.local (65806)] INFO : Installing Net instrumentation 86 | [01/07/14 19:11:03 -0600 Trevors-MacBook-Pro.local (65806)] INFO : Installing deferred Rack instrumentation 87 | [01/07/14 19:11:03 -0600 Trevors-MacBook-Pro.local (65806)] INFO : Installing Rails 4 Controller instrumentation 88 | [01/07/14 19:11:04 -0600 Trevors-MacBook-Pro.local (65806)] INFO : Installing Rails 4 view instrumentation 89 | [01/07/14 19:11:04 -0600 Trevors-MacBook-Pro.local (65806)] INFO : Installing Rails4 Error instrumentation 90 | [01/07/14 19:11:04 -0600 Trevors-MacBook-Pro.local (65806)] INFO : Finished instrumentation 91 | [01/07/14 19:11:04 -0600 Trevors-MacBook-Pro.local (65806)] INFO : Doing deferred dependency-detection before Rack startup 92 | [01/07/14 19:11:24 -0600 Trevors-MacBook-Pro.local (65820)] INFO : Starting the New Relic agent in "development" environment. 93 | [01/07/14 19:11:24 -0600 Trevors-MacBook-Pro.local (65820)] INFO : To prevent agent startup add a NEWRELIC_ENABLE=false environment variable or modify the "development" section of your newrelic.yml. 94 | [01/07/14 19:11:24 -0600 Trevors-MacBook-Pro.local (65820)] INFO : Reading configuration from 95 | [01/07/14 19:11:24 -0600 Trevors-MacBook-Pro.local (65820)] ERROR : Unable to read configuration file : Is a directory - /Users/Trevor/Work/BailBetterLandingPage 96 | [01/07/14 19:11:24 -0600 Trevors-MacBook-Pro.local (65820)] INFO : Enabling the Request Sampler. 97 | [01/07/14 19:11:24 -0600 Trevors-MacBook-Pro.local (65820)] INFO : Enabling the Request Sampler. 98 | [01/07/14 19:11:24 -0600 Trevors-MacBook-Pro.local (65820)] INFO : Environment: development 99 | [01/07/14 19:11:24 -0600 Trevors-MacBook-Pro.local (65820)] INFO : No known dispatcher detected. 100 | [01/07/14 19:11:24 -0600 Trevors-MacBook-Pro.local (65820)] INFO : Application: development 101 | [01/07/14 19:11:24 -0600 Trevors-MacBook-Pro.local (65820)] WARN : No license key found in newrelic.yml config. This often means your newrelic.yml is missing a section for the running environment 'development' 102 | [01/07/14 19:11:24 -0600 Trevors-MacBook-Pro.local (65820)] INFO : Installing ActiveRecord 4 instrumentation 103 | [01/07/14 19:11:24 -0600 Trevors-MacBook-Pro.local (65820)] INFO : Installing Net instrumentation 104 | [01/07/14 19:11:24 -0600 Trevors-MacBook-Pro.local (65820)] INFO : Installing deferred Rack instrumentation 105 | [01/07/14 19:11:24 -0600 Trevors-MacBook-Pro.local (65820)] INFO : Installing Rails 4 Controller instrumentation 106 | [01/07/14 19:11:24 -0600 Trevors-MacBook-Pro.local (65820)] INFO : Installing Rails 4 view instrumentation 107 | [01/07/14 19:11:24 -0600 Trevors-MacBook-Pro.local (65820)] INFO : Installing Rails4 Error instrumentation 108 | [01/07/14 19:11:24 -0600 Trevors-MacBook-Pro.local (65820)] INFO : Finished instrumentation 109 | [01/07/14 19:11:24 -0600 Trevors-MacBook-Pro.local (65820)] INFO : Doing deferred dependency-detection before Rack startup 110 | [01/07/14 19:15:20 -0600 Trevors-MacBook-Pro.local (65894)] INFO : Starting the New Relic agent in "development" environment. 111 | [01/07/14 19:15:20 -0600 Trevors-MacBook-Pro.local (65894)] INFO : To prevent agent startup add a NEWRELIC_ENABLE=false environment variable or modify the "development" section of your newrelic.yml. 112 | [01/07/14 19:15:20 -0600 Trevors-MacBook-Pro.local (65894)] INFO : Reading configuration from 113 | [01/07/14 19:15:20 -0600 Trevors-MacBook-Pro.local (65894)] ERROR : Unable to read configuration file : Is a directory - /Users/Trevor/Work/BailBetterLandingPage 114 | [01/07/14 19:15:20 -0600 Trevors-MacBook-Pro.local (65894)] INFO : Enabling the Request Sampler. 115 | [01/07/14 19:15:20 -0600 Trevors-MacBook-Pro.local (65894)] INFO : Enabling the Request Sampler. 116 | [01/07/14 19:15:20 -0600 Trevors-MacBook-Pro.local (65894)] INFO : Environment: development 117 | [01/07/14 19:15:20 -0600 Trevors-MacBook-Pro.local (65894)] INFO : No known dispatcher detected. 118 | [01/07/14 19:15:20 -0600 Trevors-MacBook-Pro.local (65894)] INFO : Application: development 119 | [01/07/14 19:15:20 -0600 Trevors-MacBook-Pro.local (65894)] WARN : No license key found in newrelic.yml config. This often means your newrelic.yml is missing a section for the running environment 'development' 120 | [01/07/14 19:15:20 -0600 Trevors-MacBook-Pro.local (65894)] INFO : Installing ActiveRecord 4 instrumentation 121 | [01/07/14 19:15:20 -0600 Trevors-MacBook-Pro.local (65894)] INFO : Installing Net instrumentation 122 | [01/07/14 19:15:20 -0600 Trevors-MacBook-Pro.local (65894)] INFO : Installing deferred Rack instrumentation 123 | [01/07/14 19:15:20 -0600 Trevors-MacBook-Pro.local (65894)] INFO : Installing Rails 4 Controller instrumentation 124 | [01/07/14 19:15:20 -0600 Trevors-MacBook-Pro.local (65894)] INFO : Installing Rails 4 view instrumentation 125 | [01/07/14 19:15:20 -0600 Trevors-MacBook-Pro.local (65894)] INFO : Installing Rails4 Error instrumentation 126 | [01/07/14 19:15:20 -0600 Trevors-MacBook-Pro.local (65894)] INFO : Finished instrumentation 127 | [01/07/14 19:15:20 -0600 Trevors-MacBook-Pro.local (65894)] INFO : Doing deferred dependency-detection before Rack startup 128 | [01/07/14 19:19:33 -0600 Trevors-MacBook-Pro.local (65970)] INFO : Starting the New Relic agent in "development" environment. 129 | [01/07/14 19:19:33 -0600 Trevors-MacBook-Pro.local (65970)] INFO : To prevent agent startup add a NEWRELIC_ENABLE=false environment variable or modify the "development" section of your newrelic.yml. 130 | [01/07/14 19:19:33 -0600 Trevors-MacBook-Pro.local (65970)] INFO : Reading configuration from 131 | [01/07/14 19:19:33 -0600 Trevors-MacBook-Pro.local (65970)] ERROR : Unable to read configuration file : Is a directory - /Users/Trevor/Work/BailBetterLandingPage 132 | [01/07/14 19:19:33 -0600 Trevors-MacBook-Pro.local (65970)] INFO : Enabling the Request Sampler. 133 | [01/07/14 19:19:33 -0600 Trevors-MacBook-Pro.local (65970)] INFO : Enabling the Request Sampler. 134 | [01/07/14 19:19:33 -0600 Trevors-MacBook-Pro.local (65970)] INFO : Environment: development 135 | [01/07/14 19:19:33 -0600 Trevors-MacBook-Pro.local (65970)] INFO : No known dispatcher detected. 136 | [01/07/14 19:19:33 -0600 Trevors-MacBook-Pro.local (65970)] INFO : Application: development 137 | [01/07/14 19:19:33 -0600 Trevors-MacBook-Pro.local (65970)] WARN : No license key found in newrelic.yml config. This often means your newrelic.yml is missing a section for the running environment 'development' 138 | [01/07/14 19:19:33 -0600 Trevors-MacBook-Pro.local (65970)] INFO : Installing ActiveRecord 4 instrumentation 139 | [01/07/14 19:19:33 -0600 Trevors-MacBook-Pro.local (65970)] INFO : Installing Net instrumentation 140 | [01/07/14 19:19:33 -0600 Trevors-MacBook-Pro.local (65970)] INFO : Installing deferred Rack instrumentation 141 | [01/07/14 19:19:33 -0600 Trevors-MacBook-Pro.local (65970)] INFO : Installing Rails 4 Controller instrumentation 142 | [01/07/14 19:19:33 -0600 Trevors-MacBook-Pro.local (65970)] INFO : Installing Rails 4 view instrumentation 143 | [01/07/14 19:19:33 -0600 Trevors-MacBook-Pro.local (65970)] INFO : Installing Rails4 Error instrumentation 144 | [01/07/14 19:19:33 -0600 Trevors-MacBook-Pro.local (65970)] INFO : Finished instrumentation 145 | [01/07/14 19:19:33 -0600 Trevors-MacBook-Pro.local (65970)] INFO : Doing deferred dependency-detection before Rack startup 146 | [01/07/14 19:32:10 -0600 Trevors-MacBook-Pro.local (66172)] INFO : Starting the New Relic agent in "development" environment. 147 | [01/07/14 19:32:10 -0600 Trevors-MacBook-Pro.local (66172)] INFO : To prevent agent startup add a NEWRELIC_ENABLE=false environment variable or modify the "development" section of your newrelic.yml. 148 | [01/07/14 19:32:10 -0600 Trevors-MacBook-Pro.local (66172)] INFO : Reading configuration from 149 | [01/07/14 19:32:10 -0600 Trevors-MacBook-Pro.local (66172)] ERROR : Unable to read configuration file : Is a directory - /Users/Trevor/Work/BailBetterLandingPage 150 | [01/07/14 19:32:10 -0600 Trevors-MacBook-Pro.local (66172)] INFO : Enabling the Request Sampler. 151 | [01/07/14 19:32:10 -0600 Trevors-MacBook-Pro.local (66172)] INFO : Enabling the Request Sampler. 152 | [01/07/14 19:32:10 -0600 Trevors-MacBook-Pro.local (66172)] INFO : Environment: development 153 | [01/07/14 19:32:10 -0600 Trevors-MacBook-Pro.local (66172)] INFO : No known dispatcher detected. 154 | [01/07/14 19:32:10 -0600 Trevors-MacBook-Pro.local (66172)] INFO : Application: development 155 | [01/07/14 19:32:10 -0600 Trevors-MacBook-Pro.local (66172)] WARN : No license key found in newrelic.yml config. This often means your newrelic.yml is missing a section for the running environment 'development' 156 | [01/07/14 19:32:10 -0600 Trevors-MacBook-Pro.local (66172)] INFO : Installing ActiveRecord 4 instrumentation 157 | [01/07/14 19:32:10 -0600 Trevors-MacBook-Pro.local (66172)] INFO : Installing Net instrumentation 158 | [01/07/14 19:32:10 -0600 Trevors-MacBook-Pro.local (66172)] INFO : Installing deferred Rack instrumentation 159 | [01/07/14 19:32:10 -0600 Trevors-MacBook-Pro.local (66172)] INFO : Installing Rails 4 Controller instrumentation 160 | [01/07/14 19:32:11 -0600 Trevors-MacBook-Pro.local (66172)] INFO : Installing Rails 4 view instrumentation 161 | [01/07/14 19:32:11 -0600 Trevors-MacBook-Pro.local (66172)] INFO : Installing Rails4 Error instrumentation 162 | [01/07/14 19:32:11 -0600 Trevors-MacBook-Pro.local (66172)] INFO : Finished instrumentation 163 | [01/07/14 19:32:11 -0600 Trevors-MacBook-Pro.local (66172)] INFO : Doing deferred dependency-detection before Rack startup 164 | [01/08/14 17:45:38 -0600 Trevors-MacBook-Pro.local (4196)] INFO : Starting the New Relic agent in "development" environment. 165 | [01/08/14 17:45:38 -0600 Trevors-MacBook-Pro.local (4196)] INFO : To prevent agent startup add a NEWRELIC_ENABLE=false environment variable or modify the "development" section of your newrelic.yml. 166 | [01/08/14 17:45:38 -0600 Trevors-MacBook-Pro.local (4196)] INFO : Reading configuration from 167 | [01/08/14 17:45:38 -0600 Trevors-MacBook-Pro.local (4196)] ERROR : Unable to read configuration file : Is a directory - /Users/Trevor/Work/BailBetterLandingPage 168 | [01/08/14 17:45:38 -0600 Trevors-MacBook-Pro.local (4196)] INFO : Enabling the Request Sampler. 169 | [01/08/14 17:45:38 -0600 Trevors-MacBook-Pro.local (4196)] INFO : Enabling the Request Sampler. 170 | [01/08/14 17:45:38 -0600 Trevors-MacBook-Pro.local (4196)] INFO : Environment: development 171 | [01/08/14 17:45:38 -0600 Trevors-MacBook-Pro.local (4196)] INFO : No known dispatcher detected. 172 | [01/08/14 17:45:38 -0600 Trevors-MacBook-Pro.local (4196)] INFO : Application: development 173 | [01/08/14 17:45:38 -0600 Trevors-MacBook-Pro.local (4196)] WARN : No license key found in newrelic.yml config. This often means your newrelic.yml is missing a section for the running environment 'development' 174 | [01/08/14 17:45:38 -0600 Trevors-MacBook-Pro.local (4196)] INFO : Installing ActiveRecord 4 instrumentation 175 | [01/08/14 17:45:38 -0600 Trevors-MacBook-Pro.local (4196)] INFO : Installing Net instrumentation 176 | [01/08/14 17:45:38 -0600 Trevors-MacBook-Pro.local (4196)] INFO : Installing deferred Rack instrumentation 177 | [01/08/14 17:45:38 -0600 Trevors-MacBook-Pro.local (4196)] INFO : Installing Rails 4 Controller instrumentation 178 | [01/08/14 17:45:38 -0600 Trevors-MacBook-Pro.local (4196)] INFO : Installing Rails 4 view instrumentation 179 | [01/08/14 17:45:38 -0600 Trevors-MacBook-Pro.local (4196)] INFO : Installing Rails4 Error instrumentation 180 | [01/08/14 17:45:38 -0600 Trevors-MacBook-Pro.local (4196)] INFO : Finished instrumentation 181 | [01/08/14 17:45:38 -0600 Trevors-MacBook-Pro.local (4196)] INFO : Doing deferred dependency-detection before Rack startup 182 | [01/13/14 18:16:18 -0600 Trevors-MacBook-Pro.local (29048)] INFO : Starting the New Relic agent in "development" environment. 183 | [01/13/14 18:16:18 -0600 Trevors-MacBook-Pro.local (29048)] INFO : To prevent agent startup add a NEWRELIC_ENABLE=false environment variable or modify the "development" section of your newrelic.yml. 184 | [01/13/14 18:16:18 -0600 Trevors-MacBook-Pro.local (29048)] INFO : Reading configuration from 185 | [01/13/14 18:16:18 -0600 Trevors-MacBook-Pro.local (29048)] ERROR : Unable to read configuration file : Is a directory - /Users/Trevor/Work/BailBetterLandingPage 186 | [01/13/14 18:16:18 -0600 Trevors-MacBook-Pro.local (29048)] INFO : Enabling the Request Sampler. 187 | [01/13/14 18:16:18 -0600 Trevors-MacBook-Pro.local (29048)] INFO : Enabling the Request Sampler. 188 | [01/13/14 18:16:18 -0600 Trevors-MacBook-Pro.local (29048)] INFO : Environment: development 189 | [01/13/14 18:16:18 -0600 Trevors-MacBook-Pro.local (29048)] INFO : No known dispatcher detected. 190 | [01/13/14 18:16:18 -0600 Trevors-MacBook-Pro.local (29048)] INFO : Application: development 191 | [01/13/14 18:16:18 -0600 Trevors-MacBook-Pro.local (29048)] WARN : No license key found in newrelic.yml config. This often means your newrelic.yml is missing a section for the running environment 'development' 192 | [01/13/14 18:16:18 -0600 Trevors-MacBook-Pro.local (29048)] INFO : Installing ActiveRecord 4 instrumentation 193 | [01/13/14 18:16:18 -0600 Trevors-MacBook-Pro.local (29048)] INFO : Installing Net instrumentation 194 | [01/13/14 18:16:18 -0600 Trevors-MacBook-Pro.local (29048)] INFO : Installing deferred Rack instrumentation 195 | [01/13/14 18:16:18 -0600 Trevors-MacBook-Pro.local (29048)] INFO : Installing Rails 4 Controller instrumentation 196 | [01/13/14 18:16:18 -0600 Trevors-MacBook-Pro.local (29048)] INFO : Installing Rails 4 view instrumentation 197 | [01/13/14 18:16:18 -0600 Trevors-MacBook-Pro.local (29048)] INFO : Installing Rails4 Error instrumentation 198 | [01/13/14 18:16:18 -0600 Trevors-MacBook-Pro.local (29048)] INFO : Finished instrumentation 199 | [01/13/14 18:16:19 -0600 Trevors-MacBook-Pro.local (29048)] INFO : Doing deferred dependency-detection before Rack startup 200 | [01/13/14 18:36:44 -0600 Trevors-MacBook-Pro.local (29222)] INFO : Starting the New Relic agent in "development" environment. 201 | [01/13/14 18:36:44 -0600 Trevors-MacBook-Pro.local (29222)] INFO : To prevent agent startup add a NEWRELIC_ENABLE=false environment variable or modify the "development" section of your newrelic.yml. 202 | [01/13/14 18:36:44 -0600 Trevors-MacBook-Pro.local (29222)] INFO : Reading configuration from 203 | [01/13/14 18:36:44 -0600 Trevors-MacBook-Pro.local (29222)] ERROR : Unable to read configuration file : Is a directory - /Users/Trevor/Work/BailBetterLandingPage 204 | [01/13/14 18:36:44 -0600 Trevors-MacBook-Pro.local (29222)] INFO : Enabling the Request Sampler. 205 | [01/13/14 18:36:44 -0600 Trevors-MacBook-Pro.local (29222)] INFO : Enabling the Request Sampler. 206 | [01/13/14 18:36:44 -0600 Trevors-MacBook-Pro.local (29222)] INFO : Environment: development 207 | [01/13/14 18:36:44 -0600 Trevors-MacBook-Pro.local (29222)] INFO : No known dispatcher detected. 208 | [01/13/14 18:36:44 -0600 Trevors-MacBook-Pro.local (29222)] INFO : Application: development 209 | [01/13/14 18:36:44 -0600 Trevors-MacBook-Pro.local (29222)] WARN : No license key found in newrelic.yml config. This often means your newrelic.yml is missing a section for the running environment 'development' 210 | [01/13/14 18:36:44 -0600 Trevors-MacBook-Pro.local (29222)] INFO : Installing ActiveRecord 4 instrumentation 211 | [01/13/14 18:36:44 -0600 Trevors-MacBook-Pro.local (29222)] INFO : Installing Net instrumentation 212 | [01/13/14 18:36:44 -0600 Trevors-MacBook-Pro.local (29222)] INFO : Installing deferred Rack instrumentation 213 | [01/13/14 18:36:44 -0600 Trevors-MacBook-Pro.local (29222)] INFO : Installing Rails 4 Controller instrumentation 214 | [01/13/14 18:36:44 -0600 Trevors-MacBook-Pro.local (29222)] INFO : Installing Rails 4 view instrumentation 215 | [01/13/14 18:36:44 -0600 Trevors-MacBook-Pro.local (29222)] INFO : Installing Rails4 Error instrumentation 216 | [01/13/14 18:36:44 -0600 Trevors-MacBook-Pro.local (29222)] INFO : Finished instrumentation 217 | [01/13/14 18:36:44 -0600 Trevors-MacBook-Pro.local (29222)] INFO : Doing deferred dependency-detection before Rack startup 218 | [01/13/14 19:19:12 -0600 Trevors-MacBook-Pro.local (29643)] INFO : Starting the New Relic agent in "development" environment. 219 | [01/13/14 19:19:12 -0600 Trevors-MacBook-Pro.local (29643)] INFO : To prevent agent startup add a NEWRELIC_ENABLE=false environment variable or modify the "development" section of your newrelic.yml. 220 | [01/13/14 19:19:12 -0600 Trevors-MacBook-Pro.local (29643)] INFO : Reading configuration from 221 | [01/13/14 19:19:12 -0600 Trevors-MacBook-Pro.local (29643)] ERROR : Unable to read configuration file : Is a directory - /Users/Trevor/Work/BailBetterLandingPage 222 | [01/13/14 19:19:12 -0600 Trevors-MacBook-Pro.local (29643)] INFO : Enabling the Request Sampler. 223 | [01/13/14 19:19:12 -0600 Trevors-MacBook-Pro.local (29643)] INFO : Enabling the Request Sampler. 224 | [01/13/14 19:19:12 -0600 Trevors-MacBook-Pro.local (29643)] INFO : Environment: development 225 | [01/13/14 19:19:12 -0600 Trevors-MacBook-Pro.local (29643)] INFO : No known dispatcher detected. 226 | [01/13/14 19:19:12 -0600 Trevors-MacBook-Pro.local (29643)] INFO : Application: development 227 | [01/13/14 19:19:12 -0600 Trevors-MacBook-Pro.local (29643)] WARN : No license key found in newrelic.yml config. This often means your newrelic.yml is missing a section for the running environment 'development' 228 | [01/13/14 19:19:12 -0600 Trevors-MacBook-Pro.local (29643)] INFO : Installing ActiveRecord 4 instrumentation 229 | [01/13/14 19:19:12 -0600 Trevors-MacBook-Pro.local (29643)] INFO : Installing Net instrumentation 230 | [01/13/14 19:19:12 -0600 Trevors-MacBook-Pro.local (29643)] INFO : Installing deferred Rack instrumentation 231 | [01/13/14 19:19:12 -0600 Trevors-MacBook-Pro.local (29643)] INFO : Installing Rails 4 Controller instrumentation 232 | [01/13/14 19:19:12 -0600 Trevors-MacBook-Pro.local (29643)] INFO : Installing Rails 4 view instrumentation 233 | [01/13/14 19:19:12 -0600 Trevors-MacBook-Pro.local (29643)] INFO : Installing Rails4 Error instrumentation 234 | [01/13/14 19:19:12 -0600 Trevors-MacBook-Pro.local (29643)] INFO : Finished instrumentation 235 | [01/13/14 19:19:12 -0600 Trevors-MacBook-Pro.local (29643)] INFO : Doing deferred dependency-detection before Rack startup 236 | [01/13/14 19:54:24 -0600 Trevors-MacBook-Pro.local (29950)] INFO : Starting the New Relic agent in "development" environment. 237 | [01/13/14 19:54:24 -0600 Trevors-MacBook-Pro.local (29950)] INFO : To prevent agent startup add a NEWRELIC_ENABLE=false environment variable or modify the "development" section of your newrelic.yml. 238 | [01/13/14 19:54:24 -0600 Trevors-MacBook-Pro.local (29950)] INFO : Reading configuration from 239 | [01/13/14 19:54:24 -0600 Trevors-MacBook-Pro.local (29950)] ERROR : Unable to read configuration file : Is a directory - /Users/Trevor/Work/BailBetterLandingPage 240 | [01/13/14 19:54:24 -0600 Trevors-MacBook-Pro.local (29950)] INFO : Enabling the Request Sampler. 241 | [01/13/14 19:54:24 -0600 Trevors-MacBook-Pro.local (29950)] INFO : Enabling the Request Sampler. 242 | [01/13/14 19:54:24 -0600 Trevors-MacBook-Pro.local (29950)] INFO : Environment: development 243 | [01/13/14 19:54:24 -0600 Trevors-MacBook-Pro.local (29950)] INFO : No known dispatcher detected. 244 | [01/13/14 19:54:24 -0600 Trevors-MacBook-Pro.local (29950)] INFO : Application: development 245 | [01/13/14 19:54:24 -0600 Trevors-MacBook-Pro.local (29950)] WARN : No license key found in newrelic.yml config. This often means your newrelic.yml is missing a section for the running environment 'development' 246 | [01/13/14 19:54:24 -0600 Trevors-MacBook-Pro.local (29950)] INFO : Installing ActiveRecord 4 instrumentation 247 | [01/13/14 19:54:24 -0600 Trevors-MacBook-Pro.local (29950)] INFO : Installing Net instrumentation 248 | [01/13/14 19:54:24 -0600 Trevors-MacBook-Pro.local (29950)] INFO : Installing deferred Rack instrumentation 249 | [01/13/14 19:54:24 -0600 Trevors-MacBook-Pro.local (29950)] INFO : Installing Rails 4 Controller instrumentation 250 | [01/13/14 19:54:24 -0600 Trevors-MacBook-Pro.local (29950)] INFO : Installing Rails 4 view instrumentation 251 | [01/13/14 19:54:24 -0600 Trevors-MacBook-Pro.local (29950)] INFO : Installing Rails4 Error instrumentation 252 | [01/13/14 19:54:24 -0600 Trevors-MacBook-Pro.local (29950)] INFO : Finished instrumentation 253 | [01/13/14 19:54:25 -0600 Trevors-MacBook-Pro.local (29950)] INFO : Doing deferred dependency-detection before Rack startup 254 | [01/13/14 19:58:37 -0600 Trevors-MacBook-Pro.local (30008)] INFO : Starting the New Relic agent in "development" environment. 255 | [01/13/14 19:58:37 -0600 Trevors-MacBook-Pro.local (30008)] INFO : To prevent agent startup add a NEWRELIC_ENABLE=false environment variable or modify the "development" section of your newrelic.yml. 256 | [01/13/14 19:58:37 -0600 Trevors-MacBook-Pro.local (30008)] INFO : Reading configuration from 257 | [01/13/14 19:58:37 -0600 Trevors-MacBook-Pro.local (30008)] ERROR : Unable to read configuration file : Is a directory - /Users/Trevor/Work/BailBetterLandingPage 258 | [01/13/14 19:58:37 -0600 Trevors-MacBook-Pro.local (30008)] INFO : Enabling the Request Sampler. 259 | [01/13/14 19:58:37 -0600 Trevors-MacBook-Pro.local (30008)] INFO : Enabling the Request Sampler. 260 | [01/13/14 19:58:37 -0600 Trevors-MacBook-Pro.local (30008)] INFO : Environment: development 261 | [01/13/14 19:58:37 -0600 Trevors-MacBook-Pro.local (30008)] INFO : No known dispatcher detected. 262 | [01/13/14 19:58:37 -0600 Trevors-MacBook-Pro.local (30008)] INFO : Application: development 263 | [01/13/14 19:58:37 -0600 Trevors-MacBook-Pro.local (30008)] WARN : No license key found in newrelic.yml config. This often means your newrelic.yml is missing a section for the running environment 'development' 264 | [01/13/14 19:58:38 -0600 Trevors-MacBook-Pro.local (30008)] INFO : Installing ActiveRecord 4 instrumentation 265 | [01/13/14 19:58:38 -0600 Trevors-MacBook-Pro.local (30008)] INFO : Installing Net instrumentation 266 | [01/13/14 19:58:38 -0600 Trevors-MacBook-Pro.local (30008)] INFO : Installing deferred Rack instrumentation 267 | [01/13/14 19:58:38 -0600 Trevors-MacBook-Pro.local (30008)] INFO : Installing Rails 4 Controller instrumentation 268 | [01/13/14 19:58:38 -0600 Trevors-MacBook-Pro.local (30008)] INFO : Installing Rails 4 view instrumentation 269 | [01/13/14 19:58:38 -0600 Trevors-MacBook-Pro.local (30008)] INFO : Installing Rails4 Error instrumentation 270 | [01/13/14 19:58:38 -0600 Trevors-MacBook-Pro.local (30008)] INFO : Finished instrumentation 271 | [01/13/14 19:58:38 -0600 Trevors-MacBook-Pro.local (30008)] INFO : Doing deferred dependency-detection before Rack startup 272 | [01/13/14 20:03:10 -0600 Trevors-MacBook-Pro.local (30049)] INFO : Starting the New Relic agent in "development" environment. 273 | [01/13/14 20:03:10 -0600 Trevors-MacBook-Pro.local (30049)] INFO : To prevent agent startup add a NEWRELIC_ENABLE=false environment variable or modify the "development" section of your newrelic.yml. 274 | [01/13/14 20:03:10 -0600 Trevors-MacBook-Pro.local (30049)] INFO : Reading configuration from 275 | [01/13/14 20:03:10 -0600 Trevors-MacBook-Pro.local (30049)] ERROR : Unable to read configuration file : Is a directory - /Users/Trevor/Work/BailBetterLandingPage 276 | [01/13/14 20:03:10 -0600 Trevors-MacBook-Pro.local (30049)] INFO : Enabling the Request Sampler. 277 | [01/13/14 20:03:10 -0600 Trevors-MacBook-Pro.local (30049)] INFO : Enabling the Request Sampler. 278 | [01/13/14 20:03:10 -0600 Trevors-MacBook-Pro.local (30049)] INFO : Environment: development 279 | [01/13/14 20:03:10 -0600 Trevors-MacBook-Pro.local (30049)] INFO : No known dispatcher detected. 280 | [01/13/14 20:03:10 -0600 Trevors-MacBook-Pro.local (30049)] INFO : Application: development 281 | [01/13/14 20:03:10 -0600 Trevors-MacBook-Pro.local (30049)] WARN : No license key found in newrelic.yml config. This often means your newrelic.yml is missing a section for the running environment 'development' 282 | [01/13/14 20:03:10 -0600 Trevors-MacBook-Pro.local (30049)] INFO : Installing ActiveRecord 4 instrumentation 283 | [01/13/14 20:03:10 -0600 Trevors-MacBook-Pro.local (30049)] INFO : Installing Net instrumentation 284 | [01/13/14 20:03:10 -0600 Trevors-MacBook-Pro.local (30049)] INFO : Installing deferred Rack instrumentation 285 | [01/13/14 20:03:10 -0600 Trevors-MacBook-Pro.local (30049)] INFO : Installing Rails 4 Controller instrumentation 286 | [01/13/14 20:03:10 -0600 Trevors-MacBook-Pro.local (30049)] INFO : Installing Rails 4 view instrumentation 287 | [01/13/14 20:03:10 -0600 Trevors-MacBook-Pro.local (30049)] INFO : Installing Rails4 Error instrumentation 288 | [01/13/14 20:03:10 -0600 Trevors-MacBook-Pro.local (30049)] INFO : Finished instrumentation 289 | [01/13/14 20:03:10 -0600 Trevors-MacBook-Pro.local (30049)] INFO : Doing deferred dependency-detection before Rack startup 290 | [01/13/14 20:22:24 -0600 Trevors-MacBook-Pro.local (30192)] INFO : Starting the New Relic agent in "development" environment. 291 | [01/13/14 20:22:24 -0600 Trevors-MacBook-Pro.local (30192)] INFO : To prevent agent startup add a NEWRELIC_ENABLE=false environment variable or modify the "development" section of your newrelic.yml. 292 | [01/13/14 20:22:24 -0600 Trevors-MacBook-Pro.local (30192)] INFO : Reading configuration from 293 | [01/13/14 20:22:24 -0600 Trevors-MacBook-Pro.local (30192)] ERROR : Unable to read configuration file : Is a directory - /Users/Trevor/Work/BailBetterLandingPage 294 | [01/13/14 20:22:24 -0600 Trevors-MacBook-Pro.local (30192)] INFO : Enabling the Request Sampler. 295 | [01/13/14 20:22:24 -0600 Trevors-MacBook-Pro.local (30192)] INFO : Enabling the Request Sampler. 296 | [01/13/14 20:22:24 -0600 Trevors-MacBook-Pro.local (30192)] INFO : Environment: development 297 | [01/13/14 20:22:24 -0600 Trevors-MacBook-Pro.local (30192)] INFO : No known dispatcher detected. 298 | [01/13/14 20:22:24 -0600 Trevors-MacBook-Pro.local (30192)] INFO : Application: development 299 | [01/13/14 20:22:24 -0600 Trevors-MacBook-Pro.local (30192)] WARN : No license key found in newrelic.yml config. This often means your newrelic.yml is missing a section for the running environment 'development' 300 | [01/13/14 20:22:24 -0600 Trevors-MacBook-Pro.local (30192)] INFO : Installing ActiveRecord 4 instrumentation 301 | [01/13/14 20:22:24 -0600 Trevors-MacBook-Pro.local (30192)] INFO : Installing Net instrumentation 302 | [01/13/14 20:22:24 -0600 Trevors-MacBook-Pro.local (30192)] INFO : Installing deferred Rack instrumentation 303 | [01/13/14 20:22:24 -0600 Trevors-MacBook-Pro.local (30192)] INFO : Installing Rails 4 Controller instrumentation 304 | [01/13/14 20:22:24 -0600 Trevors-MacBook-Pro.local (30192)] INFO : Installing Rails 4 view instrumentation 305 | [01/13/14 20:22:24 -0600 Trevors-MacBook-Pro.local (30192)] INFO : Installing Rails4 Error instrumentation 306 | [01/13/14 20:22:24 -0600 Trevors-MacBook-Pro.local (30192)] INFO : Finished instrumentation 307 | [01/13/14 20:22:24 -0600 Trevors-MacBook-Pro.local (30192)] INFO : Doing deferred dependency-detection before Rack startup 308 | [02/12/14 20:06:16 -0600 Trevors-MacBook-Pro.local (8021)] INFO : Starting the New Relic agent in "development" environment. 309 | [02/12/14 20:06:16 -0600 Trevors-MacBook-Pro.local (8021)] INFO : To prevent agent startup add a NEWRELIC_ENABLE=false environment variable or modify the "development" section of your newrelic.yml. 310 | [02/12/14 20:06:16 -0600 Trevors-MacBook-Pro.local (8021)] INFO : Reading configuration from config/newrelic.yml 311 | [02/12/14 20:06:16 -0600 Trevors-MacBook-Pro.local (8021)] INFO : New Relic Agent Developer Mode enabled. 312 | [02/12/14 20:06:16 -0600 Trevors-MacBook-Pro.local (8021)] INFO : Enabling the Request Sampler. 313 | [02/12/14 20:06:16 -0600 Trevors-MacBook-Pro.local (8021)] INFO : Enabling the Request Sampler. 314 | [02/12/14 20:06:16 -0600 Trevors-MacBook-Pro.local (8021)] INFO : Environment: development 315 | [02/12/14 20:06:16 -0600 Trevors-MacBook-Pro.local (8021)] INFO : No known dispatcher detected. 316 | [02/12/14 20:06:16 -0600 Trevors-MacBook-Pro.local (8021)] INFO : Application: My Application 317 | [02/12/14 20:06:16 -0600 Trevors-MacBook-Pro.local (8021)] WARN : Agent configured not to send data in this environment. 318 | [02/12/14 20:06:16 -0600 Trevors-MacBook-Pro.local (8021)] INFO : Installing ActiveRecord 4 instrumentation 319 | [02/12/14 20:06:16 -0600 Trevors-MacBook-Pro.local (8021)] INFO : Installing Net instrumentation 320 | [02/12/14 20:06:16 -0600 Trevors-MacBook-Pro.local (8021)] INFO : Installing deferred Rack instrumentation 321 | [02/12/14 20:06:16 -0600 Trevors-MacBook-Pro.local (8021)] INFO : Installing Rails 4 Controller instrumentation 322 | [02/12/14 20:06:16 -0600 Trevors-MacBook-Pro.local (8021)] INFO : Installing Rails 4 view instrumentation 323 | [02/12/14 20:06:16 -0600 Trevors-MacBook-Pro.local (8021)] INFO : Installing Rails4 Error instrumentation 324 | [02/12/14 20:06:16 -0600 Trevors-MacBook-Pro.local (8021)] INFO : Finished instrumentation 325 | [02/12/14 20:06:16 -0600 Trevors-MacBook-Pro.local (8021)] INFO : Doing deferred dependency-detection before Rack startup 326 | [02/12/14 20:07:00 -0600 Trevors-MacBook-Pro.local (8037)] INFO : Starting the New Relic agent in "development" environment. 327 | [02/12/14 20:07:00 -0600 Trevors-MacBook-Pro.local (8037)] INFO : To prevent agent startup add a NEWRELIC_ENABLE=false environment variable or modify the "development" section of your newrelic.yml. 328 | [02/12/14 20:07:00 -0600 Trevors-MacBook-Pro.local (8037)] INFO : Reading configuration from config/newrelic.yml 329 | [02/12/14 20:07:00 -0600 Trevors-MacBook-Pro.local (8037)] INFO : New Relic Agent Developer Mode enabled. 330 | [02/12/14 20:07:00 -0600 Trevors-MacBook-Pro.local (8037)] INFO : Enabling the Request Sampler. 331 | [02/12/14 20:07:00 -0600 Trevors-MacBook-Pro.local (8037)] INFO : Enabling the Request Sampler. 332 | [02/12/14 20:07:00 -0600 Trevors-MacBook-Pro.local (8037)] INFO : Environment: development 333 | [02/12/14 20:07:00 -0600 Trevors-MacBook-Pro.local (8037)] INFO : No known dispatcher detected. 334 | [02/12/14 20:07:00 -0600 Trevors-MacBook-Pro.local (8037)] INFO : Application: My Application 335 | [02/12/14 20:07:00 -0600 Trevors-MacBook-Pro.local (8037)] WARN : Agent configured not to send data in this environment. 336 | [02/12/14 20:07:00 -0600 Trevors-MacBook-Pro.local (8037)] INFO : Installing ActiveRecord 4 instrumentation 337 | [02/12/14 20:07:00 -0600 Trevors-MacBook-Pro.local (8037)] INFO : Installing Net instrumentation 338 | [02/12/14 20:07:00 -0600 Trevors-MacBook-Pro.local (8037)] INFO : Installing deferred Rack instrumentation 339 | [02/12/14 20:07:00 -0600 Trevors-MacBook-Pro.local (8037)] INFO : Installing Rails 4 Controller instrumentation 340 | [02/12/14 20:07:00 -0600 Trevors-MacBook-Pro.local (8037)] INFO : Installing Rails 4 view instrumentation 341 | [02/12/14 20:07:00 -0600 Trevors-MacBook-Pro.local (8037)] INFO : Installing Rails4 Error instrumentation 342 | [02/12/14 20:07:00 -0600 Trevors-MacBook-Pro.local (8037)] INFO : Finished instrumentation 343 | [02/12/14 20:07:00 -0600 Trevors-MacBook-Pro.local (8037)] INFO : Doing deferred dependency-detection before Rack startup 344 | --------------------------------------------------------------------------------