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
*
No need to get the exception variable
Rafael Mendonça França
2015-09-01
1
-6
/
+4
*
Merge pull request #21318 from yahonda/pr21108
Rafael Mendonça França
2015-09-01
2
-3
/
+7
|
\
|
*
Support MySQL 5.7.8 which enables show_compatibility_56=off
Yasuo Honda
2015-08-21
2
-3
/
+7
*
|
pg, `create_schema`, `drop_schema` and `rename_table` quote schema name.
Yves Senn
2015-08-28
2
-3
/
+8
*
|
pg docs, `connection.tables` does not use the `name` argument.
Yves Senn
2015-08-28
1
-1
/
+1
*
|
PostgreSQL, add `:if_exists` to `#drop_schema`.
Yves Senn
2015-08-28
1
-2
/
+2
*
|
JSON is still an adapter specific type.
Sean Griffin
2015-08-21
5
-3
/
+15
|
/
*
Merge pull request #21282 from sjain1107/added_docs
Yves Senn
2015-08-19
1
-0
/
+3
|
\
|
*
Added docs for TableDefinition #coloumns & #remove_column [ci skip]
sjain1107
2015-08-18
1
-0
/
+3
*
|
Add a native JSON data type support in MySQL
Ryuta Kamizono
2015-08-18
7
-50
/
+43
|
/
*
descriptive error message when fixtures contian a missing column.
Yves Senn
2015-08-13
1
-2
/
+6
*
Merge pull request #20459
Sean Griffin
2015-08-06
1
-0
/
+24
|
\
|
*
Add missing data types for ActiveRecord migrations
Mehmet Emin İNAÇ
2015-06-08
1
-0
/
+24
*
|
Should use `server_info[:version]` instead of `info[:version]`
Ryuta Kamizono
2015-08-04
1
-1
/
+1
*
|
Fixes documentation typo.
Дмитро Будник
2015-07-23
1
-2
/
+2
*
|
Ensure that microsecond precision is only used for version of mysql that supp...
Jori Hardman
2015-07-20
3
-17
/
+25
*
|
Freeze string literals when not mutated.
schneems
2015-07-19
1
-1
/
+1
*
|
Revert "Revert "Reduce allocations when running AR callbacks.""
Guo Xiang Tan
2015-07-16
1
-2
/
+2
*
|
Merge pull request #20699 from vngrs/foreign_key_with_table_name_suffix_and_p...
Rafael Mendonça França
2015-06-27
1
-1
/
+4
|
\
\
|
*
|
Add table name prefix and suffix support to add_foreign_key and remove_foreig...
Mehmet Emin İNAÇ
2015-06-25
1
-1
/
+4
*
|
|
Add reversible syntax for change_column_default
Prem Sichanugrist
2015-06-26
5
-6
/
+24
|
/
/
*
|
make `remove_index :table, :column` reversible.
Yves Senn
2015-06-15
1
-1
/
+1
*
|
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
[next]