Commit effd3481 by tady Committed by tady

.

parent bc2f5e8e
source 'https://rubygems.org' source 'https://rubygems.org'
ruby '2.0.0'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '4.0.1' gem 'rails', '~> 4.0.2'
# Use SCSS for stylesheets # Use SCSS for stylesheets
gem 'sass-rails', '~> 4.0.0' gem 'sass-rails', '~> 4.0.0'
......
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
actionmailer (4.0.1) actionmailer (4.0.2)
actionpack (= 4.0.1) actionpack (= 4.0.2)
mail (~> 2.5.4) mail (~> 2.5.4)
actionpack (4.0.1) actionpack (4.0.2)
activesupport (= 4.0.1) activesupport (= 4.0.2)
builder (~> 3.1.0) builder (~> 3.1.0)
erubis (~> 2.7.0) erubis (~> 2.7.0)
rack (~> 1.5.2) rack (~> 1.5.2)
rack-test (~> 0.6.2) rack-test (~> 0.6.2)
activemodel (4.0.1) activemodel (4.0.2)
activesupport (= 4.0.1) activesupport (= 4.0.2)
builder (~> 3.1.0) builder (~> 3.1.0)
activerecord (4.0.1) activerecord (4.0.2)
activemodel (= 4.0.1) activemodel (= 4.0.2)
activerecord-deprecated_finders (~> 1.0.2) activerecord-deprecated_finders (~> 1.0.2)
activesupport (= 4.0.1) activesupport (= 4.0.2)
arel (~> 4.0.0) arel (~> 4.0.0)
activerecord-deprecated_finders (1.0.3) activerecord-deprecated_finders (1.0.3)
activesupport (4.0.1) activesupport (4.0.2)
i18n (~> 0.6, >= 0.6.4) i18n (~> 0.6, >= 0.6.4)
minitest (~> 4.2) minitest (~> 4.2)
multi_json (~> 1.3) multi_json (~> 1.3)
...@@ -58,8 +58,8 @@ GEM ...@@ -58,8 +58,8 @@ GEM
hashie (2.0.5) hashie (2.0.5)
hike (1.2.3) hike (1.2.3)
httpauth (0.2.0) httpauth (0.2.0)
i18n (0.6.5) i18n (0.6.9)
jbuilder (1.5.2) jbuilder (1.5.3)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
multi_json (>= 1.2.0) multi_json (>= 1.2.0)
json (1.8.1) json (1.8.1)
...@@ -92,17 +92,17 @@ GEM ...@@ -92,17 +92,17 @@ GEM
rack (1.5.2) rack (1.5.2)
rack-test (0.6.2) rack-test (0.6.2)
rack (>= 1.0) rack (>= 1.0)
rails (4.0.1) rails (4.0.2)
actionmailer (= 4.0.1) actionmailer (= 4.0.2)
actionpack (= 4.0.1) actionpack (= 4.0.2)
activerecord (= 4.0.1) activerecord (= 4.0.2)
activesupport (= 4.0.1) activesupport (= 4.0.2)
bundler (>= 1.3.0, < 2.0) bundler (>= 1.3.0, < 2.0)
railties (= 4.0.1) railties (= 4.0.2)
sprockets-rails (~> 2.0.0) sprockets-rails (~> 2.0.0)
railties (4.0.1) railties (4.0.2)
actionpack (= 4.0.1) actionpack (= 4.0.2)
activesupport (= 4.0.1) activesupport (= 4.0.2)
rake (>= 0.8.7) rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0) thor (>= 0.18.1, < 2.0)
rake (10.1.0) rake (10.1.0)
...@@ -139,7 +139,7 @@ GEM ...@@ -139,7 +139,7 @@ GEM
polyglot polyglot
polyglot (>= 0.3.1) polyglot (>= 0.3.1)
tzinfo (0.3.38) tzinfo (0.3.38)
uglifier (2.3.1) uglifier (2.3.2)
execjs (>= 0.3.0) execjs (>= 0.3.0)
json (>= 1.8.0) json (>= 1.8.0)
warden (1.2.3) warden (1.2.3)
...@@ -155,7 +155,7 @@ DEPENDENCIES ...@@ -155,7 +155,7 @@ DEPENDENCIES
devise devise
jbuilder (~> 1.2) jbuilder (~> 1.2)
omniauth-google-oauth2 omniauth-google-oauth2
rails (= 4.0.1) rails (~> 4.0.2)
redcarpet redcarpet
sass-rails (~> 4.0.0) sass-rails (~> 4.0.0)
sdoc sdoc
......
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
'use strict'; 'use strict';
var confirmUnload = function() { var confirmUnload = function() {
return '前のページに戻りますか?'; return 'このページを離れますか?';
}; };
$(window).on('beforeunload', confirmUnload); $(window).on('beforeunload', confirmUnload);
$('#save_button').on('click', function(){ $('#save_button').on('click', function(){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment