aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib
Commit message (Expand)AuthorAgeFilesLines
* simplifies Rails.autoloaders.logger=Xavier Noria2019-02-211-2/+1
* Define Rails.autoloaders.logger=Xavier Noria2019-02-211-0/+5
* Explains a detail re eager loading [ci skip]Xavier Noria2019-02-201-0/+3
* Auto correct rubocop offensesYoshiyuki Hirano2019-02-171-0/+2
* Replace autoloader accessors with Rails.autoloaders.{main,once}Xavier Noria2019-02-143-18/+33
* Merge pull request #35249 from Edouard-chin/ec-config-for-hash-in-arrauRafael Mendonça França2019-02-141-4/+18
|\
| * Fix the `config_for` to always return a NonSymbolAccessDeprecatedHash:Edouard CHIN2019-02-141-4/+18
* | Let Zeitwerk be a dependency of Active SupportXavier Noria2019-02-132-4/+6
|/
* Zeitwerk integrationXavier Noria2019-02-125-9/+64
* Merge pull request #35198 from paracycle/uk-change-config-for-behaviourGannon McGibbon2019-02-111-2/+36
|\
| * Allow deprecated non-symbol access to nested `config_for` hashesUfuk Kayserilioglu2019-02-111-2/+36
* | Optimized namespaces_to_paths method.alkesh262019-02-111-2/+3
|/
* Rename database_operations config to *_contextJohn Hawthorn2019-02-071-4/+5
* Remove finalizer and configurationAaron Patterson2019-02-061-3/+0
* Set sqlite3 gem version explicitly in generated GemfileSergey Ponomarev2019-02-051-0/+1
* Merge pull request #35126 from alkesh26/railities-typo-fixEileen M. Uchitelle2019-02-012-2/+2
|\
| * Railities typo fixes.alkesh262019-02-012-2/+2
* | Enable `Lint/ErbNewArguments` cop to avoid the deprecated arguments warningRyuta Kamizono2019-02-011-2/+1
|/
* Merge pull request #34980 from y-yagi/fixes_34979Yuji Yaginuma2019-01-311-2/+4
|\
| * Don't add `RAILS_ENV` in generate actionyuuji.yaginuma2019-01-191-2/+4
* | Adds basic automatic database switching to RailsEileen Uchitelle2019-01-301-0/+20
* | Convert path to string before call `length`yuuji.yaginuma2019-01-281-1/+1
* | Simplify path prefix extractionXavier Noria2019-01-271-2/+3
* | Fix typo: overriden -> overridden [ci skip] (#35060)Vipul A M2019-01-261-1/+1
* | Merge pull request #34789 from christos/fix-editing-new-environment-credentialsKasper Timm Hansen2019-01-252-2/+12
|\ \
| * | Don't load app environment when editing credentialsChristos Zisopoulos2018-12-262-2/+12
* | | Fix deeply nested namespace command printingGannon McGibbon2019-01-241-3/+11
* | | Merge pull request #34993 from schuetzm/allow-subdomains-of-localhostRafael França2019-01-231-1/+1
|\ \ \
| * | | Subdomains of localhost are safe against DNS rebindingMarc Schütz2019-01-231-1/+1
| | |/ | |/|
* | | Merge pull request #34997 from alkesh26/typo-fix-webserverEileen M. Uchitelle2019-01-222-3/+3
|\ \ \
| * | | Changed webserver to web server.alkesh262019-01-222-3/+3
| |/ /
* | | Add Channel tests to `rails stats`bogdanvlviv2019-01-211-0/+1
* | | Report statistics from ActionMailboxDan McGregor2019-01-201-0/+2
|/ /
* | Preparing for 6.0.0.beta1 releaseRafael Mendonça França2019-01-181-1/+1
* | Revert "Remove deprecated `server` argument from the rails server command"yuuji.yaginuma2019-01-181-2/+21
* | Use released webpackerRafael Mendonça França2019-01-171-1/+1
* | Remove deprecated `after_bundle` helper inside plugins templatesRafael Mendonça França2019-01-173-21/+12
* | Remove deprecated `server` argument from the rails server commandRafael Mendonça França2019-01-171-21/+2
* | Remove deprecated support to old `config.ru` that use the application class a...Rafael Mendonça França2019-01-171-13/+0
* | Remove deprecated `environment` argument from the rails commandsRafael Mendonça França2019-01-171-11/+1
* | Remove deprecated `capify!`Rafael Mendonça França2019-01-171-9/+0
* | Remove deprecated `config.secret_token`Rafael Mendonça França2019-01-172-20/+5
* | Change `SQLite3Adapter` to always represent boolean values as integersRafael Mendonça França2019-01-171-4/+0
* | Merge pull request #34953 from gmcgibbon/seed_with_inline_jobsRafael França2019-01-171-1/+13
|\ \
| * | Seed database with inline ActiveJob job adapterGannon McGibbon2019-01-171-1/+13
* | | Merge pull request #33419 from bogdanvlviv/update-active_storageGeorge Claghorn2019-01-162-1/+12
|\ \ \
| * | | Add foreign key to active_storage_attachments for `blob_id` via new migrationbogdanvlviv2019-01-162-1/+12
* | | | Add a space in framework names. Matches Active Record in generated Gemfile.Kasper Timm Hansen2019-01-161-2/+2
* | | | Minimize boilerplate setup code for JavaScript librariesJavan Makhmali2019-01-162-12/+6
| |/ / |/| |
* | | Merge branch 'master' into db_system_change_commandKasper Timm Hansen2019-01-1619-61/+83
|\ \ \