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
/
connection_adapters
Commit message (
Expand
)
Author
Age
Files
Lines
*
SQLite: Foreign Key Support
Ryuta Kamizono
2017-01-17
3
-3
/
+34
*
Translate Foreign Key violation to the specific exception for SQLite3 adapter
Ryuta Kamizono
2017-01-16
1
-0
/
+21
*
Fix pool_from_any_process to use most recent spec
eileencodes
2017-01-13
1
-1
/
+1
*
class Foo < Struct.new(:x) creates an extra unneeded anonymous class
Akira Matsuda
2017-01-13
1
-10
/
+6
*
Reduce string objects by using \ instead of + or << for concatenating strings
Akira Matsuda
2017-01-12
1
-3
/
+3
*
Optimizing information_schema query for `foreign_keys`
Ryuta Kamizono
2017-01-05
1
-0
/
+1
*
Revert "Merge pull request #21233 from mtsmfm/disable-referential-integrity-w...
Rafael Mendonça França
2017-01-03
2
-49
/
+4
*
Merge pull request #21233 from mtsmfm/disable-referential-integrity-without-s...
Rafael França
2017-01-03
2
-4
/
+49
|
\
|
*
Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p...
Fumiaki MATSUSHIMA
2016-12-03
2
-4
/
+49
*
|
Merge pull request #25522 from kamipo/fix_select_rows_method_signature_for_co...
Rafael França
2017-01-03
3
-20
/
+24
|
\
\
|
*
|
Fix `select_rows` method signature for consistency
Ryuta Kamizono
2017-01-04
3
-20
/
+24
*
|
|
Remove unneeded requires at active record
Rafael Mendonça França
2017-01-03
1
-2
/
+0
*
|
|
Deprecate passing `name` to `indexes` like `tables`
Ryuta Kamizono
2017-01-04
4
-2
/
+22
|
/
/
*
|
Compare deserialized values for `PostgreSQL::OID::Hstore` types
Jon Moss
2017-01-03
1
-0
/
+8
*
|
Consistently apply adapter behavior when serializing arrays
Sean Griffin
2017-01-03
2
-13
/
+41
*
|
Merge pull request #27435 from kamipo/follow_up_25307
Sean Griffin
2017-01-03
1
-2
/
+2
|
\
\
|
*
|
Active Record supports MySQL >= 5.1.10
Ryuta Kamizono
2016-12-22
1
-2
/
+2
*
|
|
Revert "Merge pull request #27528 from kamipo/extract_casted_booleans"
Kasper Timm Hansen
2017-01-01
1
-6
/
+14
*
|
|
Extract `casted_true`/`casted_false` for `Type::ImmutableString`
Ryuta Kamizono
2017-01-01
1
-14
/
+6
*
|
|
Dump array subtype options correctly
Ryuta Kamizono
2017-01-01
1
-1
/
+1
*
|
|
Merge pull request #27441 from koic/quoted_insert_version_sql
Kasper Timm Hansen
2016-12-31
1
-4
/
+4
|
\
\
\
|
*
|
|
Add a quote to an SQL insert statement of schema migration
Koichi ITO
2016-12-23
1
-4
/
+4
|
|
/
/
*
|
|
Remove deprecated `#insert_sql`, `#update_sql`, and `#delete_sql`
Ryuta Kamizono
2016-12-30
1
-6
/
+0
*
|
|
Remove deprecated support to query using commas on LIMIT
Rafael Mendonça França
2016-12-29
1
-6
/
+1
*
|
|
`#tables` and `#table_exists?` and returns only tables and not views
Rafael Mendonça França
2016-12-29
4
-69
/
+55
*
|
|
Remove deprecated `name` argument from `#tables`
Rafael Mendonça França
2016-12-29
4
-22
/
+4
*
|
|
Remove deprecated support to passing a column to #quote
Rafael Mendonça França
2016-12-29
1
-11
/
+1
*
|
|
Sync the visibility of `sql_for_insert` to private
Ryuta Kamizono
2016-12-29
1
-1
/
+1
*
|
|
Merge pull request #27402 from yui-knk/execute
Rafael França
2016-12-28
1
-1
/
+1
|
\
\
\
|
*
|
|
Use `#execute` instead of `@connection.query`
yui-knk
2016-12-19
1
-1
/
+1
|
|
/
/
*
|
|
Fix Rubocop violations and fix documentation visibility
Rafael Mendonça França
2016-12-28
7
-33
/
+33
*
|
|
AR::ConnectionAdapters::PostgreSQL::Name#parts is called from other instances
Akira Matsuda
2016-12-25
1
-4
/
+6
*
|
|
Privatize unneededly protected methods in Active Record
Akira Matsuda
2016-12-24
8
-66
/
+58
*
|
|
No need to nodoc private methods
Akira Matsuda
2016-12-24
2
-14
/
+14
*
|
|
Describe what we are protecting
Akira Matsuda
2016-12-23
2
-0
/
+4
|
/
/
*
|
Merge pull request #27329 from kamipo/simplify_unsigned_regex
Eileen M. Uchitelle
2016-12-17
1
-2
/
+1
|
\
\
|
*
|
Simplify the regex for `unsigned?` method
Ryuta Kamizono
2016-12-11
1
-2
/
+1
*
|
|
fix QueryCache nil dup
Richard Monette
2016-12-15
2
-3
/
+8
*
|
|
Merge pull request #27042 from kirs/yaml-schema-cache
Rafael França
2016-12-13
2
-0
/
+38
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Use YAML to serialize schema cache
Kir Shatrov
2016-11-27
2
-0
/
+38
*
|
|
Merge pull request #25227 from kamipo/numeric_value_out_of_range
Sean Griffin
2016-12-10
2
-0
/
+6
|
\
\
\
|
*
|
|
Translate numeric value out of range to the specific exception
Ryuta Kamizono
2016-12-06
2
-0
/
+6
*
|
|
|
Merge pull request #27278 from kamipo/should_be_sync_primary_key_definition
Sean Griffin
2016-12-08
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Should be sync the `primary_key` definition with actually created
Ryuta Kamizono
2016-12-06
1
-1
/
+1
*
|
|
|
|
[ci skip] Document regex change
Alex Kitchens
2016-12-06
1
-0
/
+1
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Translate NOT NULL violation to the specific exception
Ryuta Kamizono
2016-12-06
3
-0
/
+9
*
|
|
|
Merge pull request #26687 from kamipo/fix_add_index_to_normalize_options
Matthew Draper
2016-12-06
2
-0
/
+2
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Fix `add_index` to normalize column names and options
Ryuta Kamizono
2016-10-03
2
-1
/
+3
*
|
|
|
Merge pull request #27274 from kamipo/primary_key_with_auto_increment_and_bigint
Matthew Draper
2016-12-06
2
-3
/
+7
|
\
\
\
\
|
*
|
|
|
Make `:auto_increment` option works on `:bigint`
Ryuta Kamizono
2016-12-06
2
-3
/
+7
[next]