summaryrefslogtreecommitdiffstats
path: root/lib/generators/redmine_plugin_model
Commit message (Expand)AuthorAgeFilesLines
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Use ApplicationRecord instead of ActiveRecord::Base (#38975).Marius Balteanu2024-01-231-1/+1
* Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...Go MAEDA2023-01-011-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* add empty line after guard clause to lib/generators/redmine_plugin_model/redm...Toshi MARUYAMA2020-12-111-1/+1
* remove spaces inside {} of lib/generators/redmine_plugin_model/redmine_plugin...Toshi MARUYAMA2020-11-211-1/+1
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in lib/generators/redm...Toshi MARUYAMA2019-11-211-1/+0
* redmine_plugin_model_generator improvements (#27659).Jean-Philippe Lang2019-06-202-3/+12
* Add missing frozen string literals and copyrights (#31508).Go MAEDA2019-06-041-2/+21
* Remove frozen_string_literal magic comment from files which are not used when...Go MAEDA2019-03-211-2/+0
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Removes 'unloadable' from plugin templates (#20513).Jean-Philippe Lang2018-01-081-1/+0
* replace plugin generator USAGE "script/rails" which are removed by r16868Toshi MARUYAMA2017-12-271-1/+1
* Set migration version in the plugin migration template (#26610).Jean-Philippe Lang2017-08-021-1/+1
* Code cleanup (#24007).Jean-Philippe Lang2016-11-181-5/+1
* Change plugins directory through the configuration.yml file (#24007).Jean-Philippe Lang2016-11-181-1/+5
* fix plugin generator script name of USAGE on Rails3Toshi MARUYAMA2012-09-031-1/+1
* Fixes test templates for plugins.Jean-Philippe Lang2012-05-281-1/+1
* Fixed that plugin model generator does not generate the migration (#11024).Jean-Philippe Lang2012-05-262-2/+39
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-256-66/+15
* remove trailing white-spaces from lib/generators/redmine_plugin_model/redmine...Toshi MARUYAMA2012-04-011-4/+4
* replace RAILS_ROOT to Rails.root at lib/generators/redmine_plugin_model/redmi...Toshi MARUYAMA2011-06-171-1/+1
* Plugin models and controllers must be unloadable.Eric Davis2010-06-171-0/+1
* Fixed: Plugin generators should display help if no parameter is given (#4609).Jean-Philippe Lang2010-02-281-0/+1
* Fixed the generated test in the redmine_plugin_model. (#3927)Eric Davis2009-10-171-1/+1
* Renames template ruby files to erb.Jean-Philippe Lang2008-10-254-0/+26
* Merged hooks branch @ r1785 into trunk.Jean-Philippe Lang2008-09-056-0/+59