comparison 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
comparison
equal deleted inserted replaced
253:1e2e999f586a 254:bcca41003e84
4 gem 'jquery-rails' 4 gem 'jquery-rails'
5 5
6 # Bundle edge Rails instead: 6 # Bundle edge Rails instead:
7 # gem 'rails', :git => 'git://github.com/rails/rails.git' 7 # gem 'rails', :git => 'git://github.com/rails/rails.git'
8 8
9 gem 'mysql2', platforms: :ruby 9 gem 'pg', platforms: :ruby
10 gem 'activerecord-jdbcmysql-adapter', platforms: :jruby 10 gem 'activerecord-jdbcpostgresql-adapter', platforms: :jruby
11 gem 'jruby-openssl', platforms: :jruby 11 gem 'jruby-openssl', platforms: :jruby
12 gem 'actionpack-page_caching' 12 gem 'actionpack-page_caching'
13 13
14 gem 'sass-rails', '~> 4.0.0.rc1' 14 gem 'sass-rails', '~> 4.0.0.rc1'
15 15