aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge pull request #17574 from kamipo/charset_collation_optionsJeremy Kemper2015-04-078-19/+172
|\ \
| * | Add `:charset` and `:collation` options support for MySQL string and text col...Ryuta Kamizono2015-03-068-19/+172
* | | Merge pull request #19647 from codeout/association_updateRafael Mendonça França2015-04-062-0/+4
|\ \ \
| * | | Fix a regression introduced by removing unnecessary db call when replacingShintaro Kojima2015-04-042-0/+4
* | | | Merge pull request #19448 from tgxworld/fix_activesupport_callbacks_clash_on_runRafael Mendonça França2015-04-065-19/+18
|\ \ \ \
| * | | | Revert "Reduce allocations when running AR callbacks."Guo Xiang Tan2015-03-225-19/+18
* | | | | No need to document drop_table in the PostgreSQLAdapterRafael Mendonça França2015-04-063-9/+8
* | | | | change the explanation of :if_exists option [ci skip]Mehmet Emin İNAÇ2015-04-062-2/+2
| |_|_|/ |/| | |
* | | | drop_table method documentation for mysql and postgresql adapters [ci skip]Mehmet Emin İNAÇ2015-04-062-0/+19
* | | | Merge pull request #19652 from vngrs/pluralize_foreign_key_table_name_bugYves Senn2015-04-064-2/+34
|\ \ \ \
| * | | | use singular table name if pluralize_table_names is setted as false while cre...Mehmet Emin İNAÇ2015-04-063-2/+27
* | | | | Don't invoke sql_runtime if logger is not set to infoeileencodes2015-04-042-2/+3
| |_|/ / |/| | |
* | | | remove duplicatesKoen Punt2015-04-031-4/+0
|/ / /
* | | Freeze static arguments for gsubbrainopia2015-04-023-4/+4
* | | Prefer string patterns for gsubbrainopia2015-04-023-3/+3
* | | Merge pull request #19586 from mechanicles/fix-eager-loading-for-find-methodsRafael Mendonça França2015-03-312-1/+18
|\ \ \
| * | | Fix eager loading association using default_scope for finder methods.Santosh Wadghule2015-03-312-1/+18
* | | | Make method as nodoc since we are already docummenting at AbstractAdapterRafael Mendonça França2015-03-311-1/+1
* | | | use Model.reset_column_information to clear table cache connection wide.Kuldeep Aggarwal2015-03-312-2/+4
* | | | [ci skip] Combine complementary AR #find doc linesAlexander Dimitriyadi2015-03-301-3/+1
|/ / /
* | | Clarify the role of `ActiveRecord::Core.encode_with`Sean Griffin2015-03-291-4/+8
* | | Reduce memory usage when loading types in PGSean Griffin2015-03-294-10/+40
* | | use correct method in batches testyuuji.yaginuma2015-03-291-2/+3
* | | [skip ci] Improve `warn_on_records_fetched` documentationJon Atack2015-03-272-7/+6
* | | Partially merge #17650Sean Griffin2015-03-263-147/+20
|\ \ \
| * | | PostgreSQL, Use ruby-pg's built-in capabilities for array en-/decoding in C.Lars Kanis2015-03-253-147/+10
| * | | PostgreSQL, Add input type casts for primitive types.Lars Kanis2015-03-251-0/+10
* | | | Partially merge #17650Sean Griffin2015-03-268-24/+24
|\| | |
| * | | PostgreSQL, Fix OID based type casts in C for primitive types.Lars Kanis2015-03-258-24/+24
* | | | Merge pull request #18846 from hundredwatt/feat/warn-on-result-set-sizeRafael Mendonça França2015-03-265-0/+102
|\ \ \ \
| * | | | Add `config.active_record.warn_on_records_fetched_greater_than` optionJason Nochlin2015-03-255-0/+102
| |/ / /
* | | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-03-261-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | [ci skip] Add <tt> tag to `save!` and `create!`yui-knk2015-03-211-1/+1
* | | | Merge pull request #19503 from jasoncodes/no-psqlrcYves Senn2015-03-253-3/+7
|\ \ \ \
| * | | | Avoid loading user's psqlrc when loading test structureJason Weathered2015-03-251-1/+1
|/ / / /
* | | | Revert "Merge pull request #19500 from ccutrer/dry_sti_subclass_finding"Rafael Mendonça França2015-03-241-19/+19
* | | | DRY up STI subclass logicCody Cutrer2015-03-241-19/+19
* | | | Merge pull request #19452 from pinglamb/fix-referencing-wrong-alias-when-join...Carlos Antonio da Silva2015-03-243-1/+19
|\ \ \ \
| * | | | Fix referencing wrong aliases while joining tables of has many throughpinglamb2015-03-223-1/+19
* | | | | Merge pull request #19493 from larskanis/add_infinity_testYves Senn2015-03-241-0/+9
|\ \ \ \ \
| * | | | | PostgreSQL, Add test case for "Infinity" string assignment to float columns.Lars Kanis2015-03-221-0/+9
| |/ / / /
* | | | | [ci skip] Remove unacceptable method nameyui-knk2015-03-241-1/+1
* | | | | Merge pull request #19449 from Gaurav2728/gaurav-unavailable_linkRafael Mendonça França2015-03-233-5/+2
|\ \ \ \ \