aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'migration-timestamp-fix'Gannon McGibbon2019-05-101-0/+15
|\
| * Add class option timestamps to migration generatorMichael Duchemin2019-02-091-0/+15
* | Merge pull request #36225 from deivid-rodriguez/workaround_sass_rails_require...Yuji Yaginuma2019-05-091-1/+1
|\ \
| * | Use a better requirement for sass-rails 6 prereleasesDavid Rodríguez2019-05-091-1/+1
* | | Fix indentation of the config.eager_load nil warningSharang Dashputre2019-05-091-1/+1
|/ /
* | Fix indentation for config.eager_load nil warning messageAbhay Nikam2019-05-081-5/+5
* | Merge pull request #36196 from st0012/fix-29947Eileen M. Uchitelle2019-05-071-0/+16
* | Make generated test work even when using virtual attributesyuuji.yaginuma2019-05-056-7/+56
* | Fix rubocop offencesRyuta Kamizono2019-04-301-1/+1
* | new config to opt-out from adding app directories to $LOAD_PATHXavier Noria2019-04-283-6/+38
* | Fallback to spawn instead of fork in jruby (#36111)Guilherme Mansur2019-04-261-8/+12
* | 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-243-403/+5
* | Merge pull request #36067 from st0012/update-generator-for-api-appRafael França2019-04-233-0/+11
|\ \
| * | Remove action_controller.perform_caching from api app's configsst00122019-04-243-0/+11
* | | 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-233-0/+90
* | | upgrades Zeitwerk to 2.1.4Xavier Noria2019-04-231-51/+21
* | | Revert "Include Caching module for ActionController::API"Rafael França2019-04-221-13/+0
* | | Merge pull request #36038 from st0012/fix-35602Guillermo Iguaran2019-04-221-0/+13
|\ \ \
| * | | Make sure api controllers can perform caching as wellst00122019-04-191-0/+13
* | | | Allow sass-rails greater than 5.x in new appsGuillermo Iguaran2019-04-221-1/+1
* | | | Make system tests take failed screenshots in `before_teardown` hookRichard Macklin2019-04-201-0/+26
* | | | Merge pull request #35896 from jlw/bug/active-jobless-seedsGannon McGibbon2019-04-203-1/+37
|\ \ \ \
| * | | | [#35782] Allow loading seeds without ActiveJob (~> 5.2.3)Jeremy Weathers2019-04-193-1/+37
* | | | | Remove duplicated testyuuji.yaginuma2019-04-201-12/+1
* | | | | Handle up/down for multiple databaseseileencodes2019-04-191-1/+58
|/ / / /
* | | | Add `null: false` constraint by default for `belongs_to` associationsPrathamesh Sonpatki2019-04-195-9/+104
* | | | Merge pull request #34788 from gsamokovarov/actionable-errorsKasper Timm Hansen2019-04-192-0/+3
|\ \ \ \
| * | | | Manage ActionDispatch::ActionableExceptions from the default middleware stackGenadi Samokovarov2019-04-192-0/+3
| |/ / /
* / / / Help command for visible commands should be hiddenakinomaeni2019-04-191-2/+4
|/ / /
* | | Fix typo in test description from generages -> generatesAbhay Nikam2019-04-171-1/+1
* | | Only retry tests on CIKasper Timm Hansen2019-04-171-1/+3
* | | Fix bin/update references after 8927eba83cKasper Timm Hansen2019-04-173-10/+1
* | | Factorize bin/update in bin/setup, and make bin/setup idempotentDavid Stosik2019-04-173-50/+14
* | | Add collection cache versioningLachlan Sylvester2019-04-161-0/+4
* | | Merge pull request #35997 from tjoyal/Rails/MailersController/do-not-leak-I18...Rafael França2019-04-162-2/+12
|\ \ \
| * | | [Rails::MailersController] Do not leak I18n global setting changesThierry Joyal2019-04-162-2/+12
* | | | Squash warning: possibly useless use of a constantutilum2019-04-161-2/+2
|/ / /
* | | Find query_source_location using lazy EnumeratorJohn Hawthorn2019-04-151-0/+10
* | | Merge pull request #35977 from prathamesh-sonpatki/rm-required-in-generatorsRafael França2019-04-151-13/+2
|\ \ \
| * | | Remove `required: true` from the model generator templatePrathamesh Sonpatki2019-04-151-13/+2
* | | | Merge pull request #35906 from yoones/notes-tags-registrationRafael França2019-04-153-2/+56
|\ \ \ \ | |/ / / |/| | |
| * | | Adds `register_tags`Younes SERRAJ2019-04-123-2/+56
* | | | Correctly set application path in `test_app_update_does_not_change_config_tar...yuuji.yaginuma2019-04-151-2/+2
* | | | Make test application the same state as `app:update`yuuji.yaginuma2019-04-151-1/+2