OSDN Git Service

Added a sample plugin.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 23 Sep 2007 18:50:53 +0000 (18:50 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 23 Sep 2007 18:50:53 +0000 (18:50 +0000)
commitdbcf2065b86d610bc714b362d253664d81166e87
treea217cfdd7756ad499f2b9c4ccec0d3dc88e8acbb
parente4f0864e3a7f17f0e8a282aad29202f53bf11139
Added a sample plugin.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@753 e93f8b46-1217-0410-a6f0-8f06a7374b81
extra/sample_plugin/README [new file with mode: 0644]
extra/sample_plugin/app/controllers/example_controller.rb [new file with mode: 0644]
extra/sample_plugin/app/views/example/say_goodbye.rhtml [new file with mode: 0644]
extra/sample_plugin/app/views/example/say_hello.rhtml [new file with mode: 0644]
extra/sample_plugin/app/views/settings/_settings.rhtml [new file with mode: 0644]
extra/sample_plugin/assets/images/it_works.png [new file with mode: 0644]
extra/sample_plugin/assets/stylesheets/example.css [new file with mode: 0644]
extra/sample_plugin/db/migrate/001_create_some_models.rb [new file with mode: 0644]
extra/sample_plugin/init.rb [new file with mode: 0644]
extra/sample_plugin/lang/en.yml [new file with mode: 0644]
extra/sample_plugin/lang/fr.yml [new file with mode: 0644]