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
*
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
*
|
Added notice when a database is successfully created or dropped.
bogdanvlviv
2016-04-17
1
-2
/
+4
*
|
Make 'migrate' clear the schema cache afterward
Chris Arcand
2016-03-24
1
-0
/
+1
*
|
Creates development and test databases in db:migrate task
Rafael Mendonça França
2016-03-14
1
-2
/
+1
*
|
Fix typo `--ssl-cipher`
Ryuta Kamizono
2016-03-06
1
-1
/
+1
*
|
reestablish previous connection after creating all databases
Aaron Patterson
2016-02-23
1
-0
/
+4
|
/
*
match the environment variable name that actually checking and error message
yuuji.yaginuma
2016-01-09
1
-1
/
+1
*
Merge pull request #22967 from schneems/schneems/generic-metadata
Sean Griffin
2016-01-08
1
-0
/
+18
|
\
|
*
Fixing tests and re-locating error checking.
schneems
2016-01-08
1
-2
/
+2
|
*
Use hash like syntax for InternalMetadata
schneems
2016-01-08
1
-1
/
+1
|
*
Add EnvironmentMismatchError
schneems
2016-01-08
1
-2
/
+11
|
*
Prevent destructive action on production database
schneems
2016-01-07
1
-0
/
+9
*
|
Refer to rails command instead of rake in a bunch of places
David Heinemeier Hansson
2015-12-18
1
-1
/
+1
*
|
Remove legacy mysql adapter
Abdelkader Boudih
2015-12-17
1
-2
/
+0
|
/
*
Fix rake db:structure:dump on Postgres when multiple schemas are used.
Nick Muerdter
2015-11-19
1
-2
/
+2
*
Remove `DEFAULT_CHARSET` and `DEFAULT_COLLATION` in `MySQLDatabaseTasks`
Ryuta Kamizono
2015-11-02
1
-8
/
+0
*
Exit with non-zero status when db:drop fails
Jay Hayes
2015-10-20
1
-1
/
+2
*
Exit with non-zero status when db:create fails
Jay Hayes
2015-10-20
1
-1
/
+2
*
Fix test of drop failure
Jay Hayes
2015-10-20
1
-1
/
+5
*
applies new doc guidelines to Active Record.
Yves Senn
2015-10-14
1
-2
/
+2
*
fix RDoc list markup in `DatabaseTasks`. [ci skip]
Yves Senn
2015-10-14
1
-7
/
+7
*
Remove deprecated pg_dump -i flag
Paul Sadauskas
2015-10-10
1
-1
/
+1
*
Merge pull request #20569 from theSteveMitchell/master
Yves Senn
2015-09-22
1
-9
/
+18
|
\
|
*
Check response of structure_load for mysql_database_tasks and make structure_...
Steve Mitchell
2015-09-18
1
-9
/
+19
|
/
*
Merge pull request #20848 from deivid-rodriguez/fix_undefined_method_error_on...
Arthur Nogueira Neves
2015-09-14
1
-1
/
+1
|
\
|
*
Fix undefined method error on exception
David Rodríguez
2015-07-11
1
-1
/
+1
*
|
Remove dead code
Rafael Mendonça França
2015-09-09
1
-6
/
+0
[next]