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
*
assigning '0.0' to a nullable numeric column does not make it dirty
Yves Senn
2013-03-05
1
-0
/
+12
*
Fixed typo in active record's changelog
Dimko
2013-03-04
1
-3
/
+3
*
Use 1.9 hash style in changelog and doc examples [ci skip]
Carlos Antonio da Silva
2013-03-04
1
-3
/
+3
*
Created an unscope method for removing relations from a chain of
wangjohn
2013-03-03
1
-0
/
+16
*
Merge pull request #9431 from troyk/patch-2
Andrew White
2013-03-02
1
-0
/
+5
|
\
|
*
Fix PostgreSQL TIMESTAMP WITH TIME ZONE to return ActiveSupport::Time
Troy Kruthoff
2013-03-01
1
-0
/
+5
*
|
deal with `#append` and `#prepend` on association collections.
Yves Senn
2013-03-01
1
-4
/
+10
|
/
*
Support creating a table migration generator
Sammy Larbi
2013-03-01
1
-1
/
+12
*
Improve the CHANGELOG entry
Rafael Mendonça França
2013-02-28
1
-2
/
+3
*
Wrong exception is occured when raising no translatable exception
kennyj
2013-03-01
1
-0
/
+5
*
Support PostgreSQL specific column types when using `change_table`.
Yves Senn
2013-02-28
1
-0
/
+12
*
Revert "Merge pull request #9207 from dylanahsmith/mysql-quote-numeric"
Steve Klabnik
2013-02-27
1
-0
/
+4
*
Merge pull request #9218 from Fivell/master
Carlos Antonio da Silva
2013-02-27
1
-0
/
+8
|
\
|
*
fix db_runtime attribute value after raising ActionView::MissingTemplate exc...
Igor
2013-02-27
1
-0
/
+8
*
|
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
[next]