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
/
railties
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
4
-0
/
+8
*
[Active Record] require => require_relative
Akira Matsuda
2017-07-01
2
-4
/
+4
*
Also raise error when VERSION is nil
Rafael Mendonça França
2017-04-27
1
-2
/
+2
*
Fixes #28359
Philippe Guay
2017-03-26
1
-2
/
+5
*
Fix `rake db:migrate:status` with subdirectories
Ryuta Kamizono
2017-03-04
1
-17
/
+2
*
Deprecate `supports_migrations?` on connection adapters
Ryuta Kamizono
2017-02-27
1
-2
/
+1
*
Remove deprecated db:test:clone* tasks
Rafael Mendonça França
2017-01-03
1
-24
/
+0
*
Dump schema cache for custom connection
Kir Shatrov
2017-01-01
1
-4
/
+1
*
Privatize unneededly protected methods in Active Record
Akira Matsuda
2016-12-24
1
-0
/
+2
*
Describe what we are protecting
Akira Matsuda
2016-12-23
1
-0
/
+2
*
Use YAML to serialize schema cache
Kir Shatrov
2016-11-27
1
-8
/
+8
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-1
/
+1
*
revises most Lint/EndAlignment offenses
Xavier Noria
2016-08-07
1
-7
/
+7
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
2
-9
/
+9
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-2
/
+2
*
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
1
-41
/
+41
*
applies new string literal convention in activerecord/lib
Xavier Noria
2016-08-06
2
-65
/
+65
*
Check if the logger exists before trying to use it
Rafael Mendonça França
2016-07-17
1
-1
/
+1
*
issue FileUtils commands directly in Rake tasks
Xavier Noria
2016-04-11
1
-1
/
+1
*
Check for protected environments before trying to load structure.sql file
Prathamesh Sonpatki
2016-04-10
1
-1
/
+1
*
Prevent db:schema:load to protected environments
Jerry Cheung
2016-04-01
1
-1
/
+1
*
Creates development and test databases in db:migrate task
Rafael Mendonça França
2016-03-14
1
-2
/
+2
*
Add environment back to db:structure:load
Andrew White
2016-01-23
1
-1
/
+1
*
Allow manually setting environment value
schneems
2016-01-11
1
-0
/
+6
*
Merge pull request #22967 from schneems/schneems/generic-metadata
Sean Griffin
2016-01-08
1
-5
/
+13
|
\
|
*
Prevent destructive action on production database
schneems
2016-01-07
1
-5
/
+13
*
|
Refer to rails command instead of rake in a bunch of places
David Heinemeier Hansson
2015-12-18
1
-1
/
+1
|
/
*
Revert "Merge pull request #22502 from maclover7/remove-deprecation-notice"
Arthur Neves
2015-12-11
1
-0
/
+8
*
Merge pull request #22502 from maclover7/remove-deprecation-notice
Arthur Nogueira Neves
2015-12-11
1
-8
/
+0
|
\
|
*
Remove unused deprecation notice
Jon Moss
2015-12-05
1
-8
/
+0
*
|
Make `db:migrate:status` to render `1_some.rb` format migrate files.
yui-knk
2015-11-02
1
-5
/
+7
|
/
*
fix typo in `db:purge` description [ci skip]
yuuji.yaginuma
2015-10-28
1
-1
/
+1
*
Fix out of sync comment
Brandon Conway
2015-09-23
1
-1
/
+1
*
introduce `conn.data_source_exists?` and `conn.data_sources`.
Yves Senn
2015-09-22
1
-1
/
+1
*
Merge pull request #21529 from rngtng/move-migrations-paths-to-database-task
Yves Senn
2015-09-09
1
-7
/
+7
|
\
|
*
Use `ActiveRecord::Tasks::DatabaseTasks.migrations_paths` instead of `Migrato...
Tobias Bielohlawek
2015-09-07
1
-9
/
+8
|
/
*
[ci skip] Replace `AR` with `Active Record` in task desc
yui-knk
2015-09-07
1
-1
/
+1
*
follow-up to 2183caa, always reenable the task. #20743
Yves Senn
2015-06-30
1
-3
/
+3
*
`dump_schema_after_migration` applies migration tasks other than db:migrate
Yves Senn
2015-06-30
1
-9
/
+12
*
Fix descriptions of databases.rake [ci skip]
Mehmet Emin İNAÇ
2015-06-17
1
-11
/
+11
*
Small refactor on db:reset
Arthur Neves
2015-06-15
1
-4
/
+1
*
make sure to load_config for db:abort_if_pending_migrations
Steven Davidovitz
2015-05-04
1
-1
/
+1
*
Revert "Merge pull request #17920 from calebthompson/dont-rely-on-environment...
Yves Senn
2015-04-27
1
-1
/
+1
*
Don't invoke sql_runtime if logger is not set to info
eileencodes
2015-04-04
1
-1
/
+1
*
Schema creation doesn't load the app
Tamir Duberstein
2015-02-11
1
-1
/
+1
*
Use `SCHEMA` instead of `DB_STRUCTURE` for specifiying structure file.
Dieter Komendera
2015-01-08
1
-3
/
+3
*
Replace deprecated `#load_schema` with `#load_schema_for`.
Yves Senn
2014-12-23
1
-2
/
+2
*
Remove environment dependency for db:schema:load
Caleb Thompson
2014-12-04
1
-1
/
+1
*
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
1
-1
/
+1
*
bring back `db:test:prepare`.
Yves Senn
2014-11-25
1
-5
/
+5
[next]