aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #19945 from thenickcox/migration_generator_docsZachary Scott2015-04-281-4/+5
|\
| * [ci skip] Correct grammar, add docs to ActiveRecord migration generatorNick Cox2015-04-281-4/+5
* | fixed typoBenny Klotz2015-04-281-2/+2
* | Merge pull request #19546 from DianthuDia/fix_unscope_for_less_thanYves Senn2015-04-283-1/+17
|\ \
| * | Fix unscope for less thanTAKAHASHI Kazuaki2015-03-272-1/+13
* | | Merge pull request #19718 from eagletmt/find_by-without-argYves Senn2015-04-283-4/+17
|\ \ \
| * | | Raise ArgumentError when find_by receives no argumentsKohei Suzuki2015-04-112-4/+12
* | | | remove trailing whitespace. [ci skip]Yves Senn2015-04-271-1/+1
* | | | Merge pull request #19918 from vngrs/becomes_missing_note_about_stiYves Senn2015-04-271-1/+3
|\ \ \ \
| * | | | Add note about sti column value to becomes method [ci skip]Mehmet Emin İNAÇ2015-04-271-2/+4
|/ / / /
* | | | test, for `create_table` and `foreign_key: true` no-op. Closes #19794.Yves Senn2015-04-271-0/+20
* | | | Revert "Merge pull request #17920 from calebthompson/dont-rely-on-environment...Yves Senn2015-04-272-1/+8
| |_|/ |/| |
* | | Don't document internal monkey patch for mysql gem [ci skip]Zachary Scott2015-04-261-1/+3
* | | use a more descriptive example. [ci skip]Yves Senn2015-04-241-6/+4
* | | docs for `create_table` and non-int primary keys. [ci skip]Yves Senn2015-04-241-0/+17
* | | Silence warning from MySQL::Error object in testPrem Sichanugrist2015-04-231-1/+3
* | | Merge pull request #18880 from mudge/timestamp-index-bugRafael Mendonça França2015-04-233-0/+20
|\ \ \
| * | | Fix missing index when using timestamps with indexPaul Mucur2015-04-153-0/+24
* | | | Fix a minor grammatical issue in the docRomain Goyet2015-04-231-1/+1
* | | | pass over CHANGELOGs. [ci skip]Yves Senn2015-04-221-4/+6
* | | | Rename association option :class to :anonymous_classAndrew White2015-04-219-25/+31
* | | | Use _read_attribute(primary_key) instead of idRafael Mendonça França2015-04-191-1/+1
* | | | Merge pull request #19783 from vngrs/raise_error_on_touch_if_object_is_staleSean Griffin2015-04-192-3/+25
|\ \ \ \
| * | | | Raise StaleObjectError if touched object is stale and locking is enabledMehmet Emin İNAÇ2015-04-192-3/+25
* | | | | Autosave existing records on HMT associations when the parent is newSean Griffin2015-04-183-6/+21
* | | | | Merge pull request #19787 from Senjai/patch-2Yves Senn2015-04-181-5/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Encourage users to user super to override methods.Richard Wilson2015-04-161-5/+4
|/ / / /
* | | | Merge pull request #19763 from jonatack/fix-typos-in-docsYves Senn2015-04-152-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Fix typos and improve the documentationJon Atack2015-04-152-3/+3
* | | | Revert "Merge pull request #19755 from yuki24/activerecord/support-for-set"Yves Senn2015-04-153-15/+0
|/ / /
* | | Merge pull request #19755 from yuki24/activerecord/support-for-setYves Senn2015-04-143-0/+15
|\ \ \
| * | | Add support for Set to Relation#whereYuki Nishijima2015-04-133-0/+16
* | | | Merge pull request #19753 from jonatack/use-ruby-2-2-2Guillermo Iguaran2015-04-131-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Upgrade to Ruby 2.2.2Jon Atack2015-04-141-1/+1
* | | | Merge pull request #19741 from greysteil/add-note-about-partial-index-supportYves Senn2015-04-131-0/+2
|\ \ \ \
| * | | | Document that partial indexes are only supported by Postgres and SQLite.Grey Baker2015-04-132-0/+8
|/ / / /
* | | | Add a note regarding add_column restricted API [ci skip]Zachary Scott2015-04-121-0/+4
* | | | Apply edits from @senny to close #19397 [ci skip]Zachary Scott2015-04-121-4/+1
* | | | Merge branch 'patch-1'Zachary Scott2015-04-121-3/+5
|\ \ \ \
| * | | | Enhance documentation of pluck with a hint to ids [ci skip]wingfire2015-04-121-3/+5
* | | | | Fix (intermittent?) test failureMatthew Draper2015-04-131-1/+1
* | | | | Merge pull request #19721 from vngrs/validates_presence_of_missing_noteRobin Dupret2015-04-111-0/+4
|\ \ \ \ \
| * | | | | Missing note on validates_presence_of validation [ci skip]Mehmet Emin İNAÇ2015-04-111-0/+4
| | |_|/ / | |/| | |
* / | | | Use `use_transactional_tests` in Active RecordPrem Sichanugrist2015-04-102-2/+2
|/ / / /
* | | | fix documentation for SchemaStatements#add_foreign_keySimon Stemplinger2015-04-081-2/+2
* | | | Batch touch parent recordsArthur Neves2015-04-087-7/+172
* | | | Merge branch 'fix_uniqueness_validation_when_value_is_out_of_range'Sean Griffin2015-04-083-0/+32
|\ \ \ \
| * | | | Fix uniqueness validation with out of range valueAndrey Voronkov2015-04-083-0/+31
|/ / / /
* | | | Merge pull request #19680 from vngrs/make_join_model_name_const_privateRafael Mendonça França2015-04-071-3/+1
|\ \ \ \
| * | | | Change join model name constant to private constantMehmet Emin İNAÇ2015-04-071-3/+1