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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Fix kwarg to not have circular dependency
schneems
2016-01-08
1
-1
/
+1
|
*
Use hash like syntax for InternalMetadata
schneems
2016-01-08
4
-11
/
+9
|
*
Add EnvironmentMismatchError
schneems
2016-01-08
2
-4
/
+25
|
*
Use `key` as primary key in schema.
schneems
2016-01-08
1
-1
/
+1
|
*
[ci skip] Add comment to remove silenced code.
schneems
2016-01-07
1
-0
/
+1
|
*
Prevent destructive action on production database
schneems
2016-01-07
8
-7
/
+128
*
|
Merge pull request #22973 from kamipo/fix_select_values_method_signature
Rafael França
2016-01-08
2
-4
/
+4
|
\
\
|
*
|
Fix `select_values` method signature for consistency
Ryuta Kamizono
2016-01-08
2
-4
/
+4
*
|
|
`{update|delete}_sql` are almost the same as `{update|delete}`
Ryuta Kamizono
2016-01-08
4
-25
/
+2
|
/
/
*
|
Ensure `config.active_record.time_zone_aware_types` is always set
Sean Griffin
2016-01-07
1
-0
/
+1
*
|
Remove `delete_sql` in sqlite3 adapter
Ryuta Kamizono
2016-01-07
1
-5
/
+0
*
|
Refactor `connection.insert_sql`
Ryuta Kamizono
2016-01-07
4
-35
/
+10
*
|
Merge pull request #22933 from schneems/schneems/fix-broadcast
Richard Schneeman
2016-01-06
1
-2
/
+4
|
\
\
|
*
|
[close #22917] Don't output to `STDOUT` twice
schneems
2016-01-06
1
-2
/
+4
*
|
|
fix remove_index for postgresql when running legacy migrations
Lachlan Sylvester
2016-01-06
1
-2
/
+3
*
|
|
Merge pull request #22921 from prathamesh-sonpatki/fix-add-reference
Rafael França
2016-01-06
1
-0
/
+1
|
\
\
\
|
*
|
|
Autoload ReferenceDefinition class in abstract adapter so that it can be used...
Prathamesh Sonpatki
2016-01-05
1
-0
/
+1
|
|
/
/
*
|
|
Merge pull request #21688 from kamipo/add_text_and_blob_shorthand_methods
Rafael Mendonça França
2016-01-06
1
-0
/
+24
|
\
\
\
|
*
|
|
Add short-hand methods for text and blob types in MySQL
Ryuta Kamizono
2016-01-05
1
-0
/
+24
|
|
/
/
*
|
|
Merge pull request #22920 from kamipo/fix_connection_create
Rafael França
2016-01-05
4
-6
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix `connection#create` in PG adapter
Ryuta Kamizono
2016-01-05
4
-6
/
+1
*
|
|
Merge pull request #22896 from kamipo/fix_unsigned_and_blob_or_text_column
Rafael França
2016-01-04
1
-3
/
+3
|
\
\
\
|
*
|
|
Fix `unsigned?` and `blob_or_text_column?` for Enum columns in MySQL
Ryuta Kamizono
2016-01-04
1
-3
/
+3
*
|
|
|
Merge pull request #22550 from tamird/record-fetch-warning-allocate-less
Sean Griffin
2016-01-04
4
-18
/
+18
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
activerecord: reuse immutable objects
Tamir Duberstein
2016-01-04
3
-12
/
+14
|
*
|
|
activerecord: allocate fewer arrays in `RecordFetchWarning`
Tamir Duberstein
2016-01-04
1
-6
/
+4
|
|
/
/
*
|
|
Merge pull request #22915 from kamipo/fix_user_name_in_doc
Eileen M. Uchitelle
2016-01-04
1
-1
/
+1
|
\
\
\
|
*
|
|
Fix user name in doc [ci skip]
Ryuta Kamizono
2015-12-31
1
-1
/
+1
*
|
|
|
Merge pull request #22821 from shosti/set-null-transaction
Arthur Nogueira Neves
2016-01-04
1
-0
/
+1
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Allow add_to_transaction with null transaction
Emanuel Evans
2015-12-28
1
-0
/
+1
*
|
|
|
Merge pull request #22877 from kamipo/refactor_case_sensitive_comparison
Rafael França
2016-01-01
4
-20
/
+17
|
\
\
\
\
|
*
|
|
|
Refactor `case_{sensitive|insensitive}_comparison`
Ryuta Kamizono
2016-01-01
4
-20
/
+17
|
|
|
/
/
|
|
/
|
|
*
|
|
|
quoted_id is not public API.
Rafael Mendonça França
2016-01-01
1
-1
/
+1
*
|
|
|
Merge pull request #22860 from Timmehs/better-or-example
Claudio B
2016-01-01
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
Improve example of #or to use different column values in the where clauses
Tim Sandberg
2015-12-30
1
-2
/
+2
*
|
|
|
|
value has the right type here
Santiago Pastorino
2015-12-31
1
-1
/
+1
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #22866 from prathamesh-sonpatki/rm-dot-at-the-end-of-command
Rafael França
2015-12-31
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
Lets not put fullstop at the end of a migration pending command
Prathamesh Sonpatki
2015-12-31
1
-2
/
+2
|
|
/
/
/
*
|
|
|
Merge pull request #22105 from morgoth/fix-errors-details-on-autosave-associa...
Rafael França
2015-12-31
1
-3
/
+18
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Fixed setting errors details on autosaved associations
Wojciech Wnętrzak
2015-10-28
1
-3
/
+18
*
|
|
|
Merge pull request #22848 from derekprior/dp-postgresql-version
Rafael França
2015-12-30
1
-5
/
+5
|
\
\
\
\
|
*
|
|
|
Make `postgresql_version` public
Derek Prior
2015-12-30
1
-5
/
+5
*
|
|
|
|
Merge pull request #22241 from kamipo/add_columns_for_distinct_for_mysql57
Rafael França
2015-12-30
2
-5
/
+23
|
\
\
\
\
\
|
*
|
|
|
|
Add `columns_for_distinct` for MySQL 5.7 with ONLY_FULL_GROUP_BY
Ryuta Kamizono
2015-12-23
2
-2
/
+18
|
*
|
|
|
|
Avoid `distinct` if a subquery has already materialized
Ryuta Kamizono
2015-12-23
1
-3
/
+5
*
|
|
|
|
|
Merge pull request #22803 from kamipo/improve_select_one_in_mysql2_adapter
Rafael França
2015-12-30
1
-27
/
+9
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Remove outdated comment
Ryuta Kamizono
2015-12-27
1
-28
/
+0
|
*
|
|
|
|
|
Improve `select_one` in `Mysql2Adapter`
Ryuta Kamizono
2015-12-27
1
-0
/
+10
*
|
|
|
|
|
|
Merge pull request #22547 from kamipo/fix_create_table_info_cache
Rafael França
2015-12-29
1
-2
/
+6
|
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
Correctly cache create_table_info
Ryuta Kamizono
2015-12-17
1
-2
/
+6
[prev]
[next]