aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib
Commit message (Expand)AuthorAgeFilesLines
* Append a newline to the Gemfile if it doesn't end with a newlinemasakazutakewaka2019-07-191-8/+14
* improves zeitwerk:checkXavier Noria2019-07-121-73/+25
* make sure zeitwerk:check only deals with directories [closes #36461]Xavier Noria2019-07-121-4/+5
* active_support/dependencies/autoload is already required via active_support.rbAkira Matsuda2019-07-122-2/+0
* These are already required via rails/command.rbAkira Matsuda2019-07-121-2/+0
* Adds support for configuring HTTP Feature Policy (#33439)Jacob Bednarz2019-07-104-1/+23
* Merge pull request #36534 from y-yagi/fixes_35137Yuji Yaginuma2019-07-033-3/+8
|\
| * Add the ability to set the CSP nonce only to the specified directivesyuuji.yaginuma2019-06-223-3/+8
* | Replace the www.robotstxt.org URL with https one [ci skip]Tatsuya Hoshino2019-06-251-1/+1
|/
* Make `ActionDispatch::Response#content_type` behavior configurableyuuji.yaginuma2019-06-212-0/+4
* Allow using env var to specify pidfileBen Thorner2019-06-191-5/+6
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-1330-36/+0
* Remove redundant blank line at the bottom of the generated controller testyuuji.yaginuma2019-06-071-1/+1
* Extract default log file open operation to methodyuuji.yaginuma2019-06-052-10/+14
* Fix rubocop violationyuuji.yaginuma2019-06-051-2/+1
* Merge pull request #36395 from cpruitt/6-0-stableEileen M. Uchitelle2019-06-041-3/+9
* Bring `after_bundle` back to API document [ci skip]yuuji.yaginuma2019-05-291-1/+6
* Skip needless spaces from generated app layout.Kasper Timm Hansen2019-05-261-1/+1
* Bump Gemfile entry jbuilder versionAnton Rieder2019-05-231-1/+1
* Fix: DummyCompiler embeds invalid YAML contentVishal Telangre2019-05-151-8/+2
* Merge pull request #36237 from eileencodes/fix-erb-in-database-yaml-againEileen M. Uchitelle2019-05-141-1/+6
|\
| * Fix database loading when ERB is single line ternaryeileencodes2019-05-101-1/+6
* | Add ActionDispatch::SystemTestCase#fill_in_rich_text_areaGeorge Claghorn2019-05-131-1/+1
* | adds a blank line [ci skip]Xavier Noria2019-05-131-0/+1
* | warn about non-eager loaded dirs in zeitwerk:checkXavier Noria2019-05-131-19/+53
* | Update the sqlite db yaml template to match others and mention proper support...Vipul A M2019-05-122-2/+2
* | Merge pull request #36225 from deivid-rodriguez/workaround_sass_rails_require...Yuji Yaginuma2019-05-091-1/+1
|\ \
| * | Use a better requirement for sass-rails 6 prereleasesDavid Rodríguez2019-05-091-1/+1
* | | Fix indentation of the config.eager_load nil warningSharang Dashputre2019-05-091-1/+1
|/ /
* / Fix indentation for config.eager_load nil warning messageAbhay Nikam2019-05-081-5/+5
|/
* Make generated test work even when using virtual attributesyuuji.yaginuma2019-05-054-7/+17
* Fix rubocop offencesRyuta Kamizono2019-04-301-1/+1
* new config to opt-out from adding app directories to $LOAD_PATHXavier Noria2019-04-282-6/+10
* Bump bootsnap to a version with disables iseq_cache for Ruby 2.5Prathamesh Sonpatki2019-04-261-1/+1
* Start Rails 6.1 developmentRafael Mendonça França2019-04-242-2/+4
* Merge pull request #36067 from st0012/update-generator-for-api-appRafael França2019-04-232-0/+4
|\
| * Remove action_controller.perform_caching from api app's configsst00122019-04-242-0/+4
* | Merge pull request #35852 from larouxn/resurrectionRafael França2019-04-232-0/+9
|\ \ | |/ |/|
| * Burn unnecessary files 🔥Nicholas La Roux2019-04-053-19/+0
| * Style fixesNicholas La Roux2019-04-051-3/+3
| * Resurrect generator templatesNicholas La Roux2019-04-052-0/+4
| * Resurrect js/js engine options and generatorsNicholas La Roux2019-04-053-0/+24
* | Implements the task zeitwerk:checkXavier Noria2019-04-232-0/+79
* | Allow sass-rails greater than 5.x in new appsGuillermo Iguaran2019-04-221-1/+1
* | [#35782] Allow loading seeds without ActiveJob (~> 5.2.3)Jeremy Weathers2019-04-191-1/+1
* | Add `null: false` constraint by default for `belongs_to` associationsPrathamesh Sonpatki2019-04-191-2/+8
* | Merge pull request #34788 from gsamokovarov/actionable-errorsKasper Timm Hansen2019-04-191-0/+1
|\ \
| * | Manage ActionDispatch::ActionableExceptions from the default middleware stackGenadi Samokovarov2019-04-191-0/+1
* | | Help command for visible commands should be hiddenakinomaeni2019-04-191-2/+4
|/ /
* | Factorize bin/update in bin/setup, and make bin/setup idempotentDavid Stosik2019-04-172-35/+3