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
*
: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
|
|
/
/
/
*
|
|
|
gem 'mysql2', '~> 0.3.18'
Ryuta Kamizono
2015-05-04
1
-1
/
+1
*
|
|
|
`:nodoc:` postgresql's change_column
Tony Miller
2015-05-03
1
-2
/
+1
|
/
/
/
*
/
/
:nodoc: change_column_null in the implmenting adapters
Tony Miller
2015-05-03
3
-3
/
+3
|
/
/
*
|
Merge pull request #19962 from prathamesh-sonpatki/nodoc-validate-index-length
Yves Senn
2015-04-30
1
-1
/
+1
|
\
\
|
*
|
Nodoc validate_index_length! method
Prathamesh Sonpatki
2015-04-30
1
-1
/
+1
|
|
/
*
/
Added documentation for PostGreSQL database_statements [ci skip]
Prathamesh Sonpatki
2015-04-30
2
-2
/
+5
|
/
*
Don't document internal monkey patch for mysql gem [ci skip]
Zachary Scott
2015-04-26
1
-1
/
+3
*
use a more descriptive example. [ci skip]
Yves Senn
2015-04-24
1
-6
/
+4
*
docs for `create_table` and non-int primary keys. [ci skip]
Yves Senn
2015-04-24
1
-0
/
+17
*
Fix missing index when using timestamps with index
Paul Mucur
2015-04-15
1
-0
/
+1
*
Document that partial indexes are only supported by Postgres and SQLite.
Grey Baker
2015-04-13
1
-0
/
+2
*
Add a note regarding add_column restricted API [ci skip]
Zachary Scott
2015-04-12
1
-0
/
+4
*
fix documentation for SchemaStatements#add_foreign_key
Simon Stemplinger
2015-04-08
1
-2
/
+2
*
Merge pull request #17574 from kamipo/charset_collation_options
Jeremy Kemper
2015-04-07
2
-0
/
+39
|
\
|
*
Add `:charset` and `:collation` options support for MySQL string and text col...
Ryuta Kamizono
2015-03-06
2
-0
/
+39
*
|
Merge pull request #19448 from tgxworld/fix_activesupport_callbacks_clash_on_run
Rafael Mendonça França
2015-04-06
1
-2
/
+2
|
\
\
|
*
|
Revert "Reduce allocations when running AR callbacks."
Guo Xiang Tan
2015-03-22
1
-2
/
+2
*
|
|
No need to document drop_table in the PostgreSQLAdapter
Rafael Mendonça França
2015-04-06
3
-9
/
+8
*
|
|
change the explanation of :if_exists option [ci skip]
Mehmet Emin İNAÇ
2015-04-06
2
-2
/
+2
*
|
|
drop_table method documentation for mysql and postgresql adapters [ci skip]
Mehmet Emin İNAÇ
2015-04-06
2
-0
/
+19
*
|
|
use singular table name if pluralize_table_names is setted as false while cre...
Mehmet Emin İNAÇ
2015-04-06
2
-2
/
+5
*
|
|
Freeze static arguments for gsub
brainopia
2015-04-02
2
-3
/
+3
*
|
|
Prefer string patterns for gsub
brainopia
2015-04-02
2
-2
/
+2
*
|
|
Make method as nodoc since we are already docummenting at AbstractAdapter
Rafael Mendonça França
2015-03-31
1
-1
/
+1
*
|
|
Reduce memory usage when loading types in PG
Sean Griffin
2015-03-29
2
-8
/
+26
*
|
|
PostgreSQL, Use ruby-pg's built-in capabilities for array en-/decoding in C.
Lars Kanis
2015-03-25
3
-147
/
+10
*
|
|
PostgreSQL, Add input type casts for primitive types.
Lars Kanis
2015-03-25
1
-0
/
+10
*
|
|
PostgreSQL, Fix OID based type casts in C for primitive types.
Lars Kanis
2015-03-25
3
-10
/
+10
*
|
|
[ci skip] Remove unacceptable method name
yui-knk
2015-03-24
1
-1
/
+1
[next]