Commit 05a96506 by tady

Merge commit '5c998b602f4f0ce5ba51d6da9a4c462d8ec34e97'

Conflicts:
	Gemfile.lock
parents 2dcf7474 effd3481
source 'https://rubygems.org'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '4.0.1'
ruby '2.0.0'
# Use sqlite3 as the database for Active Record
gem 'sqlite3'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 4.0.2'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 4.0.0'
......@@ -52,6 +51,9 @@ gem 'omniauth-google-oauth2'
gem 'redcarpet'
group :development do
# Use sqlite3 as the database for Active Record
gem 'sqlite3'
gem 'better_errors'
gem 'binding_of_caller'
......
GEM
remote: https://rubygems.org/
specs:
actionmailer (4.0.1)
actionpack (= 4.0.1)
actionmailer (4.0.2)
actionpack (= 4.0.2)
mail (~> 2.5.4)
actionpack (4.0.1)
activesupport (= 4.0.1)
actionpack (4.0.2)
activesupport (= 4.0.2)
builder (~> 3.1.0)
erubis (~> 2.7.0)
rack (~> 1.5.2)
rack-test (~> 0.6.2)
activemodel (4.0.1)
activesupport (= 4.0.1)
activemodel (4.0.2)
activesupport (= 4.0.2)
builder (~> 3.1.0)
activerecord (4.0.1)
activemodel (= 4.0.1)
activerecord (4.0.2)
activemodel (= 4.0.2)
activerecord-deprecated_finders (~> 1.0.2)
activesupport (= 4.0.1)
activesupport (= 4.0.2)
arel (~> 4.0.0)
activerecord-deprecated_finders (1.0.3)
activesupport (4.0.1)
activesupport (4.0.2)
i18n (~> 0.6, >= 0.6.4)
minitest (~> 4.2)
multi_json (~> 1.3)
......@@ -58,8 +58,8 @@ GEM
hashie (2.0.5)
hike (1.2.3)
httpauth (0.2.0)
i18n (0.6.5)
jbuilder (1.5.2)
i18n (0.6.9)
jbuilder (1.5.3)
activesupport (>= 3.0.0)
multi_json (>= 1.2.0)
json (1.8.1)
......@@ -93,22 +93,22 @@ GEM
rack (1.5.2)
rack-test (0.6.2)
rack (>= 1.0)
rails (4.0.1)
actionmailer (= 4.0.1)
actionpack (= 4.0.1)
activerecord (= 4.0.1)
activesupport (= 4.0.1)
rails (4.0.2)
actionmailer (= 4.0.2)
actionpack (= 4.0.2)
activerecord (= 4.0.2)
activesupport (= 4.0.2)
bundler (>= 1.3.0, < 2.0)
railties (= 4.0.1)
railties (= 4.0.2)
sprockets-rails (~> 2.0.0)
rails_12factor (0.0.2)
rails_serve_static_assets
rails_stdout_logging
rails_serve_static_assets (0.0.1)
rails_stdout_logging (0.0.3)
railties (4.0.1)
actionpack (= 4.0.1)
activesupport (= 4.0.1)
railties (4.0.2)
actionpack (= 4.0.2)
activesupport (= 4.0.2)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (10.1.0)
......@@ -145,7 +145,7 @@ GEM
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.38)
uglifier (2.3.1)
uglifier (2.3.2)
execjs (>= 0.3.0)
json (>= 1.8.0)
warden (1.2.3)
......@@ -162,7 +162,7 @@ DEPENDENCIES
jbuilder (~> 1.2)
omniauth-google-oauth2
pg
rails (= 4.0.1)
rails (~> 4.0.2)
rails_12factor
redcarpet
sass-rails (~> 4.0.0)
......
......@@ -72,7 +72,7 @@
'use strict';
var confirmUnload = function() {
return '前のページに戻りますか?';
return 'このページを離れますか?';
};
$(window).on('beforeunload', confirmUnload);
$('#save_button').on('click', function(){
......
......@@ -20,7 +20,7 @@ Rendezvous::Application.configure do
# config.action_dispatch.rack_cache = true
# Disable Rails's static asset server (Apache or nginx will already do this).
config.serve_static_assets = false
config.serve_static_assets = true
# Compress JavaScripts and CSS.
config.assets.js_compressor = :uglifier
......
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