| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | Railities typo fixes. | alkesh26 | 2019-02-01 | 2 | -2/+2 |
* | | | | Enable `Lint/ErbNewArguments` cop to avoid the deprecated arguments warning | Ryuta Kamizono | 2019-02-01 | 1 | -2/+1 |
|/ / / |
|
* | | | Merge pull request #34980 from y-yagi/fixes_34979 | Yuji Yaginuma | 2019-01-31 | 1 | -2/+4 |
|\ \ \ |
|
| * | | | Don't add `RAILS_ENV` in generate action | yuuji.yaginuma | 2019-01-19 | 1 | -2/+4 |
* | | | | Adds basic automatic database switching to Rails | Eileen Uchitelle | 2019-01-30 | 1 | -0/+20 |
* | | | | 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 | 2 | -2/+12 |
|\ \ \ \ |
|
| * | | | | Don't load app environment when editing credentials | Christos Zisopoulos | 2018-12-26 | 2 | -2/+12 |
* | | | | | Fix deeply nested namespace command printing | Gannon McGibbon | 2019-01-24 | 1 | -3/+11 |
* | | | | | Merge pull request #34993 from schuetzm/allow-subdomains-of-localhost | Rafael França | 2019-01-23 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | Subdomains of localhost are safe against DNS rebinding | Marc Schütz | 2019-01-23 | 1 | -1/+1 |
| | |/ / /
| |/| | | |
|
* | | | | | 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 | 1 | -0/+1 |
* | | | | | 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 | 1 | -1/+1 |
* | | | | Revert "Remove deprecated `server` argument from the rails server command" | yuuji.yaginuma | 2019-01-18 | 1 | -2/+21 |
* | | | | 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 | 3 | -21/+12 |
* | | | | Remove deprecated `server` argument from the rails server command | Rafael Mendonça França | 2019-01-17 | 1 | -21/+2 |
* | | | | Remove deprecated support to old `config.ru` that use the application class a... | Rafael Mendonça França | 2019-01-17 | 1 | -13/+0 |
* | | | | Remove deprecated `environment` argument from the rails commands | Rafael Mendonça França | 2019-01-17 | 1 | -11/+1 |
* | | | | Remove deprecated `capify!` | Rafael Mendonça França | 2019-01-17 | 1 | -9/+0 |
* | | | | Remove deprecated `config.secret_token` | Rafael Mendonça França | 2019-01-17 | 2 | -20/+5 |
* | | | | Change `SQLite3Adapter` to always represent boolean values as integers | Rafael Mendonça França | 2019-01-17 | 1 | -4/+0 |
| |/ /
|/| | |
|
* | | | Merge pull request #34953 from gmcgibbon/seed_with_inline_jobs | Rafael França | 2019-01-17 | 1 | -1/+13 |
|\ \ \ |
|
| * | | | Seed database with inline ActiveJob job adapter | Gannon McGibbon | 2019-01-17 | 1 | -1/+13 |
* | | | | 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 | 2 | -12/+6 |
| |/ /
|/| | |
|
* | | | Merge branch 'master' into db_system_change_command | Kasper Timm Hansen | 2019-01-16 | 19 | -61/+83 |
|\ \ \ |
|
| * | | | Add `rails test:channels`. | bogdanvlviv | 2019-01-16 | 1 | -1/+1 |
| * | | | Remove `frozen_string_literal` from Action Cable's template files | bogdanvlviv | 2019-01-16 | 1 | -2/+0 |
| |/ / |
|
| * | | Merge pull request #33962 from kaspth/restructure-environment-credentials | Kasper Timm Hansen | 2019-01-14 | 3 | -42/+51 |
| |\ \ |
|
| | * | | Restructure credentials after environment overrides. | Kasper Timm Hansen | 2019-01-14 | 3 | -42/+51 |
| * | | | Add connection_test to app generator | Vladimir Dementyev | 2019-01-13 | 2 | -0/+15 |
| |/ / |
|
| * | | Merge pull request #34913 from bogdanvlviv/docs_config_action_mailer_delivery... | Gannon McGibbon | 2019-01-11 | 1 | -2/+2 |
| |\ \ |
|
| | * | | Add info about `config.action_mailer.delivery_job` to the guide [ci skip] | bogdanvlviv | 2019-01-11 | 1 | -2/+2 |
| * | | | Replace `secrets` with `credentials` in comments | okuramasafumi | 2019-01-11 | 9 | -9/+9 |
| * | | | Move all npm packages to @rails scope | Javan Makhmali | 2019-01-10 | 3 | -7/+7 |
| |/ / |
|
* | | | Revise wording on invalid database error messages | Gannon McGibbon | 2019-01-09 | 2 | -2/+2 |
* | | | Add rails db:system:change command | Gannon McGibbon | 2019-01-09 | 3 | -0/+76 |
* | | | Move application generator naming and database code to concerns | Gannon McGibbon | 2019-01-09 | 5 | -87/+111 |
|/ / |
|
* | | Merge pull request #34692 from gmcgibbon/use_mail_delivery_job_in_6.0_defaults | Rafael França | 2019-01-09 | 2 | -0/+13 |
|\ \ |
|
| * | | Move MailDeliveryJob default to 6.0 defaults | Gannon McGibbon | 2019-01-07 | 2 | -0/+13 |
* | | | Enable `Lint/UselessAssignment` cop to avoid unused variable warnings (#34904) | Ryuta Kamizono | 2019-01-09 | 2 | -5/+5 |
* | | | Preserve Bundle configuration during app generation (#34755) | Marco Costa | 2019-01-09 | 1 | -9/+11 |