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
/
CHANGELOG.md
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
Fix touching an invalid parent record for belongs_to
Olek Janiszewski
2013-02-26
1
-1
/
+6
*
|
|
Update CHANGELOGS
Rafael Mendonça França
2013-02-26
1
-5
/
+12
*
|
|
Merge pull request #9414 from senny/9275_order_with_symbol_and_join
Rafael Mendonça França
2013-02-26
1
-0
/
+9
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Expand order(:symbol) to "table".symbol to prevent broken queries on PG.
Yves Senn
2013-02-25
1
-0
/
+9
*
|
|
typo
Xavier Noria
2013-02-25
1
-1
/
+1
*
|
|
AR loads activerecord-deprecated_finders, no need to add it to the Gemfile
Xavier Noria
2013-02-25
1
-6
/
+5
*
|
|
New CHANGELOG entries always on top [ci skip]
Rafael Mendonça França
2013-02-25
1
-4
/
+4
*
|
|
Do not override attributes on `dup` by default scopes
Hiroshige Umino
2013-02-26
1
-0
/
+4
*
|
|
Preparing for 4.0.0.beta1 release
David Heinemeier Hansson
2013-02-25
1
-1
/
+1
*
|
|
some minor AR changelog modifications [ci skip]
Yves Senn
2013-02-25
1
-3
/
+7
|
/
/
*
|
Raising an ActiveRecordError when one tries to use .touch(name) on a new
wangjohn
2013-02-25
1
-0
/
+11
*
|
Improve AR changelog [ci skip]
Carlos Antonio da Silva
2013-02-24
1
-2
/
+2
*
|
don't apply invalid ordering when preloading hmt associations.
Yves Senn
2013-02-24
1
-0
/
+6
*
|
Merge pull request #9400 from senny/remove_auto_explain_threshold_in_seconds
Xavier Noria
2013-02-24
1
-0
/
+9
|
\
\
|
*
|
remove AR auto-explain (config.auto_explain_threshold_in_seconds)
Yves Senn
2013-02-24
1
-0
/
+9
*
|
|
Do not type cast all the database url values.
Rafael Mendonça França
2013-02-24
1
-3
/
+3
|
/
/
*
|
multiple actions for :on option with `after_commit` and `after_rollback`
Yves Senn
2013-02-21
1
-0
/
+8
*
|
ActiveRecord -> Active Record [ci skip]
Xavier Noria
2013-02-20
1
-1
/
+1
*
|
removes relation bang methods from the AR changelog [ci skip]
Xavier Noria
2013-02-20
1
-12
/
+0
*
|
puts a lambda around a default scope [ci skip]
Xavier Noria
2013-02-20
1
-1
/
+1
*
|
database.yml -> config/database.yml [ci skip]
Xavier Noria
2013-02-20
1
-1
/
+1
*
|
unify AR changelog entries [ci skip]
Yves Senn
2013-02-20
1
-4
/
+4
*
|
also rename indexes when a table or column is renamed
Yves Senn
2013-02-20
1
-0
/
+5
*
|
moves the new :nsec date format to the Active Support changelog [ci skip]
Xavier Noria
2013-02-20
1
-6
/
+1
*
|
reserve index name chars for internal rails operations
Yves Senn
2013-02-20
1
-0
/
+8
*
|
Merge pull request #9332 from wangjohn/adding_documentation_to_error_raising_...
Rafael Mendonça França
2013-02-20
1
-4
/
+2
|
\
\
|
*
|
Added comments about the check_empty_arguments method which is called
wangjohn
2013-02-20
1
-4
/
+2
*
|
|
Reduced memory leak problem in transactions by lazily updating AR objects wit...
wangjohn
2013-02-20
1
-0
/
+22
|
/
/
*
|
descriptive error message when AR adapter was not found. Closes #7313.
Yves Senn
2013-02-20
1
-1
/
+6
*
|
s/revertible/reversible/
Xavier Noria
2013-02-19
1
-1
/
+1
*
|
moves a CHANGELOG entry from AR to AP
Xavier Noria
2013-02-19
1
-4
/
+0
*
|
small tweaks in the AR CHANGELOG
Xavier Noria
2013-02-19
1
-4
/
+4
*
|
Raise an error when query methods have blank arguments, and when blank argume...
John J Wang
2013-02-19
1
-0
/
+11
*
|
Add CHANGELOG entry for 41ff6a10216f48f43605a1f9cd6094765cab750f
Andrew White
2013-02-17
1
-0
/
+40
*
|
don't cache invalid subsets when preloading hmt associations.
Yves Senn
2013-02-14
1
-0
/
+22
*
|
Don't call after_commit when creating through an association and save fails, ...
James Miller
2013-02-13
1
-0
/
+5
*
|
define Active Record Store accessors in a module
Sergey Nartimov
2013-02-11
1
-0
/
+12
*
|
Update activerecord/CHANGELOG.md
Guillermo Iguaran
2013-02-09
1
-1
/
+1
*
|
Reverting e170014113 (Change behaviour with empty hash in where clause)
Guillermo Iguaran
2013-02-08
1
-5
/
+0
*
|
Reverting 16f6f25 (Change behaviour with empty array in where clause)
Guillermo Iguaran
2013-02-08
1
-5
/
+0
*
|
Improve changelog entries in AR
Carlos Antonio da Silva
2013-02-08
1
-5
/
+6
*
|
Change behaviour with empty array in where clause
robertomiranda
2013-02-08
1
-0
/
+5
*
|
Change behaviour with empty hash in where clause
robertomiranda
2013-02-08
1
-0
/
+4
*
|
active_record: Quote numeric values compared to string columns.
Dylan Smith
2013-02-07
1
-0
/
+10
|
/
*
Add changelog entry for #9203 about schema dumper with db extensions
Carlos Antonio da Silva
2013-02-06
1
-0
/
+5
*
CHANGELOG review
Rafael Mendonça França
2013-01-31
1
-3
/
+3
*
DATABASE_URL parsing should turn numeric strings into numeric types, and
Aaron Stone
2013-01-31
1
-0
/
+12
*
Refactor to use each_key, remove extra spaces
Carlos Antonio da Silva
2013-01-28
1
-1
/
+1
*
Prevent Relation#merge from collapsing wheres on the RHS
Jon Leighton
2013-01-27
1
-0
/
+26
*
Fix handling of dirty time zone aware attributes
Lilibeth De La Cruz
2013-01-26
1
-0
/
+28
[prev]
[next]