summaryrefslogtreecommitdiffstats
path: root/config/application.rb
Commit message (Expand)AuthorAgeFilesLines
* Stop appending the utf8 checkmark parameter to form URLs (#40190).Marius Balteanu2024-02-131-0/+3
* Add Propshaft library to enable the asset pipeline without modifying existing...Marius Balteanu2024-01-251-0/+4
* Adds test for plugin autoload issue (#36320, #39834).Marius Balteanu2023-12-171-0/+3
* Reverts r22507, r22508 and r22510 (#36320, #39803).Marius Balteanu2023-12-121-3/+0
* Allows configure plugins directory path in order to change the default locati...Marius Balteanu2023-12-101-0/+3
* Updates Rails to 7.1.2 (#36320).Marius Balteanu2023-11-271-2/+5
* Add Date and Time classes to yaml_column_permitted_classes (#37814).Go MAEDA2022-10-261-0/+2
* Fix Psych::DisallowedClass exception when loading plugin settings saved with ...Go MAEDA2022-09-281-1/+2
* Update Rails to 6.1.6.1 (#37452).Go MAEDA2022-07-191-0/+4
* Set default protect from forgery true (#36317).Marius Balteanu2022-01-221-0/+3
* Use File.exist? instead of deprecated File.exists? (#36358).Go MAEDA2021-12-271-1/+1
* Switch to zeitwerk autoloader (#29914, #32938).Marius Balteanu2021-11-171-1/+1
* Add SameSite=Lax to cookies to fix warnings in web browsers (#35226).Go MAEDA2021-05-271-1/+2
* RuntimeError "Couldn't find Active Storage configuration" is raised at startu...Go MAEDA2021-04-031-1/+1
* Fix sending mail with DeliveryJob is deprecated (#29914, #32908).Go MAEDA2021-04-011-0/+2
* Fix "undefined method for nil:NilClass" in Rails 6.1 (#29914, #34980).Go MAEDA2021-04-011-3/+0
* fix source indent of config/application.rbToshi MARUYAMA2020-11-201-1/+3
* X-Sendfile header field is not set if rack 2.1.0 is installed (#32785).Go MAEDA2020-01-121-1/+1
* Disable sprockets to avoid Sprockets::Railtie::ManifestNeededError raised by ...Go MAEDA2019-10-241-7/+12
* Enable frozen_string_literal for all files under config directory (#26561).Go MAEDA2019-03-171-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Update i18n gem to 1.5.3 (#29946).Go MAEDA2019-02-191-1/+3
* Sqlite3: Boolean values are now stored as 1 and 0 (#23630).Jean-Philippe Lang2018-09-231-0/+3
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-231-7/+0
* spelling fixes (#25495)Toshi MARUYAMA2017-04-021-1/+1
* Fixed that X-Sendfile header is never set (#24646).Jean-Philippe Lang2016-12-311-1/+1
* Use config.relative_url_root as the default path for session and autologin co...Jean-Philippe Lang2015-11-141-1/+3
* Config variable must be set (#21058).Jean-Philippe Lang2015-10-241-0/+3
* Adds Rack::ContentLength (#17403).Jean-Philippe Lang2015-09-301-0/+3
* Remove attachment after transaction commit (#20388).Jean-Philippe Lang2015-09-301-0/+3
* Fixed that setting config.logger.level in additional_environment.rb has no ef...Jean-Philippe Lang2015-03-221-0/+4
* XML parameters parser extracted to actionpack-xml_parser gem in Rails 4 (#145...Jean-Philippe Lang2014-12-221-0/+4
* Cache search result ids for faster search pagination (#18631).Jean-Philippe Lang2014-12-201-0/+8
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-7/+2
* prevent i18n deprecated warningToshi MARUYAMA2013-12-071-0/+2
* Use AR callbacks instead of observers (removed in Rails4) for notifications.Jean-Philippe Lang2013-07-141-3/+0
* Don't load all helpers.Jean-Philippe Lang2012-12-011-0/+3
* Restores local time zone for timestamps for 1.x compatibility (#10996).Jean-Philippe Lang2012-05-261-0/+1
* Set the default session store.Jean-Philippe Lang2012-04-281-0/+2
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-251-0/+56