2 source 'https://rubygems.org'
6 gem 'activerecord-mysql-adapter'
7 gem 'activerecord-session_store'
9 gem 'sdoc' # building API docs using rake doc:app
12 gem 'bcrypt-ruby', '~> 3.1.2'
14 # stuff used in helpers and views
15 gem 'just_paginate', '~> 0.2.2' # https://gitorious.org/gitorious/just_paginate
16 #gem "simple_calendar", "~> 1.1.0" # https://github.com/excid3/simple_calendar
18 # stuff used for calculations
19 gem 'percentage', '~> 1.0.0' # https://github.com/timcraft/percentage
20 gem 'finance', '~> 2.0.0' # https://rubygems.org/gems/finance
22 # data search and filtering
23 gem 'ransack', '~> 1.6.6' # https://github.com/activerecord-hackery/ransack