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
*
Help command for visible commands should be hidden
akinomaeni
2019-04-19
1
-2
/
+4
*
Adds `register_tags`
Younes SERRAJ
2019-04-12
1
-1
/
+1
*
Rename `connection` option to `database` in `dbconsole` command
yuuji.yaginuma
2019-04-02
1
-7
/
+19
*
Merge pull request #35723 from sikachu/disable-sandbox-flag
Guillermo Iguaran
2019-03-24
1
-0
/
+6
|
\
|
*
Add config.disable_sandbox option to Rails console
Prem Sichanugrist
2019-03-23
1
-0
/
+6
*
|
Add `secret_key_base` when creating new credential file
yuuji.yaginuma
2019-03-23
1
-1
/
+12
|
/
*
Add -e/--environment option to `rails initializers`
yuuji.yaginuma
2019-03-16
1
-0
/
+7
*
Properly expand the environment's name in all commands
yuuji.yaginuma
2019-03-15
3
-7
/
+16
*
overriden -> overridden [ci skip]
Sharang Dashputre
2019-03-12
1
-1
/
+1
*
Merge pull request #34955 from bogdanvlviv/follow-up-33962
Kasper Timm Hansen
2019-03-11
1
-1
/
+1
|
\
|
*
Add `config.credentials.content_path` and `config.credentials.key_path` to th...
bogdanvlviv
2019-01-17
1
-2
/
+2
*
|
[ci skip] Improve `encrypted` commands USAGE
Kasper Timm Hansen
2019-03-11
1
-13
/
+19
*
|
Merge pull request #34965 from bogdanvlviv/improve-rails-encrypted--help
Kasper Timm Hansen
2019-03-11
2
-0
/
+23
|
\
\
|
*
|
Improve output of `rails encrypted(:edit/:show) --help`
bogdanvlviv
2019-01-17
2
-0
/
+23
|
|
/
*
|
Merge pull request #35568 from prathamesh-sonpatki/server_squish
Ryuta Kamizono
2019-03-11
1
-1
/
+1
|
\
\
|
*
|
Squish the deprecation messages across the codebase
Prathamesh Sonpatki
2019-03-11
1
-1
/
+1
*
|
|
Merge pull request #35569 from prathamesh-sonpatki/env-vars
Kasper Timm Hansen
2019-03-11
1
-2
/
+2
|
\
\
\
|
*
|
|
Mention `environment variable` instead of just `environment`
Prathamesh Sonpatki
2019-03-11
1
-2
/
+2
|
|
/
/
*
/
/
Use the -u switch for the `rails server` banner
Prathamesh Sonpatki
2019-03-11
1
-1
/
+1
|
/
/
*
|
Fix typo: overriden -> overridden [ci skip] (#35060)
Vipul A M
2019-01-26
1
-1
/
+1
*
|
Merge pull request #34789 from christos/fix-editing-new-environment-credentials
Kasper Timm Hansen
2019-01-25
1
-2
/
+2
|
\
\
|
*
|
Don't load app environment when editing credentials
Christos Zisopoulos
2018-12-26
1
-2
/
+2
*
|
|
Revert "Remove deprecated `server` argument from the rails server command"
yuuji.yaginuma
2019-01-18
1
-2
/
+21
*
|
|
Remove deprecated `server` argument from the rails server command
Rafael Mendonça França
2019-01-17
1
-21
/
+2
*
|
|
Remove deprecated support to old `config.ru` that use the application class a...
Rafael Mendonça França
2019-01-17
1
-13
/
+0
|
|
/
|
/
|
*
|
Merge branch 'master' into db_system_change_command
Kasper Timm Hansen
2019-01-16
2
-34
/
+43
|
\
\
|
*
|
Restructure credentials after environment overrides.
Kasper Timm Hansen
2019-01-14
2
-34
/
+43
*
|
|
Add rails db:system:change command
Gannon McGibbon
2019-01-09
1
-0
/
+20
|
/
/
*
/
Do not show suggestion message when not exist suggestion
yuuji.yaginuma
2018-12-29
1
-1
/
+2
|
/
*
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
[next]