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
*
`ActiveRecord::Tasks::DatabaseTasks.load_schema` has always to establish data...
bogdanvlviv
2017-10-15
1
-0
/
+8
*
Fix `bin/rails db:setup` and `bin/rails db:test:prepare` create wrong ar_int...
bogdanvlviv
2017-10-15
1
-0
/
+39
*
Remove redundant execution of `Dir.chdir(app_path) { }` in railties' tests
bogdanvlviv
2017-10-08
2
-193
/
+163
*
Run in-app rails commands via fork+load where possible
Matthew Draper
2017-09-04
6
-130
/
+122
*
Make `restart` and `dev:cache` tasks work when customizing pid file path
yuuji.yaginuma
2017-08-21
2
-13
/
+8
*
Adding frozen_string_literal pragma to Railties.
Pat Allan
2017-08-14
8
-0
/
+16
*
Railties updates for frozen string literals.
Pat Allan
2017-08-14
1
-1
/
+2
*
Fix `warning: ambiguous first argument`
yuuji.yaginuma
2017-07-25
1
-1
/
+1
*
Avoid modifying frozen string in check_schema_file
Eugene Kenny
2017-07-23
1
-0
/
+7
*
Move test related to `tmp:clear` task to `tmp_test.rb`
yuuji.yaginuma
2017-07-02
1
-0
/
+7
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
8
-8
/
+0
*
Merge pull request #29540 from kirs/rubocop-frozen-string
Matthew Draper
2017-07-02
8
-0
/
+8
|
\
|
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
7
-0
/
+7
*
|
Clear screenshots files in `tmp:clear` task
yuuji.yaginuma
2017-06-27
1
-0
/
+36
|
/
*
Also raise error when VERSION is nil
Rafael Mendonça França
2017-04-27
1
-0
/
+6
*
Add additional raise UnknownMigrationVersionError
bogdanvlviv
2017-04-19
1
-1
/
+31
*
Fix `bin/rails db:forward` first migration
bogdanvlviv
2017-04-19
1
-0
/
+25
*
Remove duplicated "test" prefix
Ryuta Kamizono
2017-04-07
1
-3
/
+3
*
Fixes #28359
Philippe Guay
2017-03-26
1
-0
/
+16
*
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
[next]