aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Tighten up AJ::Arguments and its testsJeremy Kemper2014-09-143-85/+90
| | | | | | | | | | | | | | | | | | | | | | | | | * Disallow deserialization of non-primitive objects * Broaden coverage; remove superfluous tests
* | | | | Pare down and simplify Active Job's rake tasksJeremy Kemper2014-09-142-59/+34
| | | | |
* | | | | Stop nil checking on safe_append=Aaron Patterson2014-09-141-4/+0
|/ / / / | | | | | | | | | | | | | | | | | | | | ERB compiler guarantees safe_append= will be called with a string, so nil checks don't make sense. Anything else calling this method should check for nil themselves before calling
* | | | Merge pull request #16912 from yuki24/rescue-rack-parameter-type-errorJeremy Kemper2014-09-132-5/+5
|\ \ \ \ | | | | | | | | | | Rescue `Rack::Utils::ParameterTypeError` instead of `TypeError`
| * | | | Rescue Rack::Utils::ParameterTypeError instead of TypeErrorYuki Nishijima2014-09-132-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As of rack/rack@167b6480235ff00ed5f355698bf00ec2f250f72e, Rack raises Rack::Utils::ParameterTypeError which inherits TypeError. In terms of the behavior, Rescuing TypeError still works but this method shouldn't rescue if TypeError is raised for other reasons.
* | | | | Merge pull request #16758 from Agis-/time-change-nsecJeremy Kemper2014-09-133-6/+25
|\ \ \ \ \ | |_|/ / / |/| | | | Add support for `:nsec` option to `Time#change`
| * | | | Time#change can now change nanoseconds (:nsec)Agis-2014-09-143-6/+25
| | | | | | | | | | | | | | | | | | | | Closes #16392.
* | | | | Merge pull request #16910 from kuldeepaggarwal/use-rails-optionsSantiago Pastorino2014-09-131-1/+1
|\ \ \ \ \ | | | | | | | | | | | | use `allow_blank` option instead of custom condition
| * | | | | use `allow_blank` option insteadKuldeep Aggarwal2014-09-141-1/+1
| |/ / / /
* | | | | Merge pull request #13656 from chanks/rollback_transactions_in_killed_threadsMatthew Draper2014-09-143-5/+50
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Data corruption risk: Roll back open transactions when the running thread is killed.
| * | | | | Roll back open transactions when the running thread is killed.Chris Hanks2014-08-222-1/+36
| | | | | |
* | | | | | Revert "Merge pull request #15312 from JuanitoFatas/action_view/asset_path"Matthew Draper2014-09-142-1/+12
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 21ec7fefea5a1b823cb88733b019b3d52240801d. Per #16911, there's actually a good reason for a "blank" value to have a useful `to_s` here. So let's also add some tests to prove that.
* | | | | Merge pull request #16908 from y-yagi/change_activejob_test_dirAbdelkader Boudih2014-09-131-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Change ActiveJob test directory to "test/jobs" [ci skip]
| * | | | | Change ActiveJob test directory to "test/jobs"yuuji.yaginuma2014-09-131-1/+1
|/ / / / /
* | | | | Merge pull request #16669 from aantix/dangerous_attribute_error_better_messageRafael Mendonça França2014-09-121-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Improved the error messaging for the DangerousAttributeError exception
| * | | | | Changed the DangerousAttributeError exception message to include messaging ↵Jim Jones2014-09-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | that the conflict could be because of a conflicting attribute.
* | | | | | Prepare maintenance policy for 4.2 release [ci skip]Rafael Mendonça França2014-09-121-3/+3
| | | | | |
* | | | | | Se the test order of activejob testsRafael Mendonça França2014-09-121-1/+1
| | | | | |
* | | | | | Change gid calls to to_gidRafael Mendonça França2014-09-121-8/+8
| | | | | |
* | | | | | Merge pull request #16897 from ↵Rafael Mendonça França2014-09-123-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 MessageVerfierKostiantyn Kahanskyi2014-09-121-1/+1
| | | | | | |
| * | | | | | MessageVerifier raises an appropriate exception if the secret is nilKostiantyn Kahanskyi2014-09-123-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 releasedRafael Mendonça França2014-09-121-2/+0
| | | | | | |
* | | | | | | Use latest globalidRafael Mendonça França2014-09-121-1/+2
| | | | | | |
* | | | | | | Merge pull request #16890 from seuros/globalidRafael Mendonça França2014-09-122-2/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Bump globalid version
| * | | | | | | Bump globalid versionAbdelkader Boudih2014-09-122-2/+2
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #16896 from seuros/revert-16895-suck1-1Santiago Pastorino2014-09-120-0/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Revert "lock suckerpunch version to 1.1"
| * | | | | | | Revert "lock suckerpunch version to 1.1"Abdelkader Boudih2014-09-121-1/+1
| | | | | | | |
* | | | | | | | Merge pull request #16898 from brandonhilkert/masterSantiago Pastorino2014-09-121-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Remove version. No longer using Celluloid 0.16.
| * | | | | | | Remove version. No longer using Celluloid 0.16.Brandon Hilkert2014-09-121-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #16895 from seuros/suck1-1Jeremy Kemper2014-09-121-1/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | lock suckerpunch version to 1.1
| * | | | | | lock suckerpunch version to 1.1Abdelkader Boudih2014-09-121-1/+1
|/ / / / / /
* | | | | | Merge pull request #16893 from tanmay3011/docsMatthew Draper2014-09-121-4/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | | [ci skip] #find_in_batches doesn't support :include option
| * | | | | [ci skip] #find_in_batches doesn't support :include optiontanmay30112014-09-121-4/+2
|/ / / / /
* | | | | pg, add test cases for updateable views.Yves Senn2014-09-111-0/+45
| | | | |
* | | | | reuse view test-cases for pg materialized view tests.Yves Senn2014-09-112-67/+36
| | | | |
* | | | | Merge pull request #16874 from Bartuz/patch-1Rafael Mendonça França2014-09-111-2/+2
|\ \ \ \ \ | | | | | | | | | | | | [docs] Changes puts to logger.info [ci skip]
| * | | | | Changes puts to logger.infoFilip Bartuzi2014-09-111-2/+2
|/ / / / /
* | | | | switch `assert_operator` arguments as discussed in #16860.Yves Senn2014-09-111-1/+1
| | | | | | | | | | | | | | | | | | | | Working with two different machines is hard :sweat:
* | | | | A `NullRelation` should represent nothing. Closes #15176.Yves Senn2014-09-114-2/+18
|/ / / / | | | | | | | | | | | | | | | | | | | | [Matthew Draper & Yves Senn] Closes #16860. (pull request to discuss the implementation)
* | | | Always define capture to remove the deprecation messageRafael Mendonça França2014-09-111-17/+15
| | | |
* | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | 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 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 now
| * | | | Default to sorting user's test cases for nowGodfrey Chan2014-09-0814-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-testsRafael Mendonça França2014-09-1022-5/+627
|\ \ \ \ \ | | | | | | | | | | | | ActiveJob Integration Tests
| * | | | | ActiveJob Integration TestsCristian Bica2014-09-1122-5/+627
| | | | | |
* | | | | | Speed up schema dumper testsJeremy Kemper2014-09-101-11/+9
| | | | | | | | | | | | | | | | | | | | | | | | Dump the standard schema once instead of redoing it per test