mmaster
commit6dd8ee2ac4eabcc0a53292eba3780b15237072f2
authorPavel <pavel@pavel-laptop.(none)>
Sun, 4 Apr 2010 17:50:10 +0000 (4 20:50 +0300)
committerPavel <pavel@pavel-laptop.(none)>
Sun, 4 Apr 2010 17:50:10 +0000 (4 20:50 +0300)
tree33d024df2c7a4eb1cbd9501c9d2ba1d50a1c249d
m
284 files changed:
README [new file with mode: 0755]
Rakefile [new file with mode: 0755]
app/controllers/application_controller.rb [new file with mode: 0755]
app/controllers/fbusers_controller.rb [new file with mode: 0755]
app/controllers/user_controller.rb [new file with mode: 0755]
app/helpers/application_helper.rb [new file with mode: 0755]
app/helpers/fbusers_helper.rb [new file with mode: 0755]
app/models/fbuser.rb [new file with mode: 0755]
app/models/stat.rb [new file with mode: 0755]
app/models/user.rb [new file with mode: 0755]
app/views/fbusers/_bottom.html.erb [new file with mode: 0755]
app/views/fbusers/_form.html.erb [new file with mode: 0755]
app/views/fbusers/auth.html.erb [new file with mode: 0755]
app/views/fbusers/deleted.html.erb [new file with mode: 0755]
app/views/fbusers/fbdelete.erb [new file with mode: 0755]
app/views/fbusers/index.html.erb [new file with mode: 0755]
app/views/fbusers/log.html.erb [new file with mode: 0755]
app/views/fbusers/stat.html.erb [new file with mode: 0755]
app/views/fbusers/uninvited.html.erb [new file with mode: 0755]
app/views/layouts/fbusers.html.erb [new file with mode: 0755]
app/views/user/facebook_error.fbml.erb [new file with mode: 0755]
app/views/user/final.fbml.erb [new file with mode: 0755]
app/views/user/home.fbml.erb [new file with mode: 0755]
app/views/user/stat.erb [new file with mode: 0755]
config/boot.rb [new file with mode: 0755]
config/database.yml [new file with mode: 0755]
config/environment.rb [new file with mode: 0755]
config/environments/development.rb [new file with mode: 0755]
config/environments/production.rb [new file with mode: 0755]
config/environments/test.rb [new file with mode: 0755]
config/facebooker.yml [new file with mode: 0755]
config/initializers/backtrace_silencers.rb [new file with mode: 0755]
config/initializers/constants.rb [new file with mode: 0755]
config/initializers/inflections.rb [new file with mode: 0755]
config/initializers/mime_types.rb [new file with mode: 0755]
config/initializers/new_rails_defaults.rb [new file with mode: 0755]
config/initializers/session_store.rb [new file with mode: 0755]
config/locales/en.yml [new file with mode: 0755]
config/routes.rb [new file with mode: 0755]
db/migrate/20090615112734_create_fbusers.rb [new file with mode: 0755]
db/migrate/20090810000000_create_stats.rb [new file with mode: 0755]
default_status.txt [new file with mode: 0755]
doc/README_FOR_APP [new file with mode: 0755]
public/20091203015544.csv [new file with mode: 0755]
public/20091203015710.csv [new file with mode: 0755]
public/20091203015837.csv [new file with mode: 0755]
public/20091216204516.csv [new file with mode: 0755]
public/20091216204552.csv [new file with mode: 0755]
public/20091216204653.csv [new file with mode: 0755]
public/200x200.jpg [new file with mode: 0755]
public/404.html [new file with mode: 0755]
public/422.html [new file with mode: 0755]
public/500.html [new file with mode: 0755]
public/favicon.ico [new file with mode: 0755]
public/iconsmall.gif [new file with mode: 0755]
public/images/rails.png [new file with mode: 0755]
public/javascripts/application.js [new file with mode: 0755]
public/javascripts/controls.js [new file with mode: 0755]
public/javascripts/dragdrop.js [new file with mode: 0755]
public/javascripts/effects.js [new file with mode: 0755]
public/javascripts/facebooker.js [new file with mode: 0755]
public/javascripts/prototype.js [new file with mode: 0755]
public/play-wo-slogan.jpg [new file with mode: 0755]
public/robots.txt [new file with mode: 0755]
public/stylesheets/scaffold.css [new file with mode: 0755]
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/plugin [new file with mode: 0755]
script/runner [new file with mode: 0755]
script/server [new file with mode: 0755]
test/fixtures/fbusers.yml [new file with mode: 0755]
test/functional/fbusers_controller_test.rb [new file with mode: 0755]
test/performance/browsing_test.rb [new file with mode: 0755]
test/test_helper.rb [new file with mode: 0755]
test/unit/fbuser_test.rb [new file with mode: 0755]
test/unit/helpers/fbusers_helper_test.rb [new file with mode: 0755]
vendor/plugins/facebooker/.autotest [new file with mode: 0755]
vendor/plugins/facebooker/.gitignore [new file with mode: 0755]
vendor/plugins/facebooker/CHANGELOG.rdoc [new file with mode: 0755]
vendor/plugins/facebooker/COPYING.rdoc [new file with mode: 0755]
vendor/plugins/facebooker/Manifest.txt [new file with mode: 0755]
vendor/plugins/facebooker/README.rdoc [new file with mode: 0755]
vendor/plugins/facebooker/Rakefile [new file with mode: 0755]
vendor/plugins/facebooker/TODO.rdoc [new file with mode: 0755]
vendor/plugins/facebooker/examples/desktop_login.rb [new file with mode: 0755]
vendor/plugins/facebooker/facebooker.gemspec [new file with mode: 0755]
vendor/plugins/facebooker/generators/facebook/facebook_generator.rb [new file with mode: 0755]
vendor/plugins/facebooker/generators/facebook/templates/config/facebooker.yml [new file with mode: 0755]
vendor/plugins/facebooker/generators/facebook/templates/public/javascripts/facebooker.js [new file with mode: 0755]
vendor/plugins/facebooker/generators/facebook_controller/USAGE [new file with mode: 0755]
vendor/plugins/facebooker/generators/facebook_controller/facebook_controller_generator.rb [new file with mode: 0755]
vendor/plugins/facebooker/generators/facebook_controller/templates/controller.rb [new file with mode: 0755]
vendor/plugins/facebooker/generators/facebook_controller/templates/functional_test.rb [new file with mode: 0755]
vendor/plugins/facebooker/generators/facebook_controller/templates/helper.rb [new file with mode: 0755]
vendor/plugins/facebooker/generators/facebook_controller/templates/view.fbml.erb [new file with mode: 0755]
vendor/plugins/facebooker/generators/facebook_controller/templates/view.html.erb [new file with mode: 0755]
vendor/plugins/facebooker/generators/facebook_publisher/facebook_publisher_generator.rb [new file with mode: 0755]
vendor/plugins/facebooker/generators/facebook_publisher/templates/create_facebook_templates.rb [new file with mode: 0755]
vendor/plugins/facebooker/generators/facebook_publisher/templates/publisher.rb [new file with mode: 0755]
vendor/plugins/facebooker/generators/facebook_scaffold/USAGE [new file with mode: 0755]
vendor/plugins/facebooker/generators/facebook_scaffold/facebook_scaffold_generator.rb [new file with mode: 0755]
vendor/plugins/facebooker/generators/facebook_scaffold/templates/controller.rb [new file with mode: 0755]
vendor/plugins/facebooker/generators/facebook_scaffold/templates/facebook_style.css [new file with mode: 0755]
vendor/plugins/facebooker/generators/facebook_scaffold/templates/functional_test.rb [new file with mode: 0755]
vendor/plugins/facebooker/generators/facebook_scaffold/templates/helper.rb [new file with mode: 0755]
vendor/plugins/facebooker/generators/facebook_scaffold/templates/layout.fbml.erb [new file with mode: 0755]
vendor/plugins/facebooker/generators/facebook_scaffold/templates/layout.html.erb [new file with mode: 0755]
vendor/plugins/facebooker/generators/facebook_scaffold/templates/style.css [new file with mode: 0755]
vendor/plugins/facebooker/generators/facebook_scaffold/templates/view_edit.fbml.erb [new file with mode: 0755]
vendor/plugins/facebooker/generators/facebook_scaffold/templates/view_edit.html.erb [new file with mode: 0755]
vendor/plugins/facebooker/generators/facebook_scaffold/templates/view_index.fbml.erb [new file with mode: 0755]
vendor/plugins/facebooker/generators/facebook_scaffold/templates/view_index.html.erb [new file with mode: 0755]
vendor/plugins/facebooker/generators/facebook_scaffold/templates/view_new.fbml.erb [new file with mode: 0755]
vendor/plugins/facebooker/generators/facebook_scaffold/templates/view_new.html.erb [new file with mode: 0755]
vendor/plugins/facebooker/generators/facebook_scaffold/templates/view_show.fbml.erb [new file with mode: 0755]
vendor/plugins/facebooker/generators/facebook_scaffold/templates/view_show.html.erb [new file with mode: 0755]
vendor/plugins/facebooker/generators/publisher/publisher_generator.rb [new file with mode: 0755]
vendor/plugins/facebooker/generators/xd_receiver/templates/xd_receiver.html [new file with mode: 0755]
vendor/plugins/facebooker/generators/xd_receiver/templates/xd_receiver_ssl.html [new file with mode: 0755]
vendor/plugins/facebooker/generators/xd_receiver/xd_receiver_generator.rb [new file with mode: 0755]
vendor/plugins/facebooker/init.rb [new file with mode: 0755]
vendor/plugins/facebooker/install.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/adapters/adapter_base.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/adapters/bebo_adapter.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/adapters/facebook_adapter.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/admin.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/application.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/attachment.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/batch_request.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/data.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/feed.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/logging.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/mobile.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/mock/service.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/mock/session.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/model.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/models/affiliation.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/models/album.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/models/applicationproperties.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/models/applicationrestrictions.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/models/comment.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/models/cookie.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/models/education_info.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/models/event.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/models/family_relative_info.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/models/friend_list.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/models/group.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/models/info_item.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/models/info_section.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/models/location.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/models/message_thread.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/models/notifications.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/models/page.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/models/photo.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/models/tag.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/models/user.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/models/video.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/models/work_info.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/parser.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/rails/._helpers.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/rails/backwards_compatible_param_checks.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/rails/controller.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/rails/cucumber.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/rails/cucumber/world.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/rails/extensions/action_controller.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/rails/extensions/action_view.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/rails/extensions/rack_setup.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/rails/extensions/routing.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/rails/facebook_form_builder.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/rails/facebook_pretty_errors.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/rails/facebook_request_fix.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/rails/facebook_request_fix_2-3.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/rails/facebook_session_handling.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/rails/facebook_url_helper.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/rails/facebook_url_rewriting.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/rails/helpers.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/rails/helpers/fb_connect.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/rails/helpers/stream_publish.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/rails/integration_session.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/rails/profile_publisher_extensions.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/rails/publisher.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/rails/routing.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/rails/test_helpers.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/rails/utilities.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/server_cache.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/service.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/service/base_service.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/service/curl_service.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/service/net_http_service.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/service/typhoeus_multi_service.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/service/typhoeus_service.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/session.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/stream_post.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/facebooker/version.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/net/http_multipart_post.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/rack/facebook.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/rack/facebook_session.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/tasks/facebooker.rake [new file with mode: 0755]
vendor/plugins/facebooker/lib/tasks/facebooker.rb [new file with mode: 0755]
vendor/plugins/facebooker/lib/tasks/tunnel.rake [new file with mode: 0755]
vendor/plugins/facebooker/rails/init.rb [new file with mode: 0755]
vendor/plugins/facebooker/setup.rb [new file with mode: 0755]
vendor/plugins/facebooker/templates/layout.erb [new file with mode: 0755]
vendor/plugins/facebooker/test/facebooker/adapters_test.rb [new file with mode: 0755]
vendor/plugins/facebooker/test/facebooker/admin_test.rb [new file with mode: 0755]
vendor/plugins/facebooker/test/facebooker/application_test.rb [new file with mode: 0755]
vendor/plugins/facebooker/test/facebooker/attachment_test.rb [new file with mode: 0755]
vendor/plugins/facebooker/test/facebooker/batch_request_test.rb [new file with mode: 0755]
vendor/plugins/facebooker/test/facebooker/data_test.rb [new file with mode: 0755]
vendor/plugins/facebooker/test/facebooker/logging_test.rb [new file with mode: 0755]
vendor/plugins/facebooker/test/facebooker/mobile_test.rb [new file with mode: 0755]
vendor/plugins/facebooker/test/facebooker/model_test.rb [new file with mode: 0755]
vendor/plugins/facebooker/test/facebooker/models/event_test.rb [new file with mode: 0755]
vendor/plugins/facebooker/test/facebooker/models/page_test.rb [new file with mode: 0755]
vendor/plugins/facebooker/test/facebooker/models/photo_test.rb [new file with mode: 0755]
vendor/plugins/facebooker/test/facebooker/models/user_test.rb [new file with mode: 0755]
vendor/plugins/facebooker/test/facebooker/rails/facebook_request_fix_2-3_test.rb [new file with mode: 0755]
vendor/plugins/facebooker/test/facebooker/rails/facebook_url_rewriting_test.rb [new file with mode: 0755]
vendor/plugins/facebooker/test/facebooker/rails/integration_session_test.rb [new file with mode: 0755]
vendor/plugins/facebooker/test/facebooker/rails/publisher_test.rb [new file with mode: 0755]
vendor/plugins/facebooker/test/facebooker/rails_integration_test.rb [new file with mode: 0755]
vendor/plugins/facebooker/test/facebooker/server_cache_test.rb [new file with mode: 0755]
vendor/plugins/facebooker/test/facebooker/service_test.rb [new file with mode: 0755]
vendor/plugins/facebooker/test/facebooker/session_test.rb [new file with mode: 0755]
vendor/plugins/facebooker/test/facebooker_test.rb [new file with mode: 0755]
vendor/plugins/facebooker/test/fixtures/multipart_post_body_with_only_parameters.txt [new file with mode: 0755]
vendor/plugins/facebooker/test/fixtures/multipart_post_body_with_single_file.txt [new file with mode: 0755]
vendor/plugins/facebooker/test/fixtures/multipart_post_body_with_single_file_that_has_nil_key.txt [new file with mode: 0755]
vendor/plugins/facebooker/test/net/http_multipart_post_test.rb [new file with mode: 0755]
vendor/plugins/facebooker/test/rack/facebook_session_test.rb [new file with mode: 0755]
vendor/plugins/facebooker/test/rack/facebook_test.rb [new file with mode: 0755]
vendor/plugins/facebooker/test/rails_test_helper.rb [new file with mode: 0755]
vendor/plugins/facebooker/test/test_helper.rb [new file with mode: 0755]
vendor/plugins/will_paginate/.manifest [new file with mode: 0755]
vendor/plugins/will_paginate/CHANGELOG.rdoc [new file with mode: 0755]
vendor/plugins/will_paginate/LICENSE [new file with mode: 0755]
vendor/plugins/will_paginate/README.rdoc [new file with mode: 0755]
vendor/plugins/will_paginate/Rakefile [new file with mode: 0755]
vendor/plugins/will_paginate/examples/apple-circle.gif [new file with mode: 0755]
vendor/plugins/will_paginate/examples/index.haml [new file with mode: 0755]
vendor/plugins/will_paginate/examples/index.html [new file with mode: 0755]
vendor/plugins/will_paginate/examples/pagination.css [new file with mode: 0755]
vendor/plugins/will_paginate/examples/pagination.sass [new file with mode: 0755]
vendor/plugins/will_paginate/init.rb [new file with mode: 0755]
vendor/plugins/will_paginate/lib/will_paginate.rb [new file with mode: 0755]
vendor/plugins/will_paginate/lib/will_paginate/array.rb [new file with mode: 0755]
vendor/plugins/will_paginate/lib/will_paginate/collection.rb [new file with mode: 0755]
vendor/plugins/will_paginate/lib/will_paginate/core_ext.rb [new file with mode: 0755]
vendor/plugins/will_paginate/lib/will_paginate/finder.rb [new file with mode: 0755]
vendor/plugins/will_paginate/lib/will_paginate/named_scope.rb [new file with mode: 0755]
vendor/plugins/will_paginate/lib/will_paginate/named_scope_patch.rb [new file with mode: 0755]
vendor/plugins/will_paginate/lib/will_paginate/version.rb [new file with mode: 0755]
vendor/plugins/will_paginate/lib/will_paginate/view_helpers.rb [new file with mode: 0755]
vendor/plugins/will_paginate/test/boot.rb [new file with mode: 0755]
vendor/plugins/will_paginate/test/collection_test.rb [new file with mode: 0755]
vendor/plugins/will_paginate/test/console [new file with mode: 0755]
vendor/plugins/will_paginate/test/database.yml [new file with mode: 0755]
vendor/plugins/will_paginate/test/finder_test.rb [new file with mode: 0755]
vendor/plugins/will_paginate/test/fixtures/admin.rb [new file with mode: 0755]
vendor/plugins/will_paginate/test/fixtures/developer.rb [new file with mode: 0755]
vendor/plugins/will_paginate/test/fixtures/developers_projects.yml [new file with mode: 0755]
vendor/plugins/will_paginate/test/fixtures/project.rb [new file with mode: 0755]
vendor/plugins/will_paginate/test/fixtures/projects.yml [new file with mode: 0755]
vendor/plugins/will_paginate/test/fixtures/replies.yml [new file with mode: 0755]
vendor/plugins/will_paginate/test/fixtures/reply.rb [new file with mode: 0755]
vendor/plugins/will_paginate/test/fixtures/schema.rb [new file with mode: 0755]
vendor/plugins/will_paginate/test/fixtures/topic.rb [new file with mode: 0755]
vendor/plugins/will_paginate/test/fixtures/topics.yml [new file with mode: 0755]
vendor/plugins/will_paginate/test/fixtures/user.rb [new file with mode: 0755]
vendor/plugins/will_paginate/test/fixtures/users.yml [new file with mode: 0755]
vendor/plugins/will_paginate/test/helper.rb [new file with mode: 0755]
vendor/plugins/will_paginate/test/lib/activerecord_test_case.rb [new file with mode: 0755]
vendor/plugins/will_paginate/test/lib/activerecord_test_connector.rb [new file with mode: 0755]
vendor/plugins/will_paginate/test/lib/load_fixtures.rb [new file with mode: 0755]
vendor/plugins/will_paginate/test/lib/view_test_process.rb [new file with mode: 0755]
vendor/plugins/will_paginate/test/tasks.rake [new file with mode: 0755]
vendor/plugins/will_paginate/test/view_test.rb [new file with mode: 0755]
vendor/plugins/will_paginate/will_paginate.gemspec [new file with mode: 0755]