Marius Balteanu
00d05864a6
Add short description for flag ( #39111 ).
...
git-svn-id: https://svn.redmine.org/redmine/trunk@22785 e93f8b46-1217-0410-a6f0-8f06a7374b81
2024-04-16 19:23:00 +00:00
Marius Balteanu
c99bb27e27
Add Propshaft library to enable the asset pipeline without modifying existing assets ( #39111 ).
...
Patch by Takashi Kato (@tohosaku).
git-svn-id: https://svn.redmine.org/redmine/trunk@22626 e93f8b46-1217-0410-a6f0-8f06a7374b81
2024-01-25 05:38:33 +00:00
Marius Balteanu
a6e754ecce
Replaces @config.cache_classes@ which the new option @config.enable_reloading@ introduced in Rails 7.1 ( #36320 )
...
git-svn-id: https://svn.redmine.org/redmine/trunk@22518 e93f8b46-1217-0410-a6f0-8f06a7374b81
2023-12-12 17:56:00 +00:00
Go MAEDA
c245f54e71
Update config/environments/*.rb for Rails 6.1 ( #35081 ).
...
git-svn-id: http://svn.redmine.org/redmine/trunk@21344 e93f8b46-1217-0410-a6f0-8f06a7374b81
2022-01-03 02:29:48 +00:00
Go MAEDA
d16369b67c
Enable frozen_string_literal for files which don't contain string literals ( #26561 ).
...
git-svn-id: http://svn.redmine.org/redmine/trunk@17981 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-03-17 01:47:12 +00:00
Go MAEDA
5861160ffc
Add "frozen_string_literal: false" for all files ( #26561 ).
...
This will be changed to true in the future.
git-svn-id: http://svn.redmine.org/redmine/trunk@17947 e93f8b46-1217-0410-a6f0-8f06a7374b81
2019-03-15 01:32:57 +00:00
Toshi MARUYAMA
51b654fdda
revert r16881 ( #26513 , #26524 , #26526 )
...
git-svn-id: http://svn.redmine.org/redmine/trunk@16883 e93f8b46-1217-0410-a6f0-8f06a7374b81
2017-07-25 15:39:06 +00:00
Toshi MARUYAMA
9555732eb3
add "config.enable_dependency_loading = true" at config/environments/production.rb ( #26513 , #26524 , #26526 )
...
git-svn-id: http://svn.redmine.org/redmine/trunk@16881 e93f8b46-1217-0410-a6f0-8f06a7374b81
2017-07-25 13:42:07 +00:00
Jean-Philippe Lang
a769aedb44
Fixed that setting config.logger.level in additional_environment.rb has no effect ( #19405 ).
...
git-svn-id: http://svn.redmine.org/redmine/trunk@14155 e93f8b46-1217-0410-a6f0-8f06a7374b81
2015-03-22 09:26:33 +00:00
Toshi MARUYAMA
3a1e7106f4
prevent "config.log_level" DEPRECATION WARNING
...
DEPRECATION WARNING: You did not specify a `log_level` in `production.rb`.
Currently, the default value for `log_level` is `:info` for the production environment
and `:debug` in all other environments.
In Rails 5 the default value will be unified to `:debug` across all environments.
To preserve the current setting, add the following line to your `production.rb`:
config.log_level = :info
git-svn-id: http://svn.redmine.org/redmine/trunk@13899 e93f8b46-1217-0410-a6f0-8f06a7374b81
2015-01-18 14:05:35 +00:00
Jean-Philippe Lang
2d1866d966
Merged rails-4.1 branch ( #14534 ).
...
git-svn-id: http://svn.redmine.org/redmine/trunk@13482 e93f8b46-1217-0410-a6f0-8f06a7374b81
2014-10-22 17:37:16 +00:00
Toshi MARUYAMA
11cf055132
fix Ruby Logger doc link ( #5706 )
...
git-svn-id: http://svn.redmine.org/redmine/trunk@13177 e93f8b46-1217-0410-a6f0-8f06a7374b81
2014-06-08 23:55:27 +00:00
Toshi MARUYAMA
411f0874ab
replace comment "config/environment.rb" to "config/application.rb" at head of config/environments/*.rb
...
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9658 e93f8b46-1217-0410-a6f0-8f06a7374b81
2012-05-09 12:04:10 +00:00
Jean-Philippe Lang
5e57a1a9d9
Merged rails-3.2 branch.
...
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9528 e93f8b46-1217-0410-a6f0-8f06a7374b81
2012-04-25 17:17:49 +00:00
Eric Davis
1781d87477
Add documentation about setting the log level. #6135
...
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4182 e93f8b46-1217-0410-a6f0-8f06a7374b81
2010-09-26 16:54:38 +00:00
Eric Davis
eb1f58f962
Added some documentation about the Rails Logger. #6135
...
Contributed by Felix Schäfer
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4096 e93f8b46-1217-0410-a6f0-8f06a7374b81
2010-09-17 04:31:17 +00:00
Jean-Philippe Lang
b64e89daec
Native eol property set on config/*
...
git-svn-id: http://redmine.rubyforge.org/svn/trunk@772 e93f8b46-1217-0410-a6f0-8f06a7374b81
2007-09-27 22:30:57 +00:00
Jean-Philippe Lang
f04225321c
Account information can now be sent to the user when creating an account.
...
ActionMailer logger set to nil for production environment to disable email contents output in production.log
git-svn-id: http://redmine.rubyforge.org/svn/trunk@546 e93f8b46-1217-0410-a6f0-8f06a7374b81
2007-05-27 10:57:13 +00:00
Jean-Philippe Lang
96f83cc8f0
trunk moved from /trunk/redmine to /trunk
...
git-svn-id: http://redmine.rubyforge.org/svn/trunk@67 e93f8b46-1217-0410-a6f0-8f06a7374b81
2006-12-05 20:45:04 +00:00