mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-26 09:42:46 +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
|
||||
gem 'puma'
|
||||
gem 'rails_12factor'
|
||||
gem 'skylight'
|
||||
end
|
||||
|
||||
group :test do
|
||||
|
|
|
@ -300,8 +300,6 @@ GEM
|
|||
actionmailer (>= 3.2.6, < 6)
|
||||
actionpack (>= 3.2.6, < 6)
|
||||
devise (>= 3.2, < 6)
|
||||
skylight (0.10.0)
|
||||
activesupport (>= 3.0.0)
|
||||
sourcemap (0.1.1)
|
||||
spinjs-rails (1.4)
|
||||
rails (>= 3.1)
|
||||
|
@ -409,7 +407,6 @@ DEPENDENCIES
|
|||
shoulda-matchers (>= 3.0.1)
|
||||
silencer
|
||||
simple_token_authentication (~> 1.0)
|
||||
skylight
|
||||
sneaky-save!
|
||||
spinjs-rails
|
||||
starscope
|
||||
|
|
File diff suppressed because it is too large
Load diff
2
Makefile
2
Makefile
|
@ -19,7 +19,7 @@ all: docker database
|
|||
heroku:
|
||||
@heroku buildpacks:remove 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-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