diff Gemfile @ 254:bcca41003e84

Use postgres 'cuz mysql is shit. - utf8 isn't utf8 (hint: utf8mb4) - index key too loooooooooooong Nope.
author edogawaconan <me@myconan.net>
date Tue, 15 Oct 2013 01:47:19 +0900
parents 8ab17063419f
children ceb44fca8b4a
line wrap: on
line diff
--- a/Gemfile	Thu Oct 10 04:56:19 2013 +0000
+++ b/Gemfile	Tue Oct 15 01:47:19 2013 +0900
@@ -6,8 +6,8 @@
 # Bundle edge Rails instead:
 # gem 'rails', :git => 'git://github.com/rails/rails.git'
 
-gem 'mysql2', platforms: :ruby
-gem 'activerecord-jdbcmysql-adapter', platforms: :jruby
+gem 'pg', platforms: :ruby
+gem 'activerecord-jdbcpostgresql-adapter', platforms: :jruby
 gem 'jruby-openssl', platforms: :jruby
 gem 'actionpack-page_caching'