aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
* Current default Rails app encoding "utf-8" looks more like a W3C charset than...Akira Matsuda2017-01-111-1/+1
* Revert "Merge pull request #27619 from dixpac/add_missing_generator_test"yuuji.yaginuma2017-01-101-5/+0
* Test `--skip-git` generator optiondixpac2017-01-091-0/+5
* Don't generate HTML/ERB templates for scaffold controller with --api flagPrathamesh Sonpatki2017-01-073-1/+18
* `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-058-9/+9
* Fix style guide violationsRafael Mendonça França2017-01-051-1/+0
* Merge pull request #27399 from sinogermany/rails-env-for-empty-string-env-varsRafael Mendonça França2017-01-033-1/+18
|\
| * Rails.env falls back to dev mode when env var is emptyDaniel Deng2017-01-043-1/+18
* | Fix configuration test now that Metal#env was removedRafael Mendonça França2017-01-031-1/+1
* | Revert "Merge pull request #27550 from mtsmfm/fix-generator-command-for-neste...Rafael Mendonça França2017-01-036-26/+6
* | Merge pull request #27550 from mtsmfm/fix-generator-command-for-nested-rails-...Rafael França2017-01-036-6/+26
|\ \
| * | Fix generator command for nested (namespaced) rails engineFumiaki MATSUSHIMA2017-01-036-6/+26
* | | Remove test to the db:test:cloneRafael Mendonça França2017-01-031-10/+0
* | | Remove deprecated CONTROLLER environment variable for routes taskRafael Mendonça França2017-01-033-49/+29
* | | Remove deprecated tasks in railtiesRafael Mendonça França2017-01-032-12/+5
* | | Remove deprecated file `rails/rack/debuggerRafael Mendonça França2017-01-032-3/+4
* | | Remove deprecated config.serve_static_filesRafael Mendonça França2017-01-033-29/+4
* | | Remove deprecated `config.static_cache_control`Rafael Mendonça França2017-01-034-24/+6
* | | Merge pull request #24814 from vipulnsward/24811-fix-double-tasksArthur Nogueira Neves2017-01-031-1/+0
|\ \ \
| * | | Don't list out tasks as separately that are under lib, which cause them to be...Vipul A M2016-07-091-1/+0
* | | | Merge pull request #27435 from kamipo/follow_up_25307Sean Griffin2017-01-032-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Active Record supports MySQL >= 5.1.10Ryuta Kamizono2016-12-222-2/+2
* | | | Remove bin/yarn if yarn is skipped, tidy up testsPrathamesh Sonpatki2017-01-012-2/+9
* | | | Merge pull request #27535 from y-yagi/add_test_script_for_railtiesKasper Timm Hansen2017-01-011-0/+4
|\ \ \ \
| * | | | add `bin/test` script for railtiesyuuji.yaginuma2017-01-011-0/+4
* | | | | remove unnecessary `remove_file`yuuji.yaginuma2017-01-011-1/+0
|/ / / /
* | | | Match Thor's `desc` signature.Kasper Timm Hansen2016-12-311-1/+1
* | | | Prevent command name being printed twice.Kasper Timm Hansen2016-12-311-0/+8
* | | | Bump license years for 2017Jon Moss2016-12-311-1/+1
* | | | remove `skip_bundle` option from plugin generatoryuuji.yaginuma2016-12-312-3/+3
* | | | Enforce middleware ordering with a test, instead of commentsMatthew Draper2016-12-312-6/+35
* | | | Merge pull request #27515 from kbrock/fix_log_remote_ip_before_dispatcher_ips...Matthew Draper2016-12-312-3/+4
|\ \ \ \
| * | | | Allow log remote ip addres when config.action_dispatch.trusted_proxies passedLeonid Batizhevsky2016-12-302-2/+3
|/ / / /
* | | | Remove needless `ActiveSupport::Deprecation.silence`Ryuta Kamizono2016-12-311-3/+1
* | | | `#tables` and `#table_exists?` and returns only tables and not viewsRafael Mendonça França2016-12-291-5/+3
* | | | Remove deprecated support to passing a column to #quoteRafael Mendonça França2016-12-292-18/+2
* | | | Merge branch 'master' into fix_26964Kasper Timm Hansen2016-12-2960-522/+551
|\ \ \ \
| * \ \ \ Merge branch 'master' into clear_all_environments_log_by_defaultRafael França2016-12-29100-588/+816
| |\ \ \ \
| | * | | | Fix Rubocop violations and fix documentation visibilityRafael Mendonça França2016-12-281-38/+38
| | * | | | Add backticks to show shell commandJon Moss2016-12-271-2/+2
| | * | | | Remove random extra spaces from Action Pack and Railties CHANGELOG.mdJon Moss2016-12-271-2/+2
| | * | | | assert_equal takes expectation firstAkira Matsuda2016-12-261-1/+1
| | * | | | Correct indent-accounting in controller route generationMatthew Draper2016-12-252-12/+15
| | * | | | "Use assert_nil if expecting nil. This will fail in minitest 6."Akira Matsuda2016-12-255-8/+8
| | * | | | Privatize unneededly protected methods in RailtiesAkira Matsuda2016-12-2525-135/+136
| | * | | | Privatize some methods that were originally protectedAkira Matsuda2016-12-251-25/+27
| | * | | | Prefer class << self; def over def self.Akira Matsuda2016-12-251-200/+200
| | * | | | `protected` here doesn't protect anythingAkira Matsuda2016-12-251-26/+25
| | * | | | Privatize unneededly protected methods in Railties testsAkira Matsuda2016-12-246-6/+6
| | * | | | Describe what we are protectingAkira Matsuda2016-12-232-0/+4
| | |/ / /