summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2014-02-20 18:06:41 -0700
committermo khan <mo@mokhan.ca>2014-02-20 18:06:41 -0700
commit1bff8ede68b131f183c96eafacb99df6c9ee514a (patch)
tree1c6be6f9075ef519bb24b84003544a5b31fe41b4 /Gemfile
parent734c8c53aa1821a199a76350fd7cbe3449c1193d (diff)
rails new .
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile40
1 files changed, 40 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000..e3d983b
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,40 @@
+source 'https://rubygems.org'
+
+# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
+gem 'rails', '4.0.3'
+
+# Use sqlite3 as the database for Active Record
+gem 'sqlite3'
+
+
+# Use CoffeeScript for .js.coffee assets and views
+gem 'coffee-rails', '~> 4.0.0'
+
+# See https://github.com/sstephenson/execjs#readme for more supported runtimes
+# gem 'therubyracer', platforms: :ruby
+
+# Use jquery as the JavaScript library
+gem 'jquery-rails'
+
+# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
+gem 'turbolinks'
+
+# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
+gem 'jbuilder', '~> 1.2'
+
+group :doc do
+ # bundle exec rake doc:rails generates the API under doc/api.
+ gem 'sdoc', require: false
+end
+
+# Use ActiveModel has_secure_password
+# gem 'bcrypt-ruby', '~> 3.1.2'
+
+# Use unicorn as the app server
+# gem 'unicorn'
+
+# Use Capistrano for deployment
+# gem 'capistrano', group: :development
+
+# Use debugger
+# gem 'debugger', group: [:development, :test]