index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
railties
/
lib
/
rails
/
commands
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add `Style/RedundantFreeze` to remove redudant `.freeze`
Yasuo Honda
2018-09-29
1
-1
/
+1
*
Enable `Performance/UnfreezeString` cop
yuuji.yaginuma
2018-09-23
1
-1
/
+1
*
Fixed to RAILS_MASTER_KEY as a default env key for decrypting.
Wojciech Wnętrzak
2018-09-20
2
-10
/
+6
*
Fix env name for master key
yuuji.yaginuma
2018-09-20
1
-1
/
+1
*
Support environment specific credentials file. (#33521)
Wojciech Wnętrzak
2018-09-19
2
-22
/
+54
*
Merge pull request #33696 from bogdanvlviv/follow-up-44007c070
Kasper Timm Hansen
2018-08-23
4
-10
/
+10
|
\
|
*
Use `say`/`error` instead of `puts`/`$stderr.puts`
bogdanvlviv
2018-08-22
4
-10
/
+10
*
|
Fix `rails initializers --help` and `rails dev:cache --help`
bogdanvlviv
2018-08-22
2
-2
/
+5
|
/
*
Don't put up with not saying it.
Kasper Timm Hansen
2018-08-19
1
-1
/
+1
*
Move 'rails initializers' command to Rails::Command
Annie-Claude Côté
2018-08-16
1
-0
/
+16
*
Adds Rails:Command for `dev:cache` that has the same behaviour as the rake task
Annie-Claude Côté
2018-08-13
1
-0
/
+14
*
Fix the obvious typos detected by github.com/client9/misspell
Kazuhiro Sera
2018-08-08
1
-1
/
+1
*
Enable Start/EndWith and RegexpMatch cops
Bart de Water
2018-07-28
1
-1
/
+1
*
Merge pull request #33229 from albertoalmagro/albertoalmagro/prefer-rails-com...
Matthew Draper
2018-07-25
5
-10
/
+10
|
\
|
*
Recommend use of rails over bin/rails
Alberto Almagro
2018-07-06
5
-10
/
+10
*
|
Fix deprecation message for `SOURCE_ANNOTATION_DIRECTORIES`
yuuji.yaginuma
2018-07-20
1
-1
/
+1
*
|
Merge pull request #28266 from Stellenticket/allow_disable_server_stdout_logging
Kasper Timm Hansen
2018-07-08
1
-2
/
+9
|
\
\
|
*
|
Allow to explicitly specify whether to output Rails' log to stdout
Markus Doits
2018-07-08
1
-2
/
+9
*
|
|
Fix rubocop offense introduced in 161ed37
bogdanvlviv
2018-07-08
1
-1
/
+1
|
/
/
*
|
Don't balloon @original_options with --restart on restart.
Kasper Timm Hansen
2018-07-07
1
-1
/
+1
*
|
Don't show unneeded deprecation warning on server restart.
Kasper Timm Hansen
2018-07-07
1
-8
/
+14
*
|
Remove restart_command leftover from switching to Thor options.
Kasper Timm Hansen
2018-07-07
1
-4
/
+0
*
|
Use only snake cased symbols in commands.
Kasper Timm Hansen
2018-07-07
1
-5
/
+5
|
/
*
Merge pull request #33220 from anniecodes/notes-command
Kasper Timm Hansen
2018-07-05
1
-0
/
+39
|
\
|
*
Adds support to register directories and extensions to NotesCommand
Annie-Claude Côté
2018-07-04
1
-0
/
+2
|
*
Adds a Rails::Command for Notes
Annie-Claude Côté
2018-07-04
1
-0
/
+37
*
|
Remove unused require
yuuji.yaginuma
2018-06-18
1
-1
/
+0
*
|
Remove unnecessary test
yuuji.yaginuma
2018-06-03
1
-2
/
+2
|
/
*
Deprecate support for using `HOST` environment to specify server IP (#32540)
Yuji Yaginuma
2018-04-16
1
-2
/
+12
*
Use `did_you_mean` spell checker for option suggestions
Genadi Samokovarov
2018-03-23
1
-2
/
+2
*
Merge pull request #32271 from eileencodes/fix-three-tier-default-connection
Eileen M. Uchitelle
2018-03-16
1
-1
/
+1
|
\
|
*
Switch dbconsole config loader check
eileencodes
2018-03-16
1
-1
/
+1
*
|
Rely on Rails::Command's help output.
Kasper Timm Hansen
2018-03-13
1
-15
/
+5
*
|
Extract details to methods to clarify command.
Kasper Timm Hansen
2018-03-13
1
-8
/
+12
*
|
Introduce `ActionDispatch::Routing::ConsoleFormatter::Base`
bogdanvlviv
2018-03-13
1
-7
/
+1
*
|
Do not show unnecessary message during server startup
yuuji.yaginuma
2018-03-10
1
-6
/
+5
|
/
*
Fix "NameError: undefined local variable or method `host'"
yuuji.yaginuma
2018-03-05
1
-1
/
+1
*
Introduce explicit rails server handler option
Genadi Samokovarov
2018-03-04
1
-16
/
+72
*
Add --expanded option to "rails routes"
Benoit Tigeot
2018-02-28
1
-1
/
+7
*
Move rake routes task to rails command
Benoit Tigeot
2018-02-27
1
-0
/
+43
*
Do not add master key when `RAILS_MASTER_KEY` env specified (#31922)
Yuji Yaginuma
2018-02-08
2
-2
/
+3
*
Improve the deprecation message for using subclass of Rails::Application to s...
Prathamesh Sonpatki
2018-01-07
1
-1
/
+1
*
Raise an error only when `require_master_key` is specified
yuuji.yaginuma
2017-12-18
2
-4
/
+19
*
Fix secrets command deprecation message
Stefan Wrobel
2017-12-11
1
-1
/
+1
*
Add CLI to manage encrypted files/configs.
Wojciech Wnętrzak
2017-11-15
2
-21
/
+85
*
Revert displaying master key generation info on `rails new`.
Kasper Timm Hansen
2017-11-12
1
-0
/
+1
*
Deprecate encrypted secrets in favor of credentials.
Kasper Timm Hansen
2017-11-12
1
-10
/
+9
*
[Railties] require_relative => require
Akira Matsuda
2017-10-21
10
-19
/
+19
*
Implement H2 Early Hints for Rails
eileencodes
2017-10-04
1
-1
/
+7
*
Use `TOPLEVEL_BINDING` in rails runner command
yuuji.yaginuma
2017-09-22
1
-2
/
+2
[next]