aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib
Commit message (Expand)AuthorAgeFilesLines
* Improve deprecation message for enqueue returning falseRafael Mendonça França2018-12-051-0/+4
* Merge pull request #33992 from kirs/enqueue-return-falseRafael França2018-12-051-0/+3
|\
| * Make AJ::Base#enqueue return false if the job wasn't enqueuedKir Shatrov2018-10-281-0/+3
* | Merge pull request #33882 from mberlanda/mberlanda/as-inheritable-options-int...Rafael França2018-11-301-3/+5
|\ \
| * | chore: implement config_for as ActiveSupport::OrderedOptionsMauro Berlanda2018-10-191-3/+5
* | | Bump the minimum version of PostgreSQL to 9.3Yasuo Honda2018-11-252-2/+2
* | | Homogenize rails help outputAlberto Almagro2018-11-191-9/+10
* | | Merge pull request #34410 from gmcgibbon/test_support_windowsEileen M. Uchitelle2018-11-191-1/+1
|\ \ \
| * | | Windows support for parallelization and instrumenterGannon McGibbon2018-11-081-1/+1
* | | | Fix a method call in bin/setup fileNihad Abbasov2018-11-151-1/+1
* | | | Merge pull request #34400 from gmcgibbon/rm_autoload_app_javascriptsRafael França2018-11-132-10/+22
|\ \ \ \
| * | | | Remove asset paths from eager_load_paths and autoload_pathsGannon McGibbon2018-11-092-10/+22
| |/ / /
* / / / add a nice alias for the --webpack optionAlessandro Rodi2018-11-131-2/+2
|/ / /
* | | Merge pull request #34387 from yhirano55/rails_info_properties_jsonRyuta Kamizono2018-11-072-2/+14
|\ \ \
| * | | Add JSON support to rails properties route (`/rails/info/properties`).Yoshiyuki Hirano2018-11-072-2/+14
* | | | Add `connect_src` example to content security policy initializeryuuji.yaginuma2018-11-041-0/+4
|/ / /
* | | Keep new line after the last dependencyyuuji.yaginuma2018-11-041-1/+1
* | | Restore `encoding: utf8mb4` in database.ymlYasuo Honda2018-10-301-0/+1
| |/ |/|
* | Do not need to mention the method that is being called in the exceptionRafael Mendonça França2018-10-231-1/+1
* | Merge pull request #34275 from bogdanvlviv/skip_yarn-to-skip_javascriptRafael França2018-10-238-19/+12
|\ \
| * | Remove node_modules path from assets load paths since we use webpack by defaultbogdanvlviv2018-10-221-4/+0
| * | Remove `--skip-yarn` in favor of `--skip-javascript`bogdanvlviv2018-10-228-16/+13
* | | Add missing dot in comment in .gitignore templateJochem Schulenklopper2018-10-221-1/+1
|/ /
* | Merge pull request #34279 from bogdanvlviv/remove-extra-remove_file-skip_acti...Ryuta Kamizono2018-10-221-1/+0
|\ \
| * | Remove extra call `remove_file` on `rails new` with `--skip_action_cable`bogdanvlviv2018-10-221-1/+0
* | | Merge pull request #34274 from bogdanvlviv/remove-yarn-files-from-gitignore-t...Ryuta Kamizono2018-10-221-6/+1
|\ \ \ | |/ / |/| |
| * | Remove yarn's files from `.gitignore` template for new rails appbogdanvlviv2018-10-211-6/+1
* | | Merge pull request #34277 from bogdanvlviv/remove-javascripts-javascripts_eng...Ryuta Kamizono2018-10-221-2/+0
|\ \ \
| * | | Remove `javascripts` and `javascript_engine` options for generatorsbogdanvlviv2018-10-221-2/+0
| |/ /
* / / Remove `:javascript` from `Rails::PluginBuilder::PASSTHROUGH_OPTIONS`bogdanvlviv2018-10-221-1/+1
|/ /
* / Remove unnecessary escape characterFrancesco Rodríguez2018-10-191-2/+2
|/
* Fix generated Gemfile missing gems on jrubyDavid Rodríguez2018-10-171-1/+1
* Show object ids in scaffold pages when displaying referenced objectsRasesh Patel2018-10-142-2/+2
* Use `--skip-webpack-install` by defaultyuuji.yaginuma2018-10-091-1/+1
* Avoid `webpacker:install` if unnecessaryyuuji.yaginuma2018-10-091-0/+1
* Add `skip-webpack-install` optionyuuji.yaginuma2018-10-092-1/+8
* Merge pull request #34084 from trustvox/masterRafael França2018-10-052-4/+2
|\
| * Remove "include FileUtils" sentence in setup/update bin filesBruno Casali2018-09-172-4/+2
* | Add retry_on/discard suggestions for common cases.Francesco Rodríguez2018-10-051-0/+5
* | Revert "Merge pull request #33970 from rails/eager-url-helpers"schneems2018-10-032-14/+4
* | Fix call sitesGannon McGibbon2018-10-021-1/+1
* | Make Webpacker the default JavaScript compiler for Rails 6 (#33079)David Heinemeier Hansson2018-09-3019-128/+63
* | Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-292-5/+5
* | Merge branch 'master' into eager-url-helpersAaron Patterson2018-09-261-2/+2
|\ \
| * | Change the empty block style to have space inside of the blockRafael Mendonça França2018-09-251-2/+2
* | | Routes from Engine Railties should not be an infinite loopAaron Patterson2018-09-261-0/+6
* | | Eager load supports individual filesAaron Patterson2018-09-262-4/+8
|/ /
* | Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-234-4/+4
* | Fixed to RAILS_MASTER_KEY as a default env key for decrypting.Wojciech Wnętrzak2018-09-203-11/+7
* | Fix env name for master keyyuuji.yaginuma2018-09-202-2/+2