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
*
Merge pull request #12918 from versioncontrol/rails-12866
Rafael Mendonça França
2013-11-16
1
-0
/
+4
|
\
|
*
Checks to see if the record contains the foreign_key to set the inverse autom...
Edo Balvers
2013-11-16
1
-0
/
+4
*
|
Merge pull request #12531 from iamvery/database-tasks-exit-status
Rafael Mendonça França
2013-11-15
1
-0
/
+4
|
\
\
|
*
|
Explicitly exit with status "1" for create and drop failures
Jay Hayes
2013-11-11
1
-0
/
+4
*
|
|
Fix AR Changelog examples and improve syntax highlight [ci skip]
Carlos Antonio da Silva
2013-11-14
1
-12
/
+12
*
|
|
Add AR::Base.to_param for convenient "pretty" URLs derived from a model's att...
Javan Makhmali
2013-11-14
1
-0
/
+14
*
|
|
add #no_touching on ActiveRecord models
Damien Mathieu
2013-11-13
1
-0
/
+10
*
|
|
Prevent the counter cache from being decremented twice
dm1try
2013-11-11
1
-0
/
+7
*
|
|
Unifies mysql and mysql2 casting of booleans.
Yves Senn
2013-11-11
1
-0
/
+7
*
|
|
tidy Active Record CHANGELOG. [ci skip].
Yves Senn
2013-11-11
1
-1
/
+3
*
|
|
Fixes problem with replacing has_one association record with itself
Denis Redozubov
2013-11-11
1
-0
/
+6
*
|
|
Improve changelogs formatting [ci skip]
Carlos Antonio da Silva
2013-11-09
1
-8
/
+8
*
|
|
log bind variables after they were type casted.
Yves Senn
2013-11-09
1
-0
/
+9
*
|
|
revised changelog comment to be less than 80 chars
Jason Ayre
2013-11-07
1
-2
/
+2
*
|
|
add autoload :TransactionState to fix Marshal.load issues
Jason Ayre
2013-11-07
1
-0
/
+5
|
|
/
|
/
|
*
|
Fix changelog indent [ci skip]
Carlos Antonio da Silva
2013-11-04
1
-6
/
+6
*
|
Revert "ActiveRecord::Base#<=> has been removed. Primary keys may not be in ...
David Heinemeier Hansson
2013-11-02
1
-12
/
+0
*
|
Added ActiveRecord::QueryMethods#rewhere which will overwrite an existing, na...
David Heinemeier Hansson
2013-11-02
1
-0
/
+10
*
|
unscope now works on default_scope after 94924dc32baf78f13e289172534c2e71c9c8...
Rafael Mendonça França
2013-11-02
1
-5
/
+8
*
|
Extend ActiveRecord::Base#cache_key to take an optional list of timestamp att...
David Heinemeier Hansson
2013-11-02
1
-0
/
+10
*
|
Fix to work on Ruby 1.9.3, example and changelog improvements
Carlos Antonio da Silva
2013-11-02
1
-24
/
+24
*
|
Added ActiveRecord::Base#enum for declaring enum attributes where the values ...
David Heinemeier Hansson
2013-11-02
1
-0
/
+25
*
|
Fix wrong behavior where associations with dependent: :destroy options
Rafael Mendonça França
2013-11-01
1
-2
/
+2
*
|
no need for a CHANGELOG entry. [ci skip].
Yves Senn
2013-10-30
1
-7
/
+1
*
|
fix code typo in `MysqlAdapter` .Closes #12647.
Yves Senn
2013-10-30
1
-0
/
+6
*
|
short arrays in inspect
Jan Bernacki
2013-10-30
1
-0
/
+4
*
|
Fix typo
David Heinemeier Hansson
2013-10-27
1
-1
/
+1
*
|
Merge pull request #12578 from jeradphelps/configurable_schema_migrations_tab...
Rafael Mendonça França
2013-10-27
1
-0
/
+4
|
\
\
|
*
|
added schema_migrations_table_name to ActiveRecord::Base in order that the na...
Jerad Phelps
2013-10-27
1
-0
/
+4
*
|
|
Skip `include_values` from through associations chains for building target scope
Paul Nikitochkin
2013-10-27
1
-0
/
+24
*
|
|
cast json values on write to be consistent with reading from the db.
Severin Schoepke
2013-10-25
1
-0
/
+15
*
|
|
`ActiveRecord::Store` works together with PG `hstore` columns.
Yves Senn
2013-10-25
1
-0
/
+5
*
|
|
`stored_attributes` need to be specific to a subclass.
Yves Senn
2013-10-25
1
-0
/
+6
*
|
|
Merge pull request #12621 from laurocaetano/fix_has_one_association_with_prim...
Rafael Mendonça França
2013-10-24
1
-0
/
+6
|
\
\
\
|
*
|
|
Save association when primary key is manually set
laurocaetano
2013-10-24
1
-0
/
+6
*
|
|
|
Add CHANGELOG entry for #12635 [ci skip]
Rafael Mendonça França
2013-10-24
1
-0
/
+4
*
|
|
|
minor Active Record CHANGELOG cleanup. [ci skip].
Yves Senn
2013-10-22
1
-3
/
+3
*
|
|
|
Merge pull request #12588 from jetthoughts/12586_subquery_with_unprepared_sql
Rafael Mendonça França
2013-10-21
1
-2
/
+11
|
\
\
\
\
|
*
|
|
|
Process sub-query relation's binding values
Paul Nikitochkin
2013-10-20
1
-0
/
+9
*
|
|
|
|
Fix loading a sql structure file on postgres when the file's path has whitesp...
Kevin Mook
2013-10-21
1
-0
/
+5
*
|
|
|
|
Allow unscope to work with `where.not`
Eric Hankins
2013-10-21
1
-0
/
+8
*
|
|
|
|
Raise an exception when model without primary key calls .find_with_ids
Shimpei Makimoto
2013-10-21
1
-0
/
+4
|
|
/
/
/
|
/
|
|
|
*
|
|
|
In Relation#empty? use #exists? instead of #count.
Szymon Nowak
2013-10-19
1
-0
/
+4
|
/
/
/
*
/
/
Convert Fixnum into String the port number in MySQL
Kenta Okamoto
2013-10-18
1
-0
/
+4
|
/
/
*
|
Fix code blocks identation on AR and AS CHANGELOGs
Lucas Mazza
2013-10-16
1
-6
/
+6
*
|
Merge pull request #12547 from derekprior/dp-fix-null-relation-pluck
Rafael Mendonça França
2013-10-15
1
-0
/
+7
|
\
\
|
*
|
Pluck on NullRelation accepts a list of columns
Derek Prior
2013-10-15
1
-0
/
+7
*
|
|
grammar fix (reverted in e9a1ecd)
Vijay Dev
2013-10-15
1
-1
/
+1
|
/
/
*
|
scope_chain should not be mutated for other reflections
Neeraj Singh
2013-10-14
1
-0
/
+13
*
|
Merge pull request #9499 from dmitry/inverse_instance_should_not_be_reloaded_...
Rafael Mendonça França
2013-10-14
1
-0
/
+6
|
\
\
|
|
/
|
/
|
[next]