Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix GH #4259. We must remove table_name_prefix and table_name_suffix, when ↵ | kennyj | 2012-01-10 | 2 | -4/+40 |
| | | | | we execute schema dumper. | ||||
* | Extend the set of compressible files by some common types. | r-stu31 | 2012-01-08 | 1 | -1/+1 |
| | |||||
* | Enable to handle over in options the regexp determining which files to gzip. | r-stu31 | 2012-01-08 | 1 | -1/+2 |
| | |||||
* | Fix tests, ./ is not needed for relative entries in Gemfile in newest ↵ | Piotr Sarnacki | 2012-01-07 | 1 | -2/+2 |
| | | | | bundler version | ||||
* | No need to check for 'draw do |map|' anymore | Piotr Sarnacki | 2012-01-07 | 1 | -1/+1 |
| | |||||
* | Add Gemfile entry when creating a plugin in application's directory | Piotr Sarnacki | 2012-01-07 | 2 | -1/+63 |
| | | | | | | | | | | | | After vendor/plugins were removed from rails, the new method to create plugins is to create gem plugins. Most of the time if you create a new plugin in rails application's directory, you want to extract something from that application and use it immediately, ie. add such line to Gemfile: gem 'foo', :path => './vendor/foo' This commit makes plugin new generator to add such line automatically. | ||||
* | Merge pull request #4378 from lest/changes-1-9 | José Valim | 2012-01-07 | 5 | -31/+31 |
|\ | | | | | ruby 1.9 related refactoring | ||||
| * | Symbol#[] method presents in Ruby 1.9 | Sergey Nartimov | 2012-01-07 | 3 | -4/+4 |
| | | |||||
| * | instance_variables method returns symbols in 1.9 ruby | Sergey Nartimov | 2012-01-07 | 2 | -27/+27 |
|/ | |||||
* | Merge pull request #4377 from lest/instance-variables-1-9 | José Valim | 2012-01-07 | 6 | -15/+14 |
|\ | | | | | get rid of using instance_variable_names method from AS | ||||
| * | get rid of using instance_variable_names method from AS | Sergey Nartimov | 2012-01-07 | 6 | -15/+14 |
|/ | | | | | - instance_variables return symbols in 1.9 - there is instance_variable_defined? method | ||||
* | Merge pull request #4369 from lest/remove-warnings | Piotr Sarnacki | 2012-01-07 | 1 | -2/+2 |
|\ | | | | | use stub instead of redefining method to suppress warnings | ||||
| * | use stub instead of redefining method to suppress warnings | Sergey Nartimov | 2012-01-07 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #4373 from castlerock/remove_condition | Piotr Sarnacki | 2012-01-07 | 1 | -4/+1 |
|\ \ | | | | | | | if turn available then MiniTest::Unit.respond_to?(:use_natural_language_... | ||||
| * | | if turn available then ↵ | Vishnu Atrai | 2012-01-07 | 1 | -4/+1 |
| | | | | | | | | | | | | MiniTest::Unit.respond_to?(:use_natural_language_case_names=) available | ||||
* | | | Merge pull request #4376 from bogdan/after_initialize_on_dup | José Valim | 2012-01-07 | 3 | -1/+14 |
|\ \ \ | | | | | | | | | Fixed after_initialize callbacks call on AR model #dup | ||||
| * | | | Fixed after_initialize callbacks call on AR model #dup | Bogdan Gusiev | 2012-01-07 | 3 | -1/+14 |
| |/ / | |||||
* | | | Merge pull request #4375 from lest/benchmark-helper | José Valim | 2012-01-07 | 3 | -3/+39 |
|\ \ \ | |/ / |/| | | add benchmark helper that works in erb | ||||
| * | | add benchmark helper that works in erb | Sergey Nartimov | 2012-01-07 | 3 | -3/+39 |
|/ / | |||||
* | | remove reference to Test::Unit | Aaron Patterson | 2012-01-06 | 1 | -1/+0 |
| | | |||||
* | | spec class names can possibly be nil in mt/s < 2.6.1, so work around that | Aaron Patterson | 2012-01-06 | 1 | -0/+6 |
| | | |||||
* | | Merge pull request #4360 from rafaelfranca/patch-1 | Aaron Patterson | 2012-01-06 | 4 | -50/+15 |
|\ \ | | | | | | | Remove more references to Test::Unit | ||||
| * | | Whitespaces :scissors: | Rafael Mendonça França | 2012-01-06 | 1 | -7/+7 |
| | | | |||||
| * | | Use ActiveModel::TestCase instead of Test::Unit:TestCase | Rafael Mendonça França | 2012-01-06 | 1 | -2/+2 |
| | | | |||||
| * | | MiniTest is always defined in this case | Rafael Mendonça França | 2012-01-06 | 1 | -8/+6 |
| | | | |||||
| * | | Test::Unit::Util::BacktraceFilter is never defined | Rafael Mendonça França | 2012-01-06 | 2 | -33/+0 |
| |/ | |||||
* | | register spec subclasses for people who spec | Aaron Patterson | 2012-01-06 | 2 | -1/+13 |
| | | |||||
* | | require minitest rather than test/unit | Aaron Patterson | 2012-01-06 | 13 | -14/+14 |
| | | |||||
* | | backport assert_not_same | Aaron Patterson | 2012-01-06 | 1 | -0/+1 |
| | | |||||
* | | require test/unit and sort test order | Aaron Patterson | 2012-01-06 | 2 | -1/+7 |
| | | |||||
* | | started converting AS::TestCase to minitest | Aaron Patterson | 2012-01-06 | 1 | -2/+12 |
| | | |||||
* | | make sure the test case name is nil | Aaron Patterson | 2012-01-06 | 1 | -0/+8 |
|/ | |||||
* | removing unnecessary requires | Aaron Patterson | 2012-01-06 | 5 | -8/+3 |
| | |||||
* | just mix the run method in for minitest | Aaron Patterson | 2012-01-06 | 1 | -14/+11 |
| | |||||
* | rescue the assertion exception | Aaron Patterson | 2012-01-06 | 1 | -13/+8 |
| | |||||
* | add the class name to the assertion message | Aaron Patterson | 2012-01-06 | 1 | -1/+1 |
| | |||||
* | use a regular expression for the number of passes. We only care that | Aaron Patterson | 2012-01-06 | 1 | -1/+1 |
| | | | | all tests pass, not the number of tests. | ||||
* | Merge pull request #4349 from lest/change-array-wrap-2 | Jeremy Kemper | 2012-01-06 | 1 | -1/+1 |
|\ | | | | | Array.wrap is an overhead as there is already check for class | ||||
| * | Array.wrap is an overhead as there is already check for class | Sergey Nartimov | 2012-01-06 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #4358 from castlerock/remove_plus_minus_support_for_ruby18 | Santiago Pastorino | 2012-01-06 | 1 | -23/+0 |
|\ \ | | | | | | | revert "fixing some tests on ruby 1.9.3" | ||||
| * | | revert "fixing some tests on ruby 1.9.3 SHA 33f222b" | Vishnu Atrai | 2012-01-07 | 1 | -23/+0 |
| | | | |||||
* | | | Merge pull request #4359 from Karunakar/logger | Santiago Pastorino | 2012-01-06 | 1 | -1/+0 |
|\ \ \ | | | | | | | | | removed unnecessary require for activesupport/core_ext/array/wrap | ||||
| * | | | removed unnecessary require for activesupport/core_ext/array/wrap | Karunakar (Ruby) | 2012-01-07 | 1 | -1/+0 |
| | | | | |||||
* | | | | convert build_message to sprintf | Aaron Patterson | 2012-01-06 | 1 | -9/+5 |
| | | | | |||||
* | | | | use assert_equal and assert_operator | Aaron Patterson | 2012-01-06 | 1 | -5/+8 |
| | | | | |||||
* | | | | use sprintf rather than build_message | Aaron Patterson | 2012-01-06 | 1 | -4/+6 |
| | | | | |||||
* | | | | Just use assert_equal | Aaron Patterson | 2012-01-06 | 1 | -3/+2 |
| | | | | |||||
* | | | | refactor assert_response | Aaron Patterson | 2012-01-06 | 1 | -7/+10 |
| | | | | |||||
* | | | | test response assertions | Aaron Patterson | 2012-01-06 | 4 | -11/+56 |
| | | | | |||||
* | | | | no need for assert_block | Aaron Patterson | 2012-01-06 | 1 | -3/+3 |
| | | | |