aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* Fix typoDavid Heinemeier Hansson2013-10-271-1/+1
* Merge pull request #12578 from jeradphelps/configurable_schema_migrations_tab...Rafael Mendonça França2013-10-271-0/+4
|\
| * added schema_migrations_table_name to ActiveRecord::Base in order that the na...Jerad Phelps2013-10-271-0/+4
* | Skip `include_values` from through associations chains for building target scopePaul Nikitochkin2013-10-271-0/+24
* | cast json values on write to be consistent with reading from the db.Severin Schoepke2013-10-251-0/+15
* | `ActiveRecord::Store` works together with PG `hstore` columns.Yves Senn2013-10-251-0/+5
* | `stored_attributes` need to be specific to a subclass.Yves Senn2013-10-251-0/+6
* | Merge pull request #12621 from laurocaetano/fix_has_one_association_with_prim...Rafael Mendonça França2013-10-241-0/+6
|\ \
| * | Save association when primary key is manually setlaurocaetano2013-10-241-0/+6
* | | Add CHANGELOG entry for #12635 [ci skip]Rafael Mendonça França2013-10-241-0/+4
* | | minor Active Record CHANGELOG cleanup. [ci skip].Yves Senn2013-10-221-3/+3
* | | Merge pull request #12588 from jetthoughts/12586_subquery_with_unprepared_sqlRafael Mendonça França2013-10-211-2/+11
|\ \ \
| * | | Process sub-query relation's binding valuesPaul Nikitochkin2013-10-201-0/+9
* | | | Fix loading a sql structure file on postgres when the file's path has whitesp...Kevin Mook2013-10-211-0/+5
* | | | Allow unscope to work with `where.not`Eric Hankins2013-10-211-0/+8
* | | | Raise an exception when model without primary key calls .find_with_idsShimpei Makimoto2013-10-211-0/+4
| |/ / |/| |
* | | In Relation#empty? use #exists? instead of #count.Szymon Nowak2013-10-191-0/+4
|/ /
* / Convert Fixnum into String the port number in MySQLKenta Okamoto2013-10-181-0/+4
|/
* Fix code blocks identation on AR and AS CHANGELOGsLucas Mazza2013-10-161-6/+6
* Merge pull request #12547 from derekprior/dp-fix-null-relation-pluckRafael Mendonça França2013-10-151-0/+7
|\
| * Pluck on NullRelation accepts a list of columnsDerek Prior2013-10-151-0/+7
* | grammar fix (reverted in e9a1ecd)Vijay Dev2013-10-151-1/+1
|/
* scope_chain should not be mutated for other reflectionsNeeraj Singh2013-10-141-0/+13
* Merge pull request #9499 from dmitry/inverse_instance_should_not_be_reloaded_...Rafael Mendonça França2013-10-141-0/+6
|\
| * Add a note to the changelog for #9499Dmitry Polushkin2013-10-131-0/+6
* | cleanup changelog entry format. [ci skip]Yves Senn2013-10-141-2/+4
|/
* Merge pull request #12508 from jetthoughts/12415_generate_subqueries_for_rela...Rafael Mendonça França2013-10-131-0/+17
|\
| * Generate subquery for Relation passed as array condition for wherePaul Nikitochkin2013-10-131-0/+17
* | Merge pull request #12511 from jetthoughts/informative_raise_message_for_inco...Rafael Mendonça França2013-10-131-0/+6
|\ \
| * | Make missed association exception message more informativePaul Nikitochkin2013-10-131-0/+6
| |/
* / Fixes #11773 when using includes combined with select, the select statement w...Edo Balvers2013-10-081-0/+6
|/
* `intiantiated` => `instantiated` [ci-skip]Vipul A M2013-10-031-1/+1
* add a note to the changelogAaron Patterson2013-10-021-0/+3
* unify `Fixes` notes in AR changelog. [ci skip].Yves Senn2013-10-021-7/+7
* change the savepoint interface to allow passing the name.Yves Senn2013-09-301-0/+5
* Make `.next_migration_number` reusable for third party AR generators.Yves Senn2013-09-301-0/+4
* Removed where_values_hash from AR::NullRelationPaul Nikitochkin2013-09-281-0/+7
* changelog entryArthur Neves2013-09-251-0/+6
* update changelog for #12359Arthur Neves2013-09-251-1/+5
* ActiveRecord::ConnectionAdapters::Column.string_to_time method respects strin...kennyj2013-09-251-0/+7
* Merge pull request #9860 from wangjohn/update_attributes_throws_error_with_nilRafael Mendonça França2013-09-241-0/+10
|\
| * Raising an error when nil or non-hash is passed to update_attributes.wangjohn2013-06-251-0/+10
* | Deprecate unused quoted_locking_column method.kennyj2013-09-241-0/+4
* | Merge pull request #11382 from kennyj/fix_10751-2Rafael Mendonça França2013-09-221-0/+6
|\ \
| * | Migration dump UUID default functions to schema.rb. Fixes #10751.kennyj2013-07-101-0/+5
* | | Give the credits [ci skip]Rafael Mendonça França2013-09-221-0/+2
* | | Merge pull request #10500 from kennyj/fix_10450Rafael Mendonça França2013-09-221-0/+7
|\ \ \
| * | | Fixed a bug in when using has_many association with :inverse_of option and U...kennyj2013-05-081-0/+5
* | | | ActiveRecord::Base#<=> has been removed. Primary keys may not be in order,Aaron Patterson2013-09-181-0/+10
* | | | Merge pull request #12011 from jetthoughts/11963_fix_join_with_association_scopeRafael Mendonça França2013-09-161-0/+8
|\ \ \ \