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
*
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
*
|
Provide support for SQL Server connections with dbconsole using sqsh
Juan Ignacio Pumarino
2014-11-26
1
-0
/
+15
|
/
*
added description for rails generators, and fixed sentence formation for acti...
Rishi Jain
2014-11-10
2
-0
/
+4
*
Merge pull request #17280 from aditya-kapoor/remove-unneeded-file
Yves Senn
2014-10-16
1
-9
/
+0
|
\
|
*
remove unneeded file
Aditya Kapoor
2014-10-16
1
-9
/
+0
*
|
use require_command! instead of calling its definition
Aditya Kapoor
2014-10-16
1
-1
/
+1
|
/
*
Document that the default for `rails server -b` has changed
Godfrey Chan
2014-09-22
1
-5
/
+1
*
fix grammar [ci skip]
Vijay Dev
2014-08-22
1
-1
/
+1
*
fix server names [ci skip]
Vijay Dev
2014-08-22
1
-1
/
+1
*
Make text consistent in help text of rails server and console commands.
Vijay Dev
2014-08-21
2
-13
/
+13
*
Add ability to extend `rails server` command options parser
Andrey Chernih
2014-07-11
1
-7
/
+11
*
Fix rails dbconsole for jdbcmysql adapter.
Gabriel Gilder and Jim Kingdon
2014-05-05
1
-1
/
+1
*
Isolate debugger related code
David Rodríguez de Dios
2014-04-10
1
-11
/
+13
*
Keep debugger support only for rubies < 2.0.0
David Rodríguez de Dios
2014-04-08
2
-6
/
+25
*
Let COMMAND_WHITELIST be an Array, not a String
Akira Matsuda
2014-03-16
1
-1
/
+1
*
Removed unnecessary command "application"
Arun Agrawal
2014-03-10
1
-6
/
+1
*
Replace map.flatten with flat_map in railties
Erik Michaels-Ober
2014-03-04
1
-1
/
+1
*
Ensure Active Record connection consistency
schneems
2014-01-09
1
-4
/
+11
*
Only build a ConnectionSpecification if required
José Valim
2013-12-24
1
-1
/
+1
[next]