├── 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 |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 |Maybe you tried to change something you didn't have access to.
55 |If you are the application owner check the logs for more information.
57 | 58 | 59 | -------------------------------------------------------------------------------- /public/404.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |You may have mistyped the address or the page may have moved.
55 |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 |
17 | The all-in-one, truly simple bail bonds solution has arrived.
23 |See an overview of how your agents are doing, or look at them individually.
57 |The obvious—keep track of every bond and defendant. Automatic alerts keep you up-to-date on payments and court dates.
65 |View how your company is doing by day, week, month, year or whatever you want. Reports can be generated automatically as well.
73 |The features you need, and nothing more. Don't waste time sifting through unused chaos.
81 |