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
/
activerecord
/
lib
/
active_record
/
tasks
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid modifying frozen string in check_schema_file
Eugene Kenny
2017-07-23
1
-1
/
+1
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
4
-0
/
+8
*
* Don't eagerly require Rails' minitest plugin.
Kasper Timm Hansen
2017-07-10
1
-1
/
+1
*
Merge branch 'master' into require_relative_2017
Xavier Noria
2017-07-02
1
-1
/
+1
|
\
|
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
4
-4
/
+0
|
*
Merge pull request #29540 from kirs/rubocop-frozen-string
Matthew Draper
2017-07-02
4
-0
/
+4
|
|
\
|
|
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
4
-0
/
+4
|
*
|
Merge pull request #29506 from pat/frozen-string-literals
Matthew Draper
2017-07-02
1
-1
/
+1
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Make ActiveRecord frozen string literal friendly.
Pat Allan
2017-06-20
1
-1
/
+1
*
|
|
[Active Record] require => require_relative
Akira Matsuda
2017-07-01
1
-1
/
+1
|
/
/
*
|
PR Review
Edouard CHIN
2017-06-21
1
-2
/
+2
*
|
pass `structure_dump_flags` / `structure_load_flags` options before any other:
Edouard CHIN
2017-06-21
1
-2
/
+2
|
/
*
Should use `quote` for a string literal
Ryuta Kamizono
2017-06-01
1
-1
/
+1
*
Fix a RuboCop offences using `rubocop -a`
Koichi ITO
2017-05-24
1
-3
/
+3
*
Improvements for SQLite rake task.
Guillermo Iguaran
2017-05-15
1
-7
/
+18
*
Respect 'ignore_tables' in SQLite structure dump
Guillermo Iguaran
2017-05-15
1
-1
/
+10
*
Respect 'ignore_tables' in MySQL structure dump
Guillermo Iguaran
2017-05-15
1
-0
/
+6
*
Respect `ignore_tables` in Postgres structure dump
Rusty Geldmacher
2017-05-15
1
-0
/
+6
*
Defer loading each DB Tasks class from AR DatabaseTasks
Akira Matsuda
2017-05-11
1
-6
/
+6
*
Refactor AR::Tasks::DatabaseTasks::migrate
bogdanvlviv
2017-04-26
1
-1
/
+1
*
Fix quoting in db:create grant all statement.
Rune Schjellerup Philosof
2017-04-20
1
-1
/
+1
*
Fixes #28359
Philippe Guay
2017-03-26
1
-1
/
+3
*
Only remove comments before the first statement
Ari Pollak
2017-02-24
1
-4
/
+9
*
Drop comments from structure.sql in postgresql
Ari Pollak
2017-02-24
1
-0
/
+15
*
Reduce string objects by using \ instead of + or << for concatenating strings
Akira Matsuda
2017-01-12
1
-2
/
+2
*
Remove unneeded requires at active record
Rafael Mendonça França
2017-01-03
1
-2
/
+0
*
Dump schema cache for custom connection
Kir Shatrov
2017-01-01
1
-0
/
+10
*
Remove deprecated #load_schema_for
Rafael Mendonça França
2016-12-29
1
-8
/
+0
*
Remove original_exception from ActiveRecord::StatementInvalid
Rafael Mendonça França
2016-12-29
1
-1
/
+1
*
Remove try! usage in sqlite_database_tasks.
Kasper Timm Hansen
2016-12-29
1
-2
/
+2
*
Make ActiveRecord structure load/dump configurable
Kir Shatrov
2016-12-22
4
-11
/
+28
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
2
-2
/
+2
*
Use Regexp#match? rather than Regexp#===
Ryuta Kamizono
2016-10-26
2
-2
/
+2
*
Fix Remaining Case-In-Assignment Statement Formatting
Alex Kitchens
2016-09-06
1
-8
/
+9
*
Fix broken heredoc indentation caused by rubocop auto-correct
Ryuta Kamizono
2016-09-03
1
-1
/
+1
*
revises most Lint/EndAlignment offenses
Xavier Noria
2016-08-07
1
-3
/
+3
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-6
/
+6
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
4
-116
/
+116
*
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
1
-1
/
+1
*
applies new string literal convention in activerecord/lib
Xavier Noria
2016-08-06
4
-71
/
+71
*
systematic revision of =~ usage in AR
Xavier Noria
2016-07-23
1
-1
/
+1
*
Merge pull request #23301 from ppworks/improve_mysqldump
Arthur Nogueira Neves
2016-06-17
1
-0
/
+1
|
\
|
*
Skip comments when exec mysqldump
Naoto Koshikawa
2016-01-28
1
-0
/
+1
*
|
Merge pull request #24773 from ralinc/fix-silent-fail-on-psql-command
Arthur Nogueira Neves
2016-06-16
1
-1
/
+2
|
\
\
|
*
|
PostgreSQL: Fix db:structure:load silent failure on SQL error
Ralin Chimev
2016-05-10
1
-1
/
+2
*
|
|
Add to_hash to specification
Arthur Neves
2016-05-25
1
-1
/
+1
*
|
|
Remove `name` from `establish_connection`
Arthur Neves
2016-05-24
1
-1
/
+1
|
/
/
*
|
s/specification_name/connection_specification_name
Arthur Neves
2016-05-06
1
-1
/
+1
*
|
s/specification_id/specification_name
Arthur Neves
2016-05-05
1
-1
/
+1
*
|
Retrive the right pool for db tasks
Arthur Neves
2016-05-05
1
-2
/
+2
[next]