mycard
Showing
.gitignore
0 → 100644
| source 'http://rubygems.org' | source 'https://rubygems.org' | ||
| gem 'rails', '3.0.3' | |||
| gem 'rails', '3.2.2' | |||
| gem "activerecord-import", ">= 0.2.0" | |||
| gem 'will_paginate' | |||
| gem 'will-paginate-i18n' | |||
| # Bundle edge Rails instead: | # Bundle edge Rails instead: | ||
| # gem 'rails', :git => 'git://github.com/rails/rails.git' | # gem 'rails', :git => 'git://github.com/rails/rails.git' | ||
| gem 'mysql' | gem 'mysql2' | ||
| # 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 | |||
| unless RUBY_PLATFORM["mswin"] or RUBY_PLATFORM["ming"] | |||
| gem 'therubyracer' | |||
| end | |||
| gem 'uglifier', '>= 1.0.3' | |||
| end | |||
| gem 'jquery-rails' | |||
| # To use ActiveModel has_secure_password | |||
| # gem 'bcrypt-ruby', '~> 3.0.0' | |||
| # To use Jbuilder templates for JSON | |||
| # gem 'jbuilder' | |||
| # Use unicorn as the web server | # Use unicorn as the app server | ||
| # gem 'unicorn' | # gem 'unicorn' | ||
| # Deploy with Capistrano | # Deploy with Capistrano | ||
| # gem 'capistrano' | # gem 'capistrano' | ||
| # To use debugger (ruby-debug for Ruby 1.8.7+, ruby-debug19 for Ruby 1.9.2+) | # To use debugger | ||
| # gem 'ruby-debug' | # gem 'ruby-debug19', :require => 'ruby-debug' | ||
| # gem 'ruby-debug19' | |||
| # Bundle the extra gems: | |||
| # gem 'bj' | |||
| # gem 'nokogiri' | |||
| # gem 'sqlite3-ruby', :require => 'sqlite3' | |||
| # gem 'aws-s3', :require => 'aws/s3' | |||
| # Bundle gems for the local environment. Make sure to | |||
| # put test-only gems in this group so their generators | |||
| # and rake tasks are available in development mode: | |||
| # group :development, :test do | |||
| # gem 'webrat' | |||
| # end |
12.3 KB
File added
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
3.05 KB
app/assets/images/logo.png
0 → 100644
4.64 KB
File added
No preview for this file type
File moved
File moved
File moved
File moved
File moved
File moved
304 Bytes
667 Bytes
859 Bytes
567 Bytes
223 Bytes
343 Bytes
344 Bytes
248 Bytes
357 Bytes
606 Bytes
537 Bytes
743 Bytes
269 Bytes
273 Bytes
304 Bytes
667 Bytes
516 Bytes
223 Bytes
343 Bytes
344 Bytes
357 Bytes
606 Bytes
537 Bytes
269 Bytes
322 Bytes
1.6 KB
1.64 KB
1.5 KB
1.49 KB
1.74 KB
1.62 KB
1.45 KB
1.46 KB
1.7 KB
258 Bytes
254 Bytes
240 Bytes
258 Bytes
26.5 KB
240 Bytes
File added
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
app/helpers/cards_helper.rb
0 → 100644
app/helpers/duels_helper.rb
0 → 100644
app/helpers/mycard_helper.rb
0 → 100644
app/helpers/rooms_helper.rb
0 → 100644
app/models/.gitkeep
0 → 100644
app/models/card.rb
0 → 100644
app/models/duel.rb
0 → 100644
app/models/duel_user_card.rb
0 → 100644
app/views/cards/new.html.erb
0 → 100644
app/views/duels/new.html.erb
0 → 100644
config/locales/.svn/entries
0 → 100644
lib/assets/.gitkeep
0 → 100644
lib/mysql_utf8.rb
deleted
100644 → 0
lib/tasks/.gitkeep
0 → 100644
public/api/index.html
0 → 100644
public/assets/Thumbs.db
0 → 100644
File added
File added
File added
File added
public/assets/application.js
0 → 100644
File added
public/assets/manifest.yml
0 → 100644
6.49 KB
public/assets/rails.png
0 → 100644
6.49 KB
No preview for this file type
public/index.html
0 → 100644
server.bat
deleted
100644 → 0
test/fixtures/.gitkeep
0 → 100644
test/fixtures/cards.yml
0 → 100644
test/fixtures/duels.yml
0 → 100644
test/functional/.gitkeep
0 → 100644
test/integration/.gitkeep
0 → 100644
test/unit/.gitkeep
0 → 100644
test/unit/card_test.rb
0 → 100644
test/unit/duel_test.rb
0 → 100644
test/unit/pm_test.rb
deleted
100644 → 0
testdata.sql
deleted
100644 → 0
278 Bytes
258 Bytes
14.7 KB
vendor/plugins/.gitkeep
0 → 100644