Changeset [28f40ba9a65ef4674bdc69f6f4362bbaa47386c7] by Kosuke Tanabe
January 26th, 2009 @ 08:13 PM
installed rest_in_place http://github.com/nabeta/next-l/...
Committed by Kosuke Tanabe
- M app/controllers/news_feeds_controller.rb
- M app/controllers/news_posts_controller.rb
- M app/helpers/news_posts_helper.rb
- M app/models/manifestation.rb
- M app/models/news_post.rb
- M app/models/user.rb
- M app/views/expressions/_index.html.erb
- M app/views/expressions/_index_subscription.html.erb
- M app/views/expressions/_index_work.html.erb
- M app/views/expressions/_new_manifestation.html.erb
- M app/views/expressions/_new_patron.html.erb
- M app/views/expressions/_new_work.html.erb
- M app/views/expressions/show.html.erb
- M app/views/items/_index.html.erb
- M app/views/items/_index_manifestation.html.erb
- M app/views/items/new.html.erb
- M app/views/layouts/news_posts.html.erb
- M app/views/news_feeds/index.html.erb
- M app/views/news_posts/edit.html.erb
- M app/views/news_posts/index.html.erb
- M app/views/news_posts/new.html.erb
- M app/views/news_posts/show.html.erb
- M app/views/page/configuration.html.erb
- M app/views/patrons/_index.html.erb
- M app/views/patrons/_index_expression.html.erb
- M app/views/patrons/_index_manifestation.html.erb
- M app/views/patrons/_index_patron_merge_list.html.erb
- M app/views/patrons/_index_work.html.erb
- M app/views/patrons/edit.html.erb
- M app/views/patrons/new.html.erb
- M app/views/patrons/show.html.erb
- M app/views/works/_index.html.erb
- M app/views/works/_index_parent.html.erb
- M app/views/works/_index_patron.html.erb
- M app/views/works/_new_patron.html.erb
- M app/views/works/new.html.erb
- M app/views/works/show.html.erb
- M config/locales/translation_en.yml
- M config/locales/translation_ja.yml
- M config/routes.rb
- M db/migrate/001_create_patrons.rb
- M db/migrate/002_create_users.rb
- M db/migrate/003_create_works.rb
- M db/migrate/004_create_expressions.rb
- M db/migrate/005_create_manifestations.rb
- M db/migrate/006_create_items.rb
- M db/migrate/20090126071155_create_news_posts.rb
- M public/javascripts/editable.js
- M public/javascripts/jquery.rest_in_place.js
- M public/javascripts/rest_in_place.js
- M test/fixtures/news_posts.yml
- M test/functional/news_posts_controller_test.rb
- M test/unit/news_post_test.rb
- M vendor/plugins/better-edit-in-place/LICENSE
- M vendor/plugins/better-edit-in-place/README.textile
- M vendor/plugins/better-edit-in-place/init.rb
- M vendor/plugins/better-edit-in-place/src/editable.js
- M vendor/plugins/better-edit-in-place/test/lib/public/effects.js
- M vendor/plugins/better-edit-in-place/test/lib/public/prototype.js
- M vendor/plugins/better-edit-in-place/test/lib/public/test.css
- M vendor/plugins/better-edit-in-place/test/lib/public/unittest.js
- M vendor/plugins/better-edit-in-place/test/lib/test_server.rb
- M vendor/plugins/better-edit-in-place/test/unit/editable_test.html
- M vendor/plugins/rest_in_place/.gitignore
- M vendor/plugins/rest_in_place/MIT-LICENSE
- M vendor/plugins/rest_in_place/README
- M vendor/plugins/rest_in_place/init.rb
- M vendor/plugins/rest_in_place/install.rb
- M vendor/plugins/rest_in_place/javascripts/jquery.rest_in_place.js
- M vendor/plugins/rest_in_place/javascripts/rest_in_place.js
- M vendor/plugins/rest_in_place/testapp/README
- M vendor/plugins/rest_in_place/testapp/Rakefile
- M vendor/plugins/rest_in_place/testapp/app/controllers/application.rb
- M vendor/plugins/rest_in_place/testapp/app/controllers/users_controller.rb
- M vendor/plugins/rest_in_place/testapp/app/helpers/application_helper.rb
- M vendor/plugins/rest_in_place/testapp/app/helpers/users_helper.rb
- M vendor/plugins/rest_in_place/testapp/app/models/user.rb
- M vendor/plugins/rest_in_place/testapp/app/views/users/show.html.erb
- M vendor/plugins/rest_in_place/testapp/config/boot.rb
- M vendor/plugins/rest_in_place/testapp/config/database.yml
- M vendor/plugins/rest_in_place/testapp/config/environment.rb
- M vendor/plugins/rest_in_place/testapp/config/environments/development.rb
- M vendor/plugins/rest_in_place/testapp/config/environments/production.rb
- M vendor/plugins/rest_in_place/testapp/config/environments/test.rb
- M vendor/plugins/rest_in_place/testapp/config/initializers/inflections.rb
- M vendor/plugins/rest_in_place/testapp/config/initializers/mime_types.rb
- M vendor/plugins/rest_in_place/testapp/config/initializers/new_rails_defaults.rb
- M vendor/plugins/rest_in_place/testapp/config/locales/en.yml
- M vendor/plugins/rest_in_place/testapp/config/routes.rb
- M vendor/plugins/rest_in_place/testapp/db/development.sqlite3
- M vendor/plugins/rest_in_place/testapp/db/migrate/20081205085052_create_users.rb
- M vendor/plugins/rest_in_place/testapp/db/schema.rb
- M vendor/plugins/rest_in_place/testapp/doc/README_FOR_APP
- M vendor/plugins/rest_in_place/testapp/public/404.html
- M vendor/plugins/rest_in_place/testapp/public/422.html
- M vendor/plugins/rest_in_place/testapp/public/500.html
- M vendor/plugins/rest_in_place/testapp/public/dispatch.cgi
- M vendor/plugins/rest_in_place/testapp/public/dispatch.fcgi
- M vendor/plugins/rest_in_place/testapp/public/dispatch.rb
- M vendor/plugins/rest_in_place/testapp/public/images/rails.png
- M vendor/plugins/rest_in_place/testapp/public/index.html
- M vendor/plugins/rest_in_place/testapp/public/javascripts/application.js
- M vendor/plugins/rest_in_place/testapp/public/javascripts/controls.js
- M vendor/plugins/rest_in_place/testapp/public/javascripts/dragdrop.js
- M vendor/plugins/rest_in_place/testapp/public/javascripts/effects.js
- M vendor/plugins/rest_in_place/testapp/public/javascripts/jquery-1.2.6.min.js
- M vendor/plugins/rest_in_place/testapp/public/javascripts/prototype.js
- M vendor/plugins/rest_in_place/testapp/public/robots.txt
- M vendor/plugins/rest_in_place/testapp/script/about
- M vendor/plugins/rest_in_place/testapp/script/console
- M vendor/plugins/rest_in_place/testapp/script/dbconsole
- M vendor/plugins/rest_in_place/testapp/script/destroy
- M vendor/plugins/rest_in_place/testapp/script/generate
- M vendor/plugins/rest_in_place/testapp/script/performance/benchmarker
- M vendor/plugins/rest_in_place/testapp/script/performance/profiler
- M vendor/plugins/rest_in_place/testapp/script/performance/request
- M vendor/plugins/rest_in_place/testapp/script/plugin
- M vendor/plugins/rest_in_place/testapp/script/process/inspector
- M vendor/plugins/rest_in_place/testapp/script/process/reaper
- M vendor/plugins/rest_in_place/testapp/script/process/spawner
- M vendor/plugins/rest_in_place/testapp/script/runner
- M vendor/plugins/rest_in_place/testapp/script/server
- M vendor/plugins/rest_in_place/testapp/test/fixtures/users.yml
- M vendor/plugins/rest_in_place/testapp/test/functional/users_controller_test.rb
- M vendor/plugins/rest_in_place/testapp/test/performance/browsing_test.rb
- M vendor/plugins/rest_in_place/testapp/test/test_helper.rb
- M vendor/plugins/rest_in_place/testapp/test/unit/user_test.rb
- M vendor/plugins/rest_in_place/uninstall.rb
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/