Changeset [f1a33be800099429c667953f11a38d95e83e5d5e] by Kosuke Tanabe

March 14th, 2009 @ 06:20 PM

removed acts_as_soft_deletable http://github.com/nabeta/next-l/...

Committed by Kosuke Tanabe

  • M app/controllers/concepts_controller.rb
  • M app/controllers/corporate_bodies_controller.rb
  • M app/controllers/families_controller.rb
  • M app/controllers/people_controller.rb
  • M app/controllers/places_controller.rb
  • M app/models/advertisement.rb
  • M app/models/answer.rb
  • M app/models/bookstore.rb
  • M app/models/concept.rb
  • M app/models/corporate_body.rb
  • M app/models/event.rb
  • M app/models/expression.rb
  • M app/models/family.rb
  • M app/models/inter_library_loan.rb
  • M app/models/item.rb
  • M app/models/library.rb
  • M app/models/manifestation.rb
  • M app/models/message_queue.rb
  • M app/models/order_list.rb
  • M app/models/patron.rb
  • M app/models/person.rb
  • M app/models/place.rb
  • M app/models/purchase_request.rb
  • M app/models/question.rb
  • M app/models/reserve.rb
  • M app/models/shelf.rb
  • M app/models/subscription.rb
  • M app/models/user.rb
  • M app/models/work.rb
  • M app/views/answers/index.atom.builder
  • M app/views/attachment_files/index.html.erb
  • M app/views/attachment_files/show.html.erb
  • M app/views/bookmark_stats/show.html.erb
  • M app/views/bookmarked_resources/_index.html.erb
  • M app/views/bookmarked_resources/_index_user.html.erb
  • M app/views/bookmarked_resources/index.rss.rxml
  • M app/views/checkouts/_index.html.erb
  • M app/views/checkouts/_index_overdue.html.erb
  • M app/views/checkouts/_index_user.html.erb
  • M app/views/checkouts/index.atom.builder
  • M app/views/checkouts/index.rss.rxml
  • M app/views/concepts/edit.html.erb
  • M app/views/concepts/index.html.erb
  • M app/views/concepts/new.html.erb
  • M app/views/concepts/show.html.erb
  • M app/views/corporate_bodies/_index.html.erb
  • M app/views/corporate_bodies/_index_expression.html.erb
  • M app/views/corporate_bodies/_index_manifestation.html.erb
  • M app/views/corporate_bodies/_index_patron_merge_list.html.erb
  • M app/views/corporate_bodies/_index_work.html.erb
  • M app/views/corporate_bodies/edit.html.erb
  • M app/views/corporate_bodies/index.atom.builder
  • M app/views/corporate_bodies/index.html.erb
  • M app/views/corporate_bodies/index.rss.rxml
  • M app/views/corporate_bodies/new.html.erb
  • M app/views/corporate_bodies/show.html.erb
  • M app/views/events/index.atom.builder
  • M app/views/events/index.html.erb
  • M app/views/events/index.rss.rxml
  • M app/views/expressions/index.atom.builder
  • M app/views/families/_index.html.erb
  • M app/views/families/_index_expression.html.erb
  • M app/views/families/_index_manifestation.html.erb
  • M app/views/families/_index_patron_merge_list.html.erb
  • M app/views/families/_index_work.html.erb
  • M app/views/families/edit.html.erb
  • M app/views/families/index.atom.builder
  • M app/views/families/index.html.erb
  • M app/views/families/index.rss.rxml
  • M app/views/families/new.html.erb
  • M app/views/families/show.html.erb
  • M app/views/inter_library_loans/index.atom.builder
  • M app/views/inter_library_loans/index.rss.rxml
  • M app/views/items/_index_inventory_file.html.erb
  • M app/views/items/_shelf_picture.html.erb
  • M app/views/items/index.atom.builder
  • M app/views/layouts/checkouts.html.erb
  • M app/views/layouts/concepts.html.erb
  • M app/views/layouts/corporate_bodies.html.erb
  • M app/views/layouts/events.html.erb
  • M app/views/layouts/families.html.erb
  • M app/views/layouts/inter_library_loans.html.erb
  • M app/views/layouts/messages.html.erb
  • M app/views/layouts/news_posts.html.erb
  • M app/views/layouts/order_lists.html.erb
  • M app/views/layouts/people.html.erb
  • M app/views/layouts/places.html.erb
  • M app/views/layouts/purchase_requests.html.erb
  • M app/views/layouts/reserves.html.erb
  • M app/views/libraries/show.html.erb
  • M app/views/manifestation_checkout_stats/show.html.erb
  • M app/views/manifestation_reserve_stats/show.html.erb
  • M app/views/manifestations/_attachment_files.html.erb
  • M app/views/manifestations/index.atom.builder
  • M app/views/manifestations/index.rss.rxml
  • M app/views/news_posts/index.atom.builder
  • M app/views/news_posts/index.rss.rxml
  • M app/views/order_lists/index.atom.builder
  • M app/views/order_lists/index.rss.rxml
  • M app/views/orders/index.rss.rxml
  • M app/views/page/export.html.erb
  • M app/views/page/opensearch.rxml
  • M app/views/page/patron.html.erb
  • M app/views/patrons/index.atom.builder
  • M app/views/patrons/index.rss.rxml
  • M app/views/people/_index.html.erb
  • M app/views/people/_index_expression.html.erb
  • M app/views/people/_index_manifestation.html.erb
  • M app/views/people/_index_patron_merge_list.html.erb
  • M app/views/people/_index_work.html.erb
  • M app/views/people/edit.html.erb
  • M app/views/people/index.atom.builder
  • M app/views/people/index.html.erb
  • M app/views/people/index.rss.rxml
  • M app/views/people/new.html.erb
  • M app/views/people/show.html.erb
  • M app/views/picture_files/show.html.erb
  • M app/views/places/edit.html.erb
  • M app/views/places/index.html.erb
  • M app/views/places/new.html.erb
  • M app/views/places/show.html.erb
  • M app/views/purchase_requests/_index.html.erb
  • M app/views/purchase_requests/_index_order_list.html.erb
  • M app/views/purchase_requests/index.atom.builder
  • M app/views/purchase_requests/index.rss.rxml
  • M app/views/questions/index.atom.builder
  • M app/views/questions/index.rss.rxml
  • M app/views/reserves/index.atom.builder
  • M app/views/reserves/index.html.erb
  • M app/views/reserves/index.rss.rxml
  • M app/views/user_checkout_stats/show.html.erb
  • M app/views/user_reserve_stats/show.html.erb
  • M app/views/works/index.atom.builder
  • M config/environments/production.rb
  • M config/environments/test.rb
  • M config/locales/translation_en.yml
  • M config/locales/translation_ja.yml
  • M config/routes.rb
  • M db/migrate/20090209052453_add_acts_as_soft_deletable.rb
  • M test/functional/sessions_controller_test.rb
  • M vendor/plugins/acts_as_soft_deletable/.gitignore
  • M vendor/plugins/acts_as_soft_deletable/COPYING
  • M vendor/plugins/acts_as_soft_deletable/README
  • M vendor/plugins/acts_as_soft_deletable/Rakefile
  • M vendor/plugins/acts_as_soft_deletable/init.rb
  • M vendor/plugins/acts_as_soft_deletable/lib/acts_as_soft_deletable.rb
  • M vendor/plugins/acts_as_soft_deletable/lib/unit_test_helper.rb
  • M vendor/plugins/acts_as_soft_deletable/test/RUNNING_UNIT_TESTS
  • M vendor/plugins/acts_as_soft_deletable/test/connections/mysql/connection.rb
  • M vendor/plugins/acts_as_soft_deletable/test/connections/postgresql/connection.rb
  • M vendor/plugins/acts_as_soft_deletable/test/connections/sqlite/connection.rb
  • M vendor/plugins/acts_as_soft_deletable/test/connections/sqlite3/connection.rb
  • M vendor/plugins/acts_as_soft_deletable/test/fixtures/artists.yml
  • M vendor/plugins/acts_as_soft_deletable/test/fixtures/decimals.yml
  • M vendor/plugins/acts_as_soft_deletable/test/fixtures/deleted_artists.yml
  • M vendor/plugins/acts_as_soft_deletable/test/fixtures/deleted_decimals.yml
  • M vendor/plugins/acts_as_soft_deletable/test/fixtures/migrations/2_add_thing.rb
  • M vendor/plugins/acts_as_soft_deletable/test/fixtures/migrations/3_add_acts_as_deletable.rb
  • M vendor/plugins/acts_as_soft_deletable/test/fixtures/migrations/4_add_column.rb
  • M vendor/plugins/acts_as_soft_deletable/test/fixtures/migrations/5_remove_column.rb
  • M vendor/plugins/acts_as_soft_deletable/test/fixtures/models.rb
  • M vendor/plugins/acts_as_soft_deletable/test/fixtures/schema.rb
  • M vendor/plugins/acts_as_soft_deletable/test/helper.rb
  • M vendor/plugins/acts_as_soft_deletable/test/test_acts_as_soft_deletable.rb
  • M vendor/plugins/acts_as_soft_deletable/test/test_finders.rb
  • M vendor/plugins/acts_as_soft_deletable/test/test_migration.rb
  • M vendor/plugins/acts_as_soft_deletable/test/test_transaction.rb
New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

integrated library system developed in Japan
http://www.next-l.jp/