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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ensure aliased attributes passed to `select` are quoted if using `from`
Sean Griffin
2015-09-21
1
-1
/
+1
*
We still need the `Helpers` constant in the `ActiveRecord` namespace
Sean Griffin
2015-09-21
1
-0
/
+1
*
Simplify the implementation of Active Model's type registry
Sean Griffin
2015-09-21
1
-6
/
+11
*
Various stylistic nitpicks
Sean Griffin
2015-09-21
6
-42
/
+40
*
`TypeMap` and `HashLookupTypeMap` shouldn't be in Active Model
Sean Griffin
2015-09-21
3
-4
/
+90
*
Move ActiveRecord::Type to ActiveModel
Kir Shatrov
2015-09-21
28
-825
/
+78
*
Merge pull request #21693 from joshuapinter/patch-1
Jeremy Daer
2015-09-20
1
-0
/
+2
|
\
|
*
Add title for key lengths for multiple keys.
Joshua Pinter
2015-09-20
1
-0
/
+2
*
|
Merge pull request #20009 from kamipo/foreign_keys_in_create
Jeremy Daer
2015-09-20
2
-17
/
+25
|
\
\
|
*
|
Support for foreign keys in create table
Ryuta Kamizono
2015-09-20
2
-17
/
+25
|
|
/
*
/
Refactor `table_exists?` in AbstractMysqlAdapter
Ryuta Kamizono
2015-09-20
1
-18
/
+9
|
/
*
Merge pull request #17696 from kamipo/unsigned_integer_support
Jeremy Daer
2015-09-19
1
-4
/
+49
|
\
|
*
Add `unsigned` types for numeric data types in MySQL
Ryuta Kamizono
2015-09-18
1
-0
/
+21
|
*
Add `unsigned` support for numeric data types in MySQL
Ryuta Kamizono
2015-09-18
1
-4
/
+28
*
|
Merge pull request #19086 from kamipo/move_explain_into_abstract_mysql_adapter
Jeremy Daer
2015-09-19
3
-78
/
+86
|
\
\
|
*
|
Move `explain` into `AbstractMysqlAdapter`
Ryuta Kamizono
2015-03-01
3
-78
/
+86
*
|
|
Merge pull request #20645 from kamipo/fix_mysql_set_type_bug
Jeremy Daer
2015-09-19
1
-1
/
+6
|
\
\
\
|
*
|
|
Fix infinite loop and lookup miss when `SET` type includes other types
Ryuta Kamizono
2015-06-20
1
-1
/
+6
*
|
|
|
Merge pull request #21589 from kamipo/eliminate_duplicated_visit_table_defini...
Jeremy Daer
2015-09-19
2
-16
/
+6
|
\
\
\
\
|
*
|
|
|
Eliminate the duplication code of `visit_TableDefinition`
Ryuta Kamizono
2015-09-16
2
-18
/
+13
*
|
|
|
|
Merge pull request #21609 from kamipo/do_not_dump_view_as_table
Jeremy Daer
2015-09-19
5
-1
/
+67
|
\
\
\
\
\
|
*
|
|
|
|
Do not dump a view as a table in sqlite3, mysql and mysql2 adapters
Ryuta Kamizono
2015-09-13
1
-1
/
+1
|
*
|
|
|
|
Add `#views` and `#view_exists?` methods on connection adapters
Ryuta Kamizono
2015-09-13
4
-0
/
+66
*
|
|
|
|
|
Merge pull request #21607 from kamipo/remove_unnecessary_display_width
Jeremy Daer
2015-09-19
4
-9
/
+10
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Remove unnecessary display width
Ryuta Kamizono
2015-09-16
4
-9
/
+10
|
|
|
/
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge pull request #21608 from kamipo/eliminate_duplicated_options_include_de...
Jeremy Daer
2015-09-19
2
-10
/
+8
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Eliminate the duplicated `options_include_default?` method
Ryuta Kamizono
2015-09-13
2
-10
/
+8
|
|
|
/
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge pull request #21664 from kamipo/reduce_call_create_table_info
Jeremy Daer
2015-09-19
1
-2
/
+7
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Reduce the calling `create_table_info` query
Ryuta Kamizono
2015-09-18
1
-2
/
+7
*
|
|
|
|
|
|
Merge pull request #21614 from kamipo/correctly_dump_composite_primary_key
Jeremy Daer (Kemper)
2015-09-19
7
-36
/
+75
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Correctly dump composite primary key
Ryuta Kamizono
2015-09-20
7
-36
/
+75
*
|
|
|
|
|
|
|
Remove `@connection` in `StatementPool`
Ryuta Kamizono
2015-09-20
4
-8
/
+6
*
|
|
|
|
|
|
|
Replaced `ThreadSafe::Map` with successor `Concurrent::Map`.
Jerry D'Antonio
2015-09-19
3
-11
/
+11
|
/
/
/
/
/
/
/
*
|
|
|
|
|
|
Merge pull request #21650 from mcfiredrill/nodoc-raw-write-attribute
Arthur Nogueira Neves
2015-09-19
1
-1
/
+1
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
nodoc raw_write_attribute
Tony Miller
2015-09-19
1
-1
/
+1
*
|
|
|
|
|
|
|
Merge pull request #21666 from ronakjangir47/enum_refactoring
Godfrey Chan
2015-09-18
1
-21
/
+13
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
DRY enum conflict detection
Ronak Jangir
2015-09-18
1
-21
/
+13
*
|
|
|
|
|
|
|
|
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2015-09-18
2
-2
/
+2
|
\
|
|
|
|
|
|
|
|
|
|
_
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
[ci skip] Fix module name of document
yui-knk
2015-09-17
1
-1
/
+1
|
*
|
|
|
|
|
|
[ci skip] Replace double spaces with single space
yui-knk
2015-09-17
1
-1
/
+1
*
|
|
|
|
|
|
|
File encoding is defaulted to utf-8 in Ruby >= 2.1
Akira Matsuda
2015-09-18
2
-3
/
+0
*
|
|
|
|
|
|
|
D HH => D H H
Akira Matsuda
2015-09-18
1
-1
/
+1
*
|
|
|
|
|
|
|
Merge pull request #21654 from yui-knk/fix/doc_api
Arthur Nogueira Neves
2015-09-17
1
-7
/
+1
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
[ci skip] Remove useless "@api public/private"
yui-knk
2015-09-17
1
-7
/
+1
*
|
|
|
|
|
|
|
|
Merge pull request #21581 from ronakjangir47/restrict_with_error
Yves Senn
2015-09-17
2
-2
/
+2
|
\
\
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
`restrict_with_error` message will now respect owner’s human name in any lo...
Ronak Jangir
2015-09-12
2
-2
/
+2
*
|
|
|
|
|
|
|
|
Merge pull request #21637 from amitsuroliya/doc_fixes
Kasper Timm Hansen
2015-09-17
1
-2
/
+2
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
Improved ActiveRecord Connection Pool docs [ci skip]
amitkumarsuroliya
2015-09-17
1
-2
/
+2
|
|
|
_
|
_
|
_
|
_
|
/
/
/
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
s/Github/GitHub/
Akira Matsuda
2015-09-17
1
-1
/
+1
*
|
|
|
|
|
|
|
|
Merge pull request #21646 from schneems/schneems/no-hardcoded-ignored-lines-i...
Richard Schneeman
2015-09-16
1
-1
/
+1
|
\
\
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
|
[next]