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
*
make all rails commands work in engine
yuuji.yaginuma
2017-01-09
2
-16
/
+8
*
Remove needless `ActiveSupport::Deprecation.silence`
Ryuta Kamizono
2016-12-31
1
-3
/
+1
*
Merge branch 'master' into fix_26964
Kasper Timm Hansen
2016-12-29
3
-4
/
+6
|
\
|
*
Privatize unneededly protected methods in Railties
Akira Matsuda
2016-12-25
1
-3
/
+3
|
*
`ARGV.shift` before calling Rails generators
Jon Moss
2016-12-17
1
-0
/
+2
|
*
use appropriate type for `rc` option
yuuji.yaginuma
2016-12-14
1
-1
/
+1
*
|
use Thor option parser in server commands parse
yuuji.yaginuma
2016-12-24
1
-54
/
+67
|
/
*
use `Gem.win_platform?` to check windows Ruby platforms
yuuji.yaginuma
2016-11-30
1
-1
/
+1
*
Pass `rails runner` args onto file again.
Kasper Timm Hansen
2016-11-20
1
-1
/
+2
*
remove unused require
yuuji.yaginuma
2016-11-05
1
-3
/
+0
*
Hide commands from API site.
Kasper Timm Hansen
2016-10-28
13
-17
/
+17
*
Use `on_load` to trigger commandline processing code
Aaron Patterson
2016-10-21
1
-5
/
+0
*
Prevent the test framework from being loaded in production mode
Aaron Patterson
2016-10-21
1
-0
/
+5
*
remove `mongrel` once again
yuuji.yaginuma
2016-09-29
1
-1
/
+1
*
Apply test command changes.
Kasper Timm Hansen
2016-09-26
1
-1
/
+3
*
Fix dbconsole tests.
Kasper Timm Hansen
2016-09-25
1
-6
/
+4
*
Apply Rafaels review fixes.
Kasper Timm Hansen
2016-09-25
1
-1
/
+3
*
Fix console tests.
Kasper Timm Hansen
2016-09-25
1
-1
/
+1
*
Remove the old command files.
Kasper Timm Hansen
2016-09-25
13
-818
/
+0
*
Per Dr. Eileen's orders :)
Kasper Timm Hansen
2016-09-25
1
-1
/
+0
*
Run engine commands through command infrastructure.
Kasper Timm Hansen
2016-09-25
2
-3
/
+16
*
Initial command structure.
Kasper Timm Hansen
2016-09-25
15
-0
/
+704
*
Revise setting of run_with_rails_extension.
Kasper Timm Hansen
2016-09-25
1
-1
/
+4
*
Require `active_support/testing/autorun`.
Kasper Timm Hansen
2016-09-25
1
-2
/
+1
*
switch to autorun to support after_run and patch less
Michael Grosser
2016-09-23
1
-3
/
+1
*
support minitest after_run for parity to regular minitest
Michael Grosser
2016-09-16
1
-1
/
+3
*
improve test coverage
Michael Grosser
2016-09-16
1
-2
/
+2
*
Remove the word "mongrel" from documents
Ryunosuke Sato
2016-09-07
1
-1
/
+1
*
refactor `CommandsTasks`
yuuji.yaginuma
2016-08-17
3
-80
/
+104
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
2
-2
/
+2
*
Fix broken alignments caused by auto-correct commit 411ccbd
Ryuta Kamizono
2016-08-10
1
-1
/
+2
*
revises most Lint/EndAlignment offenses
Xavier Noria
2016-08-07
1
-3
/
+4
*
Merge pull request #24260 from y-yagi/show_error_message_when_error_raised_in...
Kasper Timm Hansen
2016-08-07
1
-1
/
+3
|
\
|
*
show error message when error raised in rails runner
yuuji.yaginuma
2016-08-03
1
-1
/
+3
*
|
Defer requiring Rake until it's needed.
Kasper Timm Hansen
2016-08-07
1
-1
/
+8
*
|
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
5
-36
/
+36
*
|
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
1
-4
/
+2
*
|
applies new string literal convention in railties/lib
Xavier Noria
2016-08-06
12
-94
/
+94
|
/
*
Use the HOST environment variable for rails server #25677
Evgeny Vlasenko
2016-07-05
1
-0
/
+1
*
Fixes #25219
Vipul A M
2016-07-01
1
-0
/
+12
*
Fix rails restart issue with Puma
Prathamesh Sonpatki
2016-03-30
1
-1
/
+6
*
show correct command name in help of rails runner
yuuji.yaginuma
2016-03-26
1
-3
/
+4
*
changed default value of `caching` option to `nil`
yuuji.yaginuma
2016-03-21
1
-1
/
+1
*
Share dev caching implementation between task and server.
Kasper Timm Hansen
2016-03-15
1
-14
/
+3
*
Delete CTRL-C message as is duplicates Puma
Sam Ruby
2016-03-01
1
-2
/
+0
*
revert dev:cache to rake task, fixes #23410
Scott Bronson
2016-02-07
1
-21
/
+0
*
:warning: assigned but unused variable - err
Akira Matsuda
2016-02-02
1
-2
/
+2
*
Avoid multiple default paths to server.pid file
Tawan Sierek
2016-01-16
1
-1
/
+3
*
Merge pull request #22933 from schneems/schneems/fix-broadcast
Richard Schneeman
2016-01-06
1
-2
/
+4
|
\
|
*
[close #22917] Don't output to `STDOUT` twice
schneems
2016-01-06
1
-2
/
+4
[next]