aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix rubocop offencesRyuta Kamizono2019-04-301-1/+1
* new config to opt-out from adding app directories to $LOAD_PATHXavier Noria2019-04-282-6/+10
* Bump bootsnap to a version with disables iseq_cache for Ruby 2.5Prathamesh Sonpatki2019-04-261-1/+1
* Start Rails 6.1 developmentRafael Mendonça França2019-04-242-2/+4
* Merge pull request #36067 from st0012/update-generator-for-api-appRafael França2019-04-232-0/+4
|\
| * Remove action_controller.perform_caching from api app's configsst00122019-04-242-0/+4
* | Merge pull request #35852 from larouxn/resurrectionRafael França2019-04-232-0/+9
|\ \ | |/ |/|
| * Burn unnecessary files 🔥Nicholas La Roux2019-04-053-19/+0
| * Style fixesNicholas La Roux2019-04-051-3/+3
| * Resurrect generator templatesNicholas La Roux2019-04-052-0/+4
| * Resurrect js/js engine options and generatorsNicholas La Roux2019-04-053-0/+24
* | Implements the task zeitwerk:checkXavier Noria2019-04-232-0/+79
* | Allow sass-rails greater than 5.x in new appsGuillermo Iguaran2019-04-221-1/+1
* | [#35782] Allow loading seeds without ActiveJob (~> 5.2.3)Jeremy Weathers2019-04-191-1/+1
* | Add `null: false` constraint by default for `belongs_to` associationsPrathamesh Sonpatki2019-04-191-2/+8
* | Merge pull request #34788 from gsamokovarov/actionable-errorsKasper Timm Hansen2019-04-191-0/+1
|\ \
| * | Manage ActionDispatch::ActionableExceptions from the default middleware stackGenadi Samokovarov2019-04-191-0/+1
* | | Help command for visible commands should be hiddenakinomaeni2019-04-191-2/+4
|/ /
* | Factorize bin/update in bin/setup, and make bin/setup idempotentDavid Stosik2019-04-172-35/+3
* | Add collection cache versioningLachlan Sylvester2019-04-161-0/+4
* | [Rails::MailersController] Do not leak I18n global setting changesThierry Joyal2019-04-161-2/+5
* | Merge pull request #35906 from yoones/notes-tags-registrationRafael França2019-04-152-2/+15
|\ \
| * | Adds `register_tags`Younes SERRAJ2019-04-122-2/+15
* | | generate config.cache_classes = false if SpringXavier Noria2019-04-141-5/+10
* | | deprecates autoloading constants during initialization [closes #35745]Xavier Noria2019-04-141-0/+37
* | | Do not treat `environment_desc` as commandsyuuji.yaginuma2019-04-131-1/+3
* | | Merge pull request #35916 from soartec-lab/delete_not_use_methodRyuta Kamizono2019-04-111-15/+0
|\ \ \ | |/ / |/| |
| * | Delete not user method for plugin_generatorsoartec-lab2019-04-091-15/+0
* | | Only override async adapter when seedingBatedUrGonnaDie2019-04-091-1/+7
|/ /
* / depend on Zeitwerk 2Xavier Noria2019-04-071-1/+1
|/
* Use `execute_batch2` rather than `execute_batch` to fix performance regressio...Ryuta Kamizono2019-04-041-1/+1
* Don't normalize `original_app_name`Ryuta Kamizono2019-04-031-2/+2
* Merge pull request #35805 from excid3/attachments-field-generatorsRafael França2019-04-027-20/+51
|\
| * Add attachment and attachments field generatorsChris Oliver2019-03-307-20/+51
* | Rename `connection` option to `database` in `dbconsole` commandyuuji.yaginuma2019-04-021-7/+19
* | Merge pull request #35820 from sharang-d/url-to-URL-except-actionpackRyuta Kamizono2019-04-021-4/+4
|\ \
| * | url -> URL where apt except inside actionpack/Sharang Dashputre2019-04-011-4/+4
* | | Include final newline in generated .ruby-versionOrhan Toy2019-04-011-1/+1
|/ /
* | optimizes eager loading in :zeitwerk modeXavier Noria2019-03-301-22/+9
* | fixes eager loading edge case in :zeitwerk modeXavier Noria2019-03-301-2/+5
|/
* Add rich_text field to model generatorsChris Oliver2019-03-282-10/+19
* bumps Zeitwerk and BootsnapXavier Noria2019-03-261-1/+1
* Merge pull request #35732 from rails/webdriversGuillermo Iguaran2019-03-241-2/+2
|\
| * Use webdrivers instead of chromedriver-helper in new appsGuillermo Iguaran2019-03-241-2/+2
* | Merge pull request #35723 from sikachu/disable-sandbox-flagGuillermo Iguaran2019-03-242-1/+9
|\ \ | |/ |/|
| * Add config.disable_sandbox option to Rails consolePrem Sichanugrist2019-03-232-1/+9
* | Merge pull request #35718 from y-yagi/add_secret_key_base_when_creating_new_c...Yuji Yaginuma2019-03-241-1/+12
|\ \
| * | Add `secret_key_base` when creating new credential fileyuuji.yaginuma2019-03-231-1/+12
| |/
* / Update comment for how secret key is calculatedJohn Hawthorn2019-03-221-1/+2
|/
* Use symbol for mail preview format, not stringJohn Hawthorn2019-03-181-1/+1