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
/
test
/
commands
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rely on Rails::Command's help output.
Kasper Timm Hansen
2018-03-13
1
-57
/
+58
*
Merge pull request #32160 from bogdanvlviv/improve-rails-routes-expanded
Kasper Timm Hansen
2018-03-11
1
-38
/
+47
|
\
|
*
Draw line of a route name to the end of row console on `rails routes --expanded`
bogdanvlviv
2018-03-05
1
-38
/
+47
*
|
Remove extra arg passed to `Rails::Command::RoutesTest#run_routes_command`
bogdanvlviv
2018-03-05
1
-1
/
+1
|
/
*
Fix "NameError: undefined local variable or method `host'"
yuuji.yaginuma
2018-03-05
1
-0
/
+6
*
Merge pull request #32058 from gsamokovarov/rails-server-x-option
Kasper Timm Hansen
2018-03-04
1
-4
/
+29
|
\
|
*
Introduce explicit rails server handler option
Genadi Samokovarov
2018-03-04
1
-4
/
+29
*
|
Fix routes command tests broken in e137831726.
Kasper Timm Hansen
2018-03-04
1
-23
/
+16
|
/
*
Clean up `RoutesTest` a bit
yuuji.yaginuma
2018-03-01
1
-8
/
+6
*
Add --expanded option to "rails routes"
Benoit Tigeot
2018-02-28
1
-0
/
+47
*
Move rake routes task to rails command
Benoit Tigeot
2018-02-27
1
-0
/
+127
*
Do not add master key when `RAILS_MASTER_KEY` env specified (#31922)
Yuji Yaginuma
2018-02-08
2
-0
/
+24
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
1
-5
/
+5
*
Raise an error only when `require_master_key` is specified
yuuji.yaginuma
2017-12-18
2
-8
/
+36
*
Do not overwrite by default if credentials already exists
yuuji.yaginuma
2017-11-30
1
-0
/
+8
*
Add CLI to manage encrypted files/configs.
Wojciech Wnętrzak
2017-11-15
2
-1
/
+84
*
Deprecate encrypted secrets in favor of credentials.
Kasper Timm Hansen
2017-11-12
1
-12
/
+37
*
Fix test name for daemon option test
yuuji.yaginuma
2017-10-14
1
-2
/
+2
*
Added test case for starting rails with daemon option, this should set the op...
Pierre Hedkvist
2017-10-13
1
-0
/
+12
*
Simplify parse arguments in `ConsoleTest`
yuuji.yaginuma
2017-10-08
1
-16
/
+3
*
Implement H2 Early Hints for Rails
eileencodes
2017-10-04
1
-0
/
+12
*
Add tests for credentials command
yuuji.yaginuma
2017-09-15
1
-0
/
+19
*
Make master key added to gitignore the same value as when creating appplication
yuuji.yaginuma
2017-09-14
1
-0
/
+30
*
Run in-app rails commands via fork+load where possible
Matthew Draper
2017-09-04
1
-4
/
+7
*
Fix `can't modify frozen String` error in `DBConsole`
yuuji.yaginuma
2017-08-29
1
-0
/
+6
*
Make `restart` and `dev:cache` tasks work when customizing pid file path
yuuji.yaginuma
2017-08-21
1
-1
/
+1
*
Adding frozen_string_literal pragma to Railties.
Pat Allan
2017-08-14
4
-0
/
+8
*
Properly expand the environment's name
Robin Dupret
2017-07-16
2
-0
/
+11
*
Deprecate environment as an argument for dbconsole and console
Robin Dupret
2017-07-16
2
-12
/
+24
*
Allow to pass a connection to the `dbconsole` command
Robin Dupret
2017-07-16
1
-0
/
+43
*
Add `rails secrets:show` command
yuuji.yaginuma
2017-07-07
1
-0
/
+13
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
4
-4
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
4
-0
/
+4
*
Do not use UTF8 in test SecretsCommandTest#test_edit_secrets
Pavel Valena
2017-05-30
1
-1
/
+1
*
Merge pull request #29146 from y-yagi/fix_29138
Kasper Timm Hansen
2017-05-28
1
-0
/
+6
|
\
|
*
Correctly set user_supplied_options when there is no whitespace in option spe...
yuuji.yaginuma
2017-05-24
1
-0
/
+6
*
|
Reorder first secrets edit flow.
Kasper Timm Hansen
2017-05-25
1
-5
/
+2
|
/
*
CLI arg `--port` has precedence over env `PORT`.
koshigoe
2017-05-01
1
-0
/
+12
*
CLI arg "host" has precedence over ENV var "host"
Jon Moss
2017-03-21
1
-0
/
+8
*
Add secrets edit test
yuuji.yaginuma
2017-03-12
1
-0
/
+13
*
Tell users how to assign a $EDITOR.
Kasper Timm Hansen
2017-03-01
1
-0
/
+24
*
Set correct host except development environment
yuuji.yaginuma
2017-02-27
1
-0
/
+18
*
[close #24435] Send user_supplied_options to server
schneems
2017-02-24
1
-0
/
+8
*
improve server default options test
yuuji.yaginuma
2017-01-09
1
-3
/
+3
*
Merge branch 'master' into fix_26964
Kasper Timm Hansen
2016-12-29
1
-1
/
+1
|
\
|
*
"Use assert_nil if expecting nil. This will fail in minitest 6."
Akira Matsuda
2016-12-25
1
-1
/
+1
*
|
use Thor option parser in server commands parse
yuuji.yaginuma
2016-12-24
1
-36
/
+43
|
/
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-9
/
+9
*
Fix server command tests.
Kasper Timm Hansen
2016-09-25
1
-1
/
+2
*
Fix dbconsole tests.
Kasper Timm Hansen
2016-09-25
1
-22
/
+55
[next]