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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
[ci skip] Fix comment of `ActiveRecord::Associations#association_instance_get`
yui-knk
2015-05-11
1
-1
/
+1
*
|
|
change GeneratedFeatureMethods to GeneratedAssociationMethods in docs
Rob Looby
2015-05-08
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge pull request #20068 from mcfiredrill/nodoc-postgresql-rename-column
Yves Senn
2015-05-08
1
-1
/
+1
|
\
\
|
*
|
:nodoc: rename_column in postgresql/schema_statements.rb
Tony Miller
2015-05-08
1
-1
/
+1
*
|
|
remove duplicate test.
Yves Senn
2015-05-08
1
-10
/
+2
*
|
|
tests, extract helpers to modify global state.
Yves Senn
2015-05-07
1
-46
/
+55
|
/
/
*
|
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
*
|
|
copy-edits the docs of dump_schemas [ci skip]
Xavier Noria
2015-05-06
1
-3
/
+4
*
|
|
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
4
-2
/
+28
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Apply schema cache dump when creating connections
Eugene Kenny
2015-04-29
4
-2
/
+28
*
|
|
|
More exercise the create index sql tests
Ryuta Kamizono
2015-05-04
4
-4
/
+79
*
|
|
|
Do not use options that does not support
Ryuta Kamizono
2015-05-04
1
-4
/
+4
*
|
|
|
Merge pull request #19994 from kamipo/dump_indexes_in_create_table
Rafael Mendonça França
2015-05-03
3
-16
/
+21
|
\
\
\
\
|
*
|
|
|
Dump indexes in `create_table` instead of `add_index`
Ryuta Kamizono
2015-05-03
3
-16
/
+21
*
|
|
|
|
Merge pull request #17824 from yuki24/change-record-not-saved-and-not-destroy...
Rafael Mendonça França
2015-05-03
4
-5
/
+8
|
\
\
\
\
\
|
*
|
|
|
|
AR::RecordNotSaved & RecordNotDestroyed should include an error message
Yuki Nishijima
2015-05-01
4
-5
/
+8
*
|
|
|
|
|
Merge pull request #17569 from kamipo/dump_table_options
Rafael Mendonça França
2015-05-03
6
-0
/
+106
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Correctly dump `:options` on `create_table` for MySQL
Ryuta Kamizono
2015-05-03
6
-0
/
+106
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #19987 from kamipo/move_postgresql_specific_schema
Rafael Mendonça França
2015-05-03
2
-14
/
+11
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Move PostgreSQL specific schema to postgresql_specific_schema.rb
Ryuta Kamizono
2015-05-03
2
-14
/
+11
|
|
|
/
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge pull request #19978 from kamipo/collation_option_support_for_postgresql
Rafael Mendonça França
2015-05-03
10
-32
/
+116
|
\
\
\
\
\
\
|
*
|
|
|
|
|
PostgreSQL: `:collation` support for string and text columns
Ryuta Kamizono
2015-05-04
4
-3
/
+79
|
*
|
|
|
|
|
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
|
/
/
/
/
*
|
|
|
Merge pull request #19984 from mcfiredrill/nodoc-change-column-null
Yves Senn
2015-05-03
3
-3
/
+3
|
\
\
\
\
|
*
|
|
|
:nodoc: change_column_null in the implmenting adapters
Tony Miller
2015-05-03
3
-3
/
+3
|
|
/
/
/
*
/
/
/
Remove unused require
Ryuta Kamizono
2015-05-03
2
-2
/
+0
|
/
/
/
*
|
|
Merge pull request #19971 from thiagoaugusto/improve-activerecord-changelog
Yves Senn
2015-05-01
1
-1
/
+1
|
\
\
\
|
*
|
|
Improvement on Activerecord CHANGELOG
thiagoaugusto
2015-05-01
1
-1
/
+1
|
|
/
/
*
|
|
Update documentation to contain a 24 char token [ci skip]
Roberto Miranda
2015-05-01
1
-1
/
+1
*
|
|
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
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #19961 from prathamesh-sonpatki/pg-docs
Richard Schneeman
2015-04-30
2
-2
/
+5
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Added documentation for PostGreSQL database_statements [ci skip]
Prathamesh Sonpatki
2015-04-30
2
-2
/
+5
|
|
/
*
|
Merge pull request #19945 from thenickcox/migration_generator_docs
Zachary Scott
2015-04-28
1
-4
/
+5
|
\
\
|
|
/
|
/
|
|
*
[ci skip] Correct grammar, add docs to ActiveRecord migration generator
Nick Cox
2015-04-28
1
-4
/
+5
*
|
fixed typo
Benny Klotz
2015-04-28
1
-2
/
+2
*
|
Merge pull request #19546 from DianthuDia/fix_unscope_for_less_than
Yves Senn
2015-04-28
3
-1
/
+17
|
\
\
|
*
|
Fix unscope for less than
TAKAHASHI Kazuaki
2015-03-27
2
-1
/
+13
[prev]
[next]