aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib
Commit message (Expand)AuthorAgeFilesLines
* update BacktraceCleaner::RENDER_TEMPLATE_PATTERN to match the ActionView::Tem...Lachlan Sylvester2018-08-071-1/+1
* Log the remote IP addr of clients behind a proxyAtul Bhosale2018-07-311-1/+1
* Enable Start/EndWith and RegexpMatch copsBart de Water2018-07-287-9/+9
* Merge pull request #32381 from q-centrix/update-codeclimate-configsRichard Schneeman2018-07-255-18/+6
|\
| * Turn on performance based copsDillon Welch2018-07-235-18/+6
* | Merge pull request #33229 from albertoalmagro/albertoalmagro/prefer-rails-com...Matthew Draper2018-07-2511-18/+18
|\ \
| * | Show rails instead of bin/rails on USAGE instructionsAlberto Almagro2018-07-062-2/+2
| * | Recommend use of rails over bin/railsAlberto Almagro2018-07-069-16/+16
* | | Rails guides are now served over httpsPaul McMahon2018-07-2412-13/+13
| |/ |/|
* | Merge pull request #32984 from chiraggshah/min-thread-env-variableRichard Schneeman2018-07-211-2/+3
|\ \
| * | Modified the changes to make it backward compatibleChirag Shah2018-07-211-1/+1
| * | Separate min and max threads count for pumaChirag Shah2018-05-251-2/+3
* | | Fix deprecation message for `SOURCE_ANNOTATION_DIRECTORIES`yuuji.yaginuma2018-07-201-1/+1
* | | Enable `Layout/EmptyLinesAroundBlockBody` to reduce review cost in the futureRyuta Kamizono2018-07-122-2/+0
* | | Merge pull request #28266 from Stellenticket/allow_disable_server_stdout_loggingKasper Timm Hansen2018-07-081-2/+9
|\ \ \
| * | | Allow to explicitly specify whether to output Rails' log to stdoutMarkus Doits2018-07-081-2/+9
* | | | Fix rubocop offense introduced in 161ed37bogdanvlviv2018-07-081-1/+1
|/ / /
* | | Don't balloon @original_options with --restart on restart.Kasper Timm Hansen2018-07-071-1/+1
* | | Don't show unneeded deprecation warning on server restart.Kasper Timm Hansen2018-07-071-8/+14
* | | Remove restart_command leftover from switching to Thor options.Kasper Timm Hansen2018-07-071-4/+0
* | | Use only snake cased symbols in commands.Kasper Timm Hansen2018-07-071-5/+5
| |/ |/|
* | Merge pull request #32776 from Edouard-chin/ec-as-hooksKasper Timm Hansen2018-07-051-10/+11
|\ \
| * | Use testing lazy-load hooks:Edouard CHIN2018-07-041-10/+11
* | | Merge pull request #33220 from anniecodes/notes-commandKasper Timm Hansen2018-07-053-18/+56
|\ \ \ | |/ / |/| |
| * | Port Annotations rake task to use Rails::NotesCommandAnnie-Claude Côté2018-07-042-7/+14
| * | Adds support to register directories and extensions to NotesCommandAnnie-Claude Côté2018-07-041-0/+2
| * | Adds a Rails::Command for NotesAnnie-Claude Côté2018-07-041-0/+37
| * | [ci skip] Update documentation related to `rails notes`Annie-Claude Côté2018-07-031-11/+3
| |/
* | Remove old TODO commentAlberto Almagro2018-07-041-1/+0
* | Merge pull request #33054 from jboler/masterRafael França2018-07-032-20/+4
|\ \
| * | Only execute route updater once on app bootJonathan Boler2018-06-192-6/+2
| * | Merge branch 'master' of github.com:rails/railsJonathan Boler2018-06-041-2/+2
| |\ \
| * | | Eager load routes on rebuildJonathan Boler2018-06-041-14/+2
| | |/ | |/|
* | | Merge pull request #32706 from yhirano55/fix-app-update-when-hyphenated-name-...Kasper Timm Hansen2018-07-011-5/+9
|\ \ \
| * | | Fix app:update when hyphenated name is givenYoshiyuki Hirano2018-04-241-5/+9
* | | | Merge pull request #33191 from bogdanvlviv/change-rails_welcome-image-on-loca...George Claghorn2018-06-241-1/+1
|\ \ \ \
| * | | | Changes Rails Welcome image on localhost:3000bogdanvlviv2018-06-221-1/+1
* | | | | OS X -> macOS [Closes #30313]Xavier Noria2018-06-231-2/+2
|/ / / /
* | | | Merge pull request #33152 from bogdanvlviv/fix-ruby-version-fileRafael França2018-06-181-1/+1
|\ \ \ \
| * | | | Fix Ruby version in `.ruby-version`bogdanvlviv2018-06-181-1/+1
| | |_|/ | |/| |
* / | | Remove unused requireyuuji.yaginuma2018-06-181-1/+0
|/ / /
* | / Remove unnecessary testyuuji.yaginuma2018-06-031-2/+2
| |/ |/|
* | Merge pull request #30406 from eliotsykes/reduce-spring-watch-callsRafael Mendonça França2018-05-231-6/+6
|\ \
| * | Minimize Spring.watch callsEliot Sykes2017-08-251-6/+6
* | | Merge pull request #32699 from printercu/patch-3Rafael França2018-05-221-1/+7
|\ \ \
| * | | Respect NODE_ENV when running `rails yarn:install`printercu2018-04-231-1/+7
| | |/ | |/|
* | | Fix locale selectoraki2018-05-191-7/+10
* | | Don't generate yarn's contents in `app:update` task if it's skippedTsukuru Tanimichi2018-05-162-3/+2
* | | Merge pull request #32837 from ttanimichi/app-update-skip-springYuji Yaginuma2018-05-141-0/+1
|\ \ \
| * | | Don't generate `config/spring.rb` in `app:update` task when spring isn't loadedTsukuru Tanimichi2018-05-131-0/+1