dnrce / tracks

Contributor fork of TracksApp/tracks
https://github.com/TracksApp/tracks
GNU General Public License v2.0
0 stars 0 forks source link

Gemfile shouldn't need to be edited during installation #85

Closed dnrce closed 9 years ago

dnrce commented 10 years ago

Database selection can be handled by Bundler's --without option. (GitLab uses this method -- see here and here.)

therubyracer shouldn't be used at all, but if it is, it could at least be made platform-specific.

dnrce commented 9 years ago

First point addressed in 663559f158ccc870b4f956b729067d3151c118c3 but not yet documented in the install/upgrade docs.

dnrce commented 9 years ago

Remaining work finished in cfd677313d7bc1818c504d8c1e3537d1fed10683 and f4925dd8064eae32d564a4d27d9bd0f7d4e52ad2.