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
*
Make AR::Base#touch fire the after_commit and after_rollback callbacks
Harry Brundage
2014-01-16
1
-0
/
+4
*
sqlite >= 3.8.0 supports partial indexes
Cody Cutrer
2014-01-14
1
-0
/
+6
*
Don't try to get the subclass if the inheritance column doesn't exist
Ujjwal Thaakar
2014-01-14
1
-0
/
+9
*
Enum mappings are now exposed via class methods instead of constants.
Godfrey Chan
2014-01-14
1
-0
/
+18
*
quick pass through Active Record CHANGELOG. [ci skip]
Yves Senn
2014-01-14
1
-7
/
+9
*
Set NameError#name
Chulki Lee
2014-01-13
1
-0
/
+4
*
fix bug in becomes! when changing from base to subclass. Closes #13272.
Yves Senn
2014-01-13
1
-0
/
+6
*
Ensure Active Record connection consistency
schneems
2014-01-09
1
-0
/
+61
*
Minor typos fix [ci skip]
Robin Dupret
2014-01-08
1
-3
/
+3
*
make `change_column_null` reversible. Closes #13576.
Yves Senn
2014-01-08
1
-0
/
+4
*
create/drop test and development databases only if RAILS_ENV is nil
Damien Mathieu
2014-01-08
1
-0
/
+10
*
Merge pull request #13355 from dylanahsmith/migration-version
Rafael Mendonça França
2014-01-07
1
-0
/
+6
|
\
|
*
activerecord: Initialize Migration with version from MigrationProxy.
Dylan Thacker-Smith
2014-01-06
1
-0
/
+5
*
|
Make change_table use object of current database adapter
Nishant Modak
2014-01-07
1
-0
/
+8
|
/
*
Merge pull request #13593 from oliveiraethales/store_yaml_coder
Yves Senn
2014-01-06
1
-0
/
+7
|
\
|
*
Fix: ActiveRecord::Store TypeError conversion when using YAML coder
Thales Oliveira
2014-01-06
1
-0
/
+7
*
|
quick formatting pass through CHANGELOGS. [ci skip].
Yves Senn
2014-01-06
1
-1
/
+1
|
/
*
Fix mergefail in changelog
Jon Leighton
2014-01-04
1
-2
/
+0
*
Change all "can not"s to the correct "cannot".
T.J. Schuck
2014-01-03
1
-1
/
+1
*
Deprecate unused `symbolized_base_class` and `symbolized_sti_name`.
Yves Senn
2014-01-03
1
-0
/
+5
*
Automatically maintain test database schema
Jon Leighton
2014-01-02
1
-0
/
+11
*
Add CHANGELOG entry for #13557 [ci skip]
Rafael Mendonça França
2014-01-01
1
-0
/
+4
*
Merge pull request #13550 from vipulnsward/13437-fix
Rafael Mendonça França
2014-01-01
1
-0
/
+7
|
\
|
*
https://github.com/rails/rails/commit/2075f39d726cef361170218fd16421fc52bed5a...
Vipul A M
2013-12-31
1
-0
/
+7
*
|
Add the ability to nullify the `enum` column
Amr Tamimi
2014-01-01
1
-0
/
+22
*
|
Allow "url" sub key in database.yml configuration
schneems
2013-12-30
1
-0
/
+6
*
|
tidy AR CHANGELOG. [ci skip]
Yves Senn
2013-12-30
1
-4
/
+7
*
|
Add a missing changelog entry for #13534 [ci skip]
Robin Dupret
2013-12-30
1
-0
/
+12
|
/
*
Raise NoDatabaseError when db does not exist
schneems
2013-12-24
1
-2
/
+2
*
Deprecate use of string in establish_connection as connection lookup
José Valim
2013-12-24
1
-0
/
+4
*
Tidy up fix for PG extensions quoting
Carlos Antonio da Silva
2013-12-23
1
-2
/
+2
*
Serialize postgres' hstore, json and array types correctly in AR update methods.
Tadas Tamosauskas
2013-12-23
1
-0
/
+7
*
Do not consider PG array columns as number or text columns
Carlos Antonio da Silva
2013-12-23
1
-0
/
+18
*
Tell how to Create a Database in Error Message
schneems
2013-12-23
1
-0
/
+7
*
On destroying do not touch destroyed belongs to association.
Paul Nikitochkin
2013-12-23
1
-0
/
+13
*
CHANGELOG entry for #13451. [ci skip]
Yves Senn
2013-12-22
1
-0
/
+13
*
Improve CHANGELOG entry [ci skip]
Rafael Mendonça França
2013-12-19
1
-8
/
+6
*
fix default select when from is used
Cody Cutrer
2013-12-19
1
-0
/
+18
*
Fix PostgreSQL insert to properly extract table name from multiline string SQL.
Kuldeep Aggarwal
2013-12-19
1
-0
/
+15
*
Create a blacklist to disallow mutator methods to be delegated to `Array`.
Lauro Caetano
2013-12-17
1
-15
/
+17
*
Better support for `where()` conditions that use an association name.
Martin Emde
2013-12-16
1
-0
/
+55
*
Improve CHANGELOG entry with examples [ci skip]
Rafael Mendonça França
2013-12-15
1
-0
/
+10
*
Merge pull request #13313 from ccutrer/temp-tables
Rafael Mendonça França
2013-12-15
1
-0
/
+10
|
\
|
*
support creating temporary tables from queries
Cody Cutrer
2013-12-14
1
-0
/
+10
*
|
Improve the CHANGELOG entry [ci skip]
Rafael Mendonça França
2013-12-15
1
-3
/
+3
*
|
db:test:clone and prepare must load environment
Arthur Neves
2013-12-14
1
-0
/
+7
|
/
*
Add changelog
laurocaetano
2013-12-12
1
-6
/
+15
*
Changelog improvements [ci skip]
Carlos Antonio da Silva
2013-12-12
1
-7
/
+7
*
Fix type cast on group sum with custom expression
Paul Nikitochkin
2013-12-10
1
-0
/
+16
*
Improve AR changelog [ci skip]
Carlos Antonio da Silva
2013-12-05
1
-1
/
+1
[next]