| Commit message (Expand) | Author | Age | Files | Lines |
* | Use `execute_batch2` rather than `execute_batch` to fix performance regressio... | Ryuta Kamizono | 2019-04-04 | 1 | -1/+1 |
* | Don't normalize `original_app_name` | Ryuta Kamizono | 2019-04-03 | 1 | -2/+2 |
* | Merge pull request #35805 from excid3/attachments-field-generators | Rafael França | 2019-04-02 | 7 | -20/+51 |
|\ |
|
| * | Add attachment and attachments field generators | Chris Oliver | 2019-03-30 | 7 | -20/+51 |
* | | Include final newline in generated .ruby-version | Orhan Toy | 2019-04-01 | 1 | -1/+1 |
|/ |
|
* | Add rich_text field to model generators | Chris Oliver | 2019-03-28 | 2 | -10/+19 |
* | bumps Zeitwerk and Bootsnap | Xavier Noria | 2019-03-26 | 1 | -1/+1 |
* | Use webdrivers instead of chromedriver-helper in new apps | Guillermo Iguaran | 2019-03-24 | 1 | -2/+2 |
* | Indentation >> | Akira Matsuda | 2019-03-13 | 1 | -3/+3 |
* | Fix links in gemspec and docs from http to https. | Abhay Nikam | 2019-03-09 | 1 | -1/+1 |
* | Don't lock the webpacker gem by its patch version | Sharang Dashputre | 2019-03-09 | 1 | -1/+1 |
* | Use the latest stable release of webpacker | Sharang Dashputre | 2019-03-09 | 1 | -1/+1 |
* | Add version awareness to rails db:system:change | Gannon McGibbon | 2019-03-08 | 1 | -2/+12 |
* | Correctly escape ERB tag | yuuji.yaginuma | 2019-03-04 | 1 | -1/+1 |
* | Add an example about how to load images under app/javascript/images | Guillermo Iguaran | 2019-03-03 | 1 | -0/+8 |
* | Depend on bootsnap 1.4.1 | Rafael Mendonça França | 2019-02-25 | 1 | -1/+1 |
* | Let Zeitwerk be a dependency of Active Support | Xavier Noria | 2019-02-13 | 1 | -3/+1 |
* | Zeitwerk integration | Xavier Noria | 2019-02-12 | 1 | -2/+4 |
* | Rename database_operations config to *_context | John Hawthorn | 2019-02-07 | 1 | -4/+5 |
* | Remove finalizer and configuration | Aaron Patterson | 2019-02-06 | 1 | -3/+0 |
* | Set sqlite3 gem version explicitly in generated Gemfile | Sergey Ponomarev | 2019-02-05 | 1 | -0/+1 |
* | 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 |
* | | Changed webserver to web server. | alkesh26 | 2019-01-22 | 2 | -3/+3 |
|/ |
|
* | 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 `capify!` | Rafael Mendonça França | 2019-01-17 | 1 | -9/+0 |
* | Merge pull request #33419 from bogdanvlviv/update-active_storage | George Claghorn | 2019-01-16 | 1 | -0/+7 |
|\ |
|
| * | Add foreign key to active_storage_attachments for `blob_id` via new migration | bogdanvlviv | 2019-01-16 | 1 | -0/+7 |
* | | 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 | 15 | -18/+31 |
|\ \ |
|
| * | | Remove `frozen_string_literal` from Action Cable's template files | bogdanvlviv | 2019-01-16 | 1 | -2/+0 |
| |/ |
|
| * | 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 | 1 | -0/+55 |
* | | Move application generator naming and database code to concerns | Gannon McGibbon | 2019-01-09 | 4 | -87/+109 |
|/ |
|
* | Merge pull request #34692 from gmcgibbon/use_mail_delivery_job_in_6.0_defaults | Rafael França | 2019-01-09 | 1 | -0/+9 |
|\ |
|
| * | Move MailDeliveryJob default to 6.0 defaults | Gannon McGibbon | 2019-01-07 | 1 | -0/+9 |
* | | Enable `Lint/UselessAssignment` cop to avoid unused variable warnings (#34904) | Ryuta Kamizono | 2019-01-09 | 1 | -3/+3 |
* | | Preserve Bundle configuration during app generation (#34755) | Marco Costa | 2019-01-09 | 1 | -9/+11 |
* | | Revert "Revert "Merge pull request #34387 from yhirano55/rails_info_propertie... | Kasper Timm Hansen | 2019-01-08 | 1 | -0/+4 |
* | | Revert "Merge pull request #34387 from yhirano55/rails_info_properties_json" | Kasper Timm Hansen | 2019-01-08 | 1 | -4/+0 |
* | | Merge pull request #34132 from ConfusedVorlon/enable_fragment_cache_log_in_dev | Rafael França | 2019-01-08 | 1 | -0/+1 |
|\ \
| |/
|/| |
|