Merge branch 'master' of github.com:tadyjp/rendezvous
Showing
| source 'https://rubygems.org' | ||
| # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' | ||
| gem 'rails', '~> 4' | ||
| gem 'rails', '~> 4.1' | ||
| # Use SCSS for stylesheets | ||
| gem 'sass-rails' | ||
| ... | ... | @@ -17,9 +17,6 @@ gem 'jquery-rails' |
| # See https://github.com/sstephenson/execjs#readme for more supported runtimes | ||
| gem 'therubyracer', platforms: :ruby | ||
| # Use jquery as the JavaScript library | ||
| # gem 'jquery-rails' | ||
| # Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks | ||
| # gem 'turbolinks' | ||
| ... | ... | @@ -48,9 +45,6 @@ gem 'mysql2' |
| gem 'devise' | ||
| # http://d.hatena.ne.jp/tkawa/20130812/p1 | ||
| gem 'devise-better_routes' | ||
| gem 'omniauth-google-oauth2' | ||
| # Markdown | ||
| ... | ... | @@ -93,6 +87,7 @@ group :development, :test do |
| gem 'teaspoon' | ||
| gem 'guard-teaspoon' | ||
| gem 'byebug' | ||
| end | ||
| group :test do | ||
| ... | ... |
app/assets/stylesheets/templates.css.scss
0 → 100644
app/assets/stylesheets/watchings.css.scss
0 → 100644
app/controllers/templates_controller.rb
0 → 100644
app/controllers/watchings_controller.rb
0 → 100644
app/decorators/template_decorator.rb
0 → 100644
app/decorators/watching_decorator.rb
0 → 100644
app/helpers/templates_helper.rb
0 → 100644
app/helpers/watchings_helper.rb
0 → 100644
app/models/footprint.rb
0 → 100644
app/models/markdown_renderer.rb
0 → 100644
app/models/watch.rb
0 → 100644
app/views/templates/_post.html.slim
0 → 100644
app/views/templates/show.html.slim
0 → 100644
app/views/watchings/show.html.slim
0 → 100644
config/aws-s3-cors-config.xml
0 → 100644
config/initializers/teaspoon.rb
deleted
100644 → 0
db/migrate/20140719145016_create_watches.rb
0 → 100644
public/ViewerJS/AGPL-3.0.txt
0 → 100755
public/ViewerJS/ODFViewerPlugin.css
0 → 100755
public/ViewerJS/ODFViewerPlugin.js
0 → 100755
public/ViewerJS/PDFViewerPlugin.css
0 → 100755
public/ViewerJS/PDFViewerPlugin.js
0 → 100755
public/ViewerJS/PluginLoader.js
0 → 100755
public/ViewerJS/compatibility.js
0 → 100755
public/ViewerJS/example.local.css
0 → 100755
public/ViewerJS/images/kogmbh.png
0 → 100755
2.77 KB
public/ViewerJS/images/nlnet.png
0 → 100755
5.27 KB
public/ViewerJS/images/texture.png
0 → 100755
2.4 KB
512 Bytes
491 Bytes
237 Bytes
353 Bytes
344 Bytes
4.26 KB
228 Bytes
143 Bytes
public/ViewerJS/index.html
0 → 100755
public/ViewerJS/pdf.js
0 → 100755
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
public/ViewerJS/pdf.worker.js
0 → 100755
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
public/ViewerJS/pdf_find_bar.js
0 → 100755
public/ViewerJS/pdf_find_controller.js
0 → 100755
public/ViewerJS/pdfjsversion.js
0 → 100755
public/ViewerJS/text_layer_builder.js
0 → 100755
public/ViewerJS/ui_utils.js
0 → 100755
public/ViewerJS/viewer.css
0 → 100755
public/ViewerJS/viewer.js
0 → 100755
public/ViewerJS/webodf.js
0 → 100755
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
spec/controllers/posts_controller_spec.rb
0 → 100644
spec/decorators/template_decorator_spec.rb
0 → 100644
spec/helpers/templates_helper_spec.rb
0 → 100644
spec/helpers/watchings_helper_spec.rb
0 → 100644
spec/models/footprint_spec.rb
0 → 100644
spec/models/markdown_renderer_spec.rb
0 → 100644
spec/models/watch_spec.rb
0 → 100644
spec/rails_helper.rb
0 → 100644
Please
register
or
sign in
to comment