mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
First checkin
This commit is contained in:
parent
f207e2c8b7
commit
90b30db9e8
260 changed files with 37349 additions and 0 deletions
50
Gemfile
Normal file
50
Gemfile
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
source 'https://rubygems.org'
|
||||
|
||||
gem 'rails', '3.2.9'
|
||||
|
||||
# Bundle edge Rails instead:
|
||||
# gem 'rails', :git => 'git://github.com/rails/rails.git'
|
||||
|
||||
gem 'sqlite3'
|
||||
|
||||
|
||||
# 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', '~> 3.2.1'
|
||||
|
||||
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
|
||||
# gem 'therubyracer', :platforms => :ruby
|
||||
|
||||
gem 'uglifier', '>= 1.0.3'
|
||||
end
|
||||
|
||||
gem 'paperclip', '~> 3.0'
|
||||
gem 'jquery-rails'
|
||||
gem 'jquery_datepicker'
|
||||
gem 'jquery-fileupload-rails'
|
||||
gem 'devise'
|
||||
gem 'cancan'
|
||||
gem "haml"
|
||||
gem 'bcrypt-ruby', '~> 3.0.0'
|
||||
gem 'node'
|
||||
gem 'twitter-bootstrap-rails'
|
||||
gem 'formtastic-bootstrap'
|
||||
gem 'cocoon'
|
||||
gem 'transitions', :require => ["transitions", "active_record/transitions"]
|
||||
gem 'acts_as_commentable_with_threading'
|
||||
gem 'prawn'
|
||||
gem 'prawn_rails'
|
||||
|
||||
# To use Jbuilder templates for JSON
|
||||
# gem 'jbuilder'
|
||||
|
||||
# Use unicorn as the app server
|
||||
# gem 'unicorn'
|
||||
|
||||
# Deploy with Capistrano
|
||||
# gem 'capistrano'
|
||||
|
||||
# To use debugger
|
||||
# gem 'debugger'
|
||||
Loading…
Add table
Add a link
Reference in a new issue