init
commitcfac6fa2d4e9563f86334719e7f16af082cb2ded
authorPavel <pavel@pavel-laptop.(none)>
Tue, 6 Apr 2010 05:30:21 +0000 (6 08:30 +0300)
committerPavel <pavel@pavel-laptop.(none)>
Tue, 6 Apr 2010 05:30:21 +0000 (6 08:30 +0300)
treee76187f7a2988f74bd30db2f15e41a7b340f2fe0
init
254 files changed:
README [new file with mode: 0644]
Rakefile [new file with mode: 0644]
app/controllers/admin_controller.rb [new file with mode: 0644]
app/controllers/application.rb [new file with mode: 0644]
app/controllers/goals_controller.rb [new file with mode: 0644]
app/controllers/user_controller.rb [new file with mode: 0644]
app/helpers/application_helper.rb [new file with mode: 0644]
app/helpers/goal_helper.rb [new file with mode: 0644]
app/helpers/user_helper.rb [new file with mode: 0644]
app/models/goal.rb [new file with mode: 0644]
app/models/stat.rb [new file with mode: 0644]
app/models/user.rb [new file with mode: 0644]
app/views/admin/auth.html.erb [new file with mode: 0644]
app/views/admin/fbdelete.erb [new file with mode: 0644]
app/views/admin/stat.html.erb [new file with mode: 0644]
app/views/goals/_editing.fbml.erb [new file with mode: 0644]
app/views/goals/edit.fbml.erb [new file with mode: 0644]
app/views/goals/index.fbml.erb [new file with mode: 0644]
app/views/goals/new.fbml.erb [new file with mode: 0644]
app/views/goals/show.fbml.erb [new file with mode: 0644]
app/views/layouts/goals.fbml.erb [new file with mode: 0644]
app/views/layouts/user.erb [new file with mode: 0644]
app/views/layouts/user.fbml.erb [new file with mode: 0644]
app/views/user/all_goals.fbml.erb [new file with mode: 0644]
app/views/user/friends_goals.fbml.erb [new file with mode: 0644]
app/views/user/help.fbml.erb [new file with mode: 0644]
app/views/user/index.fbml.erb [new file with mode: 0644]
app/views/user/invite.fbml.erb [new file with mode: 0644]
app/views/user/mygoals.erb [new file with mode: 0644]
app/views/user/permission.fbml.erb [new file with mode: 0644]
config/boot.rb [new file with mode: 0644]
config/database.yml [new file with mode: 0644]
config/environment.rb [new file with mode: 0644]
config/environments/development.rb [new file with mode: 0644]
config/environments/production.rb [new file with mode: 0644]
config/environments/test.rb [new file with mode: 0644]
config/facebooker.yml [new file with mode: 0644]
config/initializers/constant.rb [new file with mode: 0644]
config/initializers/inflections.rb [new file with mode: 0644]
config/initializers/mime_types.rb [new file with mode: 0644]
config/initializers/new_rails_defaults.rb [new file with mode: 0644]
config/locales/en.yml [new file with mode: 0644]
config/routes.rb [new file with mode: 0644]
db/migrate/20090810000000_create_stats.rb [new file with mode: 0644]
db/migrate/20100324165021_create_goals.rb [new file with mode: 0644]
db/migrate/20100324165213_create_users.rb [new file with mode: 0644]
db/migrate/20100406034719_my_add_user.rb [new file with mode: 0644]
doc/README_FOR_APP [new file with mode: 0644]
doc/api [new symlink]
public/404.html [new file with mode: 0644]
public/422.html [new file with mode: 0644]
public/500.html [new file with mode: 0644]
public/dispatch.cgi [new file with mode: 0755]
public/dispatch.fcgi [new file with mode: 0755]
public/dispatch.rb [new file with mode: 0755]
public/favicon.ico [new file with mode: 0644]
public/images/hands_team.jpg [new file with mode: 0644]
public/images/rails.png [new file with mode: 0644]
public/javascripts/application.js [new file with mode: 0644]
public/javascripts/controls.js [new file with mode: 0644]
public/javascripts/dragdrop.js [new file with mode: 0644]
public/javascripts/effects.js [new file with mode: 0644]
public/javascripts/facebooker.js [new file with mode: 0644]
public/javascripts/prototype.js [new file with mode: 0644]
public/robots.txt [new file with mode: 0644]
public/stylesheets/scaffold.css [new file with mode: 0644]
script/about [new file with mode: 0755]
script/console [new file with mode: 0755]
script/dbconsole [new file with mode: 0755]
script/destroy [new file with mode: 0755]
script/generate [new file with mode: 0755]
script/performance/benchmarker [new file with mode: 0755]
script/performance/profiler [new file with mode: 0755]
script/performance/request [new file with mode: 0755]
script/plugin [new file with mode: 0755]
script/process/inspector [new file with mode: 0755]
script/process/reaper [new file with mode: 0755]
script/process/spawner [new file with mode: 0755]
script/runner [new file with mode: 0755]
script/server [new file with mode: 0755]
test/fixtures/goals.yml [new file with mode: 0644]
test/fixtures/users.yml [new file with mode: 0644]
test/functional/goals_controller_test.rb [new file with mode: 0644]
test/functional/user_controller_test.rb [new file with mode: 0644]
test/performance/browsing_test.rb [new file with mode: 0644]
test/test_helper.rb [new file with mode: 0644]
test/unit/goal_test.rb [new file with mode: 0644]
test/unit/user_test.rb [new file with mode: 0644]
vendor/actionmailer [new symlink]
vendor/actionpack [new symlink]
vendor/activemodel [new symlink]
vendor/activerecord [new symlink]
vendor/activeresource [new symlink]
vendor/activesupport [new symlink]
vendor/plugins/facebooker/.autotest [new file with mode: 0644]
vendor/plugins/facebooker/.gitignore [new file with mode: 0644]
vendor/plugins/facebooker/CHANGELOG.rdoc [new file with mode: 0644]
vendor/plugins/facebooker/COPYING.rdoc [new file with mode: 0644]
vendor/plugins/facebooker/Manifest.txt [new file with mode: 0644]
vendor/plugins/facebooker/README.rdoc [new file with mode: 0644]
vendor/plugins/facebooker/Rakefile [new file with mode: 0644]
vendor/plugins/facebooker/TODO.rdoc [new file with mode: 0644]
vendor/plugins/facebooker/examples/desktop_login.rb [new file with mode: 0644]
vendor/plugins/facebooker/facebooker.gemspec [new file with mode: 0644]
vendor/plugins/facebooker/generators/facebook/facebook_generator.rb [new file with mode: 0644]
vendor/plugins/facebooker/generators/facebook/templates/config/facebooker.yml [new file with mode: 0644]
vendor/plugins/facebooker/generators/facebook/templates/public/javascripts/facebooker.js [new file with mode: 0644]
vendor/plugins/facebooker/generators/facebook_controller/USAGE [new file with mode: 0644]
vendor/plugins/facebooker/generators/facebook_controller/facebook_controller_generator.rb [new file with mode: 0644]
vendor/plugins/facebooker/generators/facebook_controller/templates/controller.rb [new file with mode: 0644]
vendor/plugins/facebooker/generators/facebook_controller/templates/functional_test.rb [new file with mode: 0644]
vendor/plugins/facebooker/generators/facebook_controller/templates/helper.rb [new file with mode: 0644]
vendor/plugins/facebooker/generators/facebook_controller/templates/view.fbml.erb [new file with mode: 0644]
vendor/plugins/facebooker/generators/facebook_controller/templates/view.html.erb [new file with mode: 0644]
vendor/plugins/facebooker/generators/facebook_publisher/facebook_publisher_generator.rb [new file with mode: 0644]
vendor/plugins/facebooker/generators/facebook_publisher/templates/create_facebook_templates.rb [new file with mode: 0644]
vendor/plugins/facebooker/generators/facebook_publisher/templates/publisher.rb [new file with mode: 0644]
vendor/plugins/facebooker/generators/facebook_scaffold/USAGE [new file with mode: 0644]
vendor/plugins/facebooker/generators/facebook_scaffold/facebook_scaffold_generator.rb [new file with mode: 0644]
vendor/plugins/facebooker/generators/facebook_scaffold/templates/controller.rb [new file with mode: 0644]
vendor/plugins/facebooker/generators/facebook_scaffold/templates/facebook_style.css [new file with mode: 0644]
vendor/plugins/facebooker/generators/facebook_scaffold/templates/functional_test.rb [new file with mode: 0644]
vendor/plugins/facebooker/generators/facebook_scaffold/templates/helper.rb [new file with mode: 0644]
vendor/plugins/facebooker/generators/facebook_scaffold/templates/layout.fbml.erb [new file with mode: 0644]
vendor/plugins/facebooker/generators/facebook_scaffold/templates/layout.html.erb [new file with mode: 0644]
vendor/plugins/facebooker/generators/facebook_scaffold/templates/style.css [new file with mode: 0644]
vendor/plugins/facebooker/generators/facebook_scaffold/templates/view_edit.fbml.erb [new file with mode: 0644]
vendor/plugins/facebooker/generators/facebook_scaffold/templates/view_edit.html.erb [new file with mode: 0644]
vendor/plugins/facebooker/generators/facebook_scaffold/templates/view_index.fbml.erb [new file with mode: 0644]
vendor/plugins/facebooker/generators/facebook_scaffold/templates/view_index.html.erb [new file with mode: 0644]
vendor/plugins/facebooker/generators/facebook_scaffold/templates/view_new.fbml.erb [new file with mode: 0644]
vendor/plugins/facebooker/generators/facebook_scaffold/templates/view_new.html.erb [new file with mode: 0644]
vendor/plugins/facebooker/generators/facebook_scaffold/templates/view_show.fbml.erb [new file with mode: 0644]
vendor/plugins/facebooker/generators/facebook_scaffold/templates/view_show.html.erb [new file with mode: 0644]
vendor/plugins/facebooker/generators/publisher/publisher_generator.rb [new file with mode: 0644]
vendor/plugins/facebooker/generators/xd_receiver/templates/xd_receiver.html [new file with mode: 0644]
vendor/plugins/facebooker/generators/xd_receiver/templates/xd_receiver_ssl.html [new file with mode: 0644]
vendor/plugins/facebooker/generators/xd_receiver/xd_receiver_generator.rb [new file with mode: 0644]
vendor/plugins/facebooker/init.rb [new file with mode: 0644]
vendor/plugins/facebooker/install.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/adapters/adapter_base.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/adapters/bebo_adapter.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/adapters/facebook_adapter.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/admin.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/application.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/attachment.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/batch_request.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/data.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/feed.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/logging.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/mobile.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/mock/service.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/mock/session.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/model.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/models/affiliation.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/models/album.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/models/applicationproperties.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/models/applicationrestrictions.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/models/comment.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/models/cookie.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/models/education_info.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/models/event.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/models/family_relative_info.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/models/friend_list.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/models/group.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/models/info_item.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/models/info_section.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/models/location.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/models/message_thread.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/models/notifications.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/models/page.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/models/photo.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/models/tag.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/models/user.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/models/video.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/models/work_info.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/parser.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/rails/._helpers.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/rails/backwards_compatible_param_checks.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/rails/controller.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/rails/cucumber.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/rails/cucumber/world.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/rails/extensions/action_controller.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/rails/extensions/action_view.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/rails/extensions/rack_setup.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/rails/extensions/routing.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/rails/facebook_form_builder.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/rails/facebook_pretty_errors.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/rails/facebook_request_fix.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/rails/facebook_request_fix_2-3.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/rails/facebook_session_handling.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/rails/facebook_url_helper.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/rails/facebook_url_rewriting.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/rails/helpers.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/rails/helpers/fb_connect.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/rails/helpers/stream_publish.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/rails/integration_session.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/rails/profile_publisher_extensions.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/rails/publisher.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/rails/routing.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/rails/test_helpers.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/rails/utilities.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/server_cache.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/service.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/service/base_service.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/service/curl_service.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/service/net_http_service.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/service/typhoeus_multi_service.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/service/typhoeus_service.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/session.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/stream_post.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/facebooker/version.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/net/http_multipart_post.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/rack/facebook.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/rack/facebook_session.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/tasks/facebooker.rake [new file with mode: 0644]
vendor/plugins/facebooker/lib/tasks/facebooker.rb [new file with mode: 0644]
vendor/plugins/facebooker/lib/tasks/tunnel.rake [new file with mode: 0644]
vendor/plugins/facebooker/rails/init.rb [new file with mode: 0644]
vendor/plugins/facebooker/setup.rb [new file with mode: 0644]
vendor/plugins/facebooker/templates/layout.erb [new file with mode: 0644]
vendor/plugins/facebooker/test/facebooker/adapters_test.rb [new file with mode: 0644]
vendor/plugins/facebooker/test/facebooker/admin_test.rb [new file with mode: 0644]
vendor/plugins/facebooker/test/facebooker/application_test.rb [new file with mode: 0644]
vendor/plugins/facebooker/test/facebooker/attachment_test.rb [new file with mode: 0644]
vendor/plugins/facebooker/test/facebooker/batch_request_test.rb [new file with mode: 0644]
vendor/plugins/facebooker/test/facebooker/data_test.rb [new file with mode: 0644]
vendor/plugins/facebooker/test/facebooker/logging_test.rb [new file with mode: 0644]
vendor/plugins/facebooker/test/facebooker/mobile_test.rb [new file with mode: 0644]
vendor/plugins/facebooker/test/facebooker/model_test.rb [new file with mode: 0644]
vendor/plugins/facebooker/test/facebooker/models/event_test.rb [new file with mode: 0644]
vendor/plugins/facebooker/test/facebooker/models/page_test.rb [new file with mode: 0644]
vendor/plugins/facebooker/test/facebooker/models/photo_test.rb [new file with mode: 0644]
vendor/plugins/facebooker/test/facebooker/models/user_test.rb [new file with mode: 0644]
vendor/plugins/facebooker/test/facebooker/rails/facebook_request_fix_2-3_test.rb [new file with mode: 0644]
vendor/plugins/facebooker/test/facebooker/rails/facebook_url_rewriting_test.rb [new file with mode: 0644]
vendor/plugins/facebooker/test/facebooker/rails/integration_session_test.rb [new file with mode: 0644]
vendor/plugins/facebooker/test/facebooker/rails/publisher_test.rb [new file with mode: 0644]
vendor/plugins/facebooker/test/facebooker/rails_integration_test.rb [new file with mode: 0644]
vendor/plugins/facebooker/test/facebooker/server_cache_test.rb [new file with mode: 0644]
vendor/plugins/facebooker/test/facebooker/service_test.rb [new file with mode: 0644]
vendor/plugins/facebooker/test/facebooker/session_test.rb [new file with mode: 0644]
vendor/plugins/facebooker/test/facebooker_test.rb [new file with mode: 0644]
vendor/plugins/facebooker/test/fixtures/multipart_post_body_with_only_parameters.txt [new file with mode: 0644]
vendor/plugins/facebooker/test/fixtures/multipart_post_body_with_single_file.txt [new file with mode: 0644]
vendor/plugins/facebooker/test/fixtures/multipart_post_body_with_single_file_that_has_nil_key.txt [new file with mode: 0644]
vendor/plugins/facebooker/test/net/http_multipart_post_test.rb [new file with mode: 0644]
vendor/plugins/facebooker/test/rack/facebook_session_test.rb [new file with mode: 0644]
vendor/plugins/facebooker/test/rack/facebook_test.rb [new file with mode: 0644]
vendor/plugins/facebooker/test/rails_test_helper.rb [new file with mode: 0644]
vendor/plugins/facebooker/test/test_helper.rb [new file with mode: 0644]
vendor/rails [new symlink]
vendor/railties [new symlink]