Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prepare maintenance policy for 4.2 release [ci skip] | Rafael Mendonça França | 2014-09-12 | 1 | -3/+3 |
| | |||||
* | Se the test order of activejob tests | Rafael Mendonça França | 2014-09-12 | 1 | -1/+1 |
| | |||||
* | Change gid calls to to_gid | Rafael Mendonça França | 2014-09-12 | 1 | -8/+8 |
| | |||||
* | Merge pull request #16897 from ↵ | Rafael Mendonça França | 2014-09-12 | 3 | -0/+13 |
|\ | | | | | | | | | kostia/message-varifier-raises-exception-on-nil-secret MessageVerifier.new raises an appropriate exception if the secret is nil | ||||
| * | Changes "if secret.nil?" to unless secret in MessageVerfier | Kostiantyn Kahanskyi | 2014-09-12 | 1 | -1/+1 |
| | | |||||
| * | MessageVerifier raises an appropriate exception if the secret is nil | Kostiantyn Kahanskyi | 2014-09-12 | 3 | -0/+13 |
| | | | | | | | | | | Otherwise this will lead to another error later on when generating a signature: TypeError (no implicit conversion of nil into String). | ||||
* | | Globalid was released | Rafael Mendonça França | 2014-09-12 | 1 | -2/+0 |
| | | |||||
* | | Use latest globalid | Rafael Mendonça França | 2014-09-12 | 1 | -1/+2 |
| | | |||||
* | | Merge pull request #16890 from seuros/globalid | Rafael Mendonça França | 2014-09-12 | 2 | -2/+2 |
|\ \ | | | | | | | | | | Bump globalid version | ||||
| * | | Bump globalid version | Abdelkader Boudih | 2014-09-12 | 2 | -2/+2 |
| | | | |||||
* | | | Merge pull request #16896 from seuros/revert-16895-suck1-1 | Santiago Pastorino | 2014-09-12 | 0 | -0/+0 |
|\ \ \ | | | | | | | | | Revert "lock suckerpunch version to 1.1" | ||||
| * | | | Revert "lock suckerpunch version to 1.1" | Abdelkader Boudih | 2014-09-12 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #16898 from brandonhilkert/master | Santiago Pastorino | 2014-09-12 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | Remove version. No longer using Celluloid 0.16. | ||||
| * | | | Remove version. No longer using Celluloid 0.16. | Brandon Hilkert | 2014-09-12 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge pull request #16895 from seuros/suck1-1 | Jeremy Kemper | 2014-09-12 | 1 | -1/+1 |
|\ \ \ | |_|/ |/| | | lock suckerpunch version to 1.1 | ||||
| * | | lock suckerpunch version to 1.1 | Abdelkader Boudih | 2014-09-12 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #16893 from tanmay3011/docs | Matthew Draper | 2014-09-12 | 1 | -4/+2 |
|\ \ | |/ |/| | [ci skip] #find_in_batches doesn't support :include option | ||||
| * | [ci skip] #find_in_batches doesn't support :include option | tanmay3011 | 2014-09-12 | 1 | -4/+2 |
|/ | |||||
* | pg, add test cases for updateable views. | Yves Senn | 2014-09-11 | 1 | -0/+45 |
| | |||||
* | reuse view test-cases for pg materialized view tests. | Yves Senn | 2014-09-11 | 2 | -67/+36 |
| | |||||
* | Merge pull request #16874 from Bartuz/patch-1 | Rafael Mendonça França | 2014-09-11 | 1 | -2/+2 |
|\ | | | | | [docs] Changes puts to logger.info [ci skip] | ||||
| * | Changes puts to logger.info | Filip Bartuzi | 2014-09-11 | 1 | -2/+2 |
|/ | |||||
* | switch `assert_operator` arguments as discussed in #16860. | Yves Senn | 2014-09-11 | 1 | -1/+1 |
| | | | | Working with two different machines is hard :sweat: | ||||
* | A `NullRelation` should represent nothing. Closes #15176. | Yves Senn | 2014-09-11 | 4 | -2/+18 |
| | | | | | | [Matthew Draper & Yves Senn] Closes #16860. (pull request to discuss the implementation) | ||||
* | Always define capture to remove the deprecation message | Rafael Mendonça França | 2014-09-11 | 1 | -17/+15 |
| | |||||
* | Define the configuration at Active Support | Rafael Mendonça França | 2014-09-11 | 4 | -10/+19 |
| | |||||
* | Set test order in ActiveSupport::TestCase of isolation/abstract_unit | Rafael Mendonça França | 2014-09-10 | 1 | -0/+2 |
| | |||||
* | Set the test order to be random in the generated app | Rafael Mendonça França | 2014-09-10 | 1 | -0/+1 |
| | | | | | | This will avoid the warning in our tests. We delete all the config/environments/ files in the test app so our default code will not work. | ||||
* | Fix typo | Rafael Mendonça França | 2014-09-10 | 1 | -1/+1 |
| | |||||
* | Merge pull request #16839 from chancancode/default_test_order | Rafael Mendonça França | 2014-09-10 | 14 | -17/+120 |
|\ | | | | | | | Default to sorting user's test cases for now | ||||
| * | Default to sorting user's test cases for now | Godfrey Chan | 2014-09-08 | 14 | -17/+120 |
| | | | | | | | | | | | | | | | | | | | | | | Goals: 1. Default to :random for newly generated applications 2. Default to :sorted for existing applications with a warning 3. Only show the warning once 4. Only show the warning if the app actually uses AS::TestCase Fixes #16769 | ||||
* | | Merge pull request #16541 from cristianbica/activejob-integration-tests | Rafael Mendonça França | 2014-09-10 | 22 | -5/+627 |
|\ \ | | | | | | | ActiveJob Integration Tests | ||||
| * | | ActiveJob Integration Tests | Cristian Bica | 2014-09-11 | 22 | -5/+627 |
| | | | |||||
* | | | Speed up schema dumper tests | Jeremy Kemper | 2014-09-10 | 1 | -11/+9 |
| | | | | | | | | | | | | Dump the standard schema once instead of redoing it per test | ||||
* | | | Include default column limits in schema.rb | Jeremy Kemper | 2014-09-10 | 3 | -8/+23 |
| | | | | | | | | | | | | | | | | | | Allows :limit defaults to be changed without pulling the rug out from under old migrations that omitted :limit because it matched the default at the time. | ||||
* | | | MySQL: schema.rb now includes TEXT and BLOB column limits. | Jeremy Kemper | 2014-09-10 | 3 | -8/+15 |
| | | | |||||
* | | | MySQL: correct LONGTEXT and LONGBLOB limits from 2GB to their true 4GB | Jeremy Kemper | 2014-09-10 | 3 | -4/+8 |
|/ / | |||||
* | | Merge pull request #16379 from JackDanger/update-preloader-documentation | Rafael Mendonça França | 2014-09-10 | 1 | -23/+32 |
|\ \ | | | | | | | Updating Associations::Preloader docs | ||||
| * | | Updating Associations::Preloader docs | Jack Danger Canty | 2014-08-17 | 1 | -23/+32 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Much of the previous documentation introduced features new in 2011. This commit refreshes it to provide clearer code examples and spends more time describing the normal case (preloaded associations) and less time describing the fallback. [ci skip] | ||||
* | | | Merge pull request #16867 from yahonda/use_drop_table_to_drop_sequences | Rafael Mendonça França | 2014-09-10 | 3 | -5/+5 |
|\ \ \ | | | | | | | | | Replace drop sql statement to drop_table method | ||||
| * | | | Replace drop sql statement to drop_table method | Yasuo Honda | 2014-09-11 | 3 | -5/+5 |
|/ / / | | | | | | | | | | to drop sequences at the same time each tables dropped for Oracle | ||||
* | | | i18n guide: clarify interpolation rules in _html keys [ci skip] | Xavier Noria | 2014-09-10 | 1 | -0/+16 |
| | | | |||||
* | | | Merge pull request #16861 from suginoy/fix_typo_people_post | Rafael Mendonça França | 2014-09-10 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | [ci skip]Correct variables in the sample code | ||||
| * | | | [ci skip]Correct variables in the sample code | suginoy | 2014-09-10 | 1 | -2/+2 |
| | | | | |||||
* | | | | Tell the user which file is missing when config/database.yml was not found | Akira Matsuda | 2014-09-10 | 2 | -3/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | Since cc03675d30b58e28f585720dad14e947a57ff5b the error message became like "Could not load database configuration. No such file -" which doesn't really tell what's actually missing. | ||||
* | | | | Merge pull request #16858 from y-yagi/fix_web_console_docs | Guillermo Iguaran | 2014-09-10 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | [ci skip] application.rb -> development.rb in web-console docs | ||||
| * | | | [ci skip] application.rb -> development.rb in web-console docs | yuuji.yaginuma | 2014-09-10 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge pull request #16855 from slavingia/patch-1 | Jeremy Kemper | 2014-09-09 | 1 | -1/+5 |
|\ \ \ | | | | | | | | | Removed any default margin from mail preview body. | ||||
| * | | | Removed any default margin from body. | Sahil Lavingia | 2014-09-09 | 1 | -1/+5 |
|/ / / | |||||
* | | | Oracle does not support `IF EXISTS` for `DROP VIEW`. | Yves Senn | 2014-09-09 | 1 | -2/+2 |
| | | | | | | | | | | | | /cc @yahonda |