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 the `collection.clear` guide
Roque Pinel
2015-06-02
1
-7
/
+8
*
Skip test that fails from outdated sqlite3 on travis
Sean Griffin
2015-06-02
1
-7
/
+9
*
Fix postgresql DISTINCT requirement in pluck test
Kevin Deisz
2015-06-02
1
-2
/
+2
*
Merge pull request #20405 from manish-shrivastava/master
Rafael Mendonça França
2015-06-01
1
-1
/
+1
|
\
|
*
Fixed typos in guide
manish-shrivastava
2015-06-01
1
-1
/
+1
*
|
Merge pull request #20362 from kddeisz/enumerable_pluck
Rafael Mendonça França
2015-06-01
2
-0
/
+25
|
\
\
|
|
/
|
/
|
|
*
Allow Enumerable#pluck to take a splat.
Kevin Deisz
2015-05-29
2
-0
/
+25
*
|
Merge pull request #20386 from yoongkang/circular_import
Rafael Mendonça França
2015-06-01
1
-1
/
+0
|
\
\
|
*
|
Fix circular import warning on build
Yoong Kang Lim
2015-05-31
1
-1
/
+0
*
|
|
Map :bigint as NUMBER(19) sql_type by using `:limit => 19` for Oracle
Yasuo Honda
2015-06-01
2
-2
/
+6
*
|
|
minor formatting changes in changelogs. [ci skip]
Yves Senn
2015-05-31
1
-6
/
+6
|
/
/
*
|
Ensure symbols passed to `select` are always quoted
Sean Griffin
2015-05-30
3
-9
/
+36
*
|
Add docs and changelog entry for 73aab03 [ci skip]
Sean Griffin
2015-05-30
2
-1
/
+15
*
|
Add CHANGELOG entry for #17654 [ci skip]
Ryuta Kamizono
2015-05-30
1
-0
/
+13
|
/
*
Merge pull request #20364 from ernie/update-serialize-docs
Sean Griffin
2015-05-29
1
-0
/
+9
|
\
|
*
Update docs for ActiveRecord `serialize`
Ernie Miller
2015-05-29
1
-0
/
+9
|
/
*
Fix the shadowing warning for `reflection`
Roque Pinel
2015-05-28
1
-2
/
+2
*
Persist user provided default values, even if unchanged
Sean Griffin
2015-05-28
4
-27
/
+21
*
Allow proc defaults with the Attributes API
Sean Griffin
2015-05-28
3
-1
/
+36
*
Merge pull request #20331 from arunagw/arunagw-remove-unused-package-tasks
Rafael Mendonça França
2015-05-28
1
-7
/
+0
|
\
|
*
Remove unused package tasks
Arun Agrawal
2015-05-28
1
-7
/
+0
*
|
Give credit to extra contributor for Base.reload fix
Shane Hender
2015-05-28
1
-2
/
+2
|
/
*
Merge pull request #20196 from huoxito/preload-association-and-merges
Rafael Mendonça França
2015-05-28
2
-2
/
+50
|
\
|
*
Properly append preload / includes args on Merger
Washington Luiz
2015-05-28
2
-2
/
+50
*
|
Merge pull request #20041 from akshay-vishnoi/sqlite_collation
Rafael Mendonça França
2015-05-28
6
-9
/
+139
|
\
\
|
*
|
Add collation support for string and text columns in SQLite3
Akshay Vishnoi
2015-05-28
6
-9
/
+139
*
|
|
Add test to 57daaef
Rafael Mendonça França
2015-05-28
1
-1
/
+1
*
|
|
Allow Relation#compact using delegation
Jordan Raine
2015-05-28
1
-1
/
+1
|
/
/
*
|
Merge pull request #20171 from georgeclaghorn/enums-in-fixtures
Rafael Mendonça França
2015-05-27
6
-32
/
+64
|
\
\
|
*
|
Resolve enums in test fixtures
George Claghorn
2015-05-27
6
-32
/
+64
*
|
|
Merge pull request #19886 from henders/henders/reload_wipe_query_cache
Rafael Mendonça França
2015-05-27
3
-1
/
+34
|
\
\
\
|
*
|
|
Cause ActiveRecord::Base::reload to also ignore the QueryCache.
Shane Hender
2015-04-28
2
-1
/
+30
*
|
|
|
Merge pull request #17654 from kamipo/strict_mode_explicitly
Rafael Mendonça França
2015-05-27
3
-2
/
+22
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
If specify `strict: :default` explicitly, do not set sql_mode.
Ryuta Kamizono
2015-05-26
3
-2
/
+22
*
|
|
|
Merge pull request #20269 from wojobucco/master
Rafael Mendonça França
2015-05-27
3
-4
/
+9
|
\
\
\
\
|
*
|
|
|
Changed mysqldump to include sprocs and functions
Jonathan Worek
2015-05-22
2
-4
/
+5
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge pull request #20262 from arunagw/aa-remove-broken-unused-release-task
Yves Senn
2015-05-27
1
-9
/
+0
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Remove broken and unused release task
Arun Agrawal
2015-05-22
1
-9
/
+0
|
|
/
/
*
|
|
add `extend` option on `has_and_belongs_to_many`.
keepcosmos
2015-05-26
3
-1
/
+20
*
|
|
Remove unused variable
Arun Agrawal
2015-05-26
1
-1
/
+1
*
|
|
deprecate `Relation#uniq` use `Relation#distinct` instead.
Yves Senn
2015-05-26
12
-31
/
+52
*
|
|
Remove `.superclass_delegating_accessor`. Refer #14271
Akshay Vishnoi
2015-05-24
1
-1
/
+0
|
/
/
*
|
"maybe" => "may be"
Waynn Lue
2015-05-21
1
-1
/
+1
*
|
updated Inline format at activerecord rdoc
Manish shrivastava
2015-05-20
1
-2
/
+2
*
|
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
3
-6
/
+6
|
/
/
/
*
|
|
parent_reflection should store only a reflection object
Aaron Patterson
2015-05-19
2
-7
/
+9
[next]