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
*
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
*
|
Provide a better error message if a user mistypes the name of script with runner
Stephen Blackstone
2016-01-05
1
-1
/
+7
|
/
*
Merge branch 'rails-rake-proxy'
Kasper Timm Hansen
2015-12-13
2
-5
/
+55
|
\
|
*
Implement Rake proxy for Rails' command line interface.
Dharam Gollapudi
2015-12-13
2
-0
/
+56
|
/
*
Fixed typo in mysql client parameter
Kent Sibilev
2015-12-09
1
-1
/
+1
*
Ditch `Commands` namespace for base command.
Kasper Timm Hansen
2015-12-06
2
-74
/
+2
*
Invert command and commands tasks reference.
Kasper Timm Hansen
2015-12-06
2
-4
/
+5
*
Remove "run with rake" suggestion.
Kasper Timm Hansen
2015-12-06
1
-22
/
+0
*
Add class level `run` to Rails command.
Kasper Timm Hansen
2015-12-06
2
-22
/
+15
*
Replace `-> {}` with a proc.
Kasper Timm Hansen
2015-12-05
1
-1
/
+1
*
Remove `_instance` suffix from command.
Kasper Timm Hansen
2015-12-05
1
-2
/
+2
*
Default `argv` to an empty array.
Kasper Timm Hansen
2015-12-05
1
-1
/
+1
*
Spruce up `command_for`.
Kasper Timm Hansen
2015-12-05
1
-4
/
+1
*
`exists?` isn't for users.
Kasper Timm Hansen
2015-12-05
1
-1
/
+1
*
Move `command_name_for` to private section.
Kasper Timm Hansen
2015-12-05
1
-4
/
+4
*
Add Rails command infrastructure and encapsulate development caching
Chuck Callebs
2015-12-04
3
-1
/
+104
*
Use the PORT environment variable for rails server
David Cornu
2015-08-18
1
-1
/
+1
*
Use exist? instead of deprecated exists?
Kasper Timm Hansen
2015-08-05
1
-2
/
+2
*
Add rake dev:cache task to enable dev mode caching.
Chuck Callebs
2015-08-04
1
-0
/
+23
*
make test runner work correctly inside engine
yuuji.yaginuma
2015-07-12
1
-1
/
+5
*
remove Rack::Lock for webrick
Aaron Patterson
2015-07-10
1
-11
/
+1
*
Remove `config` options from `default_options` in `railties`
Nuri Hodges
2015-06-26
1
-2
/
+1
*
Remove ContentLength middleware from the defaults.
Aaron Patterson
2015-06-17
1
-1
/
+0
*
Improve test runner's Minitest integration.
Kasper Timm Hansen
2015-06-04
1
-2
/
+2
*
Refactor railties console and dbconsole commands
Mehmet Emin İNAÇ
2015-05-10
3
-101
/
+99
*
Remove sqlite support from `rails dbconsole`
Andrew White
2015-04-22
1
-3
/
+0
*
Don't ask something that we don't want to
Rafael Mendonça França
2015-04-22
1
-1
/
+1
*
[ci skip] Document running a rake command as a rails command
Nick Cox
2015-04-15
1
-0
/
+11
*
Revert "Merge pull request #19404 from dmathieu/remove_rack_env"
Jeremy Kemper
2015-03-20
4
-4
/
+4
*
Merge pull request #19404 from dmathieu/remove_rack_env
Aaron Patterson
2015-03-19
4
-4
/
+4
|
\
|
*
don't fallback to RACK_ENV when RAILS_ENV is not present
Damien Mathieu
2015-03-19
4
-4
/
+4
*
|
`-e` / `--environment` for the test runner.
Yves Senn
2015-03-18
1
-1
/
+1
*
|
move argument parsing into the `Runner`.
Yves Senn
2015-03-18
1
-3
/
+1
*
|
Move some logic to runner
Arthur Neves
2015-03-18
1
-13
/
+1
*
|
no need to escape the method in a regex wrap, minitest does that for us
Arthur Neves
2015-03-18
1
-1
/
+1
*
|
Add test run by line, and report error by line
Arthur Neves
2015-03-18
1
-3
/
+13
*
|
spike of a `OptionParser` backed test runner.
Yves Senn
2015-03-18
2
-1
/
+15
|
/
*
Remove unused Rails::Server#log_path
Phill Baker
2015-02-16
1
-4
/
+0
*
Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846
robertomiranda
2015-01-31
1
-1
/
+1
*
Merge pull request #18380 from nobu/Use-EXEEXT
Santiago Pastorino
2015-01-19
1
-1
/
+3
|
\
|
*
Use EXEEXT
Nobuyoshi Nakada
2015-01-07
1
-1
/
+3
*
|
No need of requiring `rbconfig`, it is by-default loaded
Kuldeep Aggarwal
2015-01-10
2
-2
/
+0
|
/
*
Remove debugger support
Rafael Mendonça França
2015-01-04
2
-38
/
+0
*
Remove the tmp/sessions folder and its clear task
Robin Dupret
2015-01-03
1
-1
/
+1
*
Add a code checking about file or not to the rails db command
yuki3738
2014-12-16
1
-1
/
+1
*
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
1
-1
/
+1
*
Merge pull request #17761 from pschrammel/master
Yves Senn
2014-11-26
1
-1
/
+1
|
\
|
*
be more general with adapter name
Peter Schrammel
2014-11-25
1
-1
/
+1
[next]