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
*
Merge pull request #20226 from EpicH0liday/reversible-remove-foreign-key
Yves Senn
2015-06-12
1
-1
/
+5
|
\
|
*
Add an invert method for remove_foreign_key
Aster Ryan
2015-06-11
1
-1
/
+6
|
/
*
Correctly handle array columns with defaults in the schema dumper
Sean Griffin
2015-06-11
1
-0
/
+5
*
Merge pull request #20448 from sgrif/sg-postgresql-point-type
Sean Griffin
2015-06-07
3
-0
/
+53
|
\
|
*
Return a `Point` object from the PG Point type
Sean Griffin
2015-06-05
3
-0
/
+53
*
|
A few documentation tweaks [ci skip]
Robin Dupret
2015-06-07
1
-1
/
+1
|
/
*
Fixed typos in guide
manish-shrivastava
2015-06-01
1
-1
/
+1
*
Add collation support for string and text columns in SQLite3
Akshay Vishnoi
2015-05-28
2
-4
/
+66
*
If specify `strict: :default` explicitly, do not set sql_mode.
Ryuta Kamizono
2015-05-26
1
-2
/
+4
*
Updated postgresql documentation link to use latest version [ci skip]
Ronak Jangir
2015-05-20
2
-5
/
+5
*
Remove unused already require
Ryuta Kamizono
2015-05-19
2
-7
/
+0
*
Remove `require 'arel/visitors/bind_visitor'`
Ryuta Kamizono
2015-05-19
3
-4
/
+0
*
Merge pull request #20212 from kamipo/avoid_heredoc
Rafael Mendonça França
2015-05-19
1
-20
/
+5
|
\
|
*
Avoid the heredoc in one line queries and simple queries
Ryuta Kamizono
2015-05-19
1
-20
/
+5
*
|
Eliminate the duplication code of `StatementPool`
Ryuta Kamizono
2015-05-19
4
-92
/
+36
|
/
*
Merge pull request #20175 from eugeneius/copy_schema_cache_after_fork
Rafael Mendonça França
2015-05-18
1
-1
/
+3
|
\
|
*
Add schema cache to new connection pool after fork
Eugene Kenny
2015-05-17
1
-1
/
+3
*
|
Merge pull request #20192 from kamipo/divide_to_column_options_handling_methods
Rafael Mendonça França
2015-05-18
2
-10
/
+34
|
\
\
|
*
|
Divide methods for handling column options separately
Ryuta Kamizono
2015-05-18
2
-10
/
+34
|
|
/
*
|
Merge pull request #20190 from kamipo/fix_serial_with_quoted_sequence_name
Rafael Mendonça França
2015-05-18
1
-1
/
+2
|
\
\
|
*
|
Fix `serial?` with quoted sequence name
Ryuta Kamizono
2015-05-18
1
-1
/
+2
|
|
/
*
/
better `add_reference` documentation. [ci skip]
Yves Senn
2015-05-18
2
-20
/
+18
|
/
*
Merge pull request #14938 from thedarkone/pool-lock-fix
Matthew Draper
2015-05-16
2
-85
/
+406
|
\
|
*
AR::ConPool - remove synchronization around connection cache.
thedarkone
2015-05-14
1
-79
/
+303
|
*
AR::ConPool - establish connections outside of critical section.
thedarkone
2015-05-14
1
-27
/
+101
|
*
AR::ConPool - reduce post checkout critical section.
thedarkone
2015-05-14
2
-13
/
+35
*
|
Remove redundant require 'set' lines
Mehmet Emin İNAÇ
2015-05-15
2
-2
/
+0
|
/
*
:nodoc: postgresql add_column
Tony Miller
2015-05-13
1
-3
/
+1
*
Refactor abstract_mysql_adapter type_to_sql method
Mehmet Emin İNAÇ
2015-05-13
1
-21
/
+33
*
:nodoc: rename_column in postgresql/schema_statements.rb
Tony Miller
2015-05-08
1
-1
/
+1
*
Merge pull request #20047 from mcfiredrill/make-subquery-for-private
Rafael Mendonça França
2015-05-06
1
-13
/
+13
|
\
|
*
make AbstractAdapter#subquery_for private
Tony Miller
2015-05-06
1
-13
/
+13
*
|
Merge pull request #20025 from kamipo/dont_use_exec_query_for_performance
Matthew Draper
2015-05-05
2
-22
/
+17
|
\
\
|
*
|
Use `select_value` for avoid `ActiveRecord::Result` instance creating
Ryuta Kamizono
2015-05-05
2
-22
/
+17
*
|
|
Merge pull request #20024 from kamipo/use_select_rows_instead_of_select_one_i...
Matthew Draper
2015-05-05
1
-2
/
+3
|
\
\
\
|
*
|
|
Use `select_rows` instead of `select_one` in `select_value`
Ryuta Kamizono
2015-05-05
1
-2
/
+3
|
|
/
/
*
|
|
Merge pull request #17632 from eugeneius/schema_cache_dump_connection_pool
Aaron Patterson
2015-05-04
2
-2
/
+12
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Apply schema cache dump when creating connections
Eugene Kenny
2015-04-29
2
-2
/
+12
*
|
|
More exercise the create index sql tests
Ryuta Kamizono
2015-05-04
2
-4
/
+5
*
|
|
Do not use options that does not support
Ryuta Kamizono
2015-05-04
1
-4
/
+4
*
|
|
Merge pull request #17569 from kamipo/dump_table_options
Rafael Mendonça França
2015-05-03
2
-0
/
+14
|
\
\
\
|
*
|
|
Correctly dump `:options` on `create_table` for MySQL
Ryuta Kamizono
2015-05-03
2
-0
/
+14
*
|
|
|
Merge pull request #19978 from kamipo/collation_option_support_for_postgresql
Rafael Mendonça França
2015-05-03
8
-32
/
+52
|
\
\
\
\
|
*
|
|
|
PostgreSQL: `:collation` support for string and text columns
Ryuta Kamizono
2015-05-04
2
-3
/
+15
|
*
|
|
|
Move the collation handling code from the MySQL adapter to common classes
Ryuta Kamizono
2015-05-04
7
-29
/
+37
*
|
|
|
|
Merge pull request #19989 from kamipo/change_visit_addcolumn_visibilty
Rafael Mendonça França
2015-05-03
3
-11
/
+14
|
\
\
\
\
\
|
*
|
|
|
|
Change the `visit_AddColumn` visiblity for the internal API
Ryuta Kamizono
2015-05-03
3
-11
/
+14
*
|
|
|
|
|
Missing `:bigint` [ci skip]
Ryuta Kamizono
2015-05-04
1
-1
/
+1
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Merge pull request #19988 from kamipo/move_comment_about_microseconds
Zachary Scott
2015-05-03
2
-2
/
+3
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
Move comment about microseconds [ci skip]
Ryuta Kamizono
2015-05-03
2
-2
/
+3
|
|
/
/
/
[next]