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
*
Support :if and :unless in has_secure_token
Griffin Smith
2016-01-09
1
-0
/
+4
*
Added missing CHANGELOG entry for https://github.com/rails/rails/pull/22976
Prathamesh Sonpatki
2016-01-09
1
-0
/
+8
*
Merge pull request #21688 from kamipo/add_text_and_blob_shorthand_methods
Rafael Mendonça França
2016-01-06
1
-0
/
+19
|
\
|
*
Add short-hand methods for text and blob types in MySQL
Ryuta Kamizono
2016-01-05
1
-0
/
+19
*
|
Move CHANGELOG entry to Active Record
Rafael Mendonça França
2016-01-05
1
-0
/
+5
|
/
*
Fix `first(limit)` to take advantage of `loaded?` records if available
Ben Woosley
2015-12-24
1
-0
/
+5
*
Deprecate passing `offset` to `find_nth`
Ben Woosley
2015-12-24
1
-0
/
+5
*
release notes, extracted notable changes from Active Record CHANGELOG.
Yves Senn
2015-12-23
1
-10
/
+13
*
Revert "Merge pull request #22486 from methyl/fix-includes-for-groupped-assoc...
Yves Senn
2015-12-21
1
-4
/
+0
*
No more no changes entries in the CHANGELOGs
Genadi Samokovarov
2015-12-21
1
-3
/
+0
*
Merge pull request #22486 from methyl/fix-includes-for-groupped-association
Yves Senn
2015-12-21
1
-0
/
+4
|
\
|
*
Pass SQL group by values when including scoped association
Lucjan Suski
2015-12-15
1
-0
/
+7
*
|
Fix typo in CHANGELOG
Jan
2015-12-18
1
-1
/
+1
*
|
Add CHANGELOG headers for Rails 5.0.0.beta1
eileencodes
2015-12-18
1
-0
/
+5
*
|
Merge pull request #22653 from matthewd/find_array_ordered
Matthew Draper
2015-12-18
1
-0
/
+7
|
\
\
*
\
\
Merge pull request #20815 from byroot/do-not-include-column-limit-if-it-is-de...
Matthew Draper
2015-12-18
1
-0
/
+5
|
\
\
\
*
\
\
\
Merge pull request #22623 from greysteil/support-passing-schema-name-to-indexes
Matthew Draper
2015-12-18
1
-0
/
+7
|
\
\
\
\
|
*
|
|
|
Support passing the schema name prefix to `conenction.indexes`
Grey Baker
2015-12-17
1
-0
/
+7
*
|
|
|
|
Merge pull request #19456 from greysteil/index-exists-behaviour
Matthew Draper
2015-12-18
1
-0
/
+5
|
\
\
\
\
\
|
*
|
|
|
|
Ignore index name in `index_exists?` when not passed a name to check for
Grey Baker
2015-12-15
1
-0
/
+5
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #22642 from seuros/remove-mysql-adapter
Matthew Draper
2015-12-18
1
-0
/
+5
*
|
|
|
|
Pass over the ApplicationRecord changelog entry
Genadi Samokovarov
2015-12-17
1
-10
/
+5
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Introduce ApplicationRecord, an Active Record layer supertype
Genadi Samokovarov
2015-12-16
1
-0
/
+15
|
/
/
/
*
|
|
Add migration versioning via Migration subclasses
Matthew Draper
2015-12-15
1
-0
/
+6
*
|
|
Use a bind param for `LIMIT` and `OFFSET`
Sean Griffin
2015-12-14
1
-0
/
+9
*
|
|
Introduce after_{create,update,delete}_commit callbacks
Genadi Samokovarov
2015-12-06
1
-0
/
+18
*
|
|
Remove old comment about AC::Parameters>subclasses
claudiob
2015-12-02
1
-0
/
+7
*
|
|
Merge pull request #17169 from kuldeepaggarwal/fix-STI-default-type
Yves Senn
2015-12-02
1
-0
/
+13
|
\
\
\
|
*
|
|
STI cast new instances to `default type` on initialize.
Kuldeep Aggarwal
2015-12-02
1
-0
/
+10
|
/
/
/
*
|
|
Merge pull request #22345 from GUI/fix-multi-schema-structure-dump
Yves Senn
2015-11-30
1
-0
/
+6
|
\
\
\
|
*
|
|
Fix rake db:structure:dump on Postgres when multiple schemas are used.
Nick Muerdter
2015-11-19
1
-0
/
+9
*
|
|
|
Fix indentation in CHANGELOG.md [ci skip]
Ryuta Kamizono
2015-11-30
1
-7
/
+7
*
|
|
|
Revert "Add prepared statements support for `Mysql2Adapter`"
Sean Griffin
2015-11-26
1
-4
/
+0
*
|
|
|
Add prepared statements support for `Mysql2Adapter`
Ryuta Kamizono
2015-11-26
1
-0
/
+4
*
|
|
|
Add schema dumping support for PostgreSQL geometric data types
Ryuta Kamizono
2015-11-24
1
-0
/
+4
|
/
/
/
*
|
|
Revert "Allow specifying the default table options for mysql adapters"
Sean Griffin
2015-11-19
1
-5
/
+0
*
|
|
Allow specifying the default table options for mysql adapters
Sean Griffin
2015-11-19
1
-0
/
+5
*
|
|
Fix incorrect issue number [ci skip]
Andrew White
2015-11-17
1
-1
/
+1
*
|
|
[ci skip] Add CHANGELOG for #22300 (817c1825c15013fd0180762ac5c05a2e024a640d)
yui-knk
2015-11-18
1
-0
/
+6
*
|
|
Deprecate `#table_exists?`, `#tables` and passing arguments to `#talbes`
yui-knk
2015-11-09
1
-0
/
+14
*
|
|
Improve support for non Active Record objects on `validates_associated`
Kassio Borges
2015-11-08
1
-0
/
+8
*
|
|
Avoids mutating the original response in connection management middleware
Kevin Buchanan
2015-11-06
1
-0
/
+5
*
|
|
formatting pass over Active Record changelog. [ci skip]
Yves Senn
2015-11-04
1
-18
/
+20
*
|
|
Fix spelling error [ci skip]
Andrew White
2015-11-04
1
-1
/
+1
*
|
|
Make `db:migrate:status` to render `1_some.rb` format migrate files.
yui-knk
2015-11-02
1
-0
/
+41
*
|
|
Define `sanitize_sql_for_order` for AR and use it inside `preprocess_order_args`
yui-knk
2015-11-02
1
-0
/
+5
*
|
|
Allow bigint with default nil for avoiding auto increment primary key
Ryuta Kamizono
2015-11-02
1
-0
/
+4
*
|
|
Remove `DEFAULT_CHARSET` and `DEFAULT_COLLATION` in `MySQLDatabaseTasks`
Ryuta Kamizono
2015-11-02
1
-0
/
+7
*
|
|
Add CHANGELOG entry for #22125 [ci skip]
Takashi Kokubun
2015-11-02
1
-0
/
+5
*
|
|
Update changelog for #22122
Sam Davies
2015-11-01
1
-0
/
+5
[next]