Commit graph

4381 commits

Author SHA1 Message Date
Matt Rogers
7995a4ea1e
Merge pull request #2174 from TracksApp/dependabot/bundler/bootstrap-sass-3.4.1
[Security] Bump bootstrap-sass from 3.3.7 to 3.4.1
2019-03-17 15:03:31 -05:00
dependabot[bot]
954e598a82
Bump rails-controller-testing from 1.0.3 to 1.0.4
Bumps [rails-controller-testing](https://github.com/rails/rails-controller-testing) from 1.0.3 to 1.0.4.
- [Release notes](https://github.com/rails/rails-controller-testing/releases)
- [Commits](https://github.com/rails/rails-controller-testing/compare/v1.0.3...v1.0.4)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-16 18:01:23 +00:00
Matt Rogers
47848764d0
Merge pull request #2177 from TracksApp/dependabot/bundler/rails-5.2.2.1
[Security] Bump rails from 5.2.2 to 5.2.2.1
2019-03-16 12:59:05 -05:00
dependabot[bot]
44ca4bd49c
[Security] Bump rails from 5.2.2 to 5.2.2.1
Bumps [rails](https://github.com/rails/rails) from 5.2.2 to 5.2.2.1. **This update includes security fixes.**
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](https://github.com/rails/rails/compare/v5.2.2...v5.2.2.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-13 22:48:24 +00:00
dependabot[bot]
e8539bcc73
Bump rubocop from 0.60.0 to 0.65.0
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.60.0 to 0.65.0.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.60.0...v0.65.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-20 06:02:06 +00:00
dependabot[bot]
eb7de591c7
Bump bootstrap-sass from 3.3.7 to 3.4.1
Bumps [bootstrap-sass](https://github.com/twbs/bootstrap-sass) from 3.3.7 to 3.4.1.
- [Release notes](https://github.com/twbs/bootstrap-sass/releases)
- [Changelog](https://github.com/twbs/bootstrap-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/twbs/bootstrap-sass/compare/v3.3.7...v3.4.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-14 06:52:51 +00:00
Matt Rogers
6687446e7a
Remove gemnasium from README 2019-01-22 12:13:46 -06:00
Matt Rogers
3fdb031144
Merge pull request #2158 from TracksApp/dependabot/bundler/rails-5.2.2
Bump rails from 5.2.1.1 to 5.2.2
2018-12-07 08:37:50 -06:00
Matteo Giaccone
fe9859d959 Docker improvements to better use existing tools 2018-12-06 23:08:05 +01:00
Matteo Giaccone
a15a7d8a95 Fix Docker setup
This commit fixes the Docker setup and also the CI build.

Also the contributing guide is updated with the new information related
to Docker. The CONTRIBUTING.md file is used to comply with GitHub
guidelines to help other developers to contribute.
2018-12-06 20:20:01 +01:00
dependabot[bot]
6bc663aa86
Bump rails from 5.2.1.1 to 5.2.2
Bumps [rails](https://github.com/rails/rails) from 5.2.1.1 to 5.2.2.
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](https://github.com/rails/rails/compare/v5.2.1.1...v5.2.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-05 06:42:37 +00:00
dependabot[bot]
7884dd9807
Merge pull request #2157 from TracksApp/dependabot/bundler/rails-controller-testing-1.0.3 2018-12-03 14:21:31 +00:00
dependabot[bot]
3d3fce34ca
Bump rails-controller-testing from 1.0.2 to 1.0.3
Bumps [rails-controller-testing](https://github.com/rails/rails-controller-testing) from 1.0.2 to 1.0.3.
- [Release notes](https://github.com/rails/rails-controller-testing/releases)
- [Commits](https://github.com/rails/rails-controller-testing/compare/v1.0.2...v1.0.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-12-03 06:12:33 +00:00
Matt Rogers
42bf6ff72f
Merge pull request #2155 from TracksApp/dependabot/bundler/rails-5.2.1.1
[Security] Bump rails from 5.2.1 to 5.2.1.1
2018-11-27 21:42:09 -06:00
dependabot[bot]
143aa3f12b
[Security] Bump rails from 5.2.1 to 5.2.1.1
Bumps rails from 5.2.1 to 5.2.1.1. **This update includes security fixes.**

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-27 22:55:47 +00:00
Matt Rogers
be68ed5606
Merge pull request #2154 from TracksApp/fix-loading-issues
Update the autoloading paths
2018-11-24 13:01:35 -06:00
Matt Rogers
d95bd49b68
Move done_todos.rb to the proper place
Since this is a bare class without a module, it needs to be in the `lib`
directory rather than in `lib/tracks` since newer versions of Rails are
more strict about file paths and autoloading.
2018-11-24 09:33:37 -06:00
Matt Rogers
555ae30bef
Update the autoloading paths
I couldn't even run with eager loading turned on until after this
change. Let's hope it helps with the other code loading issues going on
right now as well.
2018-11-22 23:50:56 -06:00
Matt Rogers
f00590a03c
Merge pull request #2153 from TracksApp/dependabot/bundler/mysql2-0.5.2
Bump mysql2 from 0.4.10 to 0.5.2
2018-11-21 08:50:36 -06:00
dependabot[bot]
496bef96c5
Bump mysql2 from 0.4.10 to 0.5.2
Bumps [mysql2](https://github.com/brianmario/mysql2) from 0.4.10 to 0.5.2.
- [Release notes](https://github.com/brianmario/mysql2/releases)
- [Changelog](https://github.com/brianmario/mysql2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianmario/mysql2/compare/0.4.10...0.5.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-21 14:46:00 +00:00
Matt Rogers
b2d3b9c991
Merge pull request #2152 from TracksApp/dependabot/bundler/uglifier-4.1.20
Bump uglifier from 4.1.17 to 4.1.20
2018-11-21 08:44:33 -06:00
dependabot[bot]
9f75953ec9
Bump uglifier from 4.1.17 to 4.1.20
Bumps [uglifier](https://github.com/lautis/uglifier) from 4.1.17 to 4.1.20.
- [Release notes](https://github.com/lautis/uglifier/releases)
- [Changelog](https://github.com/lautis/uglifier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/lautis/uglifier/compare/v4.1.17...v4.1.20)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-21 05:56:32 +00:00
Matt Rogers
4b05447194
Merge pull request #2124 from TracksApp/dependabot/bundler/factory_bot_rails-4.11.1
Bump factory_bot_rails from 4.10.0 to 4.11.1
2018-11-20 20:12:20 -06:00
Matt Rogers
8a05e7286f
Merge pull request #2126 from TracksApp/dependabot/bundler/tolk-3.1.0
Bump tolk from 2.0.0 to 3.1.0
2018-11-20 20:11:40 -06:00
Matt Rogers
d0c750acfe
Merge pull request #2131 from TracksApp/dependabot/bundler/acts_as_list-0.9.17
Bump acts_as_list from 0.9.15 to 0.9.17
2018-11-20 20:11:07 -06:00
Matt Rogers
efabc845c5
Merge pull request #2151 from TracksApp/remove-rails52-deprecations
Remove deprecations announced in Rails 5.2
2018-11-20 20:10:31 -06:00
Matt Rogers
f2647e3f94
Remove deprecations printed out in the test suite 2018-11-20 19:57:02 -06:00
Matt Rogers
d3c9975606
allow newer rails to rewrite the schema 2018-11-20 19:56:50 -06:00
Matt Rogers
d1b13e7c35
Remove bootsnap
It was causing weird hangs while booting the app.
2018-11-20 19:56:02 -06:00
dependabot[bot]
fa067ebb68
Merge pull request #2150 from TracksApp/dependabot/bundler/bullet-5.9.0 2018-11-20 14:34:41 +00:00
dependabot[bot]
cf598e0945
Bump bullet from 5.7.5 to 5.9.0
Bumps [bullet](https://github.com/flyerhzm/bullet) from 5.7.5 to 5.9.0.
- [Release notes](https://github.com/flyerhzm/bullet/releases)
- [Changelog](https://github.com/flyerhzm/bullet/blob/master/CHANGELOG.md)
- [Commits](https://github.com/flyerhzm/bullet/compare/5.7.5...5.9.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-20 06:22:15 +00:00
dependabot[bot]
5011d226ad
Merge pull request #2147 from TracksApp/dependabot/bundler/yard-0.9.16 2018-11-19 16:23:05 +00:00
dependabot[bot]
2a20a42572
Bump yard from 0.9.15 to 0.9.16
Bumps [yard](https://github.com/lsegal/yard) from 0.9.15 to 0.9.16.
- [Release notes](https://github.com/lsegal/yard/releases)
- [Changelog](https://github.com/lsegal/yard/blob/master/CHANGELOG.md)
- [Commits](https://github.com/lsegal/yard/compare/v0.9.15...v0.9.16)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-19 06:08:25 +00:00
Matt Rogers
b98b9b9bf9
Merge pull request #2146 from TracksApp/remove-rack-dev-mark
Remove rack-dev-mark
2018-11-17 13:10:58 -06:00
dependabot[bot]
d821da4655
Bump acts_as_list from 0.9.15 to 0.9.17
Bumps [acts_as_list](https://github.com/swanandp/acts_as_list) from 0.9.15 to 0.9.17.
- [Release notes](https://github.com/swanandp/acts_as_list/releases)
- [Changelog](https://github.com/swanandp/acts_as_list/blob/master/CHANGELOG.md)
- [Commits](https://github.com/swanandp/acts_as_list/compare/v0.9.15...v0.9.17)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-17 19:01:58 +00:00
Matt Rogers
cc50993861
remove rack-dev-mark 2018-11-17 13:01:48 -06:00
Matt Rogers
98583fc9f5
Merge pull request #2145 from TracksApp/match-rails52-defaults
Update the app for Rails 5.2
2018-11-17 12:59:59 -06:00
Matt Rogers
2cbe020d8a
Update the app for Rails 5.2
After the framework bump, run `rails app:update` to pull in the new
framework changes and defaults.
2018-11-17 12:37:03 -06:00
dependabot[bot]
ee3d864038
Bump tolk from 2.0.0 to 3.1.0
Bumps [tolk](https://github.com/tolk/tolk) from 2.0.0 to 3.1.0.
- [Release notes](https://github.com/tolk/tolk/releases)
- [Changelog](https://github.com/tolk/tolk/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tolk/tolk/compare/v2.0.0...v3.1.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-17 17:06:39 +00:00
Matt Rogers
daf5736a32
Merge pull request #2144 from TracksApp/rails52
Upgrade Rails to 5.2
2018-11-17 11:04:50 -06:00
Matt Rogers
7608ed080c
Remove the alt text for removing the dependency
It's no longer generated automatically by Rails' helpers
2018-11-17 10:58:16 -06:00
Matt Rogers
9e76a5e734
Bump mysql to 0.4.x 2018-11-17 10:58:16 -06:00
dependabot[bot]
002b387fb5
Bump rails from 5.1.6 to 5.2.1
Bumps [rails](https://github.com/rails/rails) from 5.1.6 to 5.2.1.
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](https://github.com/rails/rails/compare/v5.1.6...v5.2.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-17 10:57:38 -06:00
Matt Rogers
bc4333c32e
Merge pull request #2143 from TracksApp/remove-rails51-deprecations
Remove Rails 5.1 deprecations
2018-11-17 09:33:59 -06:00
Matt Rogers
aca54f5aff
Remove raise_on_unfiltered_parameters
Deprecated and has no effect in Rails 5.1
2018-11-17 09:15:49 -06:00
Matt Rogers
faaecbae40
Remove halt_callback_chains_on_return_false
It's deprecated in Rails 5.1 and will block the Rails 5.2 upgrade.
2018-11-17 09:11:52 -06:00
Matt Rogers
6952202e7b
Merge pull request #2130 from TracksApp/dependabot/bundler/bootstrap-sass-3.3.7
Bump bootstrap-sass from 3.3.3 to 3.3.7
2018-11-16 22:30:02 -06:00
Matt Rogers
497a35da67
Merge pull request #2132 from TracksApp/dependabot/bundler/mocha-1.7.0
Bump mocha from 1.6.0 to 1.7.0
2018-11-16 22:29:17 -06:00
Matt Rogers
9e10cabef8
Merge pull request #2140 from TracksApp/dependabot/bundler/rubocop-0.60.0
Bump rubocop from 0.58.2 to 0.60.0
2018-11-16 22:28:21 -06:00
dependabot[bot]
d4cc907d8d
Bump rubocop from 0.58.2 to 0.60.0
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.58.2 to 0.60.0.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.58.2...v0.60.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-14 05:53:59 +00:00