喵的初代
git-svn-id: http://glupx.googlecode.com/svn/trunk/Reliz@29 189f022a-1064-8ae2-3e6f-c4a67275c50b
Showing
Gemfile
0 → 100644
source 'http://rubygems.org' | |||
gem 'rails', '3.0.3' | |||
# Bundle edge Rails instead: | |||
# gem 'rails', :git => 'git://github.com/rails/rails.git' | |||
gem 'mysql' | |||
# Use unicorn as the web server | |||
# gem 'unicorn' | |||
# Deploy with Capistrano | |||
# gem 'capistrano' | |||
# To use debugger (ruby-debug for Ruby 1.8.7+, ruby-debug19 for Ruby 1.9.2+) | |||
# gem '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 |
Gemfile.lock
0 → 100644
README
0 → 100644
Rakefile
0 → 100644
app/helpers/boards_helper.rb
0 → 100644
app/helpers/pms_helper.rb
0 → 100644
app/helpers/posts_helper.rb
0 → 100644
app/helpers/topics_helper.rb
0 → 100644
app/helpers/users_helper.rb
0 → 100644
app/models/board.rb
0 → 100644
app/models/comment.rb
0 → 100644
app/models/notice.rb
0 → 100644
app/models/pm.rb
0 → 100644
app/models/post.rb
0 → 100644
app/models/topic.rb
0 → 100644
app/models/user.rb
0 → 100644
app/views/pms/_form.html.erb
0 → 100644
app/views/pms/edit.html.erb
0 → 100644
app/views/pms/index.html.erb
0 → 100644
app/views/pms/new.html.erb
0 → 100644
app/views/pms/show.html.erb
0 → 100644
app/views/posts/new.html.erb
0 → 100644
app/views/users/new.html.erb
0 → 100644
config.ru
0 → 100644
config/application.rb
0 → 100644
config/boot.rb
0 → 100644
config/database.yml
0 → 100644
config/environment.rb
0 → 100644
config/environments/test.rb
0 → 100644
config/locales/en.yml
0 → 100644
config/routes.rb
0 → 100644
db/schema.rb
0 → 100644
db/seeds.rb
0 → 100644
doc/README_FOR_APP
0 → 100644
lib/mysql_utf8.rb
0 → 100644
log/development.log
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
log/production.log
0 → 100644
log/server.log
0 → 100644
log/test.log
0 → 100644
nbproject/project.properties
0 → 100644
nbproject/project.xml
0 → 100644
public/404.html
0 → 100644
public/422.html
0 → 100644
public/500.html
0 → 100644
public/favicon.ico
0 → 100644
public/robots.txt
0 → 100644
script/rails
0 → 100644
test/fixtures/boards.yml
0 → 100644
test/fixtures/comments.yml
0 → 100644
test/fixtures/notices.yml
0 → 100644
test/fixtures/pms.yml
0 → 100644
test/fixtures/posts.yml
0 → 100644
test/fixtures/topics.yml
0 → 100644
test/fixtures/users.yml
0 → 100644
test/test_helper.rb
0 → 100644
test/unit/board_test.rb
0 → 100644
test/unit/comment_test.rb
0 → 100644
test/unit/notice_test.rb
0 → 100644
test/unit/pm_test.rb
0 → 100644
test/unit/post_test.rb
0 → 100644
test/unit/topic_test.rb
0 → 100644
test/unit/user_test.rb
0 → 100644
tmp/pids/server.pid
0 → 100644
Please register or sign in to comment