| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Rename database_operations config to *_context | John Hawthorn | 2019-02-07 | 1 | -4/+5 |
* | | Merge pull request #35036 from rails/av-base-subclass | Aaron Patterson | 2019-02-06 | 2 | -5/+6 |
|\ \
| |/
|/| |
|
| * | Deprecate finalizer configuration (it doesn't do anything) | Aaron Patterson | 2019-02-06 | 1 | -0/+21 |
| * | Remove finalizer and configuration | Aaron Patterson | 2019-02-06 | 2 | -20/+0 |
* | | Preload all component gems | yuuji.yaginuma | 2019-02-06 | 1 | -0/+2 |
* | | Restrict frameworks to load in engine test | yuuji.yaginuma | 2019-02-06 | 1 | -4/+22 |
|/ |
|
* | Set sqlite3 gem version explicitly in generated Gemfile | Sergey Ponomarev | 2019-02-05 | 2 | -1/+2 |
* | Respect ENV variables when finding DBs etc for the test suite | Matthew Draper | 2019-02-06 | 4 | -14/+32 |
* | Merge pull request #35086 from gsamokovarov/cleanup-whitelisting-refs | Gannon McGibbon | 2019-02-04 | 2 | -3/+3 |
|\ |
|
| * | Cleanup the whitelisting references after #33145 | Genadi Samokovarov | 2019-02-03 | 2 | -3/+3 |
* | | Merge pull request #35126 from alkesh26/railities-typo-fix | Eileen M. Uchitelle | 2019-02-01 | 11 | -14/+14 |
|\ \ |
|
| * | | Railities typo fixes. | alkesh26 | 2019-02-01 | 11 | -14/+14 |
* | | | Enable `Lint/ErbNewArguments` cop to avoid the deprecated arguments warning | Ryuta Kamizono | 2019-02-01 | 1 | -2/+1 |
|/ / |
|
* | | Fix `ERB.new` argument deprecated warning | yuuji.yaginuma | 2019-01-31 | 1 | -1/+5 |
* | | Merge pull request #34980 from y-yagi/fixes_34979 | Yuji Yaginuma | 2019-01-31 | 2 | -2/+10 |
|\ \ |
|
| * | | Don't add `RAILS_ENV` in generate action | yuuji.yaginuma | 2019-01-19 | 2 | -2/+10 |
* | | | Merge pull request #35073 from eileencodes/db-selection | Eileen M. Uchitelle | 2019-01-30 | 1 | -0/+20 |
|\ \ \ |
|
| * | | | Adds basic automatic database switching to Rails | Eileen Uchitelle | 2019-01-30 | 1 | -0/+20 |
| | |/
| |/| |
|
* | | | Rename methods and update docs | Eileen Uchitelle | 2019-01-29 | 1 | -0/+1 |
* | | | Implement a way to add browser capabilities: | Edouard CHIN | 2019-01-29 | 1 | -0/+2 |
|/ / |
|
* | | Convert path to string before call `length` | yuuji.yaginuma | 2019-01-28 | 1 | -1/+1 |
* | | Simplify path prefix extraction | Xavier Noria | 2019-01-27 | 1 | -2/+3 |
* | | Fix typo: overriden -> overridden [ci skip] (#35060) | Vipul A M | 2019-01-26 | 1 | -1/+1 |
* | | Merge pull request #34789 from christos/fix-editing-new-environment-credentials | Kasper Timm Hansen | 2019-01-25 | 3 | -2/+20 |
|\ \ |
|
| * | | Don't load app environment when editing credentials | Christos Zisopoulos | 2018-12-26 | 3 | -2/+20 |
* | | | Fix deeply nested namespace command printing | Gannon McGibbon | 2019-01-24 | 3 | -3/+18 |
* | | | Merge pull request #34993 from schuetzm/allow-subdomains-of-localhost | Rafael França | 2019-01-23 | 2 | -1/+6 |
|\ \ \ |
|
| * | | | Subdomains of localhost are safe against DNS rebinding | Marc Schütz | 2019-01-23 | 2 | -1/+6 |
| | |/
| |/| |
|
* | | | Merge pull request #34997 from alkesh26/typo-fix-webserver | Eileen M. Uchitelle | 2019-01-22 | 2 | -3/+3 |
|\ \ \ |
|
| * | | | Changed webserver to web server. | alkesh26 | 2019-01-22 | 2 | -3/+3 |
| |/ / |
|
* | | | Add Channel tests to `rails stats` | bogdanvlviv | 2019-01-21 | 2 | -1/+2 |
* | | | Report statistics from ActionMailbox | Dan McGregor | 2019-01-20 | 1 | -0/+2 |
|/ / |
|
* | | Preparing for 6.0.0.beta1 release | Rafael Mendonça França | 2019-01-18 | 2 | -1/+3 |
* | | Revert "Remove deprecated `server` argument from the rails server command" | yuuji.yaginuma | 2019-01-18 | 3 | -6/+25 |
* | | Use released webpacker | Rafael Mendonça França | 2019-01-17 | 1 | -1/+1 |
* | | Remove deprecated `after_bundle` helper inside plugins templates | Rafael Mendonça França | 2019-01-17 | 5 | -53/+16 |
* | | Remove deprecated `server` argument from the rails server command | Rafael Mendonça França | 2019-01-17 | 3 | -25/+6 |
* | | Remove deprecated support to old `config.ru` that use the application class a... | Rafael Mendonça França | 2019-01-17 | 3 | -27/+4 |
* | | Remove deprecated `environment` argument from the rails commands | Rafael Mendonça França | 2019-01-17 | 5 | -55/+10 |
* | | Remove deprecated `capify!` | Rafael Mendonça França | 2019-01-17 | 3 | -18/+4 |
* | | Remove deprecated `config.secret_token` | Rafael Mendonça França | 2019-01-17 | 7 | -233/+13 |
* | | Change `SQLite3Adapter` to always represent boolean values as integers | Rafael Mendonça França | 2019-01-17 | 2 | -23/+11 |
* | | Merge pull request #34953 from gmcgibbon/seed_with_inline_jobs | Rafael França | 2019-01-17 | 3 | -1/+29 |
|\ \ |
|
| * | | Seed database with inline ActiveJob job adapter | Gannon McGibbon | 2019-01-17 | 3 | -1/+29 |
* | | | Merge pull request #33419 from bogdanvlviv/update-active_storage | George Claghorn | 2019-01-16 | 2 | -1/+12 |
|\ \ \ |
|
| * | | | Add foreign key to active_storage_attachments for `blob_id` via new migration | bogdanvlviv | 2019-01-16 | 2 | -1/+12 |
* | | | | Add a space in framework names. Matches Active Record in generated Gemfile. | Kasper Timm Hansen | 2019-01-16 | 1 | -2/+2 |
* | | | | Minimize boilerplate setup code for JavaScript libraries | Javan Makhmali | 2019-01-16 | 4 | -15/+9 |
| |/ /
|/| | |
|
* | | | Merge branch 'master' into db_system_change_command | Kasper Timm Hansen | 2019-01-16 | 30 | -179/+241 |
|\ \ \ |
|
| * | | | Add `rails test:channels`. | bogdanvlviv | 2019-01-16 | 3 | -3/+18 |