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
*
"maybe" => "may be"
Waynn Lue
2015-05-21
1
-1
/
+1
*
Merge pull request #20219 from karanarora/Typo-fix
Santiago Pastorino
2015-05-20
1
-1
/
+1
|
\
|
*
typo fix [ci skip]
karanarora
2015-05-20
1
-1
/
+1
*
|
Merge pull request #20217 from amitsuroliya/fix_netaddr_link
Arun Agrawal
2015-05-20
1
-1
/
+1
|
\
\
|
*
|
Fix NetAddr link [ci skip]
amitkumarsuroliya
2015-05-20
1
-1
/
+1
*
|
|
Updated postgresql documentation link to use latest version [ci skip]
Ronak Jangir
2015-05-20
2
-5
/
+5
|
/
/
*
|
parent_reflection should store only a reflection object
Aaron Patterson
2015-05-19
2
-7
/
+9
*
|
Remove unused already require
Ryuta Kamizono
2015-05-19
3
-8
/
+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 #20187 from yui-knk/refactor/type_int
Rafael Mendonça França
2015-05-18
1
-3
/
+6
|
\
\
|
*
|
Refactoring `ActiveRecord::Type::Integer` limit
yui-knk
2015-05-18
1
-3
/
+6
*
|
|
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
|
|
/
/
*
|
|
Merge pull request #20082 from sh6khan/nested-attributes-docs
Eileen M. Uchitelle
2015-05-18
1
-0
/
+5
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
docs for updating nested attributes while creating parent record [ci
sh6khan
2015-05-18
1
-0
/
+5
*
|
|
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
3
-86
/
+407
|
\
\
|
*
|
AR::ConPool - remove synchronization around connection cache.
thedarkone
2015-05-14
2
-80
/
+304
|
*
|
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
3
-3
/
+0
*
|
|
Merge pull request #20113 from claudiob/remove-rails31-refs
Yves Senn
2015-05-14
2
-18
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
[ci skip] Remove comments about Rails 3.1
claudiob
2015-05-11
2
-18
/
+3
*
|
|
Merge pull request #20121 from matthewrudy/remove-sanitize-hash
Sean Griffin
2015-05-13
1
-3
/
+1
|
\
\
\
|
*
|
|
remove documentation for sanitize_sql_for_conditions with a Hash
Matthew Rudy Jacobs
2015-05-12
1
-2
/
+1
|
*
|
|
Remove call to sanitize_sql_hash_for_conditions
Matthew Rudy Jacobs
2015-05-12
1
-1
/
+0
|
|
/
/
*
|
|
invalid sti error message contains the full class name.
Yves Senn
2015-05-13
1
-1
/
+1
*
|
|
Merge branch 'sti-subclass-from-attributes' of https://github.com/agrobbin/ra...
Yves Senn
2015-05-13
1
-6
/
+8
|
\
\
\
|
*
|
|
allow setting of a demodulized class name when using STI
Alex Robbin
2015-05-11
1
-6
/
+8
*
|
|
|
:nodoc: postgresql add_column
Tony Miller
2015-05-13
1
-3
/
+1
*
|
|
|
Merge pull request #20126 from drcapulet/master
Rafael Mendonça França
2015-05-13
1
-9
/
+15
|
\
\
\
\
|
*
|
|
|
Add full set of MySQL CLI options to support SSL authentication when using db...
Alex Coomans
2015-05-12
1
-9
/
+15
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #20131 from vngrs/missing_doc_about_assign_attribute
Rafael Mendonça França
2015-05-12
1
-1
/
+2
|
\
\
\
\
|
*
|
|
|
Add more detailed comment about _assign_attribute method [ci skip]
Mehmet Emin İNAÇ
2015-05-13
1
-1
/
+2
|
|
/
/
/
*
/
/
/
Refactor abstract_mysql_adapter type_to_sql method
Mehmet Emin İNAÇ
2015-05-13
1
-21
/
+33
|
/
/
/
*
/
/
[ci skip] Fix comment, since Rails 3.1 is out
claudiob
2015-05-11
1
-2
/
+1
|
/
/
*
|
[ci skip] Stop explaining finders for Rails 3
claudiob
2015-05-10
1
-14
/
+2
*
|
[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
|
/
*
: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
*
|
copy-edits the docs of dump_schemas [ci skip]
Xavier Noria
2015-05-06
1
-3
/
+4
[next]