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
/
application
/
rake
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused require
Ryuta Kamizono
2017-02-12
2
-2
/
+0
*
update CREATE TABLE statements generated by `sqlite3` command
yuuji.yaginuma
2017-01-19
1
-2
/
+2
*
clear all environments log files by default
yuuji.yaginuma
2016-10-14
1
-0
/
+33
*
use rails command in restart task test
yuuji.yaginuma
2016-09-19
1
-7
/
+7
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-1
/
+1
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-1
/
+1
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
2
-53
/
+53
*
applies new string literal convention in railties/test
Xavier Noria
2016-08-06
6
-78
/
+78
*
Merge pull request #25652 from prathamesh-sonpatki/rm-boot-rails
Guillermo Iguaran
2016-07-08
5
-5
/
+0
|
\
|
*
Remove unused boot_rails method and it's usage
Prathamesh Sonpatki
2016-07-04
5
-5
/
+0
*
|
Fix test to try `spec/` directory as opposed to `app/spec` which I had
John Meehan
2016-07-05
1
-2
/
+2
*
|
removed extra blank line
John Meehan
2016-07-05
1
-1
/
+0
*
|
Allow rake notes to work with other directories.
John Meehan
2016-07-05
1
-0
/
+13
|
/
*
- using rails dev:cache instead of rake dev:cache
Mohit Natoo
2016-04-22
1
-1
/
+1
*
Fixed assertions with regex used in dbs tests
Vipul A M
2016-04-19
1
-2
/
+2
*
Added notice when a database is successfully created or dropped.
bogdanvlviv
2016-04-17
1
-2
/
+2
*
Fix rails restart issue with Puma
Prathamesh Sonpatki
2016-03-30
2
-0
/
+18
*
- using rails dev:cache instead of rake dev:cache in test case
Mohit Natoo
2016-03-04
1
-1
/
+1
*
revert dev:cache to rake task, fixes #23410
Scott Bronson
2016-02-07
1
-0
/
+34
*
Shorten ActiveRecord::InternalMetadata.table_name to ar_internal_metadata
Yasuo Honda
2016-02-01
1
-2
/
+2
*
Be consistent in testing outputs from railties test and use /bin/rails everyw...
Vipul A M
2016-01-24
3
-56
/
+56
*
Fixing tests and re-locating error checking.
schneems
2016-01-08
1
-2
/
+2
*
Prevent destructive action on production database
schneems
2016-01-07
1
-3
/
+3
*
Internal test migrations use the private 'Current' version
Matthew Draper
2015-12-15
1
-3
/
+3
*
Add Rails command infrastructure and encapsulate development caching
Chuck Callebs
2015-12-04
1
-35
/
+0
*
Remove warnings
Rafael Mendonça França
2015-12-04
1
-4
/
+4
*
Make `db:migrate:status` to render `1_some.rb` format migrate files.
yui-knk
2015-11-02
1
-0
/
+22
*
Exit with non-zero status when db:drop fails
Jay Hayes
2015-10-20
1
-0
/
+10
*
Exit with non-zero status when db:create fails
Jay Hayes
2015-10-20
1
-0
/
+17
*
Fix test of drop failure
Jay Hayes
2015-10-20
1
-4
/
+1
*
Add tests to verify exit status for create/drop failures
Jay Hayes
2015-10-20
1
-0
/
+28
*
Add rake dev:cache task to enable dev mode caching.
Chuck Callebs
2015-08-04
1
-0
/
+35
*
Fix rake/notes_test
schneems
2015-07-29
1
-0
/
+1
*
`dump_schema_after_migration` applies migration tasks other than db:migrate
Yves Senn
2015-06-30
1
-6
/
+8
*
tests, railties tests should use `bin/` executables when possible.
Yves Senn
2015-06-30
3
-68
/
+68
*
`rake restart` should work without a `tmp` folder
Yoong Kang Lim
2015-05-30
1
-2
/
+10
*
Merge pull request #20326 from hderms/dh/fix_task_bug
Rafael Mendonça França
2015-05-27
1
-0
/
+48
|
\
|
*
add fixed file
Dermot Haughey
2015-05-27
1
-0
/
+46
|
/
*
Revert "Merge pull request #17920 from calebthompson/dont-rely-on-environment...
Yves Senn
2015-04-27
1
-0
/
+28
*
Revert "Merge pull request #19404 from dmathieu/remove_rack_env"
Jeremy Kemper
2015-03-20
1
-0
/
+3
*
don't fallback to RACK_ENV when RAILS_ENV is not present
Damien Mathieu
2015-03-19
1
-3
/
+0
*
Created rake restart task.
Hyonjee Joo
2015-02-26
1
-0
/
+31
*
`db:structure:load` and `db:schema:load` no longer purge the database.
Yves Senn
2014-12-18
1
-0
/
+25
*
bring back `db:test:prepare`.
Yves Senn
2014-11-25
1
-9
/
+0
*
Revert "Replace String index juggling with Pathname goodness in db:fixtures:l...
yuuji.yaginuma
2014-11-02
1
-0
/
+10
*
build fix, we have to reset the RACK_ENV as well.
Yves Senn
2014-09-04
1
-2
/
+5
*
schema loading rake tasks maintain database connection for current env.
Yves Senn
2014-09-03
1
-0
/
+26
*
Add a test for db:migrate:status to check missing file scenario
Viktar Basharymau
2014-06-27
1
-0
/
+15
*
Return a non zero code when db has never been setup on status
Paul B
2014-05-07
1
-1
/
+1
*
Revise 'sqlite3:' URL handling for smoother upgrades
Matthew Draper
2014-04-03
1
-2
/
+2
[next]