summaryrefslogtreecommitdiffstats
path: root/extra/sample_plugin
Commit message (Expand)AuthorAgeFilesLines
* Use ApplicationRecord instead of ActiveRecord::Base (#38975).Marius Balteanu2024-01-231-1/+1
* Fix that Example plugin (extra/sample_plugin) breaks Activity page (#38114).Go MAEDA2023-01-271-1/+1
* Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...Go MAEDA2023-01-011-1/+1
* Evaluate acts_as_activity_provider's scope lazily (#33664).Go MAEDA2020-10-171-1/+1
* Remove frozen_string_literal magic comment from files which are not used when...Go MAEDA2019-03-216-12/+0
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-156-0/+11
* Update the app name in extra/sample_plugin/init.rb: s/RedMine/Redmine/ (#28478).Go MAEDA2018-04-021-1/+1
* Remove 'unloadable' from bundled sample plugin (#27963).Go MAEDA2018-01-101-2/+0
* use versioned migrations for sample plugin in the same怀way of core r16807Toshi MARUYAMA2017-08-311-1/+1
* Use .before_action instead of .before_filter.Jean-Philippe Lang2016-07-141-1/+1
* Added missing :permission option in sample plugin.Jean-Philippe Lang2015-02-181-1/+2
* Removed no longer used :find_options option for acts_as_activity_provider.Jean-Philippe Lang2015-02-181-1/+1
* ActionController::IntegrationTest is ActionDispatch::IntegrationTest.Jean-Philippe Lang2013-01-221-1/+1
* add routing test to sample pluginToshi MARUYAMA2012-10-131-0/+12
* Restores support for :plugin support to stylesheet_link_tag and javascript_in...Jean-Philippe Lang2012-04-282-2/+2
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-255-10/+23
* remove trailing white-spaces from extra/sample_plugin/init.rbToshi MARUYAMA2012-04-011-1/+1
* remove trailing white-spaces from extra/sample_plugin/app/models/meeting.rbToshi MARUYAMA2012-04-011-2/+2
* remove trailing white-spaces from extra/sample_plugin/app/controllers/example...Toshi MARUYAMA2012-04-011-5/+5
* Rails3: rename sample_plugin .rhtml to .html.erb (#6317, #4796)Toshi MARUYAMA2011-12-204-0/+0
* Do not use settings/settings partial name in sample plugin (#3557).Jean-Philippe Lang2009-07-022-1/+1
* Updates sample plugin README.Jean-Philippe Lang2009-02-261-8/+1
* Allow My Page blocks to be added to from a plugin (#2840).Jean-Philippe Lang2009-02-261-0/+3
* Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.Jean-Philippe Lang2009-02-215-10/+13
* Follows r1703.Jean-Philippe Lang2008-07-271-0/+5
* Activity provider example in sample plugin.Jean-Philippe Lang2008-07-276-13/+28
* Add unloadable to the sample plugin controller (http://dev.rubyonrails.org/ti...Jean-Philippe Lang2008-03-211-0/+2
* Menus items:Jean-Philippe Lang2008-02-221-1/+1
* Redmine acts_as_* plugins moved to vendor/plugins.Jean-Philippe Lang2007-09-291-4/+1
* Added a sample plugin.Jean-Philippe Lang2007-09-2311-0/+105