Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Jean-Philippe Lang ee82a55602 Use .before_action instead of .before_filter. 8 anos atrás
..
app Use .before_action instead of .before_filter. 8 anos atrás
assets Added a sample plugin. 17 anos atrás
config Merged rails-3.2 branch. 12 anos atrás
db/migrate Activity provider example in sample plugin. 16 anos atrás
test/integration ActionController::IntegrationTest is ActionDispatch::IntegrationTest. 11 anos atrás
README Merged rails-3.2 branch. 12 anos atrás
init.rb Merged rails-3.2 branch. 12 anos atrás

README

== Sample plugin

This is a sample plugin for Redmine

== Installation

1. Copy the plugin directory into the "plugins" directory at the root
of your Redmine directory

2. Migrate and copy plugin assets:
rake redmine:plugins

3. Start Redmine

Installed plugins are listed and can be configured from 'Admin -> Plugins' screen.