mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-26 17:51:13 +08:00
Merge pull request #753 from Ducz0r/lm-remove-some-code
Remove some code we're no longer maintaining
This commit is contained in:
commit
b6eb46471a
6 changed files with 1 additions and 3758 deletions
1
Gemfile
1
Gemfile
|
@ -87,7 +87,6 @@ end
|
||||||
group :production do
|
group :production do
|
||||||
gem 'puma'
|
gem 'puma'
|
||||||
gem 'rails_12factor'
|
gem 'rails_12factor'
|
||||||
gem 'skylight'
|
|
||||||
end
|
end
|
||||||
|
|
||||||
group :test do
|
group :test do
|
||||||
|
|
|
@ -300,8 +300,6 @@ GEM
|
||||||
actionmailer (>= 3.2.6, < 6)
|
actionmailer (>= 3.2.6, < 6)
|
||||||
actionpack (>= 3.2.6, < 6)
|
actionpack (>= 3.2.6, < 6)
|
||||||
devise (>= 3.2, < 6)
|
devise (>= 3.2, < 6)
|
||||||
skylight (0.10.0)
|
|
||||||
activesupport (>= 3.0.0)
|
|
||||||
sourcemap (0.1.1)
|
sourcemap (0.1.1)
|
||||||
spinjs-rails (1.4)
|
spinjs-rails (1.4)
|
||||||
rails (>= 3.1)
|
rails (>= 3.1)
|
||||||
|
@ -409,7 +407,6 @@ DEPENDENCIES
|
||||||
shoulda-matchers (>= 3.0.1)
|
shoulda-matchers (>= 3.0.1)
|
||||||
silencer
|
silencer
|
||||||
simple_token_authentication (~> 1.0)
|
simple_token_authentication (~> 1.0)
|
||||||
skylight
|
|
||||||
sneaky-save!
|
sneaky-save!
|
||||||
spinjs-rails
|
spinjs-rails
|
||||||
starscope
|
starscope
|
||||||
|
|
File diff suppressed because it is too large
Load diff
2
Makefile
2
Makefile
|
@ -19,7 +19,7 @@ all: docker database
|
||||||
heroku:
|
heroku:
|
||||||
@heroku buildpacks:remove https://github.com/ddollar/heroku-buildpack-multi.git
|
@heroku buildpacks:remove https://github.com/ddollar/heroku-buildpack-multi.git
|
||||||
@heroku buildpacks:set https://github.com/ddollar/heroku-buildpack-multi.git
|
@heroku buildpacks:set https://github.com/ddollar/heroku-buildpack-multi.git
|
||||||
@echo "Set environment variables, DATABASE_URL, RAILS_SERVE_STATIC_FILES, RAKE_ENV, RAILS_ENV, SECRET_KEY_BASE, SKYLIGHT_AUTHENTICATION"
|
@echo "Set environment variables, DATABASE_URL, RAILS_SERVE_STATIC_FILES, RAKE_ENV, RAILS_ENV, SECRET_KEY_BASE"
|
||||||
|
|
||||||
docker:
|
docker:
|
||||||
@docker-compose build
|
@docker-compose build
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
---
|
|
||||||
# The authentication token for the application.
|
|
||||||
authentication: <%= ENV["SKYLIGHT_AUTHENTICATION"] ?>
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue