Changeset [c3b6f3cde190545699fe929268817c0cc49e131b] by Josh Adams

December 22nd, 2008 @ 10:48 PM

updated engines to one that works, added twitterati plugin http://github.com/knewter/ansuz/...

Committed by Josh Adams

  • M config/routes.rb
  • M vendor/plugins/ansuz_twitterati/app/controllers/admin/twitterati_controller.rb
  • M vendor/plugins/ansuz_twitterati/app/models/ansuz/j_adams/twitterati.rb
  • M vendor/plugins/ansuz_twitterati/app/views/admin/twitterati/_edit.html.erb
  • M vendor/plugins/ansuz_twitterati/app/views/admin/twitterati/_twitterati.html.erb
  • M vendor/plugins/ansuz_twitterati/routes.rb
  • M vendor/plugins/ansuz_twitterati/views/admin/twitterati/_twitterati.html.erb
  • M vendor/plugins/engines/.gitignore
  • M vendor/plugins/engines/CHANGELOG
  • M vendor/plugins/engines/MIT-LICENSE
  • M vendor/plugins/engines/README
  • M vendor/plugins/engines/Rakefile
  • M vendor/plugins/engines/about.yml
  • M vendor/plugins/engines/boot.rb
  • M vendor/plugins/engines/generators/plugin_migration/USAGE
  • M vendor/plugins/engines/generators/plugin_migration/plugin_migration_generator.rb
  • M vendor/plugins/engines/generators/plugin_migration/templates/plugin_migration.erb
  • M vendor/plugins/engines/init.rb
  • M vendor/plugins/engines/lib/engines.rb
  • M vendor/plugins/engines/lib/engines/assets.rb
  • M vendor/plugins/engines/lib/engines/plugin.rb
  • M vendor/plugins/engines/lib/engines/plugin/list.rb
  • M vendor/plugins/engines/lib/engines/plugin/loader.rb
  • M vendor/plugins/engines/lib/engines/plugin/locator.rb
  • M vendor/plugins/engines/lib/engines/plugin/migrator.rb
  • M vendor/plugins/engines/lib/engines/rails_extensions/action_mailer.rb
  • M vendor/plugins/engines/lib/engines/rails_extensions/asset_helpers.rb
  • M vendor/plugins/engines/lib/engines/rails_extensions/dependencies.rb
  • M vendor/plugins/engines/lib/engines/rails_extensions/migrations.rb
  • M vendor/plugins/engines/lib/engines/rails_extensions/rails.rb
  • M vendor/plugins/engines/lib/engines/rails_extensions/routing.rb
  • M vendor/plugins/engines/lib/engines/testing.rb
  • M vendor/plugins/engines/tasks/engines.rake
  • M vendor/plugins/engines/test/app/controllers/app_and_plugin_controller.rb
  • M vendor/plugins/engines/test/app/controllers/application.rb
  • M vendor/plugins/engines/test/app/controllers/namespace/app_and_plugin_controller.rb
  • M vendor/plugins/engines/test/app/helpers/mail_helper.rb
  • M vendor/plugins/engines/test/app/models/app_and_plugin_model.rb
  • M vendor/plugins/engines/test/app/models/notify_mail.rb
  • M vendor/plugins/engines/test/app/things/thing.rb
  • M vendor/plugins/engines/test/app/views/app_and_plugin/a_view.html.erb
  • M vendor/plugins/engines/test/app/views/namespace/app_and_plugin/a_view.html.erb
  • M vendor/plugins/engines/test/app/views/notify_mail/implicit_multipart.text.html.erb
  • M vendor/plugins/engines/test/app/views/notify_mail/implicit_multipart.text.plain.erb
  • M vendor/plugins/engines/test/app/views/notify_mail/multipart_html.html.erb
  • M vendor/plugins/engines/test/app/views/notify_mail/multipart_plain.html.erb
  • M vendor/plugins/engines/test/app/views/notify_mail/signup.text.plain.erb
  • M vendor/plugins/engines/test/app/views/plugin_mail/mail_from_plugin_with_application_template.text.plain.erb
  • M vendor/plugins/engines/test/app/views/plugin_mail/multipart_from_plugin_with_application_template_plain.html.erb
  • M vendor/plugins/engines/test/functional/controller_loading_test.rb
  • M vendor/plugins/engines/test/functional/exception_notification_compatibility_test.rb
  • M vendor/plugins/engines/test/functional/routes_test.rb
  • M vendor/plugins/engines/test/functional/view_helpers_test.rb
  • M vendor/plugins/engines/test/functional/view_loading_test.rb
  • M vendor/plugins/engines/test/lib/app_and_plugin_lib_model.rb
  • M vendor/plugins/engines/test/lib/engines_test_helper.rb
  • M vendor/plugins/engines/test/plugins/alpha_plugin/app/controllers/alpha_plugin_controller.rb
  • M vendor/plugins/engines/test/plugins/alpha_plugin/app/controllers/app_and_plugin_controller.rb
  • M vendor/plugins/engines/test/plugins/alpha_plugin/app/controllers/namespace/alpha_plugin_controller.rb
  • M vendor/plugins/engines/test/plugins/alpha_plugin/app/controllers/namespace/app_and_plugin_controller.rb
  • M vendor/plugins/engines/test/plugins/alpha_plugin/app/controllers/namespace/shared_plugin_controller.rb
  • M vendor/plugins/engines/test/plugins/alpha_plugin/app/controllers/shared_plugin_controller.rb
  • M vendor/plugins/engines/test/plugins/alpha_plugin/app/models/alpha_plugin_model.rb
  • M vendor/plugins/engines/test/plugins/alpha_plugin/app/models/app_and_plugin_model.rb
  • M vendor/plugins/engines/test/plugins/alpha_plugin/app/models/shared_plugin_model.rb
  • M vendor/plugins/engines/test/plugins/alpha_plugin/app/views/alpha_plugin/a_view.html.erb
  • M vendor/plugins/engines/test/plugins/alpha_plugin/app/views/app_and_plugin/a_view.html.erb
  • M vendor/plugins/engines/test/plugins/alpha_plugin/app/views/layouts/plugin_layout.erb
  • M vendor/plugins/engines/test/plugins/alpha_plugin/app/views/namespace/alpha_plugin/a_view.html.erb
  • M vendor/plugins/engines/test/plugins/alpha_plugin/app/views/namespace/app_and_plugin/a_view.html.erb
  • M vendor/plugins/engines/test/plugins/alpha_plugin/app/views/namespace/shared_plugin/a_view.html.erb
  • M vendor/plugins/engines/test/plugins/alpha_plugin/app/views/shared_plugin/a_view.html.erb
  • M vendor/plugins/engines/test/plugins/alpha_plugin/lib/alpha_plugin_lib_model.rb
  • M vendor/plugins/engines/test/plugins/alpha_plugin/lib/app_and_plugin_lib_model.rb
  • M vendor/plugins/engines/test/plugins/beta_plugin/app/controllers/app_and_plugin_controller.rb
  • M vendor/plugins/engines/test/plugins/beta_plugin/app/controllers/namespace/shared_plugin_controller.rb
  • M vendor/plugins/engines/test/plugins/beta_plugin/app/controllers/shared_plugin_controller.rb
  • M vendor/plugins/engines/test/plugins/beta_plugin/app/models/shared_plugin_model.rb
  • M vendor/plugins/engines/test/plugins/beta_plugin/app/views/namespace/shared_plugin/a_view.html.erb
  • M vendor/plugins/engines/test/plugins/beta_plugin/app/views/shared_plugin/a_view.html.erb
  • M vendor/plugins/engines/test/plugins/beta_plugin/init.rb
  • M vendor/plugins/engines/test/plugins/test_assets/app/controllers/assets_controller.rb
  • M vendor/plugins/engines/test/plugins/test_assets/app/views/assets/index.html.erb
  • M vendor/plugins/engines/test/plugins/test_assets/app/views/layouts/assets.html.erb
  • M vendor/plugins/engines/test/plugins/test_code_mixing/app/things/thing.rb
  • M vendor/plugins/engines/test/plugins/test_code_mixing/init.rb
  • M vendor/plugins/engines/test/plugins/test_migration/db/migrate/001_create_tests.rb
  • M vendor/plugins/engines/test/plugins/test_migration/db/migrate/002_create_others.rb
  • M vendor/plugins/engines/test/plugins/test_migration/db/migrate/003_create_extras.rb
  • M vendor/plugins/engines/test/plugins/test_plugin_mailing/app/models/plugin_mail.rb
  • M vendor/plugins/engines/test/plugins/test_plugin_mailing/app/views/plugin_mail/mail_from_plugin.erb
  • M vendor/plugins/engines/test/plugins/test_plugin_mailing/app/views/plugin_mail/multipart_from_plugin_html.html.erb
  • M vendor/plugins/engines/test/plugins/test_plugin_mailing/app/views/plugin_mail/multipart_from_plugin_plain.html.erb
  • M vendor/plugins/engines/test/plugins/test_plugin_mailing/app/views/plugin_mail/multipart_from_plugin_with_application_template_html.html.erb
  • M vendor/plugins/engines/test/plugins/test_plugin_mailing/app/views/plugin_mail/multipart_from_plugin_with_application_template_plain.html.erb
  • M vendor/plugins/engines/test/plugins/test_routing/app/controllers/namespace/test_routing_controller.rb
  • M vendor/plugins/engines/test/plugins/test_routing/app/controllers/test_routing_controller.rb
  • M vendor/plugins/engines/test/plugins/test_routing/routes.rb
  • M vendor/plugins/engines/test/unit/action_mailer_test.rb
  • M vendor/plugins/engines/test/unit/arbitrary_code_mixing_test.rb
  • M vendor/plugins/engines/test/unit/assets_test.rb
  • M vendor/plugins/engines/test/unit/backwards_compat_test.rb
  • M vendor/plugins/engines/test/unit/load_path_test.rb
  • M vendor/plugins/engines/test/unit/migration_test.rb
  • M vendor/plugins/engines/test/unit/model_and_lib_test.rb
  • M vendor/plugins/engines/test/unit/plugins_test.rb
  • M vendor/plugins/engines/test/unit/testing_test.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 ยป

Project for ansuz: Open source Rails-based content management that works.