source 'http://rubygems.org' #source :gemcutter # source 'http://gems.github.com' gem 'rails', '~> 3.2.3' gem 'mysql2', '~> 0.3.10' gem 'json' gem 'rdoc' gem 'will_paginate', '>= 3.0' # pagination for transfers gem 'andand' # helping with nil checking everywhere gem 'block_helpers' gem 'uuidtools' # id in UUID format gem 'rake' gem "nokogiri", "~> 1.5.9" gem 'jquery-rails' gem 'jquery-ui-rails' gem 'dynamic_form' # for error_messages_for gem 'rails3-jquery-autocomplete', :git=> "https://github.com/gorn/rails3-jquery-autocomplete.git" gem 'squeel', '~> 1.1' # slozitejsi scopes - zakladni verze # gem "polyamorous", :git => "git://github.com/activerecord-hackery/polyamorous.git" # gem "squeel", :git => "git://github.com/activerecord-hackery/squeel.git" # Track git repo gem 'rubyzip' # zipping documents for exports gem 'paper_trail', '~> 2' # versioning gem 'wicked_pdf' # pdf generation for transfers/[uuid].pdf gem 'pdfkit' # generovani pdf gem "jquery-fileupload-rails" # drag and drop uploadovani group :development, :test do # gem "rspec" gem "rspec-rails" # https://github.com/guard/guard-spork gem 'sql-logging' # gem "factory_girl" # gem 'web-console', '~> 2.0' # debugovani v browseru see https://github.com/rails/web-console end group :test do gem "factory_girl_rails", :require => false # http://railscasts.com/episodes/275-how-i-test gem 'guard-spork' # https://github.com/guard/guard-spork - rychlejsi spousteni rspec testu gem "guard-rspec" # http://railscasts.com/episodes/275-how-i-test gem "capybara" # http://railscasts.com/episodes/275-how-i-test # gem 'spork', '>= 0.9.0.rc' # end # Gems used only for assets and not required # in production environments by default. group :assets do gem 'sass-rails', '~> 3.2.3' gem 'coffee-rails' gem 'uglifier' end # starsi napady # gem "nested_form", :git => "git://github.com/ryanb/nested_form.git" # pouzivaji reporty gem 'rails_sql_views', :git => "git://github.com/benchmark-solutions/rails_sql_views.git" # puvodni nrfunguje s mysql2 - pouzivam fork # umoznuje v schema.rb mit views # because of Could not find a JavaScript runtime. See https://github.com/sstephenson/execjs for a list of available runtimes. (ExecJS::RuntimeUnavailable) gem 'execjs' gem 'therubyracer', :platforms => :ruby # gem 'barby' # generovani carovych kodu # gem ' has_barcode' # gem 'bcrypt' # pouzito v application_controller na hashovani hesel