aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Define the configuration at Active SupportRafael Mendonça França2014-09-114-10/+19
* Set test order in ActiveSupport::TestCase of isolation/abstract_unitRafael Mendonça França2014-09-101-0/+2
* Set the test order to be random in the generated appRafael Mendonça França2014-09-101-0/+1
* Fix typoRafael Mendonça França2014-09-101-1/+1
* Merge pull request #16839 from chancancode/default_test_orderRafael Mendonça França2014-09-1014-17/+120
|\
| * Default to sorting user's test cases for nowGodfrey Chan2014-09-0814-17/+120
* | Merge pull request #16541 from cristianbica/activejob-integration-testsRafael Mendonça França2014-09-1022-5/+627
|\ \
| * | ActiveJob Integration TestsCristian Bica2014-09-1122-5/+627
* | | Speed up schema dumper testsJeremy Kemper2014-09-101-11/+9
* | | Include default column limits in schema.rbJeremy Kemper2014-09-103-8/+23
* | | MySQL: schema.rb now includes TEXT and BLOB column limits.Jeremy Kemper2014-09-103-8/+15
* | | MySQL: correct LONGTEXT and LONGBLOB limits from 2GB to their true 4GBJeremy Kemper2014-09-103-4/+8
|/ /
* | Merge pull request #16379 from JackDanger/update-preloader-documentationRafael Mendonça França2014-09-101-23/+32
|\ \
| * | Updating Associations::Preloader docsJack Danger Canty2014-08-171-23/+32
* | | Merge pull request #16867 from yahonda/use_drop_table_to_drop_sequencesRafael Mendonça França2014-09-103-5/+5
|\ \ \
| * | | Replace drop sql statement to drop_table methodYasuo Honda2014-09-113-5/+5
|/ / /
* | | i18n guide: clarify interpolation rules in _html keys [ci skip]Xavier Noria2014-09-101-0/+16
* | | Merge pull request #16861 from suginoy/fix_typo_people_postRafael Mendonça França2014-09-101-2/+2
|\ \ \
| * | | [ci skip]Correct variables in the sample codesuginoy2014-09-101-2/+2
* | | | Tell the user which file is missing when config/database.yml was not foundAkira Matsuda2014-09-102-3/+13
* | | | Merge pull request #16858 from y-yagi/fix_web_console_docsGuillermo Iguaran2014-09-101-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | [ci skip] application.rb -> development.rb in web-console docsyuuji.yaginuma2014-09-101-1/+1
|/ / /
* | | Merge pull request #16855 from slavingia/patch-1Jeremy Kemper2014-09-091-1/+5
|\ \ \
| * | | Removed any default margin from body.Sahil Lavingia2014-09-091-1/+5
|/ / /
* | | Oracle does not support `IF EXISTS` for `DROP VIEW`.Yves Senn2014-09-091-2/+2
* | | models backed by views don't assume "id" columns are the primary key.Yves Senn2014-09-091-0/+11
* | | add test-cases for primary-key-less-views. Closes #16555.Yves Senn2014-09-091-0/+43
* | | Merge pull request #14056 from girishso/14041Yves Senn2014-09-094-4/+7
|\ \ \
| * | | SQLite3Adapter now checks for views in table_exists? fixes: 14041Girish S2014-02-143-1/+17
* | | | introduce `connection.supports_views?` and basic view tests.Yves Senn2014-09-096-4/+64
* | | | Merge pull request #16849 from y-yagi/patch-1Vijay Dev2014-09-091-1/+0
|\ \ \ \
| * | | | Remove extra newline from ActiveJob test templateyuuji.yaginuma2014-09-091-1/+0
* | | | | Merge pull request #16850 from aditya-kapoor/correct-lineVijay Dev2014-09-091-3/+1
|\ \ \ \ \
| * | | | | [ci skip] change the line orientation on asset precompile pageAditya Kapoor2014-09-091-3/+1
| |/ / / /
* / / / / Allow included modules to override association methods.Yves Senn2014-09-095-2/+23
|/ / / /
* | | | :scissors: "now" [ci skip]Godfrey Chan2014-09-081-1/+1
* | | | Merge pull request #16846 from prathamesh-sonpatki/document-error-handling-in...Godfrey Chan2014-09-081-1/+16
|\ \ \ \
| * | | | Update upgrading guide about error handling in transactional callbacksPrathamesh Sonpatki2014-09-091-1/+16
* | | | | Merge pull request #16848 from prathamesh-sonpatki/kill-extra-has-beenGuillermo Iguaran2014-09-091-1/+1
|\ \ \ \ \
| * | | | | Remove extra 'has been' from deprecation warning about asserting selectorsPrathamesh Sonpatki2014-09-091-1/+1
|/ / / / /
* | | | | Merge pull request #16847 from prathamesh-sonpatki/kill-extra-has-beenGuillermo Iguaran2014-09-091-1/+1
|\ \ \ \ \
| * | | | | Remove extra 'has been' from the deprecation messagePrathamesh Sonpatki2014-09-091-1/+1
| |/ / / /
* | | | | Merge pull request #16845 from todd/upgrade_guide_console_docsGuillermo Iguaran2014-09-081-2/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add docs for web-console to 4.2 Upgrade Guide [ci skip]Todd Bealmear2014-09-081-2/+6
|/ / / /
* | | | Do not memoize document_root_element in view testsRafael Mendonça França2014-09-082-2/+12
* | | | Merge pull request #16827 from kuldeepaggarwal/f-disable-migration-loggingYves Senn2014-09-081-1/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | disable migrations logging while running test cases for AR schema testsKuldeep Aggarwal2014-09-061-0/+2
* | | | Merge pull request #16825 from cristianbica/fix-ar-nested-arraysMatthew Draper2014-09-084-6/+44
|\ \ \ \
| * | | | Fix query with nested array in Active RecordCristian Bica2014-09-064-6/+44
| |/ / /
* | | | Merge pull request #16834 from tchandy/removing_unused_fake_modelsGuillermo Iguaran2014-09-071-45/+0
|\ \ \ \