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
*
`rake db:create` does not change permissions of root user.
Yves Senn
2013-03-17
1
-0
/
+5
*
sets limit 191 for schema_migrations#version in mysql2 if the encoding is "ut...
Xavier Noria
2013-03-17
1
-0
/
+15
*
fixes markup of the CHANGELOG entry from 455d710
Xavier Noria
2013-03-16
1
-14
/
+14
*
If a counter_cache is defined, then using update_attributes and changing
John Wang
2013-03-15
1
-0
/
+26
*
make it possible to disable implicit join references.
Yves Senn
2013-03-15
1
-0
/
+15
*
Deprecate the `:distinct` option for `Relation#count`.
Yves Senn
2013-03-15
1
-0
/
+13
*
rename `Relation#uniq` to `Relation#distinct`. `#uniq` still works.
Yves Senn
2013-03-15
1
-0
/
+7
*
fix typo in Active Record CHANGELOG [ci skip]
Yves Senn
2013-03-13
1
-1
/
+1
*
Pass column to quote when copying a sqlite table.
Matthew M. Boedicker
2013-03-11
1
-0
/
+9
*
promotes change_column_null to the migrations API
Xavier Noria
2013-03-11
1
-0
/
+7
*
Merge pull request #9633 from senny/5321_make_it_lazy
Carlos Antonio da Silva
2013-03-09
1
-0
/
+9
|
\
|
*
Uniqueness validation uses a proc to specify the `:conditions` option.
Yves Senn
2013-03-09
1
-0
/
+9
*
|
Fix "ActiveRecord" => "Active Record" in changelog [ci skip]
Carlos Antonio da Silva
2013-03-09
1
-4
/
+3
|
/
*
Deprecate #connection in favour of accessing it via the class
Ben Moss
2013-03-09
1
-0
/
+6
*
Use "Fixes" in place of "Fix" in changelogs for consistency [ci skip].
Yves Senn
2013-03-09
1
-16
/
+17
*
Preserve magic comments and content encoding of copied migrations.
OZAWA Sakuro
2013-03-09
1
-0
/
+4
*
Fix changelog indent, remove self from method call in changelog/doc examples
Carlos Antonio da Silva
2013-03-08
1
-3
/
+4
*
Merge pull request #9497 from route/subclass_from_attrs
Rafael Mendonça França
2013-03-08
1
-0
/
+6
|
\
|
*
Fix ActiveRecord `subclass_from_attrs` when eager_load is false.
Dmitry Vorotilin
2013-03-06
1
-0
/
+6
*
|
Merge pull request #8868 from tehgeekmeister/master
Rafael Mendonça França
2013-03-08
1
-0
/
+11
|
\
\
|
*
|
If an index can't be found by column, use the index name.
Ezekiel Smithburg
2013-03-07
1
-0
/
+10
*
|
|
Merge pull request #8966 from cfabianski/disable_prepared_statement_when_prep...
Rafael Mendonça França
2013-03-08
1
-0
/
+12
|
\
\
\
|
*
|
|
Unprepared Visitor + unprepared_statement
Cédric FABIANSKI
2013-03-08
1
-0
/
+12
|
|
/
/
*
|
|
Write a more comprehensive CHANGELOG message [ci skip]
Jon Leighton
2013-03-08
1
-3
/
+45
*
|
|
Combine scope conditions using AND
Neeraj Singh and John Leighton
2013-03-07
1
-0
/
+6
|
/
/
*
|
Merge pull request #9105 from bemurphy/cache_key_updated_on
Rafael Mendonça França
2013-03-07
1
-0
/
+10
|
\
\
|
*
|
cache_key consults updated_on timestamp if present
Brendon Murphy
2013-02-26
1
-0
/
+10
*
|
|
Merge pull request #9474 from HonoreDB/master
Rafael Mendonça França
2013-03-07
1
-0
/
+4
|
\
\
\
|
*
|
|
More helpful error message when instantiating an abstract class
Aaron Weiner
2013-03-03
1
-0
/
+4
*
|
|
|
rake db:structure:dump warns when `mysqldump` is not in PATH.
Yves Senn
2013-03-06
1
-0
/
+6
*
|
|
|
`Connection#structure_dump` is no longer used. #9518
Yves Senn
2013-03-06
1
-0
/
+2
*
|
|
|
transactions can be turned off per Migration.
Yves Senn
2013-03-05
1
-0
/
+15
|
|
_
|
/
|
/
|
|
*
|
|
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
[next]