changeset 38:91d3749cbff8

Readded jQuery.
author Edho Arief <edho@myconan.net>
date Thu, 04 Oct 2012 01:57:13 +0700
parents 9bc1bc5ae10d
children a930c717654c
files Gemfile Gemfile.lock
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Gemfile	Thu Sep 27 14:38:13 2012 +0700
+++ b/Gemfile	Thu Oct 04 01:57:13 2012 +0700
@@ -1,6 +1,7 @@
 source 'https://rubygems.org'
 
 gem 'rails', '3.2.8'
+gem 'jquery-rails'
 
 # Bundle edge Rails instead:
 # gem 'rails', :git => 'git://github.com/rails/rails.git'
--- a/Gemfile.lock	Thu Sep 27 14:38:13 2012 +0700
+++ b/Gemfile.lock	Thu Oct 04 01:57:13 2012 +0700
@@ -36,6 +36,9 @@
     hike (1.2.1)
     i18n (0.6.1)
     journey (1.0.4)
+    jquery-rails (2.1.3)
+      railties (>= 3.1.0, < 5.0)
+      thor (~> 0.14)
     json (1.7.5)
     kgio (2.7.4)
     mail (2.4.4)
@@ -101,6 +104,7 @@
   ruby
 
 DEPENDENCIES
+  jquery-rails
   json
   mysql2
   puma