| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Rails.env falls back to dev mode when env var is empty | Daniel Deng | 2017-01-04 | 1 | -0/+12 |
* | | Fix configuration test now that Metal#env was removed | Rafael Mendonça França | 2017-01-03 | 1 | -1/+1 |
* | | Revert "Merge pull request #27550 from mtsmfm/fix-generator-command-for-neste... | Rafael Mendonça França | 2017-01-03 | 1 | -20/+0 |
* | | Merge pull request #27550 from mtsmfm/fix-generator-command-for-nested-rails-... | Rafael França | 2017-01-03 | 1 | -0/+20 |
|\ \ |
|
| * | | Fix generator command for nested (namespaced) rails engine | Fumiaki MATSUSHIMA | 2017-01-03 | 1 | -0/+20 |
* | | | Remove test to the db:test:clone | Rafael Mendonça França | 2017-01-03 | 1 | -10/+0 |
* | | | Remove deprecated CONTROLLER environment variable for routes task | Rafael Mendonça França | 2017-01-03 | 1 | -42/+25 |
* | | | Remove deprecated config.serve_static_files | Rafael Mendonça França | 2017-01-03 | 1 | -10/+0 |
* | | | Remove deprecated `config.static_cache_control` | Rafael Mendonça França | 2017-01-03 | 1 | -10/+0 |
|/ / |
|
* | | Remove bin/yarn if yarn is skipped, tidy up tests | Prathamesh Sonpatki | 2017-01-01 | 1 | -0/+7 |
* | | Enforce middleware ordering with a test, instead of comments | Matthew Draper | 2016-12-31 | 1 | -3/+34 |
* | | Merge pull request #27515 from kbrock/fix_log_remote_ip_before_dispatcher_ips... | Matthew Draper | 2016-12-31 | 1 | -2/+2 |
|\ \ |
|
| * | | Allow log remote ip addres when config.action_dispatch.trusted_proxies passed | Leonid Batizhevsky | 2016-12-30 | 1 | -1/+1 |
|/ / |
|
* | | `#tables` and `#table_exists?` and returns only tables and not views | Rafael Mendonça França | 2016-12-29 | 1 | -5/+3 |
* | | Remove deprecated support to passing a column to #quote | Rafael Mendonça França | 2016-12-29 | 1 | -18/+1 |
* | | Merge branch 'master' into fix_26964 | Kasper Timm Hansen | 2016-12-29 | 18 | -48/+84 |
|\ \ |
|
| * \ | Merge branch 'master' into clear_all_environments_log_by_default | Rafael França | 2016-12-29 | 32 | -88/+204 |
| |\ \ |
|
| | * | | assert_equal takes expectation first | Akira Matsuda | 2016-12-26 | 1 | -1/+1 |
| | * | | Correct indent-accounting in controller route generation | Matthew Draper | 2016-12-25 | 1 | -1/+1 |
| | * | | "Use assert_nil if expecting nil. This will fail in minitest 6." | Akira Matsuda | 2016-12-25 | 5 | -8/+8 |
| | * | | Privatize unneededly protected methods in Railties tests | Akira Matsuda | 2016-12-24 | 6 | -6/+6 |
| | * | | quiet generators log in test | yuuji.yaginuma | 2016-12-22 | 1 | -1/+1 |
| | * | | Limit length of secret being passed | Jon Moss | 2016-12-20 | 1 | -3/+3 |
| | * | | `ARGV.shift` before calling Rails generators | Jon Moss | 2016-12-17 | 1 | -0/+15 |
| | |/ |
|
| | * | Merge pull request #27042 from kirs/yaml-schema-cache | Rafael França | 2016-12-13 | 1 | -2/+2 |
| | |\ |
|
| | | * | Use YAML to serialize schema cache | Kir Shatrov | 2016-11-27 | 1 | -2/+2 |
| | * | | fix broken tests (#27308) | Yuji Yaginuma | 2016-12-08 | 1 | -3/+2 |
| | * | | specify `skip_yarn` option in API-only Application (#27309) | Yuji Yaginuma | 2016-12-08 | 1 | -1/+4 |
| | * | | Make Yarn the default, drop default vendor/asset directories (#27300) | David Heinemeier Hansson | 2016-12-08 | 2 | -25/+11 |
| * | | | clear all environments log files by default | yuuji.yaginuma | 2016-10-14 | 1 | -0/+33 |
* | | | | use Thor option parser in server commands parse | yuuji.yaginuma | 2016-12-24 | 1 | -36/+43 |
| |/ /
|/| | |
|
* | | | Yarn: Move node_modules, package.json, and yarn.lock file to vendor (#27245) | David Heinemeier Hansson | 2016-12-01 | 1 | -1/+1 |
* | | | Merge pull request #26836 from Liceth/npm | Guillermo Iguaran | 2016-11-29 | 1 | -0/+24 |
|\ \ \ |
|
| * | | | Add node_modules path to assets load paths when --yarn option is used | Liceth Ovalles | 2016-11-28 | 1 | -0/+1 |
| * | | | Add package.json for Yarn if --yarn option is added | Liceth Ovalles | 2016-11-28 | 1 | -0/+23 |
* | | | | rails-ujs is now shipped with Action View | Guillermo Iguaran | 2016-11-29 | 2 | -3/+0 |
* | | | | use correct variable in BacktraceCleaner test | yuuji.yaginuma | 2016-11-26 | 1 | -1/+1 |
* | | | | Merge pull request #27140 from supercaracal/fix-force-ssl-if-session-store-di... | Rafael França | 2016-11-25 | 2 | -1/+19 |
|\ \ \ \ |
|
| * | | | | Remove aggressive unit test with mock. And add integration level test. | Taishi Kasuga | 2016-11-24 | 2 | -1/+19 |
* | | | | | [ci skip] `MiniTest` -> `Minitest` | Fumiaki MATSUSHIMA | 2016-11-24 | 1 | -1/+1 |
| |/ / /
|/| | | |
|
* | | | | Don't add jQuery by default in new apps and use rails-ujs as UJS adapter instead | Guillermo Iguaran | 2016-11-21 | 3 | -14/+9 |
|/ / / |
|
* | / | deep symbolize keys on secrets.yml | Isaac Sloan | 2016-11-21 | 1 | -0/+14 |
| |/
|/| |
|
* | | Pass `rails runner` args onto file again. | Kasper Timm Hansen | 2016-11-20 | 1 | -0/+8 |
* | | Add missing test for singular resource output in rake routes | Prathamesh Sonpatki | 2016-11-19 | 1 | -0/+20 |
* | | Merge pull request #27089 from erickueen/erickueen_fix_26606 | Rafael Mendonça França | 2016-11-18 | 1 | -3/+3 |
|\ \ |
|
| * | | Fix incorrect output from rails routes when using singular resources issue #2... | Erick Reyna | 2016-11-18 | 2 | -3/+36 |
|/ / |
|
* | | Add `:skip_sprockets` to `Rails::PluginBuilder::PASSTHROUGH_OPTIONS` | Tsukuru Tanimichi | 2016-11-14 | 1 | -0/+8 |
* | | Add test for #25248 | Sean Griffin | 2016-11-12 | 1 | -0/+10 |
* | | Don't put db:migrate and db:setup in binfiles if activerecord is excluded | Bouke van der Bijl | 2016-11-01 | 1 | -0/+6 |
* | | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 16 | -41/+41 |