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
/
test
/
cases
Commit message (
Expand
)
Author
Age
Files
Lines
*
Require "models/post" before "models/comment"
Yasuo Honda
2017-01-04
2
-2
/
+2
*
Raise error when has_many through is defined before through association
Chris Holmes
2017-01-04
1
-0
/
+8
*
Fix `find_by` and `where` consistency
Ryuta Kamizono
2017-01-04
1
-0
/
+5
*
Revert "Merge pull request #21233 from mtsmfm/disable-referential-integrity-w...
Rafael Mendonça França
2017-01-03
22
-149
/
+110
*
Merge pull request #27563 from kamipo/fix_typo
Rafael França
2017-01-03
1
-1
/
+1
|
\
|
*
Fix typo s/permited/permitted/
Ryuta Kamizono
2017-01-04
1
-1
/
+1
*
|
Merge pull request #21233 from mtsmfm/disable-referential-integrity-without-s...
Rafael França
2017-01-03
22
-110
/
+149
|
\
\
|
|
/
|
/
|
|
*
Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p...
Fumiaki MATSUSHIMA
2016-12-03
22
-110
/
+149
*
|
Merge pull request #26689 from kamipo/deprecate_passing_name_to_indexes
Rafael Mendonça França
2017-01-03
2
-2
/
+2
|
\
\
|
*
|
Deprecate passing `name` to `indexes` like `tables`
Ryuta Kamizono
2017-01-04
2
-2
/
+2
*
|
|
Remove deprecation of using ActiveRecord::Base instance in .update
Rafael Mendonça França
2017-01-03
1
-2
/
+2
*
|
|
Fix test name `deprecated` to `not_permitted`
Ryuta Kamizono
2017-01-03
1
-2
/
+2
|
/
/
*
|
Merge pull request #25460 from maclover7/jm-uncached
Sean Griffin
2017-01-03
1
-0
/
+21
|
\
\
|
*
|
Add explicit testing for `uncached` vs. `cached`
Jon Moss
2016-06-21
1
-0
/
+21
*
|
|
Compare deserialized values for `PostgreSQL::OID::Hstore` types
Jon Moss
2017-01-03
1
-0
/
+19
*
|
|
Raise ArgumentError when a instance of ActiveRecord::Base is passed to
Rafael Mendonça França
2017-01-03
1
-3
/
+3
*
|
|
Merge pull request #27335 from kamipo/remove_duplicated_model_definition
Sean Griffin
2017-01-03
1
-10
/
+1
|
\
\
\
|
*
|
|
Remove duplicated model class definitions in `test/cases/base_test.rb`
Ryuta Kamizono
2016-12-12
1
-10
/
+1
*
|
|
|
Consistently apply adapter behavior when serializing arrays
Sean Griffin
2017-01-03
2
-4
/
+15
*
|
|
|
Cache results of computing model type
Konstantin Lazarev
2017-01-03
2
-8
/
+14
*
|
|
|
Merge pull request #27543 from kamipo/fix_update_counters_of_multiple_records...
Kasper Timm Hansen
2017-01-02
2
-15
/
+10
|
\
\
\
\
|
*
|
|
|
Push `current_time_from_proper_timezone` and timestamp attributes methods up ...
Ryuta Kamizono
2017-01-03
1
-15
/
+0
|
*
|
|
|
Fix update counters of multiple records with touch: true
Ryuta Kamizono
2017-01-03
1
-0
/
+10
*
|
|
|
|
Remove duplicated test
utilum
2017-01-02
1
-8
/
+0
|
/
/
/
/
*
|
|
|
Merge pull request #27526 from kirs/database-tasks-schema-cache
Rafael França
2017-01-01
1
-0
/
+10
|
\
\
\
\
|
*
|
|
|
Dump schema cache for custom connection
Kir Shatrov
2017-01-01
1
-0
/
+10
*
|
|
|
|
Replace sleep with synchronization
Matthew Draper
2017-01-02
1
-1
/
+7
*
|
|
|
|
Fix tests with counter cache touching and more.
Kasper Timm Hansen
2017-01-01
1
-84
/
+75
*
|
|
|
|
Added option to ActiveRecord::CounterCache methods.
Jarred Trost
2017-01-01
1
-0
/
+141
*
|
|
|
|
Change `timestamp_attributes_for_{create,update}` from symbol to string
Ryuta Kamizono
2017-01-01
1
-6
/
+6
*
|
|
|
|
Dump array subtype options correctly
Ryuta Kamizono
2017-01-01
1
-3
/
+5
|
/
/
/
/
*
|
|
|
Remove deprecated `#uniq`, `#uniq!`, and `#uniq_value`
Ryuta Kamizono
2016-12-30
4
-33
/
+1
*
|
|
|
Remove deprecated `#insert_sql`, `#update_sql`, and `#delete_sql`
Ryuta Kamizono
2016-12-30
1
-6
/
+0
*
|
|
|
Remove deprecated #use_transactional_fixtures configuration
Rafael Mendonça França
2016-12-29
1
-18
/
+0
*
|
|
|
Remove deprecated conditions parameter from #delete_all
Rafael Mendonça França
2016-12-29
1
-6
/
+0
*
|
|
|
Remove deprecated conditions parameter from `#destroy_all`
Rafael Mendonça França
2016-12-29
1
-6
/
+0
*
|
|
|
Remove deprecated support to passing arguments to `#select` when a block is p...
Rafael Mendonça França
2016-12-29
1
-7
/
+0
*
|
|
|
Remove deprecated support to query using commas on LIMIT
Rafael Mendonça França
2016-12-29
1
-12
/
+2
*
|
|
|
Remove deprecated support to passing a class as a value in a query
Rafael Mendonça França
2016-12-29
1
-9
/
+0
*
|
|
|
Raises IrreversibleOrderError when using last with an irreversible order
Rafael Mendonça França
2016-12-29
1
-1
/
+1
*
|
|
|
Raise when a through association has an ambiguous reflection name
Rafael Mendonça França
2016-12-29
1
-1
/
+1
*
|
|
|
Raises when `ActiveRecord::Migration` is inherited directly.
Rafael Mendonça França
2016-12-29
1
-12
/
+6
*
|
|
|
`#tables` and `#table_exists?` and returns only tables and not views
Rafael Mendonça França
2016-12-29
10
-84
/
+61
*
|
|
|
Remove deprecated `name` argument from `#tables`
Rafael Mendonça França
2016-12-29
3
-8
/
+2
*
|
|
|
Remove deprecated support to passing a column to #quote
Rafael Mendonça França
2016-12-29
1
-12
/
+12
*
|
|
|
Set time as a timezone aware type and remove related deprecation
Rafael Mendonça França
2016-12-29
1
-3
/
+0
*
|
|
|
Remove deprecated force reload argument in association readers
Rafael Mendonça França
2016-12-29
6
-47
/
+4
*
|
|
|
Remove deprecated i18n scopes in Active Record
Rafael Mendonça França
2016-12-29
2
-39
/
+0
*
|
|
|
Merge pull request #27437 from kirs/structure-load-dump-flags
Kasper Timm Hansen
2016-12-29
3
-4
/
+81
|
\
\
\
\
|
*
|
|
|
Make ActiveRecord structure load/dump configurable
Kir Shatrov
2016-12-22
3
-4
/
+81
[next]