Feature #23630
closedMigrate to Rails 5.2
0%
Description
Is there any plan to upgrade the enviroment to rails 5?
Or is there any future version planning for rails 5?
Thanks a lot.
Related issues
Updated by Toshi MARUYAMA about 8 years ago
- Blocked by Feature #19755: Drop protected_attributes gem added
Updated by Toshi MARUYAMA about 8 years ago
- Subject changed from rails 5.0 enviroment support to Rails 5 support
- Target version set to 4.0.0
Updated by Toshi MARUYAMA over 7 years ago
- Related to Defect #16482: Wrong search query for timelog, when timezone not UTC added
Updated by Go MAEDA over 7 years ago
- Blocked by Feature #25538: Drop support for Ruby 2.2.1 and ealier, 2.2.2+ is now required added
Updated by Jean-Philippe Lang over 7 years ago
- Related to Defect #26498: Rails5: scm entry *.html causes 404 Not Found added
Updated by Jean-Philippe Lang over 7 years ago
- Related to Defect #26499: DEPRECATION WARNING due to changes in dirty attributes methods in Rails 5.1 added
Updated by Jean-Philippe Lang over 7 years ago
- Subject changed from Rails 5 support to Migrate to Rails 5.1
Updated by Jean-Philippe Lang over 7 years ago
- Assignee set to Jean-Philippe Lang
The migration to Rails 5.1.2 is complete and will be merged in trunk very soon.
Updated by Jean-Philippe Lang over 7 years ago
- Status changed from New to Closed
- Resolution set to Fixed
Updated by Tigergm Wu over 7 years ago
Good News and I am looking forward to this new version. Thank you so much!
Jean-Philippe Lang wrote:
The migration to Rails 5.1.2 is complete and will be merged in trunk very soon.
Updated by Jean-Philippe Lang over 7 years ago
- Related to Defect #26506: User link syntax causes an exception while sending email notification on Rails 5.1 added
Updated by Jean-Philippe Lang over 7 years ago
- Related to Defect #26513: Rails5: production env: NameError (uninitialized constant Redmine::SortCriteria) added
Updated by Jean-Philippe Lang over 7 years ago
- Related to Defect #26518: Rails 5: Adding a block in My Page causes "Invalid form authenticity token." added
Updated by Jean-Philippe Lang over 7 years ago
- Related to Defect #26610: Migration file generated by redmine_plugin_model generator is not compatible with Rails 5.1 added
Updated by Go MAEDA over 7 years ago
- Related to Defect #26615: "schema_migrations_table_name is deprecated" warning during redmine:plugins:migrate added
Updated by Go MAEDA almost 7 years ago
- Related to Defect #27871: Failed to run plugins test added
Updated by Marius BĂLTEANU over 6 years ago
- Related to Defect #17517: Attempting to Add a Related Issue Multiple Times Sequentially Causes 500 added
Updated by Marius BĂLTEANU over 6 years ago
- Related to Defect #26636: Rails 5: "Page not found" error when accessing a page of a plugin in production mode added
Updated by Go MAEDA over 6 years ago
- Related to Defect #28482: Buttons are disabled when modal is opened again after exporting CSV added
Updated by Marius BĂLTEANU over 6 years ago
- Related to Defect #27283: Failed to run "rake db:migrate" command against clean database on MySQL 5.7 added
Updated by Jean-Philippe Lang over 6 years ago
- Subject changed from Migrate to Rails 5.1 to Migrate to Rails 5.2
Updated by Go MAEDA over 6 years ago
- Related to Patch #28929: Update roadie-rails to ~> 1.3.0 added
Updated by Go MAEDA over 6 years ago
- Related to Defect #28931: Unreachable code in QueriesControllerTest#test_bulk_copy_to_another_project added
Updated by Go MAEDA over 6 years ago
- Related to Patch #28932: [Rails 5.2] image_tag no longer generates default alt text added
Updated by Go MAEDA over 6 years ago
- Has duplicate Patch #28933: Migrate to Rails 5.2 added
Updated by Go MAEDA over 6 years ago
- Related to Defect #8537: Error in copying projects added
Updated by Go MAEDA over 6 years ago
- Related to Patch #29344: Migrate to Rails 5.2.1 added
Updated by Enziin System over 6 years ago
The process of migrating to 5.2.1 does not simply add Rails 5.2.1 to the Gemfile.
It also involves changing the "ActiveRecord :: Migration [4.2]" in the migrate file.
Because id(11) will quickly overflow when using Redmine on a large scale application.
Let's evaluate the ability to switch to bigint(20), which is supported by default by Rails 5.2.1
Updated by Go MAEDA over 6 years ago
Enziin System wrote:
Because id(11) will quickly overflow when using Redmine on a large scale application.
Let's evaluate the ability to switch to bigint(20), which is supported by default by Rails 5.2.1
Extending the width of the columns is a new feature request. Please open a new issue instead of adding notes to a closed issue.
Updated by Marius BĂLTEANU about 6 years ago
- Related to Patch #29424: Convert migration file from 4.2 to 5.2 added
Updated by Go MAEDA about 6 years ago
- Related to Patch #29772: Rails 5: Update INSTALL doc: s/WEBrick/Puma/ added
Updated by Go MAEDA almost 6 years ago
- Related to Defect #26066: Selenium::WebDriver doesn't work with current version of Firefox added
Updated by Go MAEDA almost 6 years ago
- Related to Defect #30211: Crash with the message "undefined method `alias_method_chain'" when connecting to Microsoft SQL Server added
Updated by Go MAEDA almost 6 years ago
- Related to deleted (Defect #30211: Crash with the message "undefined method `alias_method_chain'" when connecting to Microsoft SQL Server)
Updated by Go MAEDA almost 6 years ago
- Related to Defect #30285: Microsoft SQL server support is broken added
Updated by Marius BĂLTEANU almost 6 years ago
- Related to Feature #29660: Add Referrer-Policy header to prevent browsers from sending private data to external sites added
Updated by Go MAEDA over 5 years ago
- Related to Defect #30753: Plugins auto_load and eager_load paths added